/**
* UTILITIES
* Generic Css classes
**/

/* -- Basics elements -- */
*:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 0.8rem;
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
}

h2.big {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

p {
	font-size: 13px;
}

a, a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

/* -- Utilities class -- */

.cursor-pointer {
	cursor: pointer;
}

/* TEXT */

/* basic small */
p.small, p.small a {
	font-size: 0.8rem;
}

@media screen and (max-width: 575px) {
	.small-sm * {
		font-size: 0.6rem;
	}
}

/* Precise font size with rem */
.font-s-07 {
	font-size: 0.7rem !important;
}

.font-s-08 {
	font-size: 0.8rem !important;
}

.font-s-09 {
	font-size: 0.9rem !important;
}

.font-s-1 {
	font-size: 1rem !important;
}

.font-s-11 {
	font-size: 1.1rem !important;
}

.font-s-12 {
	font-size: 1.2rem !important;
}

.font-s-13 {
	font-size: 1.3rem !important;
}

.font-s-14 {
	font-size: 1.4rem !important;
}

.font-s-15 {
	font-size: 1.5rem !important;
}

.font-s-16 {
	font-size: 1.6rem !important;
}

.bigger, .bigger-text, .text-bigger {
	font-size: 1.3em !important;
}

.del-price {
	text-decoration: line-through;
	color: rgba(0, 0, 0, 0.5);
}

.underline {
	text-decoration: underline;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.line-h-08 {
	line-height: 0.8rem;
}

.bordered {
	border: 1px solid #cccccc;
}


.opacity-05 {
	opacity: 0.5;
}

.opacity-06 {
	opacity: 0.6;
}

.opacity-07 {
	opacity: 0.7;
}

.opacity-08 {
	opacity: 0.8;
}

.opacity-09 {
	opacity: 0.9;
}

/** DISPLAY **/

@media screen and (max-width: 767px) {
	.hidden-sm {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.hidden-md {
		display: none;
	}

}

[data-show='0'], [data-show=''] {
	display: none;
}

.btn:hover {
	cursor: pointer;
}

button.btn {
	border-radius: 0 !important;
}


.no-padding {
	padding: 0px;
}

.no-margin, .no-p-margin p {
	margin: 0px;
}

/** CUSTOM TOOLTIP **/
.tooltip-help {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.tooltip-help:hover:after,
.tooltip-help:focus:after {
	font-size: 13px;
	content: attr(aria-label);
	position: absolute;
	top: 25px;
	margin-left: -100px;
	height: auto;
	width: 200px;
	line-height: 1.2em;
	padding: 5px;
	font-weight: 400;
	text-align: left;
	background: #808080;
	background: rgba(0, 0, 0, .9);
	border-radius: 3px;
	white-space: pre-line;
	color: #ffffff;
	z-index: 9999;
}

@media screen and (max-width: 567px) {
	.tooltip-product-page:hover:after,
	.tooltip-product-page:focus:after {
		margin-left: -130px;
	}
}

/** CUSTOM INPUT NUMBER PLUS MINUS **/
#comparatif_operateur .btn-group {
	margin-top: 1px;
}

#comparatif_operateur .btn-group .fa {
	color: #3a823a;
	font-size: 1.1rem;
}

#comparatif_operateur .btn-group .fa:hover {
	cursor: pointer;
}

.group-plus-minus input {
	border: none;
	font-size: 15px;
	margin-top: -4px;
}

@media (max-width: 767.98px) {
	#comparatif_operateur .btn-group .fa {
		font-size: 2rem;
	}
}

.uncheckk .btn,
.uncheckk input,
.uncheckk *,
#comparatif_operateur .uncheckk .btn-group .fa,
.uncheckk label {
	color: grey !important;
}

/* BREADCRUMB  */
ul.breadcrumb {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: transparent;
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li a {
	color: #212529;
	text-decoration: none;
}

ul.breadcrumb select {
	max-width: 100%;
}

.padbot5 input {
	max-width: 35px;
	padding-left: 4px;
}

/*
*
* FORMULE_02
*
* Header product
* tab nav
* common colors
* tab content
*/

/** HEADER PRODUCT **/
.page-single-product .product-price {
	padding-left: 5px;
	font-size: 1.4em;
	font-weight: bold;
}

.page-single-product h1 {
	font-size: 2.5em;
}

.page-single-product .product-img {
	max-height: 50px;
}

.page-single-product .product-tabs {
	margin-top: 30px;
}

.page-single-product .product-tabs .tab-content {
	border: 1px solid #dddddd;
	border-top: none;
}

.page-single-product .order-btn {
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	padding: 10px 20px;
	color: white !important;
	width: 250px;
}

.page-single-product .upsell-btn {

	border-radius: 0 0 2px 2px !important;
	-moz-border-radius: 0 0 2px 2px !important;
	-webkit-border-radius: 0 0 2px 2px !important;
}

.container-upsell .order-btn {
	width: 300px;
}

.container-upsell .order-btn a {
	color: white;
}

/** TAB NAV **/
.custom-tabs .nav-tabs .nav-link {
	margin-right: 5px;
	height: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
}

.page-single-product .custom-tabs .tab-content {
	border: 1px solid #ddddee;
	border-top: 0;
}

/** Custom tabs **/
.custom-tabs img {
	max-width: 100%;
}

.custom-tabs .nav-link.active img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.custom-tabs .nav-link img {
	max-height: 13px;
	margin-top: -3px;
}

@media screen and (max-width: 991px) {
	.custom-tabs .nav-tabs .nav-link {
		padding: 10px 12px;
	}
}

@media screen and (max-width: 575px) {
	.custom-tabs .nav-tabs .nav-link {
		padding: 6px 8px;
	}

	.custom-tabs .nav-tabs .nav-link {
		font-weight: bold;
		margin-right: 3px;
	}
}

/** TAB CONTENT **/
.page-single-product #optionslist table tbody tr {
	padding: 10px;
}

.page-single-product .custom-tabs .tete_formule {
	border: 0;
	background-color: #f7f7f7;
	padding: 8px 5px 10px 20px;
}

.page-single-product .custom-tabs .tete_formule p {
	margin: 0;
}

.page-single-product .custom-tabs #optiondesc {
	cursor: pointer;
}

.page-single-product .custom-tabs #optionsgroup {
	padding-left: 15px;
}

.page-single-product .custom-tabs #optionslist span {
	display: block;
	padding-top: 5px;
}

.page-single-product .custom-tabs #internetcarleft {
	padding-right: 10px;
}

/**
*
* CONTACTS
*
 */

#contact_form .twoBlocksBlockRight {
	text-align: center;
}

.blocContactezNousContact .text_red_box strong {
	font-size: 1.3em !important;
}

.blocContactezNousContact .text_red_box a {
	color: #000000;
}

.blocContactezNousContact .text_red_box {
	font-size: 1.20em;
}

.formgroup .radioLine label {
	display: inline;
}

.select-form-type {
	padding: 15px;
}

.horizontalVotreService .sidebar_avantages_astel h4 {
	display: inline-block;
	font-size: 1.6em;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #000000;
}

.horizontalVotreService .sidebar_avantages_astel ol li {
	display: block;
	float: left;
	width: 275px;
	margin-right: 30px;
	display: list-item;
}

.horizontalVotreService .sidebar_avantages_astel ol {
	padding-left: 25px;
	padding-right: 20px;
}

.horizontalVotreService .sidebar_avantages_astel ol {
	float: left;
	padding-top: 5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
}

.horizontalVotreService .sidebar_avantages_astel ol li .titre {
	font-size: 1em;
}

.horizontalVotreService .sidebar_avantages_astel ol li .sstitre {
	/*text-align: justify;*/
}

#contactForm .select-form-type label {
	font-size: 1.4em;
	font-weight: bold;
	color: #0066cc;
}

@media screen and (max-width: 575px) {
	#contactForm .select-form-type label {
		font-size: 1em;
	}
}

/**
 *
 * HOMEPAGE COMPARATOR
 *
 */
.comparator-param-icon {
	height: 16px;
	width: 16px;
	margin-left: 2px;
	margin-right: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

/* home + plugin */
#comparatif_operateur .parameter-block input[type="radio"],
#comparatif_operateur .order-type-wrapper input[type="radio"] {
	margin-top: 0.1rem;
}

.imprimAndReponse a {
	background: none repeat scroll 0 0 #3a823a;
	border: medium none;
	color: #ffffff !important;
	padding: 7px 12px 7px 12px;
	width: 350px;
	height: 40px;
	font-size: 14px;
}

.uncheckk .cssCircle {
	color: white !important;
	background-color: #80808096;
	border-color: #80808096;
}

#comparatorDiv .loadingImg img {
	margin-top: 40px;
	max-width: 75px;
}

#compareForm {
	line-height: 1.3;
}

#compareForm small {
	font-size: 87%;
}

/**
*
* CONTACT
*
*/

.call-center-status {
	display: inline-block;
	width: 80px;
	color: white;
	font-size: 14px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #898989;
}

.call-center-status.open {
	background: #3a823a;
}

.call-center-status.closed {
	background: #535353;
}

#contactForm div.form-group.inline {
	padding-right: 5px;
}

/** MODALE COMMANDE PAR TELEPHONE **/
h5.modal-title {
	font-size: 15px;
	font-weight: bold;
}

.button-modale-order-by-tel:focus {
	box-shadow: none !important;
}

/**
*
* CASHBACK BUBBLE
*
*/
.cashback-circle {
	border-radius: 50% 50% 50% 0;
	display: inline-block;
	text-align: center;
	color: white !important;
}

.cashback-sm {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 0.8rem !important;
}

.cashback-sm .has3numbers {
	font-size: 0.6rem !important;
}

.cashback-md {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1rem !important;
}

.cashback-md .has3numbers {
	font-size: 0.8rem !important;
}

.cashback-lg {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.3rem !important;
}

.cashback-lg .has3numbers {
	font-size: 1rem !important;
}

.cashback-xl {
	width: 62px;
	height: 62px;
	line-height: 62px;
	font-size: 1.2rem !important;
}

.hpot {
	display: none;
}