@charset "UTF-8";

@font-face {
    font-family:Antique;
    src: url(../fonts/Antique\ Medium\ 2.otf);
}

@font-face {
    font-family: airdrop;
    src: url(../fonts/airdrop-trial.otf);
}



body {
  background-image: url('../images/ssssssshutterstock_789686476-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}


html {
  overflow-x: hidden;
}






/* a copier dans tous les css */
#back-button {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  
}
#back-button a {
text-decoration: none;
color: white;
}


/* cette classe anime le changement de couleur + ajoute une animation de défilement */
.gradient-title {
animation: colorChange2 5s ease-in-out infinite alternate, defilement 5s linear infinite;

}

@keyframes colorChange2 {
0% {
  color: #0088ff;
  text-shadow: 0 0 10px #0088ff, 0 0 20px #0088ff, 0 0 30px #0088ff;
}
50% {
  color: #00ff88;
  text-shadow: 0 0 10px #00ff88, 0 0 20px #00ff88, 0 0 30px #00ff88;
}
100% {
  color: red;
  text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
}
}





.pulser {
    width: 30px;
    height: 30px;
    background: rebeccapurple;
    border-radius: 50%;
    position: relative;
  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  
  .pulser::after {
    content: '';
    position: relative;
    width: 3000%;
    height: 3000%;
    top: 0;
    left: 0;
    background: blueviolet;
    border-radius: 50%;
    z-index: -1;
  }
  
  /* Decorative styles */
  body {
    display: grid;
    place-items: center;
  }
  
  
  .grower {
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



@keyframes grow {
  0% {
    transform: scaleX(1.1);
  }
  50% {
    transform: scaleX(1.8);
    background: orangered;
  }
}

/* Decorative styles */
.grower {
  width: 200px;
  height: 80px;
  background: lightseagreen;
  position: relative;
}









.animated-text {
    position: relative;
    display: inline-block;
    font-family: airdrop;
    font-size: 150px;
    text-align: center;
    animation: colorChange 6s ease-in-out infinite alternate;
  }
  
  @keyframes colorChange {
    0% {
      color: #0088ff;
      text-shadow: 0 0 10px #0088ff, 0 0 20px #0088ff, 0 0 30px #0088ff;
    }
    50% {
      color: #00ff88;
      text-shadow: 0 0 10px #00ff88, 0 0 20px #00ff88, 0 0 30px #00ff88;
    }
    100% {
      color: red;
      text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
    }
  }


  h2 {
    font-size: 60px;
    font-family: Antique;
    color: antiquewhite;
  }


p {
    font-family: Antique;
    font-size: 45px;
    color:antiquewhite
}


        li {
        font-size: 30px;
        font-family: Antique;
        color:antiquewhite
        }



h3 {
    font-family: Antique;
    font-size: 45px;
    color:antiquewhite
}




h4 {
    font-family: Antique;
    font-size: 45px;
    color:antiquewhite
}


h5 {
  font-family: Antique;
  font-size: 45px;
  color:antiquewhite
}






.pulser {
    width: 30px;
    height: 30px;
    background: rebeccapurple;
    border-radius: 50%;
    position: relative;
  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  
  .pulser::after {
    content: '';
    position: relative;
    width: 3000%;
    height: 3000%;
    top: 0;
    left: 0;
    background: blueviolet;
    border-radius: 50%;
    z-index: -1;
  }
  
  /* Decorative styles */
  body {
    display: grid;
    place-items: center;
  }
  
  
  .grower {
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



@keyframes grow {
  0% {
    transform: scaleX(1.1);
  }
  50% {
    transform: scaleX(1.8);
    background: orangered;
  }
}

/* Decorative styles */
.grower {
  width: 200px;
  height: 80px;
  background: lightseagreen;
  position: relative;
}







.pulser {
    width: 30px;
    height: 30px;
    background: rebeccapurple;
    border-radius: 50%;
    position: relative;
  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  
  .pulser::after {
    content: '';
    position: relative;
    width: 3000%;
    height: 3000%;
    top: 0;
    left: 0;
    background: blueviolet;
    border-radius: 50%;
    z-index: -1;
  }
  
  /* Decorative styles */
  body {
    display: grid;
    place-items: center;
  }
  
  
  .grower {
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



@keyframes grow {
  0% {
    transform: scaleX(1.1);
  }
  50% {
    transform: scaleX(1.8);
    background: orangered;
  }
}

/* Decorative styles */
.grower {
  width: 200px;
  height: 80px;
  background: lightseagreen;
  position: relative;
}


.container {
    position: relative;
    height: 100px;
    width: 100%;
  }
  
  .circle {
    position: absolute;
    border-radius: 50%;
    background-color: #1900ff;
  }
  
  .c1 {
    height: 150px;
    width: 150px;
    top: 25px;
    left: 0;
    animation: move 2s ease-in-out infinite;
  }
  
  .c2 {
    height: 250px;
    width: 250px;
    top: 15px;
    left: 25%;
    animation: move 3s ease-in-out infinite;
  }
  
  .c3 {
    height: 150px;
    width: 150px;
    top: 5px;
    right: 0;
    animation: move 4s ease-in-out infinite;
  }
  
  @keyframes move {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(calc(100% - 90px));
      border-radius: 50%;
    }
    100% {
      transform: translateX(0);
      border-radius: 0%;
    }
  }










  .ligne {
    height: 3px;
    width: 100%;
    background-color: white;
    top: 50%;
    animation: defilement 5s linear infinite;
  }
  
  @keyframes defilement {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }




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

    .animated-text {
      font-size: 80px;
    }

    body {
      background-image: url('../images/blsablassssssshutterstock_789686476-1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
    }

    .pulser {
      width: 15px;
      height: 15px;
      background: rebeccapurple;
      border-radius: 25%;
      position: relative;
    }
    
    .pulser::after {
      animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
    }
    
    @keyframes pulse {
      0% {
        opacity: 0;
      }
      50% {
        transform: scale(1.4);
        opacity: 0.4;
      }
    }
    
    .pulser::after {
      content: '';
      position: relative;
      width: 1500%;
      height: 1500%;
      top: 0;
      left: 0;
      background: blueviolet;
      border-radius: 25%;
      z-index: -1;
    }
    
    /* Decorative styles */
    body {
      display: grid;
      place-items: center;
    }
    
    
    .grower {
      animation-name: grow;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    }
  
  
  
  @keyframes grow {
    0% {
      transform: scaleX(1.1);
    }
    50% {
      transform: scaleX(1.8);
      background: orangered;
    }
  }
  
  /* Decorative styles */
  .grower {
    width: 100px;
    height: 40px;
    background: lightseagreen;
    position: relative;
  }
    
    
























  @keyframes colorChange {
    0% {
      color: #0088ff;
      text-shadow: 0 0 10px #0088ff, 0 0 20px #0088ff, 0 0 30px #0088ff;
    }
    50% {
      color: #00ff88;
      text-shadow: 0 0 10px #00ff88, 0 0 20px #00ff88, 0 0 30px #00ff88;
    }
    100% {
      color: red;
      text-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
    }
  }


  h2 {
    font-size: 35px;
    font-family: Antique;
    color: antiquewhite;
  }


p {
    font-family: Antique;
    font-size: 35px;
    color:antiquewhite
}


        li {
        font-size: 15px;
        font-family: Antique;
        color:antiquewhite
        }



h3 {
    font-family: Antique;
    font-size: 35px;
    color:antiquewhite
}




h4 {
    font-family: Antique;
    font-size: 35px;
    color:antiquewhite
}


h5 {
  font-family: Antique;
  font-size: 35px;
  color:antiquewhite
}






.pulser {
    width: 15px;
    height: 15px;
    background: rebeccapurple;
    border-radius: 25%;
    position: relative;
  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  
  .pulser::after {
    content: '';
    position: relative;
    width: 1500%;
    height: 1500%;
    top: 0;
    left: 0;
    background: blueviolet;
    border-radius: 25%;
    z-index: -1;
  }
  
  /* Decorative styles */
  body {
    display: grid;
    place-items: center;
  }
  
  
  .grower {
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



@keyframes grow {
  0% {
    transform: scaleX(1.1);
  }
  25% {
    transform: scaleX(1.8);
    background: orangered;
  }
}

/* Decorative styles */
.grower {
  width: 100px;
  height: 40px;
  background: lightseagreen;
  position: relative;
}







.pulser {
    width: 15px;
    height: 15px;
    background: rebeccapurple;
    border-radius: 25%;
    position: relative;
  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  
  .pulser::after {
    content: '';
    position: relative;
    width: 1500%;
    height: 1500%;
    top: 0;
    left: 0;
    background: blueviolet;
    border-radius: 25%;
    z-index: -1;
  }
  
  /* Decorative styles */
  body {
    display: grid;
    place-items: center;
  }
  
  
  .grower {
    animation-name: grow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



@keyframes grow {
  0% {
    transform: scaleX(1.1);
  }
  50% {
    transform: scaleX(1.8);
    background: orangered;
  }
}

/* Decorative styles */
.grower {
  width: 100px;
  height: 40px;
  background: lightseagreen;
  position: relative;
}


.container {
    position: relative;
    height: 50px;
    width: 50%;
  }
  

  
  .c1 {
    height: 100px;
    width: 100px;
    top: 25px;
    left: 0;
    animation: move 2s ease-in-out infinite;
  }
  
  .c2 {
    height: 35px;
    width: 35px;
    top: 15px;
    left: 25%;
    animation: move 3s ease-in-out infinite;
  }
  
  .c3 {
    height: 60px;
    width: 60px;
    top: 5px;
    right: 0;
    animation: move 4s ease-in-out infinite;
  }
  
  @keyframes move {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(calc(100% - 90px));
      border-radius: 50%;
    }
    50% {
      transform: translateX(0);
      border-radius: 0%;
    }
  }










  .ligne {
    height: 3px;
    width: 100%;
    background-color: white;
    top: 50%;
    animation: defilement 5s linear infinite;
  }
  
  @keyframes defilement {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }

     
    
      }

