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


/***** champs formulaire *****/ 
::placeholder                       { color: var(--dark);}
select                              { color: var(--dark);}
label								{ font: normal 16px/30px "Barlow"; 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 "Barlow"; letter-spacing: 0.4px; padding: 0 25px 4px 25px; background-color: #f9f8f5; color: var(--dark); border: 1px solid var(--beige); border-radius: 5px; margin: 0 0 0 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;}
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: 1px solid #eee;}
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: #f1f1f1; 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: var(--beige); color: var(--dark);}
}
@media (max-width:600px) {
.confirmation_form			 		{ padding: 30px;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px "Barlow"; 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 14px/24px "Barlow"; letter-spacing: 0.4px;}
#rgpdForm a							{ position: relative; color: var(--brunclair); 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(--beige); border-color: var(--beige);}
}


/* 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 .left img                  { border-radius: 20px 20px 0 0 ;}
#contact .coordonnees               { background: var(--dark); color: #fff; padding: 50px; border-radius: 0 0 20px 20px;}
#contact .coordonnees .sous_titre   { color: var(--beige);}
#contact .coordonnees p				{ margin-bottom: 10px;}
#contact .coordonnees .tel			{ background-image: url("../images/tel_moka.svg")}
#contact .coordonnees p a			{ color: #fff; border: none;}

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


@media (min-width:1201px) { 
#contact .coordonnees p a:hover 	{ color: var(--beige); }
#contact form .link:hover 			{ background: var(--beige); color: var(--dark);}
}
@media (max-width:800px) { 
#contact .bloc_contact 				{  grid-template-columns: 1fr; grid-gap: 40px;}
}
@media (max-width:700px) { 
#contact .bloc_contact 				{ grid-gap: 50px;}
#contact .coordonnees 		 		{ padding: 20px 7.5vw 20px 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 ;}
}


@media (max-width:400px) { 
    #contact .coordonnees 		 		{ padding: 20px 5.5vw 20px 5.5vw;}
}


