@media (max-width: 768px) {

  /* === GÉNÉRAL === */
  body {
    overflow-x: hidden;
  }

  * {
    box-sizing: border-box;
  }

  /* === ENTÊTES LARGE FIXE === */
  .entete_ensjunior,
  .entete_ensadulte,
  .entete_encours {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  /* === BLOCS PRINCIPAUX === */
  .feuille,
  .feuille2,
  .texte,
  .ent_center,
  .contenu_cours,
  .lessen,
  .waitnoug {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    padding: 10px;
  }

  /* === IMAGES === */
  img,
  .texte img,
  .contenu_image img {
    max-width: 100%;
    height: auto;
    border-left: 10px solid #e5d0cb;
    border-right: 10px solid #e5d0cb;
  }

  /* === FLEX → COLONNE === */
  .lign,
  .lignmoy,
  .sonor,
  .tatataw,
  .triple,
  .triple2,
  .chater,
  .marhbe,
  .wont {
    flex-direction: column;
    align-items: center;
  }

  /* === MENUS LATÉRAUX === */
  .entete_menu,
  .entete_menu2,
  .corps_menu,
  .corps_menu2,
  .corps_menul,
  .membre_chat {
    width: 100%;
    max-height: none;
  }

  /* === TABLEAUX RESPONSIVE === */
  .table_affiche,
  .tarification_table3 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }

  /* === FORMULAIRES === */
  #inscription,
  #inscription2 {
    min-width: unset;
    width: 100%;
    padding: 10px;
  }

  #inscription input,
  #inscription select,
  #inscription2 input,
  #inscription2 select,
  .ann_imm input,
  .ann_imm select {
    width: 100%;
  }

  #inscription label,
  #inscription2 label {
    width: 100%;
    text-align: start;
    margin-bottom: 5px;
  }

  /* === BOUTONS / BLOCS === */
  .f44,
  .f45,
  .f46,
  .tatataw a {
    min-width: unset;
    width: 100%;
  }

  /* === CURSUS / BLOCS LARGES === */
  .cursus {
    width: 100%;
  }

  .ccc,
  .ikk2 {
    min-width: unset;
    width: 100%;
  }

  /* === CHAT === */
  .messg {
    min-width: unset;
    width: 100%;
    min-height: 200px;
  }

  #chatForm {
    min-height: auto;
  }

  /* === GROUPES / NOTES === */
  .groupe {
    width: 100%;
    margin: 10px 0;
  }

  .matiere {
    flex-direction: column;
    align-items: flex-start;
  }

  .matiere-nom {
    width: 100%;
    text-align: start;
  }

}
@media (max-width: 480px) {

  body {
    font-size: 14px;
  }

  h1, h2, h3 {
    font-size: 1em;
  }

  .pixel2 h1,
  .pixel3 h1 {
    min-width: 100%;
    font-size: 1em;
  }

  .sonor p {
    font-size: 1.8em;
  }

  .edition,
  .edition2 {
    font-size: 1.2em;
  }

}
