@charset "UTF-8";
/* CSS Document */


/*
@media screen and (min-width: 1100px) {

}
*/


*{
    margin: 0;
    padding: 0;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
  }

  

  .martian-mono-thin {
    font-family: "Martian Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
      "wdth" 200;
  }

  h2{
    margin-right: 10px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
    font-size:medium;  
    display: inline;
}

h3{
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
    font-size:medium; 
    margin-bottom: 15px;
}

h4{
  margin-right: 10px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size:medium;  
  text-decoration:underline;
  display: inline;
}

p{
    font-family: "Martian Mono", monospace;
    font-size: smaller;
    
}

header{
    width: auto;
    height: auto;
    margin: 30px;
    position: relative;
    float: right;
    z-index: 1;
    display: flex;
}

.index a:visited{
    color: #000;
}
a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    color: white;
  }


  a:visited {
    text-decoration: none;
    color: white
}

.index a{
  color: black;
}
  




.explainethings{
    width: 300px;
    height: auto;
    margin: 30px;
    z-index: 1;
    position: fixed;
    float: left;

}

@media screen and (max-width : 1000px) {
    .explainethings{
        position: fixed;
        bottom: 30px; 
    }
}

.Spline{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0;

}





.about{
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;


}

.msg{
    width: 300px;
    height: auto;
    text-align:left;

}


.real{
    font-family: "Libre Baskerville", serif;
    position: fixed;
    bottom: 30px;
    width: auto;
    margin-left: 30px;
}


.video iframe{
    position: relative;
    width: 100%;
    aspect-ratio: 16/9 ;
}



.player {
    position: absolute;
    padding-bottom: 52.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    z-index: 0;
}

.player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }




          /* Conteneur principal qui occupe tout l'écran */
          .background-video-container {
            position: relative;
            width: 100%;
            height: 100vh; /* 100% de la hauteur de la fenêtre */
            overflow: hidden;
          }
      
          /* L'iframe de la vidéo prend tout l'espace du conteneur */
          .background-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1; /* Vidéo en arrière-plan */
            border: none;
          }
      
          /* Contenu superposé par-dessus la vidéo */
          .content-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            color: white;
            z-index: 1; /* Le contenu est devant la vidéo */
          }
      
          .content-overlay h1 {
            font-size: 20px;
          }

          button{
            float: left;
            background-color: transparent;
            border: none;
            color: white;

          }

          .playmute{
            position: fixed;
            bottom: 30px;
            width: 100px;
            display: flex;
            flex-flow: row wrap;
            justify-content:space-between;
            filter: drop-shadow(0 0 10px black);


          }

          .content-overlay{
            z-index: 1;
          }

          .return{
            width: 10px;
            height: auto;
            position: fixed;
            right: 30px;
            margin: 30px;
            color: white;
            z-index: 1;
            filter: drop-shadow(0 0 10px black);
          }





          
          .swiper-container {
            width: 100%;
            height: 100vh;
            position: absolute;
            z-index: 0;
            overflow: hidden;
          }
          .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            background: #000;
            text-align: center;
            
          }

          /* Styles des boutons de navigation */
    /* Style des boutons de navigation avec spécificité accrue */
    .swiper-container .swiper-button-next, 
    .swiper-container .swiper-button-prev {
      color: white !important;
      width: 40px !important;
      height: 40px !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      font-size: 18px !important;
      z-index: 10; /* Assure la visibilité au-dessus de la vidéo */
    }

      .swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
        font-size: 16px !important;
        font-weight: bold !important;
      }
  
      /* Styles de la pagination (points en bas) */
      .swiper-pagination-bullet {
        background-color: ghostwhite; /* Couleur par défaut des points */
        width: 12px;
        height: 12px;
        opacity: 1; /* Assurez-vous qu'ils soient complètement visibles */
        transition: background-color 0.3s ease;
      }
      .swiper-pagination-bullet-active {
        background-color: white !important; /* Couleur du point actif */
      }
      .swiper-pagination-bullet:hover {
        background-color: gray; /* Couleur au survol */
      }

          img{
            width: auto;
            height: 100%;
            margin: auto;
            position: relative;
            display: flex;
          }

          @media screen and (max-width : 1000px) {
            img{
                width: 100%; 
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }
        }


        .popup-link{
          width: auto;
          height: auto;
          margin: 30px;
          z-index: 1;
          position: relative;
          float: left;
        }

        .popup-link a{
          color: #fff;
          border-radius: 5px;
          cursor:pointer; 
          text-decoration:none;
          filter: drop-shadow(0 0 10px black);
      }
      
      .popup-container {
          visibility: hidden;
          opacity: 0;
          transition: all 0.3s ease-in-out;
          transform: scale(1);
          position: fixed;
          z-index: 1;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(21, 17, 17, 0.61);
      }
      .popup-content {
          margin-top: 30px;
          margin-left: 90px;
          width: 300px;
          height: auto;
          z-index: 1;
          position: relative;
          float: left;
        
      }

      @media screen and (max-width : 1000px) {
        .popup-content{
            position: fixed;
            bottom: 70px; 
            margin-left: 30px;
        }
    }
      .popup-content a.close{
          color: #ffffff;
          float: right;
          background: none;
          text-decoration:none;
      }   
      .popup-content a.close:hover{
        color:#333;
      }
      
      .popup-content span:hover,
      .popup-content span:focus {
          color: #000;
          text-decoration: none;
          cursor: pointer;
      }
      
      .popup-container:target{
        visibility: visible;
        opacity: 1;
      }
      




        







         