@font-face {
    font-family: "VenueFont";
    src: url("font/FZGXVenueFont-Regular.otf");
}
@font-face {
    font-family: "Exo2";
    src: url("font/Exo2-Regular.otf");
}
@font-face {
    font-family: "LEMONMILK-Regular";
    src: url("font/LEMONMILK-Regular.otf");
}
@font-face {
    font-family: "LEMONMILK-Bold";
    src: url("font/LEMONMILK-Bold.otf");
}
/* Version PC */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background: radial-gradient(white, rgb(164, 183, 255));    background-color: #F5F5F5;
}
main{
}
h2{
    font-family: 'Exo2';
    font-size: 50px;
    padding: 75px;
}
/* Menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    width: 100%;
    background-color: #1f1f1f;
    z-index: 2;
} 

.menu a {
    margin: 2em;
    font-size: 19px;
    color: white;
    font-family: 'Exo2';
    text-decoration: none;
    text-transform: uppercase;
}
.menu a:hover {
    color: #00e1ff;
}

.logo{
    position: fixed;
    top: 10px;
    left: 30px;
}
.logo:hover{
    /* background: #FF9E00; */
    /* border-radius: 20px; */
    opacity: 50%;
}

#background-video {
    filter: blur(3px);
    opacity: 85%;
    height: 99vh;
    width: 99vw;
    object-fit: cover;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.mainTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -550px;
    padding-bottom: 200px;     
}

.mainTitle img {
    margin-bottom: 150px;
    width:500px;
    filter: drop-shadow(0 0 0.75rem rgb(0, 64, 255));
}
.slogan {
    font-size: 40px;
    width: 100%;
    text-align: center;
    font-family: VenueFont;
    color: white;
    text-shadow: 5px 5px 5px black;
}
.english{
    position: absolute;
    cursor: pointer;
    right: 25px;
    width: 25px;
    /* position: absolute; */
}
.france{
    display: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    width: 25px;
    /* position: absolute; */
}
.english_mobile{
    display: none;
 }
.france_mobile{
    display: none;
}
/* menu burger */

.mobile-container {
    margin: auto;
    position: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    top : 0;
    /* opacity: 95%; */
    z-index: 2;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #1f1f1f;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    display: none;
    color: white;
    font-family: 'Exo2';
  }
  .topnav a:hover{
    color: #00e1ff;
  }
  
  .topnav a.icon {
    display: none;
  }
  
  .active {
    background-color: #1f1f1f;
    height: 75px;
    color: white;
  }

  li {
    list-style-type: none;
}
/* Main */
.presentation_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.presentation_container p{
    width: 700px;
    font-family: "Exo2";
    margin-left: 75px;
    font-size: 23px;
}
.presentation_container img{
    width: 600px;
    /* border: 10px ridge rgb(0, 204, 255); */
    border-radius: 30px;
  }    
.listejeux_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container img{
    width: auto;
    height: 300px;
    margin: 20px;
    border-radius: 30px;
    /* border: 10px ridge rgb(0, 204, 255); */
}
.text_jeux{
    opacity: 0%;
    width: 400px;
    margin-top:-200px;
}
.text_jeux:hover{
    opacity: 100%;
}
.ligne_jeux{
    display: flex;
    flex-direction: row;
}
.description_jeux{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
}
.description_jeux img:hover{
    opacity: 25%;
}
/* Hover images */
.container {
    position: relative;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    width: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .container:hover .image {
    opacity: 0.3;
  }
  
  .container:hover .middle {
    opacity: 1;
  }
  
  .text {
    color: black;
    font-size: 20px;
    font-family: "Exo2";
  }

/* Pilotes principaux */

.pilote_principal_container{
    display: flex;
    padding-right: 100px;
    display:  contents;
}
.pilote_principal_container2{
    display: flex;
    padding-right: 100px;
    display:  none;
}
.pilote_principal_container3{
    display: flex;
    padding-right: 100px;
    display:  none;
}
.pilote_principal_container4{
    display: flex;
    padding-right: 100px;
    display:    none;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.pilote_principal_container img{
    cursor: pointer;
    width: 725px;
    position: relative;
    right: -125px;
    margin-top: -400px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pilote_principal_container2 img{
    cursor: pointer;
    width: 725px;
    position: relative;
    right: -125px;
    margin-top: -400px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pilote_principal_container3 img{
    cursor: pointer;
    width: 725px;
    position: relative;
    right: -125px;
    margin-top: -200px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pilote_principal_container4 img{
    cursor: pointer;
    width: 725px;
    position: relative;
    right: -155px;
    margin-top: -370px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pilote_principal_container img:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.pilote_principal_container2 img:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.pilote_principal_container3 img:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.pilote_principal_container4 img:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.nom_pilote_principalF{
    font-family: "LEMONMILK-Regular";
    letter-spacing : 55px;
    color: #5E60FE;
    font-size: 100px;
    padding-top: 0;
    padding-bottom: 0;
}
.nom_pilote_principalF2{
    position: relative;
    font-family: "LEMONMILK-Bold";
    font-size: 140px;
    rotate: -90deg;
    right: 350px;
    top: 50px;
    color:#5E60FE;
}
.nom_pilote_principalS{
    font-family: "LEMONMILK-Bold";
    color: #D8BB5F;
    font-size: 175px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
.nom_pilote_principalS2{
    position: relative;
    font-family: "LEMONMILK-Regular";
    font-size: 100px;
    letter-spacing : 13px;
    rotate: -90deg;
    right: 235px;
    top: 120px;
    color:#D8BB5F;
    opacity: 0;
}
.nom_pilote_principalP{
    font-family: "LEMONMILK-Bold";
    color:#428D4C;
    font-size: 175px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;

}
.nom_pilote_principalG{
    font-family: "LEMONMILK-Regular";
    letter-spacing : 25px;
    color: #C76DB7;
    font-size: 100px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;

}
.nom_pilote_principalG2{
    position: relative;
    font-family: "LEMONMILK-Bold";
    font-size: 140px;
    rotate: -90deg;
    right: 320px;
    top: 70px;
    color:#C76DB7;
    opacity: 0;

}

.flex_pilote_principal{
    display: flex;
    flex-direction: row;
}
.flex_pilote_principal2{
    display: flex;
    flex-direction: column;
}
.flex_pilote_principal3{
    position: absolute;
    margin-left: 1100px;
}
.icon_pilot_principal, .icon_pilot_principal2, .icon_pilot_principal3, .icon_pilot_principal4{
    position: relative;
    width: 225px;
    margin: 25px;
    background-color: #1f1f1f;
    border: solid 7px #00e1ff;
    border-radius: 25px;
    filter: grayscale(100%);
    cursor: pointer;
}
.icon_pilot_principal:hover, .icon_pilot_principal2:hover, .icon_pilot_principal3:hover, .icon_pilot_principal4:hover{
    filter: grayscale(0%);
}
.img_pilote_principal{
    height: 500px;
    z-index: -1;
}
.bouton{
    text-align: center;
    cursor: pointer;
    color: #F5F5F5;
    font-family: "Exo2";
    font-size: 20px;
    background-color: #1f1f1f;
    margin-bottom: 50px;
    width: 275px;
    height: 65px;
}
.bouton2{
    display: none;
}
.bouton3{
    text-align: center;
    cursor: pointer;
    color: #F5F5F5;
    font-family: "Exo2";
    font-size: 15px;
    background-color: #1f1f1f;
    width: 125px;
    height: 65px;
    margin-top: 0px;
}
.bouton_next{
    text-align: center;
    cursor: pointer;
    color: #F5F5F5;
    font-family: "Exo2";
    font-size: 20px;
    background-color: #1f1f1f;
    width: 200px;
    height: 65px;
    margin-top: 0px;
}
.bouton3_set{
    margin-left: 75px;
    margin-top: 25px;
}
.bouton:hover{
    color: #1f1f1f;
    background-color: rgb(0, 204, 255);
    box-shadow: 10px 10px 10px #1f1f1f;
}
.bouton2:hover{
    color: #1f1f1f;
    background-color: rgb(0, 204, 255);
    box-shadow: 10px 10px 10px #1f1f1f;
}
.bouton3:hover{
    color: #1f1f1f;
    background-color: rgb(0, 204, 255);
    box-shadow: 10px 10px 10px #1f1f1f;
}
.bouton_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}
.bouton_next_pilot{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
    margin-top: 100px;
}
.bouton_next_pilot .img_next{
    width: 100px;
    margin-left: 50px;
    border: solid 5px rgb(0, 204, 255);;
    background-color: #1f1f1f;
    border-radius: 50px;
}
.bouton_next_pilot .img_barre{
    width: 100px;
    margin-left: 25px;
    margin-right: 25px;
}
.bouton_next_pilot .img_back{
    width: 100px;
    margin-right: 50px;
    border: solid 5px rgb(0, 204, 255);;
    background-color: #1f1f1f;
    border-radius: 50px;
}
/* Lieux */

/* Carousels */

.lieux_principaux_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
}

.lieux_principaux_container div{
    display: flex;
    justify-content: center;
    justify-items: center;
}
.lieux_principaux_container div img{
    margin: 25px;
}

.titre_lieu_principal{
    padding: 20px;
}

/* Page Pilote (generale) */
@-webkit-keyframes colorised {
    from {
        filter: grayscale(100);
    }
    to {
        filter: grayscale(0);
    }
}
.pilotes_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pilotes_flex div{
    background-color: #1f1f1f;
    border: gray 1px solid;
}
.pilotes_flex img{
    width: 450px;
    filter: grayscale(100);
}
.pilotes_flex img:hover{
    cursor: pointer;
    animation: colorised 1s both;
}

.pilotes_flex p{
    color: #F5F5F5;
    font-family: 'Exo2';
}




/* Page Pilote (internieur) */


.music_player{
    display: flex;
    justify-content: center;
    margin-top: 100px;

}
.titre_music{
    margin-top: 100px;
    text-align: center;
    font-family: "Exo2";
    font-size: 25px;
}
.container-audio {
    width: 50%;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    /* background: linear-gradient(-45deg, red, orange, yellow, green, blue, purple); */
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
}
audio {
    width: 100%;
}
.pilot_img{
    border-radius: 50px;
}
.pilot_img:hover{
    cursor: pointer;
}
.pilot-container3 img:hover{
    cursor: pointer;
}
.pilot-container {
    display: flex;
    margin: auto;
    width: 1400px;
    justify-content: space-between;
    align-items: center;
}
.pilot-container2 {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.pilot-container3 {
    display: flex;
    margin: auto;
    width: 1600px;
    justify-content: center;
    align-items: center;
}
.pilot-container4 {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 1400px;
}
.pilot-container4-2 {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: 1400px;
}

.pilot-container5 {
    display: flex;
    margin: auto;
    margin-bottom: 75px;
    justify-content: space-around;
    align-items: center;
    
}
.pilot-container4-2 div{
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center; 
}
.pilot-container2 div h3{
    width: 150px;
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 20px;
    font-family: "Exo2";
}
.pilot-container2 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    margin-left: 40px;
}
.pilot-container img {
    width:  500px;
    margin-right: 100px;
}
.pilot-container .pilot_img_falcon {
    margin-right: 100px;
}
.pilot-container2 div img{
    height:300px;
}
.pilot-container4 div{
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: row;
}
.pilot-container4 div img{
    margin-right: 150px;
}
.pilot-container2 .m_x h3{
    width:150px;
}
.pilot-container3 img{
    width: 900px;
    border-radius: 50px;
}
.pilot-container4 img{
    width: 400px;
    border-radius: 50px;
}
.pilot-container4-2 img{
    width: 400px;
    border-radius: 50px;
}
.m_x{
     /* padding-left: 50px; */
   }
.pilot-container4 article{
    width: 700px;
}
.pilot-container4-2 article{
    width: 700px;
}
.pilot-container3 article{
    width: 600px;
    margin-right: 100px;
}
.pilot-container article, .pilot-container3 article, .pilot-container4 article, .pilot-container4-2 article {
    font-size: 22px;
    color: #1f1f1f;
    font-family: "Exo2";
    /* margin-left: 25px; */
}
a{
   color: rgb(0, 118, 148);
   text-decoration: none;
}
#octoman_en{
    display: none;
}
#falcon_en{
    display: none;
}
.pilot_movie{
    width: 1000px;
    height: 565px;
}


/* Footer */

footer{
    display: flex;
    font-family: "Exo2";
    justify-content: space-between;
    align-items: center;
    background-color: #1f1f1f;
}
footer div{
    margin: 25px;
}
footer div img{
    margin-right: 25px;
}
footer div a{
    color: white;
    text-decoration: none;
}
footer div a:hover{
    color: #00e1ff;
}
footer p{
    color: white;
    text-align: center;
}


/* Version Mobile */
@media (max-width: 945px) {
    h2{
        font-family: 'Exo2';
        font-size: 50px;
        padding: 30px;
    }
    #background-video {
        filter: blur(3px);
        opacity: 85%;
        height: 100vh;
        width: 100vw;
        object-fit: cover;
        position: static;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .mainTitle {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -500px;
        padding-bottom: 200px;     
    }
    .mainTitle img {
        margin-bottom: 100px;
        width:275px;
        filter: drop-shadow(0 0 0.75rem rgb(0, 64, 255));
    }
    .slogan {
        font-size: 30px;
        width: 100%;
        text-align: center;
        font-family: VenueFont;
        color: white;
        text-shadow: 5px 5px 5px black;
    }
    .menu {
        display: none;
    } 
    .logo{
        top:20px
    }
    .topnav a.icon {
        display: block;
        position: fixed;
        right: 30px;
        top: 5px;
      }
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
      }
    .english{
        position: fixed;
        cursor: pointer;
        width: 50px;
        top: 13px;
        right: 40%;
     }
    .france{
        position: fixed;
        display: none;
        cursor: pointer;
        width: 50px;
        top: 13px;
        right: 40%;
    }
    .english_mobile{
        display: block;
        filter: grayscale(100%);
        position: fixed;
        cursor: pointer;
        width: 45px;
        top: 13px;
        right: 35%;
     }
    .france_mobile{
        display: block;
        position: fixed;
        cursor: pointer;
        width: 45px;
        top: 13px;
        right: 50%;
    }
    .france_mobile:hover{
    }
    /* Main */
    .container {
        position: relative;
      }
      
      .image {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
      }
      
      .middle {
        transition: .5s ease;
        opacity: 0;
        width: 250px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
      }
      .middle
    .presentation_container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .presentation_container p{
        width: 300px;
        font-family: "Exo2";
        margin-top: 30px;
        margin-left: 0px;
        font-size: 19px;
    }
    .presentation_container img{
        width: 300px;
    }
    .listejeux_container img{
        height: 180px;
        margin: 50px;
    }

    .listejeux_container div{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .text {
        color: black;
        font-size: 14px;
      }

    /* Pilotes principaux */
    .flex_pilote_principal{
        display: flex;
        flex-direction: column;
    }
    .flex_pilote_principal2{
        display: flex;
        flex-direction: column;
    }
    .flex_pilote_principal3{
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        margin-left: 0px;
        position: initial;
    }
    .pilote_principal_container{
        display: flex;
        padding-right: 100px;
        display:  contents;
    }
    .pilote_principal_container2{
        display: flex;
        padding-right: 100px;
        display:  none;
    }
    .pilote_principal_container3{
        display: flex;
        padding-right: 100px;
        display:  none;
    }
    .pilote_principal_container4{
        display: flex;
        padding-right: 100px;
        display:    none;
    }
    .pilote_principal_container img{
        width: 300px;
        position: relative;
        right: -50px;
        margin-top: -170px;
    
    }
    .pilote_principal_container2 img{
        width: 300px;
        position: relative;
        right: -50px;
        margin-top: -170px;
        opacity: 0;
    }
    .pilote_principal_container3 img{
        width: 300px;
        position: relative;
        right: -25px;
        margin-top: -120px;
        opacity: 0;
    
    }
    .pilote_principal_container4 img{
        width: 300px;
        position: relative;
        right: -50px;
        margin-top: -150px;
        opacity: 0;
    
    }
   
    .nom_pilote_principalF{
        font-family: "LEMONMILK-Regular";
        letter-spacing : 15px;
        color: #5E60FE;
        font-size: 50px;
        padding-top: 0;
        padding-bottom: 0;
    
    }
    .nom_pilote_principalF2{
        position: relative;
        font-family: "LEMONMILK-Bold";
        font-size: 50px;
        rotate: -90deg;
        right: 135px;
        top: 0px;
        color:#5E60FE;
    }
    .nom_pilote_principalS{
        font-family: "LEMONMILK-Regular";
        color: #D8BB5F;
        font-size: 75px;
        padding-top: -1000px;
        padding-bottom: 0;
        opacity: 0;
    }
    .nom_pilote_principalS2{
        position: relative;
        font-family: "LEMONMILK-Bold";
        font-size: 35px;
        letter-spacing : 7px;
        rotate: -90deg;
        right: 135px;
        top: 0px;
        color:#D8BB5F;
        opacity: 0;
    }
    .nom_pilote_principalP{
        font-family: "LEMONMILK-Bold";
        color:#428D4C;
        font-size: 115px;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
    
    }
    .nom_pilote_principalG{
        font-family: "LEMONMILK-Regular";
        letter-spacing : 13px;
        color: #C76DB7;
        font-size: 40px;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
    
    }
    .nom_pilote_principalG2{
        position: relative;
        font-family: "LEMONMILK-Bold";
        font-size: 50px;
        rotate: -90deg;
        right: 135px;
        top: 0px;
        color:#C76DB7;
        opacity: 0;
    }
    .icon_pilot_principal, .icon_pilot_principal2, .icon_pilot_principal3, .icon_pilot_principal4{
        position: block;
        width: 100px;
        margin: 15px;
        background-color: #1f1f1f;
        border: solid 7px #00e1ff;
        filter: grayscale(100%);
        cursor: pointer;
    }
    .bouton2{
        display: block;
        text-align: center;
        color: #F5F5F5;
        cursor: pointer;
        font-family: "Exo2";
        font-size: 17px;
        background-color: #1f1f1f;
        width: 200px;
        height: 45px;
    }
    .bouton3{
        display: none;
    }
    .bouton_next_pilot{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px;
    }
    .bouton_next_pilot button{
        margin: 25px;
    }
    .bouton_next_pilot .img_next{
        display: none;
        /* width: 100px;
        margin-left: 0px;
        border: solid 5px rgb(0, 204, 255);;
        background-color: #1f1f1f;
        border-radius: 50px; */
    }
    .bouton_next_pilot .img_barre{
        display: none;
    }
    .bouton_next_pilot .img_back{
        display: none;
        /* width: 100px;
        margin-right: 0px;
        border: solid 5px rgb(0, 204, 255);;
        background-color: #1f1f1f;
        border-radius: 50px; */
    }
   /* lieux */

   .lieux_principaux_container div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
    }
    .lieux_principaux_container div img{
        width: 325px;
    }

    /* Page Pilote (generale) */
    
    .pilotes_flex img{
        width: 100%;
        filter: grayscale(100);
    }

    .titre_pilote{
        margin-top: 75px;
    }

    /* Page Pilote (internieur) */

    .main_pilot_climax{
        margin-top: 50px;
    }
    .container-audio {
        width: 75%;
        height: auto;
        padding: 10px;
        border-radius: 5px;
        /* background: linear-gradient(-45deg, red, orange, yellow, green, blue, purple); */
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        margin: auto;
        margin-top: 10px;
        overflow: hidden;
    }
    .pilot-container {
        display: flex;
        margin: auto;
        width: 320px;
        /* padding-left: 20px; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pilot-container2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .pilot-container3 {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 50px;
        width: 320px;
        justify-content: center;
        align-items: center;
    }
    .pilot-container4 {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 50px;
        width: 320px;
        justify-content: center;
        align-items: center;
    }
    .pilot-container4-2 {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 50px;
        width: 320px;
        justify-content: center;
        align-items: center;
    }
    .pilot-container .pilot_img_falcon {
        width: 250px;
        margin-right: 0px;
    }
    .pilot-container2 div h3{
        width: 100px;
        margin-right: 40px;
        margin-left: 40px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 11px;
        text-align: center;
        font-family: "Exo2";
    }
    .pilot-container2 div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 150px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .pilot-container4 div{
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center; 
    }
    .pilot-container4-2 div{
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
        align-items: center; 
    }
    .pilot-container4 div img{
        margin-right: 0;
     
    }
    .pilot-container2 div img{
        height: 200px;
    }
    .pilot-container4 img{
        margin-top: 50px;
        width: 300px;
    }
    .pilot-container4-2 img{
        margin-top: 50px;
        width: 300px;
    }
    .pilot-container3 article{
        width: 300px;
        margin-right: 0;
    }
    .pilot-container4 article{
        width: 300px;
    }
    .pilot-container4-2 article{
        margin-top: 50px;
        width: 300px;
    }
    .m_x{
      padding-left: 0px;
   }
   .pilot-container2 .m_x h3{
    width:100px;
    }
    .pilot-container article, .pilot-container4 article {
        margin-top: 50px;
        font-size: 22px;
        color: #1f1f1f;
        font-family: "Exo2";
        /* margin-left: 25px; */
    }
    .pilot-container3 img {
        margin-top: 50px;
        width: 300px;
    }
    .pilot-container img {
        margin-right: 0;
        /* height: 350px; */
        width: 300px;
    }
    /* .pilot-container5 video{
        width:300px;
    } */
    .pilot_movie{
        width: 300px;
        height: 250px;
    }

    /* Footer */
    footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #1f1f1f;
    }
    footer div{
        margin: 25px;
    }
    footer div img{
        margin-right: 25px;
        width: 30px;
    }
    footer div a{
        color: white;
        text-decoration: none;
    }
    .icon_footer{
        display: flex;
        height: 75px;
        flex-direction: column;
        justify-content: space-between;
    }
    footer p{
        font-size: 10px;
        color: white;
        text-align: center;
    }  
}