html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'Futura';
    src: url(font/FuturaPTMedium.otf);
  }

/**************** - NAVBAR - ****************/

.logo {
    margin-top: 15px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    width: 100px;
}

body {
    background: #000;
    color: #fff;
}

.exception {
    display: none;
}

header {
    display: flex;
    justify-content: flex-end;
}

nav {
    z-index: 10;
}

nav ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 40px 100px 0 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px; 
}

.underline {
    margin-right: 70px;
    position: relative;
    padding: 20px 0;
}

.underline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(45deg, #00c6f3, rgba(255, 255, 255, 0));
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s;
}

.underline:hover:after {
    transform: scaleX(1);
}


.reservez {
    padding: 13px 23px;
    border-radius: 50px;
    border: 2px solid rgb(65, 147, 223);
    background-color: #052a83;
    background-image: linear-gradient(45deg, #00c6f3, rgba(255, 255, 255, 0));
    transition: background-color 1s ease-out;
    /* background-image: linear-gradient(45deg, #00c6f3, #052a83); */
}

.reservez:hover {
    background-color: #00c6f3;
    background-image: linear-gradient(45deg, #052a83, rgba(255, 255, 255, 0));
}

.etapes .fait {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    opacity: 0.7;
}

/**************** - OVERLAY - ****************/

.overlay {
    position:fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent 50%, #ffffff05 50%),
    linear-gradient(to right, #00000005 50%, #ffffff05 50%);
    background-size: 5px 5px, 5px 5px;
    z-index: 4;
    width: 100vw;
    height: 100vh;
}

/**************** - VIDEO ACCUEIL - ****************/

#video-accueil {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100vh;; 
    overflow: hidden;

}

/**************** - A PROPOS - ****************/
.apropos {
    background: rgb(1, 4, 31);
    margin-bottom: 90px;
}

.apropos main {
    display: flex;
    justify-content: center;
    text-align: center;
}

.apropos h1,
.apropos p,
.apropos iframe {
    position: relative;
    z-index: 10;
}

.apropos h1 {
    margin-top: 50px;
    text-align: center;
    background: linear-gradient(to right, #00c6f3, #00c6f3,
            #052a83, #052a83);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 40px;
    font-family: 'Futura';
}

.apropos p {
    width: 1200px;
    text-align: center;
    margin: 60px auto;
    line-height: 25px;
}

.apropos iframe {
    width: 1000px;
    height: 600px;
}

q {
    quotes: "“""”""‘""’";
}

q::before {
    content: open-quote;
}

q::after {
    content: close-quote;
}

.citation {
    font-size: 23px;
    font-weight: 700;
}

.emploi {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    width: 700px !important;
    z-index: 10 !important;
}

.envoi-emploi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-emploi {
    margin: 25px 0 20px;
    border: none;
    width: 300px;
    border-radius: 50px;
    padding: 15px 25px;
    z-index: 20;
}

.valider-emploi {
    margin-bottom: 70px;
    margin-left: 10px;
    background: #00c6f3;
    padding: 10px 23px;
    border-radius: 50px;
    border: none;
    color: #fff;
}

.retour {
    margin: 0;
    color: #fff;
}

/**************** - FORMULAIRE - ****************/

.error {
    font-size: 10px;
    color: #FF0000;
}
.logo-form {
    width: 80px;
}
.formulaire {
    background: #030d2c;
    background-size: contain;
    
}

.formulaire h1 {
    margin: 50px 0 20px 0;
    z-index: 10;
    font-family: 'Futura';
    text-transform: uppercase;
    letter-spacing: 10px;
    background: linear-gradient( 
    to right, #00c6f3, #00c6f3, 
    #1b4fc7, #0f49cf);
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
    font-size: 30px;
}
.etapes {
    display: flex;
    list-style-type: none;
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 5px 0;
}

.etape {
    margin: 0 10px;
    border-radius: 100px;
    background:#ffffff;
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Futura';
    color: #000;
}

.etapes .etape:first-child {
    margin: 0 10px 0 0;
}

.etapes .etape:last-child {
    margin: 0 0 0 10px;
}

.line {
    width: 40px;
    height: 1px;
    background: #fff;
}

.actif {
    background: none;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.829);
    border: 2px solid rgb(255, 255, 255);
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.step_1, .step_2, .step_3, .step_4, .step_5 {
    z-index: 10;
    position: relative;
}

.step_1 h2, .step_2 h2, .step_3 h2, .step_4 h2, .step_5 h2 {
    font-family: 'Futura';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    margin: 40px 0;
}

/**************** - Informations du responsable - ****************/


.column-wrapper {
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.interior {
    display: flex;
    flex-direction: column;
}

.step_1 .interior {
    margin-right: 40px;
}

.interior label {
    margin-bottom: 7px;
}

.interior input {
    border: none;
    border-radius: 50px;
    width: 400px;
    padding: 10px 5px;
}

.number input {
    width: 40px;
}

.btnValider {
    display: flex;
    justify-content: center;
    background: rgb(1, 160, 223);
    padding: 12px;
    width: 90px;
    border-radius: 50px;
    border: none;
    color: white;
    margin: 50px auto;
}

/**************** - Formulaire du santé - ****************/

.step_2 .column {
    justify-content: center;
    align-items: center;
}

.decision {
    text-align: center;
}
.decision input {
    width: auto;
}


.input-doc {
    margin-right: 40px;
}

/**************** - Logement - ****************/

.logemt-wrapper {
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 7px;
    color: #000;
    font-size: 14px;
}

.logemt-wrapper .line {
    background: #000;
}

.photo-logemt {
    height: 350px;
}

.logement-description {
    width: 400px;
    padding: 25px 40px;
}

.logement-description h4 {
    font-family: 'Futura';
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
    margin: 0;
}

.infos1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
    color: rgb(124, 124, 124);
}
.infos2 {
    margin: 2px;
    font-size: 13px;
    font-weight: 600;
}
.coloris {
    margin: 2px;
    font-size: 11px;
}

.infos3 {
    font-size: 12px;
}

.descripto {
    margin: 20px 0;
}

.infos4 {
    font-family: 'Futura';
    font-size: 22px;
    font-weight: 550;
    color: #052a83;
    margin-bottom: 40px;
}

.btn {
    font-size: 12px;
    color: #fff;
    background: #1b82c7;
    padding: 13px 20px;
    border-radius: 50px;
    cursor: pointer;
}

.useless {
    display: none;
}


/**************** - VOL - ****************/

.vol-wrapper {
    padding: 10px 0;
    background: rgb(31, 31, 31);
    color: #b4b4b4;
    width: 100vw;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.choisi {
    font-weight: 700;
    color: #000;
    background: #fff;
    padding: 0 30px;
    margin-left: 50px;
}

.heure-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.details {
    display: flex;
    flex-direction: row;
}

.heure {
    font-size: 20px;
    font-family: 'Futura';
    font-weight: 600;
    margin: 0;
}

.ville {
    margin: 0;
}

.rond {
    height: 80px;
}

.rocket {
    margin-top: 10px;
    display: flex;
    align-items: center ;
}

.rocket img {
    height: 35px;
    margin-right: 10px;
}

.terminal {
    font-size: 13px;
}
.infos-duree {
    margin: 0 50px;
    text-align: center;
}

.details {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.details img {
    height: 15px;
    margin: 0 15px 0 0;
}

.details p {
    font-size: 13px;
}

.infos-heure {
    width: 150px;
}

.heure-wrapper .infos-heure:nth-child(3) {
    text-align: right;
}

.infos-heure:nth-child(3) .rocket {
    justify-content: flex-end;
}

.duree {
    margin: 0;
    color: rgb(218, 218, 218);
    font-size: 13px;
}

/* ------ */

.classe-wrapper {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.classe:first-child {
    margin-bottom: 30px;
}

.classe {
    display: flex;
    flex-direction: column;
    border: 2px #fff solid;
    width: 675px;
    align-items: center;
    border-radius: 8px;
}

.econome, .business {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 2px #fff solid;
    width: 100%;
}

.classe-vol {
    display: flex;
}

.titre-vol {
    padding: 17px 0;
    margin-left: 20px;
    font-size: 20px;
    text-align: left;
    width: 330px;
}


.vol-prix {
    font-family: 'Futura';
    font-weight: 700;
    color: #00c6f3;
    margin-left: 90px;
}

.options-supplémentaire {
    font-size: 13px;
}

/**************** - RÉCAPITULATIF - ****************/

.step_5 svg {
    height: 30px;
    fill: #fff;
}
.step_5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
    text-align: center;
}

.warning {
    width: 500px;
    line-height: 20px;
}
.step_5 div div {
    width: 430px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}