.bloc_texte .link 					{ margin-top: 0; }
@media (max-width:600px) {
#contact .chapo 			 		{ display: none;}
#contact .bloc_texte img	 		{ display: none;}
}


/***** champs formulaire *****/ 
::placeholder                       { color: #767676;}
select                              { color: #767676;}
label								{ font: normal 16px/30px "Jost"; 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; font: 400 14px/22px "Jost"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; background-color: #fff; color: var(--bleu); border: none; border-radius: 0; margin: 0 0 10px 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;}*/
select								{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") calc(100% - 30px) 50% no-repeat #eee; padding-bottom: 0; background-color: #fff; border: none;}
option								{ -webkit-appearance: none; appearance: none;}
@media (max-width:600px) {
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 12px; height: 50px; line-height: 48px}
}



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

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Jost"; padding: 0; margin: 30px 0; border: none; 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 12px/24px "Jost"; letter-spacing: 0.4px;}
#rgpdForm a							{ position: relative; color: var(--or); border-bottom: 1px solid #eee; padding-bottom: 2px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #E71F2D;}

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

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


/***** page contact *****/
.bloc_contact 				        { position: relative;}
#contact .bloc_contact 				{ display: grid; grid-template-columns: 380px 1fr; grid-gap: 60px;}
#contact .bloc_contact .link 		{ padding: 0 30px; cursor: pointer; padding-bottom: 2px; height: 60px; line-height: 58px; border: none;}
#contact .bloc_contact .link:before	{ display: none;}
#contact .coordonnees               { background: var(--noir); padding: 50px; color: #fff; }
#contact .coordonnees .titre_main	{ margin-top: -8px; font: 400 30px/40px "Jost"; letter-spacing: 0.7px; color: #fff; margin-bottom: 30px; text-transform: uppercase; }
#contact .coordonnees .titre_main span { color: var(--or);}
#contact .coordonnees p				{ margin-bottom: 10px;}
#contact .coordonnees p a			{ color: #fff; border: none;}

#contact form .sous_titre			{ margin-bottom: 30px;}
#contact form .btn_sub 				{ text-align: right; padding: 30px 0 10px 0;}

form .grid.options 		            { grid-template-columns: repeat(4,1fr); margin:20px 0 40px 0;}
form .grid.options div              { display: grid; grid-template-columns: auto 1fr; align-items: center; grid-gap: 20px;}
form .grid.options label            { margin: 10px 0 10px 0;}

#contact .coordonnees .titre		{ font-size: 20px; line-height: 30px; color: var(--or); margin-bottom: 10px;}



@media (min-width:1201px) { 
#contact .coordonnees p a:hover 	{ color: var(--or); }
#contact form .link:hover 			{ background: var(--or); color: #fff;}
}
@media (max-width:1000px) { 
#contact .bloc_contact 				{ grid-template-columns: 1fr;}
form .grid.options 		            { grid-template-columns: repeat(2,1fr);}
}
@media (max-width:700px) { 
#contact .bloc_contact 				{ grid-gap: 50px;}
#contact .coordonnees 		 		{ margin: -60px -7.5vw 0 -7.5vw; padding: 40px 7.5vw 40px 7.5vw;}
#contact .coordonnees .content 		{ padding: 0; margin-top: 40px;}
#contact form .sous_titre			{ margin-bottom: 20px;}
#contact form label 				{ margin-bottom: 10px;}
#contact form .btn_sub 				{ text-align: center; padding: 0 ;}
}


