.page_content p a 					{ border: none;}
@media (max-width:600px) {
.top_page 							{ margin-top: 40px;}
}

/***** champs formulaire *****/ 
label								{ font: normal 500 15px/30px "Barlow"; display: block; margin: 20px 0 15px 0;}
label span							{ color: #f82020;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 15px/22px "Barlow"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; background: #f0f0f0; border-radius: 0;}
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;}
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;}


/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center; background: #f0f0f0; padding: 40px;}
.confirmation_form p			 	{ margin: 5px 0 20px 0;}

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



/***** RGPD *****/
#rgpdForm 							{ font: 400 13px/24px "Barlow"; padding: 20px; border: 1px solid #ccc; letter-spacing: 0.4px; border-radius: 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 14px/24px "Barlow"; letter-spacing: 0.4px;}
#rgpdForm a							{ position: relative; color: #0dabb3; border-bottom: 1px solid #0dabb3; padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #f82020;}

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

/* custom */
.rgpd 								{ margin-top: 40px; margin-bottom: 40px; }
@media (min-width:1201px) { 
.link:hover							{ background-color: #111; color: #fff; }
}


/***** page contact *****/
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 60px; margin-bottom: 60px; margin-top: 120px;}
#contact .coordonnees 				{ color: #fff; }
#contact .coordonnees .photo		{ filter: grayscale(0.6) }
#contact .coordonnees .content 		{ background: #111; color: #fff; padding: 50px;}
#contact .coordonnees .content .logo{ max-width: 140px; margin-bottom: 25px;}
#contact .coordonnees .sous_titre	{ margin-top: -8px;}
#contact .coordonnees p				{ margin-bottom: 10px;}
#contact .coordonnees p	a			{ color: #fff;}
#contact form .sous_titre			{ margin-bottom: 30px;}
#contact .coordonnees p a.tel 		{ border-bottom: 2px solid #0dabb3; margin-bottom: 10px; display: inline-block;}
#contact .coordonnees p a.mail 		{ border: none; margin-bottom: 10px; display: inline-block;}



@media (min-width:1201px) { 
#contact .coordonnees p a:hover:not(.link) 	{ color: #0dabb3; }
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr; margin-top: 80px;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 50px;}
#contact .coordonnees 		 		{ margin: -110px -7.5vw 0 -7.5vw;}
#contact .coordonnees .content 		{ border-radius: 0; padding: 40px 7.5vw;}
#contact .coordonnees .photo		{ margin: 0 -7.5vw 0 -7.5vw;}
#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;}
.chapo 								{ display: none;}
.top_page .content .titre_main 		{ margin-bottom: 0;}
}

