/***** champs formulaire *****/ 
label								{ display: block; margin: 15px 0 15px 0;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 16px/22px "Roboto"; letter-spacing: 0.4px; padding: 0 25px; background: #fff; margin: 0; border-radius: var(--linkRadius);}
textarea							{ min-height: 160px; padding: 20px 25px; display: block; border-radius: var(--linkRadius);}
/*select							{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") calc(100% - 25px) 50% no-repeat #fff;}
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;}*/

@media (max-width:700px) { 
select,
input[type="text"],
input[type="email"],
input[type="date"] 					{ height: 55px;}
}
@media (max-width:700px) { 
label								{ margin: 10px 0;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 14px; height: 50px; padding: 0 20px;}
select								{ background-position: calc(100% - 20px) 50%;}
textarea							{ padding: 15px 20px;}
}





/** formulaire **/
.formulaire 						{ position: relative;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; margin-bottom: 20px;}
.formulaire form .link 				{ width: 100%; text-align: center; border: none; padding-bottom: 2px; cursor: pointer;}

@media (max-width:1600px) { 
.formulaire form .grid 				{ grid-gap: 30px;}
}
@media (max-width:1400px) { 
.formulaire form .grid 				{ grid-gap: 25px; margin-top: 25px;}
}
@media (max-width:1200px) { 
.formulaire form .grid 				{ grid-gap: 15px; margin-top: 20px; grid-template-columns: 1fr;}
.formulaire form .grid .full		{ grid-column: auto;}
.formulaire form .sous_titre 		{ margin: 0;}
}
@media (max-width:1000px) { 
.formulaire 						{ padding-bottom: 20px;}
.formulaire form .grid .full		{ grid-column: span 2;}
}



/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center; background: var(--orange); color: #fff; padding: 40px; margin-top: 30px; border-radius: 5px;}
.confirmation_form p			 	{ margin: 0 0 15px 0;}

@media (max-width:1200px) { 
.confirmation_form			 		{ margin-top: 20px;}
}
@media (max-width:700px) { 
.confirmation_form			 		{ padding: 25px; margin-top: 15px;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 13px/24px "Roboto";}
#rgpdForm input[type=checkbox]		{ width: 22px; height: 22px; display: block; float: left; padding: 0; margin: 6px 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 13px/24px "Roboto";}
#rgpdForm a							{ position: relative; color: var(--orange); display: inline-block;}
#rgpdFormAcceptError				{ padding: 5px 0 0 40px; color: var(--orange);}

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


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

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




/***** page contact *****/
#contact .shape_glow  									{ top: -10vw;}

#contact .grid_bloc .formulaire	.chapo					{ margin-bottom: clamp(25px, 8vw, 40px);}
#contact .grid_bloc .coordonnees						{ margin-bottom: clamp(25px, 8vw, 40px);}
#contact .grid_bloc .coordonnees p						{ margin: clamp(10px, 2vw, 15px) 0 0 0;}
#contact .grid_bloc .coordonnees p a					{ display: inline-block;}
#contact .grid_bloc .coordonnees .icon 					{ padding-left: 35px; position: relative; color: #fff;}
#contact .grid_bloc .coordonnees .icon:after 			{ width: 18px; height: 100%; position: absolute; left: 0; top: 0; content: "";}
#contact .grid_bloc .coordonnees .address:after 		{ background: url(../images/map.svg) 1px 5px no-repeat;}
#contact .grid_bloc .coordonnees .opening 				{ margin-top: 10px; padding-bottom: 5px;}
#contact .grid_bloc .coordonnees .tel a:after 			{ background: url("../images/tel_orange.svg") 0 50% no-repeat;}
#contact .grid_bloc .coordonnees .email a:after 		{ background: url("../images/email_orange.svg") 1px 50% no-repeat;}
#contact .grid_bloc .coordonnees .hours:after 			{ background: url(../images/hours.svg) 2px 5px no-repeat;}
#contact .grid_bloc .booking iframe  					{ border-radius: var(--imgRadius); height: auto; min-height: 600px; background: #fff;}

#contact .map  			 								{ margin-top: -2vw;}
#contact .map iframe 			 						{ width: 100%; height: auto; max-height: 600px; aspect-ratio: 16/9; object-fit: cover; display: block; border-radius: var(--imgRadius); border: none;}

@media (max-width:1400px) { 
#contact .bloc_col_txt .coordonnees  					{ padding-left: 40px;}
}
@media (max-width:1200px) { 
#contact .top_page  									{ padding-top: 145px;}
}
@media (max-width:1000px) { 
#contact .bloc_col_txt 									{ grid-template-columns: 1fr;}
}
@media (max-width:700px) { 
#contact .top_page  									{ padding-top: 110px;}
}

@media (max-width:800px) { 
#contact .grid_bloc .container      { grid-template-columns: 1fr; grid-gap: 10px;}
}












