body{
    font-family: 'Roboto-Regular';
}

::-webkit-scrollbar {
    width: 12px; /* Largeur de la barre verticale */
    height: 12px; /* Hauteur de la barre horizontale */
  }

  /* Couleur de fond de la piste de défilement */
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
  }

  /* Couleur et style de la poignée (le thumb) */
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1; /* pour un effet d'espace autour du thumb */
  }

  /* Style au survol de la poignée */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }



 .infographie{
    margin-top: 2%;
    margin-bottom:3%;
    margin-left:7%;
}

#image {
  width: 600px; /* Ajustez la largeur selon vos besoins */
  height: auto; /* Garde les proportions de l'image */
}

#texte{
    margin-top:2%;
    display: flex;
    line-height: 20px;
}



#flecheretour{
  margin-left:64px;
  margin-top:3%;
}


  /* Animation pour flecheretour */
  #flecheretour {
    transition: transform 0.3s ease-in-out; /* Animation fluide */
  }
  
  #flecheretour:hover {
    transform: translateX(-5px); /* Déplacement vers la gauche */
  
  }


.container{
  display: flex;
}


#titre{
  width:600px;
  margin-top:1%;
  font-family: gigalypse, sans-serif;
  font-size: 36px;
  color: #C6AEBC;
}


.soustitres{
  font-family: 'Roboto-Bold';  
  margin-top:3%;
  font-size:19px;
}


.presentation{
  margin-top:1.5%; 
  margin-left:8%;
  margin-right:10%;
}


    #image {
      max-width: 450px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    #image:hover {
      transform: scale(1.02);
    }

    /* Modale pleine page avec scroll */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.693);
      overflow: auto;
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      display: block;
      margin: auto;
      width: 90%; /* Zoom de l'image */
      max-height: none;
      cursor: grab;
    }

    .close {
      position: absolute;
      top: 20px;
      right: 40px;
      color: rgb(255, 255, 255);
      font-size: 35px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover {
      color: #C6AEBC;
    }

    @media only screen and (max-width: 768px) {
      #flecheretour {
        margin-left: 16px;
        margin-top: 5%;
        width: 24px;
        height: auto;
    }

      /* Conteneur principal en colonne */
      .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
      }
    
      /* Image en pleine largeur */
      #image {
        max-width: 90%;
        height: auto;
        margin-bottom: 20px;
      }
    
      /* Marges pour la présentation */
      .presentation {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
    
      #titre {
        font-size: 28px;
        width: auto;
        text-align: center;
    }
    
      .soustitres {
        margin-right: 8%;
        margin-left:5%;
        font-size: 18px;
      }
    
      /* Texte ajusté */
      #texte {
        margin-right: 8%;
        margin-left:5%;
        font-size: 14px;
        line-height: 24px;
      }
    
      /* Modale ajustée */
      .modal-content {
        width: 100%;
      }
    
      .close {
        top: 10px;
        right: 20px;
        font-size: 30px;
      }
    }

#retrouve{
  margin-top:50px;
}


.slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 490px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px #C6AEBC;
    margin-bottom:4%;
    margin-top:1%;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}


.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0, 0, 0, 0);
    color: #C6AEBC;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.dot.active {
    opacity: 1;
    width: 15px;
    background: #C6AEBC;
    height: 15px;
}




::-webkit-scrollbar {
    width: 12px; /* Largeur de la barre verticale */
    height: 12px; /* Hauteur de la barre horizontale */
  }

  /* Couleur de fond de la piste de défilement */
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
  }

  /* Couleur et style de la poignée (le thumb) */
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1; /* pour un effet d'espace autour du thumb */
  }

  /* Style au survol de la poignée */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

