/***** champs formulaire *****/ 
label								{ font: 400 15px/30px "Barlow"; display: block; margin-bottom: 5px;}
label span							{ color: #f10000;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: 1px solid #1d1d1d20; font: 400 15px/22px "Barlow"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; margin-bottom: 40px;}
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;}

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

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

/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Barlow"; border: none; letter-spacing: 0.5px; margin-bottom: 40px;}
#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: #202f35; border-bottom: 1px solid #b8d302; padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #ed1e3b;}

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

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

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

/***** page contact *****/
#contact .bloc_contact { width: 90vw; max-width: 800px; margin: 0 auto; position: relative;}



@media (min-width:1201px) {

}

@media (max-width:1000px) { 

}

@media (max-width:600px) { 
#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;}
}



