/***** champs formulaire *****/ 
label								{ font: 400 14px/30px "Noto Sans"; display: block; margin: 20px 0 10px 0;}
label span							{ color: #ed1e79;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: 1px solid #e4e4e4; font: 400 14px/22px "Noto Sans"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; }
/*select							{ -webkit-appearance: none; appearance: none; background: url(../images/arrow_bottom.svg) calc(100% - 25px) 50% no-repeat #fff; padding-bottom: 0;}*/
textarea							{ min-height: 160px; padding: 20px 25px; display: block;}
input[type=checkbox] 				{ -webkit-appearance: checkbox; -ms-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -o-appearance: checkbox; width: 20px; height: 20px; display: block; float: left; padding: 0; margin: 0;}
::-webkit-calendar-picker-indicator { background: url(../images/calendar.svg) 50% 100% no-repeat; cursor: pointer; height: 24px; outline: none;}
.requis_txt {    font-size: 14px;    line-height: 35px;    letter-spacing: 0.4px;    color: #d71313;    margin-top: 15px;}

/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #354854; padding: 40px; background: #354854; color: #ffffff;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}

@media (max-width:600px) {
.confirmation_form			 		{ padding: 30px;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Noto Sans"; padding: 20px; border:none; letter-spacing: 0.5px; margin: 20px 0; }
#rgpdForm input[type=checkbox]		{ width: 18px; height: 18px; display: block; float: left; padding: 0; margin: 2px 0 0 0; -webkit-appearance: checkbox; -ms-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -o-appearance: checkbox;}
#rgpdForm label						{ display: block; margin: 0; padding-left: 30px; font: 400 13px/24px "Barlow"; letter-spacing: 0.5px;}
#rgpdForm a							{ position: relative; color: #7c7872; border-bottom: 1px solid #A49F98;  padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #7c7872;}



@media (min-width:1201px) {
#rgpdForm a:hover 					{ color: #222; border-bottom: 1px solid #222;}
}

/* custom */
.rgpd 								{ padding-left: 140px; margin-top: 20px;}

@media (max-width:600px) { 
.rgpd 								{ padding-left: 0;}
}


/***** page contact *****/
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 80px; padding-top: 180px; }
#contact .bloc_contact .left img    { border: none;} 
#contact .coordonnees          		{ background: #354854; padding: 60px; color: #ffffff; }
#contact .coordonnees p      		{ margin-bottom: 20px; font-size: 14px}
#contact .coordonnees p b      		{ display: block; font: 400 18px/30px "Noto sans"; color: #fff; margin-bottom: -20px;}
#contact .coordonnees img        	{ width: 80%; height: auto; margin-bottom: 10px; margin-right: 20px;}
#contact .coordonnees .logo p       { position: relative; top: 20px; left: 5px; text-align: left; display: block; color: #ee8d29; font-size: 20px; line-height: 25px;}

#contact .coordonnees .content_logo {display: block; margin-bottom: 30px;}
#contact .coordonnees .content_logo img {margin-bottom: 0; vertical-align: middle;}
#contact .coordonnees .content_logo .logo {display: inline-block;    width: 170px;}
#contact .coordonnees .content_logo span {display: inline-block;    font: 400 16px/26px "aldrich";    text-transform: uppercase; vertical-align: middle;}

#contact .coordonnees .link 		 {background: linear-gradient(to top, #fff 0%, #fff 50%, #7c7872 50%, #7c7872 100%);    background-size: 100% 200%;    background-position: 0 100%;    color: #354854;    min-width: 220px;    margin-right: 10px;}

@media (min-width:1201px) {
    #contact .coordonnees .link:hover {background-position: 0 0;color: #fff;}
}


@media (max-width:1200px) {
#contact .coordonnees .logo img {    transform: none;}
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr; padding-top: 0;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 10vw;}
#contact .coordonnees               { padding: 20px;}
#contact .coordonnees .content 		{ background: none; padding: 0;}
#contact form .sous_titre			{ margin-bottom: 20px;}
#contact form .grid 				{ display: block;}
#contact form label 				{ margin-bottom: 10px;}
#contact form .btn_sub 				{ text-align: left;}
}


/* formulaire : joindre un fichier ss*/
.js .input_file_container 			{ display:inline-block; position:relative;}  
.js .input_file 					{ width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; cursor:pointer;}  
.js .input_file_trigger 			{ width:100%; cursor:pointer; margin:0; padding:0 20px; color:#555; font-size:14px; line-height:58px; background:#eee; }
.js .input_file:hover + .input_file_trigger,  
.js .input_file:focus + .input_file_trigger,  
.js .input_file_trigger:hover,  
.js .input_file_trigger:focus 		{ background-color:#ddd; color: #222;}  
.file_return 						{ margin:0;}  
.file_return:not(:empty) 			{ margin:10px 0 20px 0;}  
.js .file_return 					{ font:400 16px/20px "Noto Sans";}  
.js .file_return:not(:empty):before { content:"Fichier sélectionné : "; font-style:normal; font-weight:normal; font-family:"Noto Sans";}  
.input_file_trigger.error 			{ background:#f12626;}
