html {
    color: -internal-root-color;
}
body{
    width: 100%;
    overflow: hidden;
    background-color: black;
}



section{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 100vh;
}
div.voeux{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;

}

#logoLeft, #logoRight {
  position: absolute;
  
  z-index: 10;
}

#logoLeft {
  left: 30px; /* Positionne le logo à gauche */
  z-index: 10;
 
}

#logoRight {
  right: 30px; /* Positionne le logo à droite */
  top:70px;
  z-index: 10;
}

.logo {
  width: 150px; /* Ajustez la taille du logo */
  height: auto;
  transition: transform 0.3s ease-in-out;
}

#logoLeft a:hover .logo, #logoRight a:hover .logo {
  transform: scale(1.1); /* Agrandit le logo au survol */
}


.image2025 {
  width: 100%; /* Adapte la largeur à 100% du conteneur parent */
  max-width: 700px; /* Limite la taille maximale de l'image */
  height: auto; /* Préserve le ratio de l'image */
  margin: 0 auto; /* Centre l'image horizontalement */
  display: block; /* Assure le centrage avec margin */
  transition: transform 0.3s ease-in-out; /* Animation au survol */
  margin-top: -250px; /* Remonte l'image de 50 pixels */
}

.image2025:hover {
  transform: scale(1.05); /* Effet zoom au survol */
}

.mot {
  z-index: 7; 
  color: #f1dc9a;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #f1dc9a, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 7s linear infinite alternate;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  margin-top: -250px; /* Remonte le texte de 30 pixels */
  font-size: 45px;
}


@keyframes animate {
  0% {
    background-position: -500%;

  }
  20% {
    background-position: -100%;
  }
  40% {

    background-position: 0%;
 
  }
   60% {
    background-position: 0%;
    text-shadow: 0 0 0px rgba(255, 255, 255, 1);
    
  }
    80% {
    background-position: 100%;
   
      }
  100% {
    background-position: 500%;
  }
}

@media (max-width: 768px) {
  .image2025 {
    max-width: 90%; /* Réduit la taille sur les petits écrans */
    margin-top: 0; /* Ajuste le positionnement */
  }
}

@media (max-width: 480px) {
  .image2025 {
    max-width: 100%;
  }
}


canvas {
    display: block;
  }

.sep{
  width: 50%;
}



  span{
    font-size: 60px;
    font-weight: bolder;
    font-family: arial;
    color:white;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#ffff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* text-shadow: 1px 1px 1px rgb(114, 102, 31), 0 0 2em rgb(0, 0, 0), 0 0 0.2em; */
  }

  @font-face {
    font-family: 'LuxuriousScript';
    src: url('./police/LuxuriousScript-Regular.ttf') format('truetype');
}


@keyframes glisse {
    from {
      margin-left: -100%;
      /* width: 100%; */
    }
  
    to {
      margin-left: 0%;
      width: 50%;
    }
  }
  .slider2{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation-duration: 7s;
    animation-name: glissement;
    width: 100%;

    /* animation-iteration-count: infinite; */
  }
  @keyframes glissement {
    from {
      margin-left: 500%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
.slider{
  text-align: center;
  animation-duration: 7s;
  animation-name: glisse;
  width: 100%;

  /* animation-iteration-count: infinite; */
}
@keyframes glisse2 {
  from {
    margin-bottom: 500%;
  }

  to {
    margin-bottom: 0%;
    width: 100%;
  }
}
@keyframes glisse {
  from {
    overflow: hidden;
    margin-top: 500%;
  }

  to {
    margin-top: 0%;
    width: 100%;
  }
}

#bouton1{
  position:absolute;
  margin-top: 15px;
  margin-left :1700px;
  display: -webkit-flex;
    display:flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    z-index:3; 
    color:white;
    animation: animate 2s linear infinite alternate;
  
  
  }
  #bouton1 a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    width: 180px;
    height:50px;
    border-radius: 10px;
    background-color:#ff7f00;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  
  }
  
  #bouton1 a:hover{
    text-decoration: none;
    color: #ff7f00;
    background-color:white;
    box-shadow:0px 0px 10px white;
  
  }

  #bouton2{
    position:absolute;
    margin-top: 15px;
    margin-left: 30px;
    display: -webkit-flex;
      display:flex;
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
              justify-content: flex-start;
      z-index:3; 
      color:white;
      animation: animate 2s linear infinite alternate;
    
    
    }
    #bouton2 a{
      text-decoration: none;
      color: white;
      font-size: 18px;
      width: 180px;
      height:50px;
      border-radius: 10px;
      background-color:#06d6a0;
      display: -webkit-flex;
      display:         flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
    
    }
    
    #bouton2 a:hover{
      text-decoration: none;
      color: #06d6a0;
      background-color:white;
      box-shadow:0px 0px 10px white;
    
    }

  

      

