@media screen and (max-width: 800px) {
  /* Empêche les débordements horizontaux */
  html, body {
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  .general {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .burger {
    display: block;
  }

  .entete h5 {
    font-size: 8px;
  }

  .img_entete {
    width: 100%;
    height: auto;
  }

  /* Le menu disparaît par défaut */
  nav {
    width: 70%;
    display: none;
  }

  nav.show {
    display: block;
  }

  /* Menu vertical */
   nav ul {
    display: flex;            /* ← INDISPENSABLE */
    flex-direction: column;
    align-items: center;      /* ← centre les li */
    width: 100%;
    padding: 0;
    margin: 0;
  }

  nav ul li {
    width: 100%;
    text-align: center;
    margin: 0;                /* sécurité */
    padding: 0;
  }

  nav ul li a {
    width: 100%;
    padding: 8px 0;
    line-height: 20px;
  }

  nav ul li .submenu {
    width: 250px;
    left: 50px;
  }

  .entete {
    height:auto;
  }

  /* DIAPO */
  #diapo {
    width: 100%;
    max-height: none;
  }

  .diapo-img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  /* CONTENU (2 IMAGES) */

  .contenu {
    display: flex;
    flex-direction: column;
    gap: 20px;          
    height: auto;      
    width: 100%;
    margin-top: 20px;
  }
    .contenu1 {
        padding: 0px;
        font-size: 0.95rem;
        line-height: 1.45;
        width: 100%;
    }

    .contenu1 h2 {
        font-size: 1.2rem;
        letter-spacing: 0.5px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .contenu1 h3 {
        font-size: 1.05rem;
        letter-spacing: 0.5px;
        margin-top: 18px;
        margin-bottom: 6px;
    }

    .contenu1 p {
        font-size: 0.95rem;
        letter-spacing: 0.3px;   /* léger écartement */
        margin-bottom: 12px;
    }
    
  .contenu2 img {
    width: 100%;
    height: auto;
  }

  /* SAISON */
  .saison {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }

  .saison img {
    width: 100%;
    height: auto;
    display: block;
  }
  
/* -------------------- AGENDA --------------------- */

  .agenda {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .agenda h1 {
    font-size: 1.2rem;
  }

  /* --- AFFICHES --- */

 .affiches {
    display: flex;
    flex-direction: column;   /* une seule par ligne */
    align-items: center;      /* centrée */
    gap: 20px;
  }

  .affiche-img {
    width: 80%;
    max-width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

/*---------------------------- Réservation -----------------*/

  /* Images de réservation + saison */
  .corps img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }

  /* Formulaire */
  .formulaire-simple {
    width: 100%;
    max-width: 95%;
    margin: 20px auto;
    padding: 10px;
  }

  .formulaire-simple .ligne,
  .formulaire-simple .champ {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .formulaire-simple label {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .formulaire-simple input,
  .formulaire-simple textarea {
    width: 100%;
    font-size: 1rem;
    padding: 8px;
  }

  .btn {
    width: 100%;
    padding: 12px;
    font-size: 1.1rem;
    margin-top: 10px;
  }

  /* Google Maps */
  iframe {
    width: 100% !important;
    height: 350px !important;
    border: 0;
    margin-top: 20px;
  }

  .reservation {
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }

  .infos-reservations {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    font-size: 1rem;
    letter-spacing: 0.4px;
  }

  .infos-reservations h2,
  .infos-reservations h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

    .infos-reservations ul {
        padding-left: 18px;
    }

    .reservations-info {
        max-width: 100%;
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: 0.35px;
    }

    .reservations-info h2 {
        font-size: 1.5rem;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .reservations-info h3 {
        font-size: 1.2rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .reservations-info ul {
        padding-left: 18px;
    }

/*---------------------Bénévole------------------*/

 .benevole {
    flex-direction: column;
    align-items: center;
  }

  .text {
    width: 90%;
  }

  .image {
    width: 90%;
  }

/*---------------------Location--------------------*/

  .location {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
}

/*---------------------Diverti---------------------*/

  .diverti {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .diverti-image {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .diverti-text {
    font-size: 15px;
  }

  .diverti-text a {
    font-size: 18px;
    text-align: center;
  }
   
/*---------------------Services--------------------*/

  .services {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 30px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #fff;
  }

  .services h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .services h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
  }

.services p {
    margin: 10px 0;
  }

.services ul {
    margin: 10px 0 20px 20px;
    padding: 0;
}

.services ul li {
    margin-bottom: 6px;
}

.services strong {
    font-weight: 600;
}

/*-------------------------Histoire------------------*/

  .histoire {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .origine {
    width: 100%;
    font-size: 16px;
    padding: 20px;
  }

  .histoire-texte {
    font-size: 16px;
    padding: 20px;
  }

  .logo-impromptu {
    width: 90px;
  }
}

