@charset "UTF-8";

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

.tableau-de-bord {
    height: 100%;
    top: 0%;
    left: 0%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    transform: translateX(-50%);
    left: 50%;
}

/* .container1 {
    top: 0;
    height: 60%;
    display: flex;
    align-content: center;
    justify-content: center;
    position:relative;
    z-index: -100;
} */

.lightspeed {
  top: 0;
  height: 100%;
  width: 200%;
  position: absolute;
  z-index: -100;
}

#video-tableau-bord {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}

video {
  height: 60%;
}

#play-button {
  position: absolute;
  bottom: 5%;
  left: 50%;
    padding: 70px 70px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9999 !important;

}

.align-center {
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}

.volant {
  pointer-events: none;
  width: 100%;
  
}

#rotate-button{
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 10;
}

  
  .my-button {
    position: fixed;
    top: 50%;
    left: 15%;
    /* transform: translate(-400%, 450%); */
    padding: 50px 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 100000;
  }


  .container5 {
    width: 100%;
    height: 100%;
    z-index: 20;
    top:0;
    position: fixed;
    background-color: black;
    overflow-x: hidden;
}


.bandeau_text_menu {
    height: 5dvh;
    position: absolute;
    animation: scrollImage linear infinite; 
    animation-duration: 7s;
    width: auto;
    z-index: 1000;
    
}

.bandeau_texte_blanc {
  height: 5dvh;
  position: relative;
}

.logo_menu {
  height: 100%;
}

#logo-video {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 100000;
  mix-blend-mode: difference;
}

/* .logo_menu {
    position: absolute;
    height: 5dvh;
    z-index: 1000;
    border-radius: 15px;
    overflow: hidden;
} */



@keyframes scrollImage {
  0% {
    left: 100%; /* Position initiale à droite du conteneur */
  }
  100% {
    left: -60%; /* Position finale à gauche du conteneur */
  }
}

@media screen and (max-width : 1700px) {

  /* .my-button {
  transform: translate(-410%, 15%);
  padding: 60px 60px;
  } */

  .tableau-de-bord {
    width: 100%;
    height: 100%;
  }


}

@media screen and (max-width : 1200px) {

  /* .my-button {
  transform: translate(-410%, 15%);
  padding: 60px 60px;
  } */

  .tableau-de-bord {
    width: auto;
    height: 100%;
  }


}






@media screen and (max-width : 700px) {
    #rotate-button {
        width: 70vw;
        height: 70vw;
      
    
    }

}

@media screen and (max-width : 500px) {
  #rotate-button {
      width: 80vw;
      height: 80vw;
    
  
  }

  .my-button {
    display: none;
  }

}



.align-center {
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}