*{
    margin: 0;
    padding: 0;
}

ul{
    padding-inline-start: 0px;
    list-style: none;
}
@font-face {
    font-family: "CorporateACondPro";
    src: url("../assets/font/CorporateACondPro-Regular.otf") format("opentype");
}
@font-face {
    font-family: "CorporateSRegular";
    src: url("../assets/font/CorporateS-Regular.otf") format("opentype");
}
@font-face {
    font-family: "CorporateS-Demi";
    src: url("../assets/font/CorporateS-Demi.otf") format("opentype");
}
  
body{
    font-family: "CorporateSRegular";
    font-size: 16px;
    color: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

header, footer{
    background-color: black;
    height: 100px;
    width: 100vw;
}
header{
    border-bottom: #0078d6 1px solid;
}
footer{
    border-top: #0078D6 2px solid;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
strong{
    font-family: "CorporateS-Demi";
}
.title-princ{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 200px;
    font-family: "CorporateACondPro"
}
.title-second{
    font-size: 3rem;
    margin-top: 100px;
    font-family: "CorporateACondPro"
}
.title-trois{
    font-size: 2rem;
    margin: 75px 0 25px;
    font-family: "CorporateACondPro"
}
.logo-car-avenue{
    width: 275px;
}

form,.section-form,.masignature{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-form,.masignature{
    padding-bottom: 75px;
}
.section-form{
    background-color: black;
    width: 100vw;
    min-height: 100vh;
    /*background-image:
    linear-gradient(black, black),
    url(fond.jpg);
    background-size: cover;
    background-blend-mode: saturation;
    background-repeat: no-repeat;*/
}
input, select{
    height: 48px;
    width: 400px;
    padding: 0 20px;
    border: none;
}
input:focus-visible{
    border-bottom: red 1px solid;
}
select{
    width: 440px;
}
.champs{
    margin: 15px 0;
}
.champs-image,.champs-imageNavigateur, .choix-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.champs-image label, .champs-imageNavigateur label{
    margin-bottom: 10px;
}
.champs-image, .champs-imageNavigateur{
    margin: 0 25px;
}
.choix-image{
    margin-bottom: 50px;
}
.choix-image .title-trois{
    margin-top: 50px;
    align-self: center;
}
.choix-image__el{
    display: flex;
    flex-direction: row;
}
.choix-image__el input{
    width: 235px;
}
.choix-image__el input::file-selector-button{
    padding: 5px;
    align-self: center;
}
.choix-image__el label{
    font-size: 20px;
    margin: 10px 0 30px;
}
.choix-image__el .champs{
    padding: 25px;
    border: #fff solid 1px;
}

.accroche{
    font-size: 1.25rem;
    margin-top: 25px;
}


.btn-submit{
    font-family: "CorporateSRegular";
    display: inline-block;
    background: #0078d6;
    border: none;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-submit:hover{
    background: #014880;
    border-color: #014880;
}

.btn-submit.processed{
    background: #999;
}

.masignature{
    font-size: 11px;
    color: black;
    background-color: #fff;
}
.masignature .title-second{
    margin-bottom: 50px;
}
.masignature strong {
    font-family: sans-serif;
}


.layout{
    display: flex;
    flex-direction: column;
    border: black solid;
    padding: 20px;
}

#body .hidde {
    display: none !important;
}

.copyright a{
    color: white;
    text-decoration: none;
}
.copyright a:hover{
    text-decoration: underline 2px;
}
.instruction{
    margin: 50px 0 100px;
    font-size: 16px;
    max-width: 530px;
}
.instruction svg{
    width: 50px;
    margin-right: 20px;
}
.instruction .title-trois{
    margin: 25px 0;
}
.instruction li{
    margin: 5px 0;
}
.instruction .titre{
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 25px;
}

.taille{
    height:150px;
}