/***** champs formulaire *****/ 
label								{ font: 500 15px/25px "Quicksand"; display: block;}
label span							{ color: #d52121;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 500 14px/24px "Quicksand"; letter-spacing: 0.4px; padding: 0 25px 2px 25px; background: #ebf5f6; color: #000; border-radius: 10px;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block;}
/*select							{ -webkit-appearance: none; appearance: none; background: url("../images/arrow_select.svg") calc(100% - 25px) 50% no-repeat #f1f1f1; padding-bottom: 0;}
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: #002c3e; opacity: 0.65;}

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


/** formulaire **/
.formulaire 						{ position: relative; max-width: 850px; margin: 0 auto; padding-bottom: 10px;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px;}
.formulaire form .grid label 		{ margin: 0 0 10px 0;}
.formulaire form .item_full 		{ grid-column: span 2;}
.formulaire form .btn_sub 			{ text-align: right; padding: 30px 0 0 0;}
.formulaire form .btn_sub .link		{ line-height: 58px; cursor: pointer; padding: 0 30px 2px 30px; border: none;}

@media (max-width:600px) { 
.formulaire form .grid 				{ grid-gap: 10px; grid-template-columns: 1fr;}
.formulaire form .item_full 		{ grid-column: 1;}
.formulaire form .label				{ margin: 15px 0 10px 0;}
.formulaire form .btn_sub 			{ padding: 25px 0 0 0; text-align: left;}
.formulaire form .btn_sub .link		{ line-height: 48px;}
}


/***** confirmation formulaire *****/
.confirmation_form			 		{ text-align: center; background: #d7ecee; border-radius: 20px; padding: 40px;}
.confirmation_form p			 	{ margin: 5px 0 15px 0;}

@media (max-width:600px) {
.confirmation_form			 		{ border-radius: 10px; padding: 30px;}
.confirmation_form p			 	{ margin: 0 0 10px 0;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 500 13px/22px "Quicksand"; letter-spacing: 0.8px;}
#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: 500 13px/22px "Quicksand"; letter-spacing: 0.8px;}
#rgpdForm a							{ position: relative; color: #000; padding-bottom: 2px; border-bottom: 1px solid #ccc;}
#rgpdFormAcceptError				{ padding: 10px 0 0 40px; color: #d52121;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ color: #2b7172; border-color: #2b7172;}
}
@media (max-width:600px) { 
#rgpdForm 							{ 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-top: 40px;}

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


/***** page contact *****/
#contact .top_page .titre_main				{ margin: 0 0 -10px 0;}
#contact .bloc_grid 						{ grid-template-columns: 450px 1fr; align-items: start;}
#contact .bloc_grid:before 					{ width: 270px; height: 126px; background: url("../images/shape_lines.svg") 50% no-repeat; position: absolute; left: -140px; bottom: -50px; z-index: -1; content: "";}
#contact .bloc_grid .photo					{ background: #fff; border-radius: 20px; padding: 50px 60px; box-shadow: 0 15px 40px 0 rgb(144 207 211 / 30%);}
#contact .bloc_grid .photo .rounded			{ padding: 20px; margin: 0 auto 20px auto; width: 280px;}
#contact .bloc_grid .photo .rounded:after 	{ display: none;}
#contact .bloc_grid .photo p				{ line-height: 26px; margin: 15px 0 0 0;}
#contact .bloc_grid .photo p a				{ padding: 0 0 0 30px; border: none; display: inline-block;}
#contact .bloc_grid .photo p a.tel			{ background: url("../images/tel.svg") 0 52% no-repeat;}
#contact .bloc_grid .photo p a.email		{ background: url("../images/email.svg") 1px 52% no-repeat;}
#contact .bloc_grid .texte					{ padding-top: 120px;}
		
@media (min-width:1201px) {
#contact .bloc_texte p a.tel:hover				
#contact .bloc_texte p a.email:hover		{ color: #2388c3;}
}
@media (max-width:1200px) {
#contact .top_page:after 					{ display: none;}
#contact .bloc_grid 						{ grid-template-columns: 420px 1fr;}
#contact .bloc_grid:before 					{ display: none;}
#contact .bloc_grid .photo					{ padding: 40px 50px; box-shadow: 0 10px 30px 0 rgb(144 207 211 / 30%);}
#contact .bloc_grid .texte					{ padding-top: 100px;}
}
@media (max-width:1000px) {
#contact .top_page .titre_main				{ margin: 0;}
#contact .bloc_grid 						{ grid-template-columns: 1fr;}
#contact .bloc_grid .texte					{ padding-top: 0;}
}
@media (max-width:600px) {
#contact .bloc_grid 						{ margin-top: 0;}
#contact .bloc_grid .photo					{ background: #2b7172; border-radius: 0; padding: 0 7vw 40px 7vw; box-shadow: none; margin: 0 -7vw; color: #fff;}
#contact .bloc_grid .photo .rounded			{ padding: 10px; margin: -12px auto 12px auto; width: 200px; border-radius: 50%; background: rgba(255, 255, 255, 0.5);}
#contact .bloc_grid .photo .rounded img 	{ border-radius: 50%; height: auto; border: 5px solid #fff;}
#contact .bloc_grid .photo p				{ line-height: 24px; margin: 10px 0 0 0;}
#contact .bloc_grid .photo p a				{ color: #fff;}
}




