/***** champs formulaire *****/ 
label								{ font: 500 16px/30px "Barlow"; display: block;}
label span							{ color: #d52121;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: none; font: 400 14px/24px "Barlow"; letter-spacing: 0.2px; padding: 0 25px 2px 25px; background: #fff; color: #2a2a2a;}
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: #2a2a2a;}

@media (max-width:700px) { 
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ font-size: 15px; line-height: 22px; height: 50px; padding: 10px 20px;}
}


/** formulaire **/
.formulaire 						{ position: relative;}
.formulaire form .grid 				{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px 80px;}
.formulaire form textarea           { margin-top: 10px; resize: none;}
.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		{ line-height: 55px; cursor: pointer; padding: 0 30px 2px 30px; border: none;}

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


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

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


/***** RGPD *****/
#rgpdForm 							{ font: 400 15px/28px "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; border: none;}
#rgpdForm label						{ display: block; margin: 30px 0; padding-left: 40px; font: 400 14px/22px "Barlow"; letter-spacing: 0.2px;}
#rgpdForm a							{ position: relative; color: #002c3e; padding-bottom: 2px; border-bottom: 1px solid #ccc;}
#rgpdFormAcceptError				{ padding: 10px 0 0 40px; color: #d52121;}

@media (min-width:1201px) {
#rgpdForm a:hover 					{ opacity: 0.5;}
}
@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:600px) { 
.rgpd 								{ margin-top: 25px;}
}


/***** page contact *****/
#contact .page 									{ padding: 0;}
#contact .bloc_contact							{ display: grid; grid-template-columns: 420px 1fr; gap: 40px; align-items: flex-start; }
#contact .bloc_texte p							{ line-height: 26px;}
#contact .bloc_contact .left img                { display: block; width: 100%; height: auto;}
#contact .bloc_contact .coordonnees             { padding: 40px 40px 50px 40px; }
#contact .bloc_contact .coordonnees a           { color: #fff; border: none;}
#contact .bloc_contact .coordonnees .adresse    { background: url(../images/marker.svg) 3px center no-repeat; line-height: 35px; padding-left: 35px; margin-top: 0; margin-bottom: 10px;}
#contact .bloc_contact .coordonnees .tel        { background: url(../images/tel.svg) 3px center no-repeat; line-height: 35px; padding-left: 35px; margin-top: 0; margin-bottom: 10px;}
#contact .bloc_contact .coordonnees .mail       { background: url(../images/mail.svg) left center no-repeat; line-height: 35px; padding-left: 35px; margin-bottom: 10px;}

#contact .map 									{ position: relative; height: 60vh; max-height: 750px; margin-top: 120px;}
#contact .map iframe							{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: none;}
#jobs .formulaire form .grid,
#contact .formulaire form .grid 				{ grid-gap: 10px ;}

@media (min-width:1201px) {
#contact .bloc_contact .coordonnees .tel:hover,				
#contact .bloc_contact .coordonnees .mail:hover { color: #ee652e;}
}
@media (max-width:1400px) {
#contact .map 									{ margin-top: 100px;}
}
@media (max-width:1200px) {
#contact .map 									{ margin-top: 80px;}
}
@media (max-width:1000px) {
#contact .bloc_contact							{ grid-template-columns: 1fr; }
#contact .map 									{ margin-top: 60px; height: 56vw;}
}
@media (max-width:600px) {
#contact .top_page  							{ padding-top: 140px;}
#contact .top_page .bloc_grid					{ grid-gap: 0; margin: 0;}
#contact .top_page .texte 						{ display: none;}
#contact .map 									{ margin-top: 40px; height: 60vw;}
}




/* formulaire : joindre un fichier ss*/
.ajout_fichier .input_file_container 			{ display:inline-block; position:relative; margin-top: 20px; padding: 20px 30px; background-color: #fff; border-radius: 0;}  
.ajout_fichier label                  			{ margin-bottom: 15px; font-weight: 400; color: #002c3e; opacity: 0.75;}  
.ajout_fichier .input_file 					    { width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; cursor:pointer; z-index: 9999;}  
.ajout_fichier .input_file_trigger 			    { cursor:pointer; margin:0; font: 700 14px / 50px "Barlow"; letter-spacing: 1.2px; height: 50px; display: inline-block; vertical-align: top; color: #fff; padding: 0 20px; background: #ee652e ; background-size: 100% 200%; background-position: 0 100%; text-align: center; text-transform: uppercase;}
.ajout_fichier .input_file:hover + .input_file_trigger,  
.ajout_fichier .input_file:focus + .input_file_trigger,  
.ajout_fichier .input_file_trigger:hover,  
.ajout_fichier .input_file_trigger:focus 		{ background:#69b32f; color: #fff;}  
.ajout_fichier .file_return 					{ margin:0;}  
.ajout_fichier .file_return:not(:empty) 		{ margin:10px 0 20px 0;}  
.ajout_fichier .file_return 					{ font:400 16px/20px "Barlow";}  
.ajout_fichier .file_return:not(:empty):before  { content:"Fichier sélectionné : "; font-style:normal; font-weight:normal; font-family:"Barlow";}  
.ajout_fichier .input_file_trigger.error 		{ background:#f12626;}

.MultiFile-list                                 { margin-bottom: 20px!important;}
.MultiFile-remove                               { z-index: 99999; width: 20px; height: 20px; display: inline-grid; justify-content: center; background: #FFD3C1; font-family: "Barlow"; border-radius: 50%; color: #ee652e; margin: 0 5px 0 0; padding-bottom: 2px; align-content: center; transition: all 300ms ease-in-out;}
.MultiFile-label                                { margin-bottom: 10px;}

@media (min-width:1201px) { 
.ajout_fichier .input_file_container:hover .input_file_trigger { background: #69b32f; color: #fff; }
.MultiFile-remove:hover                         { background: #69b32f; color: #fff;}
}

@media (max-width:700px) { 
.ajout_fichier .input_file_trigger 			    { font-size: 14px; line-height: 48px; height: 50px;}
}

