/* SECTION INDEX */


main section {
    width: 100%;
  
    height: 100%;
  
    display: flex;
  
    flex-direction: row;
  
    justify-content: center;
  
    align-items: flex-start;
  
    padding: 50px 0;
  
    border-top: 2px solid #cdc2a4;
  
    flex-wrap: wrap;
  }
  
  #section3 > * {
    margin: 0 100px;
  }
  
  @media only screen and (max-width: 650px) {
    main section img {
      width: 75vw;
    }
  }
  
  main section p {
    font-size: 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: justify;
  }
  #section2 > * {
    width: 40%;
    min-width: 250px;
  }
  
  .texte-section-pres {
    display: flex;
  
    gap: 10px;
  
    width: 70%;
  
    text-align: justify;
  
    flex-direction: row;
  }
  
  .texte-section {
    display: flex;
  
    flex-direction: column;
  
    gap: 10px;
  
    width: 40%;
  
    min-width: 300px;
  
    text-align: justify;
  
    justify-content: center;
  
    flex-wrap: wrap;
  }
  
  main section img {
    width: 35vw;
    min-width: 300px;
    object-fit: cover;
  }
  
  #section2 {
    background-color: #f3eee0;
  
    display: flex;
  
    flex-direction: row;
  
    gap: 80px;
  
    text-align: justify;
  
    justify-content: center;
  
    flex-wrap: wrap;
  }
  
  #section1 {
    background-color: #efe8d5;
  }
  #section3 {
    background-color: #efe8d5;
  }
  /* Slider */
  #commentaires{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 300px;
    position: relative;
    min-width: 280px;
    margin: auto;
    background-color: #efe8d5;
    border-top: 2px solid #cdc2a4;
    padding: 100px 0;
}
.commentaires-container{
    overflow: hidden;
    width: 802px;
}
.slides {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
  }
  .slide{
    min-width: 800px; ;
    height: 250px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #cdd5df;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.button {
  cursor: pointer;
  font-size: 40px;
  background: none;
  border: none;
  color: #5a5a5a;
  transition: all 0.3s ease;
}

.button:hover {
  color: #333;
  transform: scale(1.1);
}

.button:focus {
  outline: none;
}
.stars {
  font-size: 20px;
  color: #ffcc00;
  margin-bottom: 10px;
}

.avis {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.date {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 5px;
}

  @media (max-width: 1500px) {
    #commentaires {

        gap: 0;

    }

}
@media (max-width: 900px) {
  .commentaires-container{
        
    width: 202px;
    height: 500px;
}
.slide{
    min-width: 200px;
    height: 500px;
}
#commentaires {

  gap: 70px;
  padding: 50px 0;

}
.avis {
  font-size: 13px;
}

}
@media (max-width: 480px) {

  #commentaires {

    gap: 0;

}
}
  /* Slider Fin*/

  /* SECTION INDEX FIN*/
  
  





