  html, body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
@media (max-width: 500px) {
    .membre-card {
      width: 100%;
      margin: 0 auto;
    }
  }

  /* Boutique - Responsive */

.boutique-l3f {
    padding: 40px 20px;
    text-align: center;
  }
  
  .produit-l3f {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .produit-l3f img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  
  .produit-l3f p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
  }
  
  @media (max-width: 600px) {
  
    .btn-boutique {
      width: 100%;
      font-size: 16px;
      padding: 12px;
    }
  
    .boutique-l3f h2 {
      font-size: 1.6em;
    }
  }

  /* Événements - Responsive */

.evenements-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
  }
  
  .evenement {
    width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 20px;
  }
  
  .evenement img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .evenement h3 {
    margin-top: 15px;
    color: #1e2b1e;
  }
  
  .evenement p {
    color: #444;
    font-size: 15px;
    margin-top: 10px;
  }
  .evenements-page nav ul.show {
    display: block;
  }
  
  /* Mobile */

  @media (max-width: 600px) {
    .evenement {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .evenement h3 {
      font-size: 18px;
    }
  
    .evenement p {
      font-size: 14px;
    }
  
    .evenements-section {
      padding: 10px;
      gap: 20px;
    }
  }
  /* Carousel - Responsive */
 
@media (max-width: 768px) {
    .carousel-evenement {
      flex-direction: column;
      align-items: center;
      padding: 10px;
    }
  
    .piste-carousel-event {
      display: flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      gap: 10px;
      width: 100%;
    }
  
    .slide-event {
      flex: 0 0 80%;
      scroll-snap-align: start;
      display: flex;
      justify-content: center;
    }
  
    .slide-event img {
      width: 100%;
      height: auto;
      max-width: 100%;
      border-radius: 10px;
    }
  
    .btn-car-event {
      display: none; /* on peut cacher les boutons si tu scrolles au doigt */

    }
  }

  @media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-text {
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-text {
    font-size: 14px;
  }

  .shop-content {
    flex-direction: column;
  }

  .partners-list {
    flex-direction: column;
    align-items: center;
  }

  .partners-list li img {
    width: 80px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
  }

  .presentation,
  .boutique,
  .aide-section,
  .sidebar {
    padding: 1rem;
  }

  header h1 {
    font-size: 1.4rem;
  }

  .logo {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  /* Styles pour les tablettes en mode paysage */
}

@media (max-width: 480px) {
  /* Styles pour les smartphones */
}

.footer-counter{
margin-top:10px;
font-size:0.9rem;
color:#888;
}