/* CSS Document */

/***** champs formulaire *****/ 
label								{ font: 400 14px/20px "Barlow"; display: block; margin-bottom: 10px;}
label span							{ color: #e91d1d;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea							{ width: 100%; height: 50px; font: 400 13px/23px "Barlow"; letter-spacing: 0.4px; padding: 0 20px; background: #fff; color: #222; border-radius: 8px; border: 1px solid #ccc;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block;}
select								{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") right+20px center no-repeat #fff; padding-right: 55px;}
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;}
::placeholder 						{ color: #222; opacity: 0.65;}

@media (max-width:700px) { 
label								{ font-size: 12px;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 12px; line-height: 22px; height: 48px; padding: 0 20px; border-radius: 5px;}
textarea							{ padding: 15px 20px;}
}


/** formulaire **/
.formulaire 						{ position: relative;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px;}
.formulaire form .label				{ margin: 25px 0 10px 0;}
.formulaire form .btn_sub 			{ text-align: right; padding: 30px 0 0 0;}
.formulaire form .btn_sub .link		{ height: auto; cursor: pointer; padding: 0 30px 2px 30px; border: none;}

@media (max-width:1000px) { 
.formulaire form .grid 				{ grid-template-columns: 1fr;}
}
@media (max-width:700px) { 
.formulaire form .grid 				{ grid-gap: 10px;}
.formulaire form .label				{ margin: 15px 0 10px 0;}
.formulaire form .btn_sub 			{ padding: 20px 0 0 0;}
.formulaire form .btn_sub .link		{ line-height: 48px; padding: 0; width: 100%; text-align: center;}
}


/***** confirmation formulaire *****/
.confirmation_form			 		        { text-align: center; padding: 50px 30px; background: var(--bleu); color: #fff}
.confirmation_form p			 	        { margin: 5px 0;}
.confirmation_form .link 			      { height: auto; background: var(--jaune); transition: all .3s ease-in-out; }
.confirmation_form .link:hover 			{ background: #fff; color: var(--bleu); }


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/22px "Barlow"; letter-spacing: 0.6px;}
#rgpdForm input[type=checkbox]		{ width: 20px; height: 20px; 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: 40px; font: 400 12px/22px "Barlow"; letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #222; padding-bottom: 2px; border-bottom: 1px solid #ccc;}
#rgpdFormAcceptError				{ padding: 10px 0 0 40px; color: #e91d1d;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ color: #0081c8; border-color: #0081c8;}
}
@media (max-width:600px) { 
#rgpdForm 							{ font-size: 10px; line-height: 20px;}
#rgpdForm input[type=checkbox]		{ width: 16px; height: 16px; margin: 4px 0 0 0;}
#rgpdForm label						{ padding-left: 30px; font-size: 10px; line-height: 20px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px;}
}


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

@media (max-width:700px) { 
.rgpd 								{ margin-top: 25px;}
}


/***** page contact *****/
 .page 						                              { padding: 0;}
 .bloc_contact 				                          { display: grid; grid-template-columns: 380px 1fr; grid-gap: 60px;}
 .bloc_contact .coordonnes                      { background-color: var(--bleu); color: #fff; border-radius: 20px; overflow: hidden; }
 .bloc_contact .coordonnes_texte                { padding: 30px; }
 .bloc_contact .coordonnes img                  { margin-bottom: 30px; }
 .bloc_contact .item 		                        { margin: 0;}
 .bloc_contact p			                          { line-height: 26px; margin: 0px 0 5px 0;}
 .bloc_contact p a.tel		                      { background: url("../images/tel.svg") 0 50% no-repeat;}
 .bloc_contact p a			                        { color: #fff; padding: 0 0 0 30px; line-height: 40px;}
 .bloc_contact p.plan                             { background: url("../images/marker.svg") 0 50% no-repeat;}
 .bloc_contact p.tel                              { background: url("../images/telephone_jaune.svg") 0 50% no-repeat;}
 .bloc_contact p.mail                             { background: url("../images/mail_jaune.svg") 0 50% no-repeat;} 

 .bloc_contact .confirmation_form .link 		  { text-align: center; margin-top: 15px;}
 .formulaire  				                        { padding-top: 40px;}
 .formulaire .sous_titre 	                    { margin-bottom: -5px;}
 .map 						          { position: relative; height: 60vh; max-height: 750px; margin-top: 120px;}
 .map iframe				        { width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: none;}

@media (min-width:1201px) {
.bloc_contact p a:hover                       { border-bottom: transparent;}

}
@media (max-width:1600px) {
 .formulaire  				      { padding-top: 0;}
 .map 						          { margin-top: 100px;}
}
@media (max-width:1200px) {
 .bloc_contact .coordonnes  {  }
 .formulaire  				      { padding-top: 0;}
 .map 						          { margin-top: 80px;}
}
@media (max-width:1000px) {
 .bloc_contact 				      { grid-template-columns: 1fr;}
 .bloc_contact .coordonnes  {  }
 .map 						          { margin-top: 60px; height: 56vw;}
}
@media (max-width:700px) {
 .top_page .chapo 			    { display: none;}
 .bloc_contact 				      { grid-gap: 15px;}
 .bloc_contact p			      { line-height: 24px; margin: 5px 0 0 0;}
 .bloc_contact p.marge_top	{ margin: 10px 0 0 0;}
 .bloc_contact p.adresse a	{ position: absolute; right: 0; top: 5px; width: 35px; height: 35px; background-size: cover;}
 .formulaire  				      { padding-bottom: 10px;}
 .map 						          { margin-top: 40px; height: 60vw; display: none;}
}









