/***** champs formulaire *****/ 
label								{ display: block; margin-bottom: 5px;}
label span							{ color: #ef2424;}
select,
input[type="text"],
input[type="email"],
input[type="date"],
textarea 							{ width: 100%; height: 60px; border: 1px solid #ccc; font: 400 15px/22px var(--fontBody); letter-spacing: 0.4px; padding: 0 25px; margin-bottom: 40px; border-radius: 5px;}
textarea							{ min-height: 160px; padding: 20px 25px; display: block; border-radius: 5px;}
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;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus 		{ border: 1px solid #010101; -webkit-text-fill-color: #010101; box-shadow: 0 0 0px 1000px #ffffff inset; transition: background-color 5000s ease-in-out 0s;}

input[type="submit"]     { background: #03989e; color: #ffffff; padding: 0 30px 0 30px; font-size: 12px; font-weight: 700; height: 60px; line-height: 60px; display: inline-block; border: none; cursor: pointer; letter-spacing: .4px; transition: all 400ms ease-in-out; text-transform: uppercase; border-radius: 10px;}

.formAccept 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;}

.formAccept                 { margin-bottom: 40px;}
.formAccept label           { display: block; margin: 0; padding-left: 30px; font: 400 12px/24px var(--fontBody); letter-spacing: 0.6px;}
.formAccept label a         { position: relative; color: #000000; border-bottom: 1px solid #00000060; padding-bottom: 1px;}
.formAccept label a:hover   { border-color: #cd2020; color: #000000;}

@media (min-width:1201px) {
    input[type="submit"]:hover { background: #051d40; color: #ffffff; border-radius: 5px; transition: all 400ms ease-in-out;}
}

/***** confirmation formulaire *****/
.anchor 							{ position: absolute; left: 0; top: -140px;}
.confirmation_form			 		{ text-align: center; border: 1px solid #20252b; padding: 40px; background: #20252b; color: #ffffff; border-radius: 5px;}
.confirmation_form p			 	{ margin: 5px 0 20px 0; font-weight: 600;}

@media (max-width:600px) {
    .confirmation_form			 		{ padding: 30px; border-radius: 20px;}
}


/***** RGPD *****/
#rgpdForm 							{ font: 400 12px/24px var(--fontBody); border: none; letter-spacing: 0.6px; /*margin-bottom: 30px;*/}
#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 12px/24px var(--fontBody); letter-spacing: 0.6px;}
#rgpdForm a							{ position: relative; color: #000000; border-bottom: 1px solid #00000060; padding-bottom: 1px;}
#rgpdFormAcceptError				{ padding: 5px 0 0 30px; color: #a63038;}

@media (min-width:1201px) {
    #rgpdForm a:hover 					{ border-color: #cd2020; color: #000000;}
}


/***** page contact *****/
#contact .bloc_grid      { margin-bottom: 0;}

.contact_form   { background: #eeeeee40; padding: 60px; border-radius: 10px;}

.bloc_contact   { width: 90vw; max-width: 900px; margin: 0 auto; position: relative;}

.grid              			    { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; margin-bottom: 30px;}
.grid .item_full				{ grid-column: span 2;}

.bloc_grid .titre          { font: 400 3rem/1.2 var(--fontBody); color: var(--colorBody); display: block; margin-bottom: 20px;}
.bloc_grid .texte p strong { display: block; margin-bottom: 5px; font: 400 1.8rem/1.2 var(--fontBody); color: var(--colorBodySousTitre);}
.bloc_grid .texte p        { margin-bottom: 25px;}
.bloc_grid .texte a        { display: block; position: relative; padding-left: 25px;}
.bloc_grid .texte a.contact_phone         { border-bottom: none; margin: 10px 0;}

.bloc_grid .texte a.contact_phone:before  { content: ''; position: absolute;  left: 0;  top: 50%;  transform: translate(0, -50%); width: 15px; height: 14px; background-image: url("data:image/svg+xml;utf8,<svg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='14px'><path fill-rule='evenodd'  fill='rgb(3, 152, 158)' d='M3.352,5.836 C4.433,7.971 6.182,9.694 8.291,10.775 L9.937,9.129 C10.143,8.922 10.452,8.871 10.709,8.947 C11.558,9.231 12.458,9.386 13.384,9.386 C13.796,9.386 14.130,9.720 14.130,10.132 L14.130,12.756 C14.130,13.167 13.796,13.501 13.384,13.501 C6.336,13.501 0.626,7.791 0.626,0.743 C0.626,0.331 0.960,-0.004 1.372,-0.004 L3.995,-0.004 C4.407,-0.004 4.741,0.331 4.741,0.743 C4.741,1.668 4.896,2.569 5.179,3.418 C5.256,3.675 5.204,3.983 4.999,4.189 L3.352,5.836 Z'/></svg>");}
.bloc_grid .texte a.contact_mail:before   { content: ''; position: absolute;  left: 0;  top: 50%;  transform: translate(0, -50%); width: 16px; height: 12px; background-image: url("data:image/svg+xml;utf8,<svg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='12px'><path fill-rule='evenodd'  fill='rgb(3, 152, 158)' d='M14.716,12.001 L1.291,12.001 C0.584,12.001 0.010,11.468 0.010,10.811 L0.010,3.298 L6.673,7.259 C7.084,7.479 7.546,7.588 8.008,7.588 C8.469,7.588 8.930,7.479 9.342,7.259 L15.996,3.303 L15.996,10.811 C15.996,11.468 15.423,12.001 14.716,12.001 ZM8.007,6.266 C7.790,6.266 7.572,6.215 7.378,6.111 L0.010,1.775 L0.010,1.179 C0.010,0.523 0.584,-0.010 1.291,-0.010 L14.716,-0.010 C15.423,-0.010 15.996,0.523 15.996,1.179 L15.996,1.780 L8.636,6.111 C8.442,6.215 8.225,6.266 8.007,6.266 Z'/></svg>");}



.item_download label      { margin:0;}
.item_download p          { margin:0;}

.input-file-container     { position: relative;width: 100%; }  
.input-file-trigger       { display: block; padding: 14px 25px 14px 30px; background: url("../images/picto-download.svg") 10px 50% #03989e no-repeat ; border-radius: 0; color: #fff; font: 500 16px/24px var(--fontBody); transition: all .4s; cursor: pointer;}  
.input-file               { position: absolute; top: 0; left: 0; width: 100%; padding: 14px 0; opacity: 0; z-index: -1; }  
       
.input-file:hover + .input-file-trigger,  
.input-file:focus + .input-file-trigger,  
.input-file-trigger:hover,  
.input-file-trigger:focus { background: url("../images/picto-download.svg") 10px 50% #051d40 no-repeat ; color: #fff; }  
       
.file-return                    { margin: 0; }  
.file-return:not(:empty)        { margin: 1em 0; }  
.file-return                    { font-style: italic; font-size: .9em; font-weight: bold; }  
.file-return:not(:empty):before { content: "Selected file: "; font-style: normal; font-weight: normal; }  

.input-file-trigger.error { background: #ce202a;}




@media (max-width:800px) {
    .grid    		    { grid-template-columns: 1fr;}
    .grid .item_full    { grid-column: span 1;}
}
@media (max-width:600px) { 
    form .grid 					{ display: block;}
    form label 					{ margin-bottom: 10px;}
    form .btn_sub 				{ text-align: left;}
    .grid .item                 { margin-bottom: 30px;}
}

.submitBtn:disabled { background: unset; background-color: #aaa; color: #111111; cursor: not-allowed;}