
body{
    background-color: black;
  }
  .carousel {
    width: 60%;
    margin: auto;
    height: 400px;
    margin-top: 50px;
    z-index: -1;
  }

  .carousel-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .animated-title {
      font-size: 100px;
      font-weight: bold;
      color: white;
      text-align: center;
      transition: color 0.5s;
      font-family: Georgia, 'Times New Roman', Times, serif;
      margin-bottom: 100px;
      margin-top: 100px;
  }

  .animated-title:hover {
      color: black; /* Changement de couleur au survol */
  }
  .quoi{
    margin-top: 300px;
    color: white;
  }

  .quoi h2{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;

  }

  .quoi .textG{
    margin-left: 10%;
    margin-right: 70%;
  }
  .quoi .textD{
    margin-left: 70%;
    margin-right: 10%;
  }
  .quoi .textM{
    margin-left: 40%;
    margin-right: 40%;
  }

  .youtube{
    width: 560px;
    height: 315px;
    text-align: center;
    margin-right: 30%;
  }

  .nvl{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
  }

  h3{
    color: white;
  }

  .ttr{
    color: white;
    margin-top: 300px;
    text-align: center;

  }

  .ancre {
      width: 60px;
      height: 60px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      cursor: pointer;
      background-color: black;
      color: white;
  }



  #ancre-bas {
      right: 12px;
      top: 110px;
  }

  .icone {
      width: 30px;
      margin-left: 15px;
  }


