/************************************************************************
		OVERLAY
************************************************************************/

#overlay,
#overlay *,
#overlay ::before,
#overlay ::after{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body.new_body div#overlay{
	background: rgba(0,0,0,0.4);
	max-width: 100%;
}

body.new_body div#overlay #overlay_wrapper{
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        -moz-transform: translateY(-50%);
	          -o-transform: translateY(-50%);
	     transform: translateY(-50%);
}

/***************** OVERLAY LOADING *******************/

body.new_body div#overlay #overlay_loading{
	position: relative;
	border: none;
	height: auto;
	height: initial;
	width: auto;
	width: initial;
	background: transparent;
	margin: 0 auto;
}

body.new_body div#overlay #overlay_loading i{
	position: absolute;
	top: -webkit-calc(50% - 35px);
	top: -moz-calc(50% - 35px);
	top: calc(50% - 35px);
	top: -webkit-calc(50% - 3.5rem);
	top: -moz-calc(50% - 3.5rem);
	top: calc(50% - 3.5rem);
	left: -webkit-calc(50% - 35px);
	left: -moz-calc(50% - 35px);
	left: calc(50% - 35px);
	left: -webkit-calc(50% - 3.5rem);
	left: -moz-calc(50% - 3.5rem);
	left: calc(50% - 3.5rem);
	color: #FFFFFF;
	text-shadow: 0 0 5px #707070;
	text-shadow: 0 0 0.5rem #707070;
}

body.new_body div#overlay #overlay_loading i.fa-3x{
	top: -webkit-calc(50% - 21px);
	top: -moz-calc(50% - 21px);
	top: calc(50% - 21px);
	top: -webkit-calc(50% - 2.1rem);
	top: -moz-calc(50% - 2.1rem);
	top: calc(50% - 2.1rem);
	left: -webkit-calc(50% - 21px);
	left: -moz-calc(50% - 21px);
	left: calc(50% - 21px);
	left: -webkit-calc(50% - 2.1rem);
	left: -moz-calc(50% - 2.1rem);
	left: calc(50% - 2.1rem);
}

body.new_body div#overlay #overlay_loading i:first-child{
	animation: spinning_rotation 1s infinite reverse cubic-bezier(.77,.33,.29,.66);
	font-size: 70px;
	font-size: 7rem;
}

/*
body.new_body div#overlay #overlay_loading i:nth-child(2){
	animation: spinning_rotation_119 1s infinite reverse cubic-bezier(.77,.33,.29,.66);
}

body.new_body div#overlay #overlay_loading i:nth-child(3){
	animation: spinning_rotation 1s infinite cubic-bezier(.77,.33,.29,.66);
}
*/

body.new_body div#overlay #overlay_loading i:last-child{
	-webkit-animation: spinning_rotation_180 1s infinite cubic-bezier(.77,.33,.29,.66);
	        -moz-animation: spinning_rotation_180 1s infinite cubic-bezier(.77,.33,.29,.66);
	          -o-animation: spinning_rotation_180 1s infinite cubic-bezier(.77,.33,.29,.66);
	     animation: spinning_rotation_180 1s infinite cubic-bezier(.77,.33,.29,.66);
	font-size: 42px;
	font-size: 4.2rem;
}



/***************** OVERLAY INNER *******************/
body.new_body div#overlay #overlay_inner{
	display: inline-block;
	/*display: none;*/
	position: relative;
	border: none;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	     box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.3);
	     box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.3);
	margin: 0 auto;
	top: auto;
	top: initial;
	left: auto;
	left: initial;

	-webkit-transform: initial;
		-ms-transform: initial;
			-moz-transform: none;
			  -o-transform: none;
	     transform: none;
			-moz-transform: initial;
			  -o-transform: initial;
			     transform: initial;
	width: auto;
	width: initial;
	max-width: 95%;
	max-height: 95vh;
	overflow: visible;
}

body.new_body div#overlay #overlay_inner_close,
body.new_body div#overlay #overlay_titleless_close{
	position: absolute;
	top: 5px;
	top: 0.5rem;
	right: 5px;
	right: 0.5rem;
	z-index: 2;
	background: #f37023;
	display: inline-block;
	width: 33px;
	width: 3.3rem;
	height: 33px;
	height: 3.3rem;
	padding: 8px 8px 10px 9px;
	padding: 0.8rem 0.8rem 1rem 0.9rem;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	cursor: pointer;
}

body.new_body div#overlay #overlay_inner #overlay_inner_title{
	background: transparent;
	border: none;
	padding: 30px;
	padding: 3rem;
	/* line-height: 4rem; */
}

body.new_body div#overlay #overlay_inner #overlay_inner_title.bg-rea-green{
	background: #61CA6B;

	padding: 20px;
	padding: 2rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_title.bg-rea-red{
	background: #F84E4E;

	padding: 20px;
	padding: 2rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_title .wrap_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

	-webkit-box-align: center;

	    -ms-flex-align: center;

	        -webkit-align-items: center;

	           -moz-box-align: center;

	        align-items: center;

	padding-bottom: 17px;
	padding-bottom: 1.7rem;

	border-bottom: 2px solid #D8D8D8;
	border-bottom: 0.2rem solid #D8D8D8;
}

body.new_body div#overlay #overlay_inner #overlay_inner_title .wrap_title i{
	font-size: 20px;
	font-size: 2rem;
	/* font-weight: 900; */
	margin-right: 10px;
	margin-right: 1rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_title .wrap_title p{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 0;
	color: #525151;
}

body.new_body div#overlay #overlay_inner #overlay_inner_title .wrap_title p span.bold{
	font-weight: 400;
}

/*
body.new_body div#overlay #overlay_inner #overlay_inner_title #overlay_inner_close{
	position: absolute;
	top: -10px;
	top: -1rem;
	right: -10px;
	right: -1rem;
	background: #FFFFFF;
	display: inline-block;
	width: 23px;
	width: 2.3rem;
	height: 23px;
	height: 2.3rem;
	padding: 5px 4px 5px 5px;
	padding: 0.5rem 0.4rem 0.5rem 0.5rem;
	color: #C4C4C4;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	        box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
*/

body.new_body div#overlay #overlay_inner #overlay_inner_inner{
	padding: 0px 30px 30px 30px;
	padding: 0rem 3rem 3rem 3rem;
	color: #333333;
}



/***************** OVERLAY INNER PANIER *******************/
body.new_body div#overlay #overlay_inner #overlay_inner_inner .product_info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;

	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	           -moz-box-align: center;
	        align-items: center;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .product_info > img{
	max-width: 90px;
	max-width: 9rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .product_info p{
	margin: 0;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .product_info .product_info_text{
	color: #525151;
	margin: 0 20px 0 10px;
	margin: 0 2rem 0 1rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .product_info .product_info_text .product_info_text_name{
	font-weight: 400;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .product_info .product_info_price{
	font-weight: 400;
	color: #F37023;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .btn-aspect{
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;

	padding: 10px;
	padding: 1rem;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 5px;
	-moz-border-radius: 0.5rem;
	border-radius: 5px;
	border-radius: 0.5rem;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .btn-aspect:last-child{
	margin-bottom: 0;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .btn-white{
	background: #FFFFFF;
	border: 1px solid #707070;
	border: 0.1rem solid #707070;
}

body.new_body div#overlay #overlay_inner #overlay_inner_inner .btn-green{
	background: #2AAF52;
	color: #FFFFFF;
	border: 1px solid #2AAF52;
	border: 0.1rem solid #2AAF52;
}

#overlay_inner_inner .btn_aspect{
	display: inline-block;
	margin: 0 10px;
	margin: 0 1rem;
	padding: 5px 25px;
	padding: 0.5rem 2.5rem;
	border: 1px solid #F37023;
	border: 0.1rem solid #F37023;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-border-radius: 0.4rem;
	   -moz-border-radius: 0.4rem;
	        border-radius: 0.4rem;
	background: #F37023;
	font-weight: 400;
	width: auto;
	cursor: pointer;
}

#overlay_inner_inner .btn_aspect.full{
	width: 100%;
}

#overlay_inner_inner .btn_aspect.btn_duo{
	width: 100%;
}

@media all and (min-width: 450px){
	#overlay_inner_inner .btn_aspect.btn_duo{
		width: auto;
	}
}

#overlay_inner_inner .btn_aspect.btn_cancel{
	border-color: #C4C4C4;
	background: #C4C4C4;
	color: #333333;
}

#overlay_inner_inner .btn_aspect.btn_valid{
	border-color: #2AAF52;
	background: #2AAF52;
	color: #FFFFFF;
}

#overlay_inner_inner #nb_dupl{
	background: transparent;
	border: 1px solid #D4D4D4;
	border: 0.1rem solid #D4D4D4;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-border-radius: 0.4rem;
	   -moz-border-radius: 0.4rem;
	        border-radius: 0.4rem;
	width: 100px;
	width: 10rem;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
}


/***************** OVERLAY INNER DONNEES TECHNIQUES *******************/
#overlay_inner_inner .class_variable_element_visible:last-child{
	padding-bottom: 0;
}


/***************** OVERLAY INNER COMPTE COMMANDE *******************/

#overlay_inner_inner #change_address{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

	  -ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	        justify-content: space-around;

	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

	margin-top: 20px;
	margin-top: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;

	max-width: 650px;
	max-width: 65rem;
}

#overlay_inner_inner #change_address > div{
	width: 100%;
	min-width: 25rem;
}

#overlay_inner_inner #change_address span{
	display: block;
}

#overlay_inner_inner #change_address > p{
	width: 100%;
}

#overlay_inner_inner #change_address > input[type="text"]{
	width: 100%;
}

#overlay_inner_inner #change_address #current_address > p{
	/* margin-bottom: 5.7rem; */
}

#overlay_inner_inner #change_address #address_choice{
	margin-top: 20px;
	margin-top: 2rem;
}

#overlay_inner_inner #change_address #address_choice .select_aspect{
	position: relative;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

#overlay_inner_inner #change_address #address_choice .select_aspect::after{
	position: absolute;
	top: -webkit-calc(50% - 13px);
	top: -moz-calc(50% - 13px);
	top: calc(50% - 13px);
	top: -webkit-calc(50% - 1.3rem);
	top: -moz-calc(50% - 1.3rem);
	top: calc(50% - 1.3rem);
	right: 10px;
	right: 1.0rem;

	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	font-size: 2.5rem;

	color: #F37023;

	z-index: -1;
}

#overlay_inner_inner #change_address #address_choice .select_aspect select{
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;

	background: rgba(200,200,200, 0.25);
	border: none;

	margin: 0;
	padding: 0 20px 0 10px;
	padding: 0 2rem 0 1rem;

	width: 100%;

	font-family: pangram, sans-serif;
}

#overlay_inner_inner #change_address #address_choice .select_aspect select:focus{
	outline: 1px solid #DDDDDD;
	outline: 0.1rem solid #DDDDDD;
}

#overlay_inner_inner #change_address #address_choice .select_aspect select::-ms-expand{
	display: none;
}


#overlay_inner_inner .btn_submit{
	margin-top: 10px;
	margin-top: 1rem;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
}

@media all and (min-width: 700px){
	#overlay_inner_inner #change_address > div{
		width: 50%;
		min-width: 30rem;
	}

	#overlay_inner_inner #change_address #current_address > p{
		margin-bottom: 5.7rem;
	}

	#overlay_inner_inner #change_address #address_choice{
		margin-top: 0;
	}

	#overlay_inner_inner #change_address > input[type="text"]{
		width: 48%;
	}
}


/***************** OVERLAY INNER MOT DE PASSE OUBLIE *******************/

#overlay_inner_inner form.form_forgot_password{
	margin: 0 auto;
}

#overlay_inner_inner form.form_forgot_password input,
#overlay_inner_inner form.form_forgot_password button{
	font-family: pangram, sans-serif;
	display: block;
}

#overlay_inner_inner form.form_forgot_password input{
	width: 100%;

	height: 32px;
	height: 3.2rem;

	border-color: #F37023;

	font-size: 16px;
	font-size: 1.6rem;

	font-weight: 300;

	padding: 5px;
	padding: 0.5rem;
}

#overlay_inner_inner form.form_forgot_password button{
	border: none;

	background-color: #2AAF52;

	font-size: 16px;
	font-size: 1.6rem;

	font-weight: 300;

	color: #FFFFFF;

	padding: 7px 15px;
	padding: 0.7rem 1.5rem;

	margin: 0 auto;
}

#overlay_inner_inner form.form_forgot_password button:hover{
	background-color: #20843E;
}

#overlay_inner_inner form.form_forgot_password button:disabled,
#overlay_inner_inner form.form_forgot_password button:disabled:hover{
	background-color: #A4A4A4;

	color: #525151;

	cursor: not-allowed;
}

#overlay_titleless{
	display: inline-block;
	/*display: none;*/
	position: relative;
	border: none;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	     box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.3);
	     box-shadow: 0 0 0.5rem 0 rgba(0,0,0,0.3);
	margin: 0 auto;
	top: auto;
	top: initial;
	left: auto;
	left: initial;
	background: #FFFFFF;
	-webkit-transform: initial;
		-ms-transform: initial;
			-moz-transform: none;
			  -o-transform: none;
	     transform: none;
			-moz-transform: initial;
			  -o-transform: initial;
			     transform: initial;
	width: auto;
	width: initial;
	max-width: 95%;
	border-radius: 1rem;
	border-top: 5px solid #f37023;
}

/*
#overlay_titleless_close{
	position: absolute;
	top: -10px;
	top: -1rem;
	right: -10px;
	right: -1rem;
	background: #FFFFFF;
	display: inline-block;
	width: 23px;
	width: 2.3rem;
	height: 23px;
	height: 2.3rem;
	padding: 5px 4px 5px 5px;
	padding: 0.5rem 0.4rem 0.5rem 0.5rem;
	color: #C4C4C4;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	        box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
}
*/

#overlay_titleless_inner{
	padding: 50px 30px 30px 30px;
	padding: 5rem 3rem 3rem 3rem;
	max-height: 95vh;
	overflow: auto;
}

#overlay_titleless_inner > iframe {
	border-radius: 1rem;
	border: none;
}

#overlay_titleless_inner > iframe[src~="pdf"] {
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

#overlay_titleless_inner .btn-aspect{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	width: auto;
	margin-top: 30px;
	margin-top: 3rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
	background: #2AAF52;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 5px;
	-moz-border-radius: 0.5rem;
	border-radius: 5px;
	border-radius: 0.5rem;

}

#overlay .miniature{
	display: block;
	width: auto;
	max-width: 49%;
	height: auto;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

#overlay .miniature:first-child:last-child{
	max-width: 100%;
}

#overlay #progressbar{
	font-family: Pangram, sans-serif;
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
}

/* JC - Triangle de pointage pour bandeau de fond de pop-in pour avis verifies */
#overlay_titleless_inner .bottom-message::before {
	position: absolute;
	height: 0;
	width: 0;
	border-right: 29px solid transparent;
	border-bottom: 15px solid rgb(243, 112, 35);
	border-left: 29px solid transparent;
	content: '';
	left: 45%;
	bottom: 40px;
}

/************************************************************************
								/OVERLAY
************************************************************************/


/***********************************************************************
						REFONTE OVERLAY JQUERY (Dialog)
************************************************************************/

.ui-widget-overlay{
	background: rgba(0,0,0,0.4);
	opacity: 1;
}

.ui-dialog{
	padding: 0;
	font-family: pangram, sans-serif;
}

div.ui-dialog div.ui-widget-header{
	background: #FFFFFF;
	border: none;
	padding: 30px;
	padding: 3rem;
}

div.ui-dialog div.ui-dialog-titlebar{
	margin: 0;
}

.ui-dialog .ui-dialog-title{
	display: inline-block;
	float: none;
	margin: 0;
	width: 100%;
	padding-bottom: 17px;
	padding-bottom: 1.7rem;
	border-bottom: 2px solid #D8D8D8;
	border-bottom: 0.2rem solid #D8D8D8;
}

div.ui-dialog .ui-dialog-titlebar-close::before{
	content: "\f00d";
	font-family: 'Font Awesome 5 Pro';
}


div.ui-dialog .ui-dialog-titlebar-close{
	top: -10px;
	top: -1rem;
	right: -10px;
	right: -1rem;
	width: 25px;
	width: 2.5rem;
	height: 25px;
	height: 2.5rem;
	margin: 0;
	border: none;
	background: #FFFFFF;
	color: #C4C4C4;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	   -moz-box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
			box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	cursor: pointer;
}

.ui-dialog .ui-dialog-content{
	padding: 0 30px 30px 30px;
	padding: 0 3rem 3rem 3rem;
	background: #FFFFFF;
}

.ui-dialog .ui-dialog-buttonpane{
	background: #FFFFFF;
}

div.ui-dialog div.ui-dialog-buttonpane div.ui-dialog-buttonset button.submit_btn,
div.ui-dialog div.ui-dialog-buttonpane div.ui-dialog-buttonset button.cancel_btn{
	font-family: 'pangram' !important;
	font-weight: 500;
}

.ui-dialog .ui-dialog-buttonpane button{
	margin: 10px 10px 10px 0;
	margin: 1rem 1rem 1rem 0;
}

.ui-dialog .ui-dialog-buttonpane button.cancel_btn{
	margin: 10px 0 10px 10px;
	margin: 1rem 0 1rem 1rem;
}



/***********************************************************************
						/REFONTE OVERLAY JQUERY (Dialog)
************************************************************************/


/***********************************************************************
						POPIN CORONA
************************************************************************/

#overlay .position-relative{
	position: relative;
	width: 100%;
	height: 100%;
}

#overlay .position-quick-thinking img,
#overlay .position-phone i.fa-phone,
#overlay .position-crown i.fa-crown{
	display: none;
	position: absolute;
}

#overlay .position-comment .comment-bubble{
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

#overlay .position-phone i.fa-phone,
#overlay .position-crown i.fa-crown{
	text-shadow: 0 0 1px #000000;
}

#overlay .position-quick-thinking:hover img,
#overlay .position-phone:hover i.fa-phone,
#overlay .position-crown:hover i.fa-crown{
	display: inherit;
}

#overlay .position-crown i.fa-crown{
	color: #ffd700;
}

#overlay .position-phone i.fa-phone{
	--fa-primary-opacity: 1;
	--fa-secondary-opacity: 1;
	--fa-primary-color: #f37023;
	--fa-secondary-color: #525151;
}

#overlay .quick-thinking-5 img{
	top: 4%;
	left: 11%;
}

#overlay .phone-10 i.fa-phone{
	top: 25%;
	left: 75%;
	/*transform: rotateZ(-25deg);*/
}

#overlay .crown-7 i.fa-crown{
	top: 9.5%;
	left: 34%;
	transform: rotateZ(-19deg);
}

#overlay .crown-9 i.fa-crown{
	top: 11%;
	left: 35%;
	transform: rotateZ(13deg);
}

#overlay .form_recontact{
	margin: 20px 0 0 0;
	margin: 2rem 0 0 0;
}

#overlay .form_recontact input,
#overlay .form_recontact select{
	display: block;

	width: 100%;

	height: 32px;
	height: 3.2rem;

	border: 1px solid #E3E3E3;
	border: 0.1rem solid #E3E3E3;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;

	font-family: pangram, sans-serif;

	padding: 5px;
	padding: 0.5rem;
}

#overlay .form_recontact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	padding: 5px 20px 5px 5px;
	padding: 0.5rem 2rem 0.5rem 0.5rem;

	position: relative;
	z-index: 2;
	margin: 0;
}

#overlay .form_recontact input,
#overlay .form_recontact label,
#overlay .form_recontact select,
#overlay .form_recontact textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100px;
	min-width: 10rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
}



#overlay .form_recontact .select-aspect{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100px;
	min-width: 10rem;

	background: #FFFFFF;
	margin-bottom: 10px;
	margin-bottom: 1rem;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#overlay .form_recontact .select-aspect-pc{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100px;
	min-width: 10rem;

	background: #FFFFFF;
	margin-bottom: 10px;
	margin-bottom: 1rem;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#overlay .form_recontact .select-aspect:after{
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: -moz-calc(50% - 10px);
	top: calc(50% - 10px);
	top: -webkit-calc(50% - 1rem);
	top: -moz-calc(50% - 1rem);
	top: calc(50% - 1rem);
	right: 6px;
	right: 0.6rem;

	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-size: 2rem;

	content: "\f107";
	color: #C4C4C4;
	z-index: 1;
}

#overlay .form_recontact .select-aspect-pc:after {
	position: absolute;
	top: -webkit-calc(50% - 10px);
	top: -moz-calc(50% - 10px);
	top: calc(50% - 10px);
	top: -webkit-calc(50% - 1rem);
	top: -moz-calc(50% - 1rem);
	top: calc(50% - 1rem);
	right: 6px;
	right: 0.6rem;

	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-size: 2rem;

	content: "\f107";
	color: #C4C4C4;
	z-index: 1;
}

#overlay .form_recontact textarea,
textarea#raison_refus_bat {
	width: 100%;
	max-width: 100%;
	min-width: 100%;

	border: 1px solid #E3E3E3;
	border: 0.1rem solid #E3E3E3;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;

	font-family: pangram, sans-serif;

	padding: 5px;
	padding: 0.5rem;
}



body.new_body div#overlay #overlay_inner #overlay_inner_inner .form_recontact .btn-aspect{
	width: 100%;
	background: #F37023;
	font-family: Pangram;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	border: 1px solid #F37023;
	border: 0.1rem solid #F37023;
	padding: 10px;
	padding: 1rem;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	cursor: pointer
}

#overlay .method_picto{
	color: #F37023;
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

#overlay .method_content{
	/*
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 6rem);
	width: -moz-calc(100% - 6rem);
	width: calc(100% - 6rem);
	/*  */
	/*
	min-height: 70px;
	min-height: 7rem;
	/*  */
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

#overlay .method_box{
	width: 100%;
	/*background: #E3E4E1;*/
	padding: 10px 10px;
	padding: 1rem 1rem;
		-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
}

#overlay .btn-method-aspect{
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
	margin: 1rem 0;
	padding: 10px 5px;
	padding: 1rem 0.5rem;
	background: #2AAF52;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
		-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	cursor: pointer;
}

#overlay #overlay_inner_title.active_stat #overlay_header_img,
#overlay #overlay_inner_title #overlay_header_stats{
	display: none;
}
#overlay #overlay_inner_title #overlay_header_img{
	padding-bottom: 40px;
	padding-bottom: 4rem;
	min-height: 347px;
	background-color: #E0E0E0;
}
#overlay #overlay_inner_title.active_stat #overlay_header_stats{
	display: block;
}
#overlay #overlay_inner_title #overlay_header_stats .cat_stats_smooth_donut {
	position: relative;
}
#overlay #overlay_inner_title #overlay_header_stats #cat_stats_smooth_donuts {
	justify-content: space-evenly;
}
#overlay #overlay_inner_title #overlay_header_stats .cat_stats_smooth_donut .smooth_donut_icon {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  width: 220px;
  margin: 0 auto;
}


@media all and (min-width: 650px){
	#overlay .form_recontact input,
	#overlay .form_recontact .select-aspect{
		width: 32%;
	}
	#overlay .form_recontact .select-aspect-pc{
		width: 15%;
	}

	#overlay .form_recontact .duo{
		width: 49% !important;
	}

	#overlay .method_box{
		/*
		width: -webkit-calc(100% - 125px);
		width: -moz-calc(100% - 125px);
		width: calc(100% - 125px);
		width: -webkit-calc(100% - 12.5rem);
		width: -moz-calc(100% - 12.5rem);
		width: calc(100% - 12.5rem);
		/*  */
		width: 25%;
		-webkit-box-flex: 1;
   			-webkit-flex: 1;
           -moz-box-flex: 1;
        		-ms-flex: 1;
            		flex: 1;
	}

	#overlay .method_picto{
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	#overlay .btn-method-aspect{
		width: 160px;
		width: 16rem;
		margin: 0;
	}
}

/***********************************************************************
						/POPIN CORONA
************************************************************************/


/***********************************************************************
					POPIN VIDEO YOUTUBE PRODUIT
************************************************************************/

#overlay #videos_list{
	max-width: 600px;
	max-width: 60rem;
	max-height: 400px;
	overflow-y: auto;
}

#overlay .video_line{
	border-bottom: 2px solid #F0F0F0;
	border-bottom: 0.2rem solid #F0F0F0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

#overlay .video_line:last-child{
	border-bottom: none;
}

#overlay .video_line:hover{
	background: #F0F0F0;
}

#overlay .video_thumbnail {
	position: relative;
	max-width: 100%;
}

#overlay .video_thumbnail_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.1);
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

#overlay .video_thumbnail_overlay div{
	position: relative;
}

#overlay .video_thumbnail_overlay i.fa-youtube{
	position: relative;
	color: #FF0000;
	z-index: 3;
}

#overlay .video_thumbnail_overlay i.fa-youtube:first-child{
	position: absolute;
	top: 0;
	left: 0;
	color: #FF0000;
	text-shadow: 0 0 5px #333333;
	z-index: 1;
}

#overlay .video_thumbnail_overlay i.fa-square-full{
	position: absolute;
	top: 15px;
	top: 1.5rem;
	left: 20px;
	left: 2rem;
	color: #FFFFFF;
	z-index: 2;
}


#overlay .video_line:hover .video_thumbnail_overlay {
	background: rgba(0,0,0, 0.5);
}

#overlay .video_desc {
	max-width: 100%;
}

@media all and (min-width: 600px){
	#overlay .video_thumbnail {
		width: 200px;
		width: 20rem;
	}

	#overlay .video_desc {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
		width: -webkit-calc(100% - 20rem);
		width: -moz-calc(100% - 20rem);
		width: calc(100% - 20rem);
	}
}

/***********************************************************************
					/POPIN VIDEO YOUTUBE PRODUIT
************************************************************************/


/***********************************************************************
					/PROGRESS BAR CIRCLE
************************************************************************/
#overlay #overlay_inner_title #overlay_header_stats .circle {
  position: relative;
  border-radius: 50%;
  cursor: default;
}
#overlay #overlay_inner_title #overlay_header_stats .circle .box {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}
#overlay #overlay_inner_title #overlay_header_stats .circle .box span{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 55px;
  font-weight: 300;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}


/***********************************************************************
					/PROGRESS BAR CIRCLE
************************************************************************/



