html, body {
  overflow-x: hidden;
  width: 100%;
}
      
      
body {
      font-family: 'Quicksand', sans-serif;
      background-color: #fdf8f4;
      color: #444;
      overflow-x: hidden; 
  }


  
h2 {
    border-bottom: 2px solid #2e7d32;
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
}

.navbar {
    border-bottom: 2px solid #2e7d32;
}

footer {
    background: #2e7d32;
    color: white;
    padding: 1rem;
}

/* Custom flèches Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff; /* ton vert */
  font-weight: bold;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px; /* taille des flèches */
}

/* Pagination bullets */
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

