/* mobile-fix.css — version conservative, ciblée, safe */
/* ============================
   Correctifs généraux
============================ */

/* Supprime le scroll horizontal */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

/* Forcer toutes les images à s’adapter */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Harmonisation des textes */
h1, h2, h3, h4, h5, h6, p, span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin: 0 0 12px 0; /* espacements réguliers */
}

/* Sections sans bords blancs déséquilibrés */
section {
  padding: 20px 16px;
  margin: 0 auto;
  max-width: 1200px; /* pour centrer sur desktop */
  box-sizing: border-box;
}

/* ============================
   Grilles & catalogue
============================ */

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
}

.catalogue-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* ============================
   Media Queries
============================ */

/* Tablette */
@media (min-width: 600px) {
  .catalogue-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* Desktop */
@media (min-width: 992px) {
  .catalogue-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
/* Restaure l'alignement centré pour les logos du footer */
.footer-logos img {
  display: inline-block;   /* pas block */
  vertical-align: middle;
  margin: 8px;
  max-height: 60px;        /* limite de taille pour éviter le débordement */
}
.footer-logos {
  text-align: center;
}
/* Restaure les icônes et animations du menu toggle */
.menu-toggle span {
  display: block;
  height: 3px;
  width: 28px;
  background: #333;
  margin: 6px auto;
  border-radius: 2px;
  transition: all 0.3s ease;
}
/* Hero carousel */
.hero-carousel {
  position: relative;
  width: 100%;
  height: 100vh; /* plein écran */
  overflow: hidden;
}

.hero-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* garde proportions, recadre au besoin */
  object-position: center; /* centré */
}
/* Empêche tout élément de dépasser de son parent */
* {
  box-sizing: border-box;
  max-width: 100%;
}

/* ===========================
   PATCH GLOBAL - Coller en bas de mobile-fix.css
   =========================== */

/* 0) règles sûres : box-sizing, pas de max-width global */
*, *::before, *::after { box-sizing: border-box; }

/* 1) images : s'appliquent seulement aux images de contenu
   - NE PAS définir display:block globalement pour préserver logos/header/footer */
img {
  max-width: 100%;
  height: auto;
  /* display: inline-block;  <-- NE PAS forcer ici */
}

/* 2) Footer / logos partenaires (corrige le centrage) */
.partner-logos,
.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.partner-logos img,
.footer-logos img {
  display: inline-block;
  max-height: 60px;
  width: auto;
  margin: 6px;
}

/* 3) Menu toggle : forcer style des barres (hamburger) et état actif */
.menu-toggle {
  z-index: 1100;
}
.menu-toggle span {
  display: block;
  height: 3px;
  width: 28px;
  background: currentColor; /* prend la couleur du parent (plus sûr) */
  margin: 6px auto;
  border-radius: 2px;
  transition: transform .3s ease, opacity .2s ease;
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* 4) Hero carousel : comportement desktop = cover ; mobile = contain (affiche l'image entière) */
.hero-carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.carousel-slides, .carousel-slide {
  width: 100%;
  height: 100%;
}
.carousel-slide {
  background-position: center;
  background-repeat: no-repeat;
  /* Desktop/default : pleine couverture */
  background-size: cover;
}

/* Sur petits écrans, si tu veux afficher l'image entière sans recadrage */
@media (max-width: 768px) {
  .hero-carousel { height: 60vh; }
  .carousel-slide { background-size: contain; }
  /* ----- Ajustements mobiles ciblés (à placer dans @media (max-width: 768px)) ----- */

/* 1) Hamburger: réduire l'espace entre les barres */
.menu-toggle {
  gap: 2px !important;        /* espace entre les traits plus petit */
  padding: 4px !important;
}
.menu-toggle span {
  width: 22px !important;     /* largeur d'un trait */
  height: 3px !important;     /* épaisseur */
  margin: 2px auto !important;/* serrer verticalement */
  border-radius: 2px !important;
  background: white !important; /* adapte selon thème si besoin */
}

/* 2) Page membre (detail) : image à gauche + texte à droite (mobile only)
   On cible explicitement #member-info pour n'impacter que la page membre. */
#member-info .member-card {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px !important;
  width: calc(100% - 24px);
  max-width: 980px;
  margin: 1rem auto !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  background: #fff;
  border-radius: 10px;
}
#member-info .member-photo {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 50% !important; /* ovale/cercle */
  margin: 0 !important;          /* annule le margin:auto centré par défaut */
  flex-shrink: 0;                /* n'autorise pas l'image à rétrécir */
  border: 4px solid #b7791f;     /* conserve le style d'origine si présent */
}
/* Texte du nom : garder sur une ligne si possible, sinon couper proprement */
#member-info h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#member-info .member-role {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* 3) Footer : maintenir les logos centrés et proportionnés */
.partner-logos, .footer-logos {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.partner-logos img, .footer-logos img {
  max-height: 48px;
  width: auto;
  margin: 4px;
  display: inline-block;
}

/* fin des ajustements mobiles ciblés */
}

/* 5) Page membre : override pour page détail (#member-info) */
#member-info .member-card {
  display: block !important;
  width: auto !important;
  max-width: 980px !important;
  margin: 1.5rem auto !important;
  padding: 1.5rem !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
#member-info .member-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  float: left;
  margin-right: 1rem;
}

/* S'assurer que les photos 'avant/après' ne débordent pas */
.story-photos, .story-photos img, .story-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 6) Eviter les 100vw ou marges externes qui créent un scroll horizontal.
   Si un élément utilise 100vw dans d'autres styles, remplacez par 100% */
html, body { width: 100%; }

/* 7) Sélecteur d'exclusion global (si tu as besoin d'exempter manuellement un élément)
   - ajouter la classe .no-scale sur une image pour la laisser en taille native */
img.no-scale { max-width: none; }

/* fin du patch */