/* ========== PAGES LÉGALES (prose GAYAR) ========== */
.glg-intro{ padding-bottom:0 !important; }
.glg-body{ padding:clamp(2rem,3vw,3rem) !important; max-width:1000px; }
.glg-body, .glg-body p, .glg-body li, .glg-body td{ font-size:1.2rem; line-height:1.8; color:var(--g-text); }
.glg-body h2{ font-size:1.7rem; color:var(--g-vert); margin:2rem 0 .8rem; }
.glg-body h3{ font-size:1.4rem; color:var(--g-titre,#F2EFE9); margin:1.6rem 0 .6rem; }
.glg-body h2:first-child, .glg-body h3:first-child{ margin-top:0; }
.glg-body a{ color:var(--g-vert); text-decoration:underline; text-underline-offset:3px; }
.glg-body a:hover{ color:var(--g-jaune); }
.glg-body ul, .glg-body ol{ padding-left:1.5rem; margin:1rem 0; }
.glg-body li{ margin-bottom:.5rem; }
.glg-body strong{ color:var(--g-titre,#F2EFE9); }
.glg-body hr{ border:0; height:1px; background:var(--g-stroke); margin:2rem 0; }
.glg-body table{ width:100%; border-collapse:collapse; margin:1.5rem 0; }
.glg-body td, .glg-body th{ padding:.8rem 1rem; border:1px solid var(--g-stroke-2); text-align:left; }
.glg-body th{ background:rgba(255,255,255,.04); color:var(--g-titre,#F2EFE9); }
.glg-body blockquote{ border-left:4px solid var(--g-vert); padding-left:1.2rem; margin:1.5rem 0; color:var(--g-muted); }

/* ===== CORRECTION LARGEUR + LISIBILITÉ ===== */
.glg-body-section .g-container{ max-width:1000px; }
.glg-body{ max-width:100% !important; width:100% !important; background:var(--g-panel) !important; }
.glg-body *{ max-width:100% !important; }
.glg-body p, .glg-body li, .glg-body h1, .glg-body h2, .glg-body h3, .glg-body div, .glg-body span{
  width:auto !important; float:none !important; display:block; }
.glg-body p{ margin:0 0 1.2rem !important; }
/* neutraliser un éventuel titre dupliqué dans le contenu */
.glg-body > h1:first-child, .glg-body > h2:first-child{ display:none; }
/* forcer texte horizontal normal */
.glg-body{ text-align:left; word-break:normal; overflow-wrap:break-word; }
