@media (max-width:600px) { 
#contact .top_page                  { background-color: #ffcf19; padding-bottom: 100px; }   
#contact .chapo,   
#contact .top_page .photo           { display: none;}
#contact .top_page:after            { display: none;}
}

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

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


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

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

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


/***** page contact *****/
#contact .bloc_contact 				{ display: grid; grid-template-columns: 400px 1fr; grid-gap: 80px;}
#contact .coordonnees .photo img    { background: #000; padding: 10px;}
#contact .coordonnees .content 		{ background: #000; color: #fff; padding: 60px;}
#contact .coordonnees .content p .mail { color: #fff; background: url(../images/mail.svg) left center no-repeat; padding-left: 30px;}

#contact .coordonnees .sous_titre	{ margin-top: -5px;}
#contact .coordonnees p				{ margin-bottom: 10px; line-height: 30px;}
#contact .coordonnees p	a			{ padding: 0; border: none;}
#contact .coordonnees .tel 			{ font-weight: 400;}
#contact .coordonnees .link			{ margin-top: 15px;}
#contact form .sous_titre			{ margin-bottom: 30px;}
#contact form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; align-items: center; margin: 20px auto;}
#contact form .btn_sub 				{ text-align: right; padding: 30px 0 10px 0;}
#contact form .btn_sub .link      	{ color: #fff; background: linear-gradient(to top, #dc0300 0%, #dc0300 50%, #000 50%, #000 100%); background-size: 100% 200%; background-position: 0 100%;}

@media (min-width:1201px) { 
#contact form .btn_sub .link:hover	{ background-position: 0 0;}
}
@media (max-width:1200px) { 
#contact form .sous_titre			{ margin-bottom: 20px;}
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr; grid-gap: 50px;}
#contact .bloc_contact .grid		{ grid-template-columns: 1fr; grid-gap: 15px;}
#contact .coordonnees .photo img    { padding: 5px;}
}
@media (max-width:600px) { 
#contact .bloc_contact 				{ grid-gap: 10vw;}
#contact .bloc_contact.bloc_texte	{ margin-top: -110px;}
#contact .coordonnees         		{ margin-top: -20px;}
#contact .coordonnees .content 		{ background: #000; padding: 40px 7.5vw; margin: 0 0 0 0;}
#contact form .sous_titre			{ margin-bottom: 15px;}
#contact form label 				{ margin-bottom: 10px;}
#contact form .btn_sub 				{ text-align: left;}
}



