@media (max-width:600px) {
#contact .chapo 			 		{ display: none;}
.top_page                           { padding-bottom: 40px;}    
}


/***** champs formulaire *****/ 
label								{ font: normal 14px/30px "Poppins"; display: block; margin: 20px 0 10px;}
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: #EDF2F5; }
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;}

option								{ -webkit-appearance: none; appearance: none;}
@media (max-width:600px) {
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 12px; }
}



/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; background: #f1f1f1; padding: 40px;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}
.confirmation_form .link 			{ padding: 0 30px; background: #b1d350; height: 60px; color: #000; line-height: 58px;}
.confirmation_form .link:before		{ display: none;}

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 11px/24px "Poppins"; padding: 20px; border: 1px solid #ccc; letter-spacing: 0.4px; }
#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: #b1d350; border-bottom: 1px solid transparent; padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #f82020;}

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

/* custom */
.rgpd 								{ margin-top: 30px;}
form .grid                          { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 0 20px;}
@media (max-width:1000px) { 
form .grid                          { grid-template-columns: 1fr; grid-gap: 0;}
}
@media (max-width:600px) { 
#rgpdForm label						{ font-size: 11px;}
}

/***** page contact *****/
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 80px;}
#contact .bloc_contact .link 		{ padding: 0 30px; cursor: pointer; padding-bottom: 2px; height: 60px; line-height: 58px;}
#contact .bloc_contact .link:before	{ display: none;}
#contact .coordonnees .content 		{ background: #00334c; color: #fff; padding: 60px 50px 50px;}
#contact .coordonnees .titre_main	{ font: 400 20px/40px "Poppins"; color: #fff;}
#contact .coordonnees .sous_titre	{ color: #b1d350; font-size: 16px;}
#contact .coordonnees p				{ margin-bottom: 10px;}
#contact .coordonnees p a			{ color: #fff; border: none;}
#contact .coordonnees p .tel        { line-height: 30px;}
#contact .coordonnees p .mail       { background: url("../images/mail.svg") left center no-repeat; padding-left: 30px; line-height: 30px;}
#contact .coordonnees .separate     { display: block; padding: 10px;}
#contact form .sous_titre			{ margin-bottom: 30px;}

#contact form .btn_sub 				{ text-align: right; padding: 30px 0 10px 0; }
#contact form .btn_sub input		{ background: linear-gradient(to top, #b1d350 0%, #b1d350 50%, #004f6b 50%, #004f6b 100%); margin-top: 20px; background-size: 100% 200%; background-position: 0 100%; }

@media (min-width:1201px) { 
#contact .coordonnees p a:hover 	{ color: #b1d350; }

#contact form .btn_sub input:hover 		{ background-position: 0 0; color:#fff}

}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 50px;}
#contact .coordonnees 		 		{ background: #00334c; margin: -50px -7.5vw 0 -7.5vw; padding: 0 7.5vw 50px 7.5vw;}
#contact .coordonnees .photo 		{ margin: 0 -7.5vw ;}
#contact .coordonnees .content 		{ background: none; padding: 0; margin-top: 40px;}
#contact form .sous_titre			{ margin-bottom: 20px;}
#contact form .grid 				{ display: block;}
#contact form label 				{ margin-bottom: 10px;}
#contact form .btn_sub 				{ text-align: center; padding: 0 ;}
}

