/***** champs formulaire *****/ 
label											{ font: 400 16px/28px "Barlow Semi Condensed"; display: block;}
label span										{ color: #e32c2c;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 										{ width: 100%; height: 50px; border: 1px solid #ccc; font: 500 16px/24px "Barlow Semi Condensed"; letter-spacing: 0.4px; padding: 0 25px 2px 25px; color: #000; background: #fff; border-radius: 5px; display: block;}
textarea										{ min-height: 160px; padding: 20px 25px; display: block;}

input[type="text"].date 						{ background: url("../images/calendar.svg") right+22px center no-repeat #fff;}
select											{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_down.svg") right+25px center no-repeat #fff;}

::placeholder, 				 
option:disabled									{ color: #000; opacity: 0.5;}

@media (max-width:700px) { 
label											{ font-size: 14px; line-height: 26px;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 										{ font-size: 14px; line-height: 22px; height: 50px; padding: 0 20px 2px 20px;}

input[type="text"].date 						{ background-position: right+17px center;}
select											{ background-position: right+20px center;}
}



/***** formulaire *****/
.formulaire 						{ position: relative;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px;}
.formulaire form .label				{ margin: 30px 0 15px 0;}
.formulaire form .btn_sub 			{ text-align: right; padding: 25px 0 0 0;}
.formulaire form .btn_sub .link		{ cursor: pointer; padding: 15px 30px; border: none;}

@media (max-width:1000px) { 
.formulaire form .grid 				{ grid-template-columns: 1fr;}
}
@media (max-width:600px) { 
.formulaire form .grid 				{ grid-gap: 10px;}
.formulaire form .label				{ margin: 15px 0 10px 0;}
.formulaire form .btn_sub 			{ padding: 25px 0 0 0;}
.formulaire form .btn_sub .link		{ line-height: 50px; padding: 0; width: 100%; text-align: center;}
}


/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center;}
.confirmation_form p			 	{ margin: 5px 0 15px 0;}

@media (max-width:600px) {
.confirmation_form p			 	{ margin: 0 0 10px 0;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 14px/22px "Barlow Semi Condensed"; letter-spacing: 0.6px;}
#rgpdForm input[type=checkbox]		{ width: 20px; height: 20px; 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: 40px; font: 400 14px/22px "Barlow Semi Condensed"; letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #333; padding-bottom: 2px; border-bottom: 1px solid #ccc;}
#rgpdFormAcceptError				{ padding: 10px 0 0 40px; color: #4eb848;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ color: #6aa82f; border-color: #6aa82f;}
}
@media (max-width:600px) { 
#rgpdForm 							{ font-size: 10px; line-height: 20px;}
#rgpdForm input[type=checkbox]		{ width: 16px; height: 16px; margin: 4px 0 0 0;}
#rgpdForm label						{ padding-left: 30px; font-size: 10px; line-height: 20px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px;}
}


/* custom */
.rgpd 								{ margin-top: 30px; padding-right: 20px;}

@media (max-width:600px) { 
.rgpd 								{ margin-top: 20px;}
}


/***** page contact *****/
#contact   									{ background: #fff;}

#contact .bloc_contact 						{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 60px;}
#contact .formulaire 						{ padding: 0 20px; max-width: 900px; margin: 0 auto; background: none;}

#contact .coordonnees .row 					{ padding: 40px; background: #f7f4f0; margin-bottom: 40px;}
#contact .coordonnees .row p b				{ font-size: 18px;}
#contact .coordonnees .row p a				{ padding: 0; border: none; color: #6aa82f;}

#contact .map 					      { width: 100%; height: 350px; border: none; margin-bottom: 50px;}


@media (min-width:1201px) { 
#contact .coordonnees .grid p a:hover		{ opacity: 0.5;}
#contact .coordonnees .grid a.email:hover 	{ color: #ba9765;}
}
@media (max-width:1200px) { 
#contact .map 								{ margin-top: 50px;}
#contact .horaire h4 						{ font-size: 16px;}
}
@media (max-width:1000px) { 
#contact .top_page	 						{ padding-bottom: 50px;}
#contact .top_page:before 					{ bottom: 0;}
#contact .top_page .bloc_grid 				{ margin-bottom: 0;}
#contact .top_page .photo 					{ display: none;}
#contact .top_page .sous_titre 				{ margin-bottom: 0;}
#contact .horaire p 						{ grid-template-columns: 1fr auto;}
}
@media (max-width:700px) { 
#contact .top_page	 						{ padding-bottom: 25px;}
#contact .top_page .chapo					{ display: none;}
#contact .bloc_contact .grid				{ grid-template-columns: 1fr; grid-gap: 30px; margin-bottom: 35px;}
#contact .bloc_contact .grid .sous_titre 	{ margin-bottom: 10px;}
#contact .coordonnees p						{ font-size: 13px; line-height: 24px; margin: 5px 0 0 0;}
#contact .map_iframe 								{ margin: 40px -7vw; padding-top: 60vw;}
}












