/***** champs formulaire *****/ 
label								{ font: 400 15px/30px "Poppins"; display: block; margin-bottom: 15px; margin-top: 30px;}
label span							{ color: #f82020;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 14px/22px "Poppins"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; background: #eee; border-radius: 5px;}
select								{ -webkit-appearance: none; appearance: none; background: url(../images/arrow_bottom.svg) calc(100% - 25px) 50% no-repeat #eee; padding-bottom: 0;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block; border-radius: 5px;}
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;}

.contact_form label:nth-of-type(1)  { margin-top: 0;}


/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; background: #009741; color: #ffffff; padding: 40px;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}
.confirmation_form .link 			{ padding: 0 30px; background: #009741; height: 50px; line-height: 48px;}
.confirmation_form .link:before		{ display: none;}
.requis_txt 						{ color: #f82020; margin-top: 15px;}

@media (min-width:1201px) { 
.confirmation_form .link:hover		{ background: #1e2a35; color: #fff;}
}
@media (max-width:600px) {
.confirmation_form			 		{ padding: 30px;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 13px/24px "Poppins"; padding: 20px; border: 1px solid #cccccc40; letter-spacing: 0.4px; border-radius: 5px; margin-bottom: 40px; margin-top: 10px;}
#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 "Poppins"; letter-spacing: 0.4px;}
#rgpdForm a							{ position: relative; color: #009741; border-bottom: 1px solid transparent; padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #f82020;}

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

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

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




/***** page contact *****/
#contact .bloc_grid.map     		{ grid-gap: 60px; }
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 80px;}
#contact .coordonnees 		        { background-color: #1b1b1b; color: #fff; padding: 50px; border-bottom-right-radius: 50px;}
#contact .photo 		            { height: 250px; width: auto;}
#contact .photo img	                { height: 100%; width: 100%; object-fit: cover; border-top-left-radius: 50px;}
#contact .coordonnees p				{ font-size: 13px; margin-top: 10px;}
#contact .coordonnees p	b			{ display: block; font: 500 30px/30px "Pinot"; color: #009741; margin-bottom: 5px; text-transform: uppercase;}
#contact .coordonnees p	a.mail      { color: #009741; border-bottom: none; margin-bottom: 30px; display: block;}
#contact .coordonnees p	a.tel       {  border-bottom: none; color: #ffffff; padding: 0 30px; line-height: 60px;}
#contact .coordonnees p	a.tel:before { background: url(../images/tel_white.svg) no-repeat center; margin-right: 30px; width: 12px; height: 20px;    border-radius: 0%;}

@media (min-width:1201px) { 
#contact .coordonnees p	a.mail:hover      { color: #ffffff;}
#contact .coordonnees p	a.tel:hover       { color: #009741;}
#contact .coordonnees p	a.tel:hover:before { background-image: url(../images/tel.svg);}
}
@media (max-width:1200px) { 
#contact .bloc_contact 				{ grid-gap: 50px;}
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr;}
#contact .coordonnees .photo 		{ height: 400px;}
}
@media (max-width:600px) { 
#contact .bloc_grid.map     		{ grid-gap: 0; }
#contact .bloc_contact 				{ grid-gap: 50px;}
#contact .photo img	                { border-top-left-radius: 0;}
#contact .photo 		            { height: auto; margin: 0 -7.5vw 0 -7.5vw; }
#contact .coordonnees 		 		{ margin: 0 -7.5vw 0 -7.5vw; padding: 50px 7.5vw 50px 7.5vw; border-bottom-right-radius: 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;}

#contact .chapo 					{ display: none;}

}


