/* MONCLUB — Club Héritage. Feuille commune chargée après les styles historiques.
   Les classes, liens, champs et interactions des pages sont conservés. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&display=swap');

body.club-heritage {
  --vert: #B7440C;
  --vert-clair: #963809;
  --vert-fonce: #963809;
  --vert-nuit: #003E2F;
  --profond: #00503C;
  --or: #D8E7DE;
  --or-clair: #EDF4EF;
  --fond: #F4F3F0;
  --texte: #172923;
  --doux: #50645B;
  --soft: #586B62;
  --ligne: #DDE4DF;
  --r-sm: 6px;
  --r-md: 7px;
  --r-lg: 8px;
  --titre: 'Barlow Condensed', 'Barlow', sans-serif;
  --ombre-sm: none;
  --ombre-md: none;
  --ombre-lg: 0 8px 24px rgba(23,41,35,.12);
  --ombre-xl: 0 12px 32px rgba(23,41,35,.16);
  --grad: #B7440C;
  --grad-or: #FFFFFF;
  --b-fond: #F4F3F0;
  --b-surface-2: #F4F3F0;
  --b-ligne: #DDE4DF;
  --b-ligne-f: #B6C5BC;
  --b-encre: #172923;
  --b-texte: #314A3E;
  --b-doux: #50645B;
  --b-faible: #586B62;
  --b-bleu: #B7440C;
  --b-bleu-f: #963809;
  --b-tint: #E8EFEB;
  --b-titre: 'Barlow Condensed', 'Barlow', sans-serif;
  background: var(--fond);
  color: var(--texte);
  font-size: 16px;
  overflow-x: clip;
}
.club-heritage ::selection { background: #D1E5DA; color: #172923; }
.club-heritage :focus-visible { outline: 3px solid #B7440C; outline-offset: 4px; }
body.club-heritage .conteneur { max-width: 1280px; padding-inline: 32px; }
.club-heritage h1, .club-heritage h2 { font-family: var(--titre); font-weight: 600; letter-spacing: -.015em; }
.club-heritage h3, .club-heritage h4 { font-family: var(--police); letter-spacing: 0; font-weight: 600; }
.club-heritage h2 { font-size: clamp(32px, 3.3vw, 44px); line-height: 1.1; }
.club-heritage h1 em, .club-heritage h2 em { color: inherit !important; font-style: normal; background: none; }
.club-heritage .kicker, .club-heritage .b-kick, .club-heritage .b-partenaires .lbl {
  text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 600; color: var(--profond);
}
.club-heritage .kicker::before { content: none; }
.club-heritage .reveal, .club-heritage .reveal.gauche, .club-heritage .reveal.droite, .club-heritage .reveal.zoom {
  opacity: 1; transform: none; transition: none;
}
.club-heritage .heros-visuel, .club-heritage .jeton { animation: none; }
.club-heritage .halo { display: none; }

/* Un en-tête stable et opaque sur toutes les pages. */
body.club-heritage .entete, body.club-heritage .entete.pose {
  background: #FFFFFF; border-bottom: 1px solid var(--ligne); box-shadow: none;
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
body.club-heritage .entete .conteneur { height: 80px; gap: 20px; }
.club-heritage .marque { flex-shrink: 0; }
/* Signature validée : écusson d'origine, nom en deux lignes. */
.club-heritage .mc-logo { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; text-decoration: none; }
.club-heritage .mc-logo .mc-logo__ecusson {
  display: block; width: 64px; height: 64px; object-fit: contain; flex-shrink: 0;
  padding: 0; margin: 0; border-radius: 0; background: transparent;
}
.club-heritage .mc-logo__nom {
  display: flex; flex-direction: column; align-items: flex-start;
  font-family: var(--titre); font-weight: 600; line-height: .94;
  letter-spacing: -.025em; white-space: nowrap;
}
.club-heritage .mc-logo__nom strong { font-size: 32px; font-weight: 600; color: #00503C; }
.club-heritage .mc-logo__nom > span { font-size: 23px; color: #B7440C; margin-top: 4px; }
body.club-heritage .entete .nav-p a { color: var(--texte); padding: 10px; border-radius: 5px; font-size: 14px; }
body.club-heritage .entete .nav-p a:hover,
body.club-heritage .entete .nav-p a.actif { background: #E8EFEB; color: var(--profond); }
.club-heritage .btn, .club-heritage .b-btn { border-radius: 6px; min-height: 46px; box-shadow: none; font-weight: 600; }
.club-heritage .btn:hover, .club-heritage .btn:active, .club-heritage .b-btn:hover { transform: none; box-shadow: none; }
body.club-heritage .entete .btn { padding: 10px 14px; }
body.club-heritage .entete .btn-vert, .club-heritage .btn-vert { background: #B7440C; color: #FFFFFF !important; }
body.club-heritage .entete .btn-vert:hover, .club-heritage .btn-vert:hover { background: #963809; }
body.club-heritage .entete .btn-ligne { background: #FFFFFF; color: var(--profond) !important; border: 1px solid #B6C5BC; }
.club-heritage .btn-or { background: #FFFFFF; color: var(--profond) !important; border: 1px solid #B6C5BC; }
.club-heritage .btn-fantome { background: transparent; border-color: #AEC9BC; }
.club-heritage .burger { border-radius: 6px; color: var(--profond); }

/* Accueil : une ouverture de marque et un aperçu produit lisible. */
.club-heritage .b-heros { background: #00503C; padding: 146px 0 66px !important; }
.club-heritage .b-heros-grille { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); align-items: center; gap: 52px; }
.club-heritage .b-heros h1 { color: #FFFFFF; font-size: clamp(44px, 4.7vw, 66px); line-height: 1.02; margin-top: 18px; max-width: 12ch; }
.club-heritage .b-heros .b-kick { color: #D1E5DA; }
.club-heritage .b-heros .b-corps { color: #E0EBE5; font-size: 17px; max-width: 49ch; }
.club-heritage .b-heros-actions { gap: 10px; }
.club-heritage .b-heros-actions .b-btn { padding-inline: 20px; }
.club-heritage .b-heros-actions .b-btn-p { background: #FFFFFF; color: #00503C !important; }
.club-heritage .b-heros-actions .b-btn-p:hover { background: #E8EFEB; }
.club-heritage .b-heros-actions .b-btn-s { background: transparent; border-color: #89AC9B; color: #FFFFFF !important; }
.club-heritage .b-heros-actions .b-btn-s:hover { background: #0B614A; }
.club-heritage .b-puces { gap: 6px 16px; }
.club-heritage .b-puces span { background: none; border: 0; padding: 0; height: auto; color: #DAE8E0; font-size: 13px; }
.club-heritage .b-puces i.pt { background: #C1DBCC; width: 4px; height: 4px; }
.club-heritage .b-panneau { border: 1px solid #B6C5BC; border-radius: 8px; box-shadow: none; }
.club-heritage .b-panneau-barre { background: #FFFFFF; padding: 12px 16px; }
.club-heritage .b-pts { display: none; }
.club-heritage .b-panneau-corps { grid-template-columns: 150px minmax(0,1fr); min-height: 325px; }
.club-heritage .b-menu { background: #003E2F; padding: 20px 10px; gap: 7px; }
.club-heritage .b-menu b { color: #D1E5DA; font-size: 11px; letter-spacing: .02em; line-height: 1.5; }
body.club-heritage .b-menu a { color: #D1E5DA; font-size: 12px; }
body.club-heritage .b-menu a.on { background: #FFFFFF; color: #00503C; font-weight: 600; }
body.club-heritage .b-menu a.on i { color: #00503C; }
.club-heritage .b-vue { background: #F4F3F0; padding: 20px 16px; min-width: 0; }
.club-heritage .b-vue-tete { display: block; margin-bottom: 24px; }
.club-heritage .b-vue-tete b { display: block; font-family: var(--police); font-size: 15px; }
.club-heritage .b-vue-tete span { display: block; margin-top: 4px; }
.club-heritage .b-semaine { gap: 5px; }
.club-heritage .b-creno { padding: 8px 5px; background: #E5EBEE; border-left-color: #3E5563; }
.club-heritage .b-creno.match { background: #E7EFF6; border-left-color: #2F6FA8; }
.club-heritage .b-creno.match span { color: #2F6FA8; }
.club-heritage .b-notif { background: #FFFFFF; margin-top: 28px; padding: 10px; gap: 8px; }
.club-heritage .b-notif .h { display: none; }
.club-heritage .b-chiffres { background: transparent; border-width: 0 0 1px; border-radius: 0; padding: 32px 0; }
.club-heritage .b-chiffres b { font-size: 38px; font-weight: 600; color: #00503C; }
.club-heritage .b-chiffres b .suf { color: inherit; }
.club-heritage .b-chiffres > div:first-child { padding-left: 0; }
.club-heritage .b-tete { max-width: 780px; margin-bottom: 34px; }
.club-heritage .b-tete h2 { font-size: clamp(32px, 3.3vw, 44px); }
.club-heritage .b-duo { gap: 36px; }
.club-heritage .b-duo > div { border: 0; border-top: 3px solid #00503C; border-radius: 0; padding: 28px 0 0; background: transparent; }
.club-heritage .b-duo > div:last-child { border-top-color: #B7440C; }
.club-heritage .b-duo h2 { font-size: 32px; }
.club-heritage .b-mods { column-gap: 32px; row-gap: 0; }
.club-heritage .b-mods > div { padding: 26px 0; border: 0; border-top: 1px solid var(--ligne); border-radius: 0; background: transparent; }
.club-heritage .b-mods h3 { font-size: 17px; min-height: 30px; display: flex; align-items: center; }
.club-heritage .b-ic { width: 30px; height: 30px; color: #00503C; background: transparent; border-radius: 0; }
.club-heritage .b-ic svg, .club-heritage .carte .ic svg,
.club-heritage .etape .ic svg { width: 28px; height: 28px; flex-shrink: 0; }
.club-heritage .b-rang { border-radius: 8px; }
.club-heritage .b-rang-txt h3 { font-family: var(--titre); font-size: 32px; }
.club-heritage .b-preuve { background: #E8EFEB; border-color: #D3E0D7; }
.club-heritage .b-preuve h2, .club-heritage .b-mobile h2, .club-heritage .b-jeudi h2 { font-size: clamp(30px, 3vw, 40px); }
.club-heritage .b-doss { background: #FFFFFF; }
.club-heritage .b-doss-tete b, .club-heritage .b-tel > b { font-family: var(--police); font-size: 14px; }
.club-heritage .b-tel { box-shadow: none; max-width: 100%; }
.club-heritage .b-mobile > * { min-width: 0; }
.club-heritage .b-voies > div, .club-heritage .b-tarifs > div { padding: 30px; }
.club-heritage .b-tarifs > div:first-child { border-top: 3px solid #00503C; }
.club-heritage .b-prix { font-size: 36px; }
.club-heritage .b-avis > div:not(.sombre) { background: transparent; border: 0; border-top: 1px solid var(--ligne); border-radius: 0; padding-left: 0; }
.club-heritage .b-avis .sombre { background: #00503C; border-color: #00503C; }
.club-heritage .b-avis .sombre p { color: #D1E5DA; }
.club-heritage .b-faq summary { font-family: var(--police); font-size: 17px; }
.club-heritage .b-faq summary i { display: none; }
.club-heritage .b-cta { background: #00503C; border-radius: 8px; }
.club-heritage .b-cta h2 { font-size: clamp(32px, 3.3vw, 44px); }
.club-heritage .b-cta p, .club-heritage .b-cta-actions span { color: #D1E5DA; }

/* Pages intérieures, photos et formulaires. */
.club-heritage .entete-page { text-align: left; padding: 138px 0 58px; }
.club-heritage .entete-page h1 { font-size: clamp(40px, 4.6vw, 62px); line-height: 1.05; max-width: 24ch; }
.club-heritage .entete-page p { margin: 20px 0 0; max-width: 68ch; font-size: 18px; }
.club-heritage .entete-duo { padding-top: 132px; background: #E8EFEB; }
.club-heritage .heros-grille > * { min-width: 0; }
.club-heritage .entete-duo h1 { font-size: clamp(40px, 4.6vw, 62px); }
.club-heritage .entete-duo .pastille { background: none; border: 0; padding: 0; color: #00503C; }
.club-heritage .centre { text-align: left; }
.club-heritage .centre .chapo { margin-left: 0; }
.club-heritage .carte, .club-heritage .form-carte, .club-heritage .legal,
.club-heritage .etape, .club-heritage .voie, .club-heritage .avis { border-radius: 8px; box-shadow: none; }
.club-heritage .carte:hover { transform: none; box-shadow: none; }
.club-heritage .carte::before { display: none; }
.club-heritage .carte h3 { font-size: 20px; }
.club-heritage .carte .ic, .club-heritage .etape .ic {
  width: 30px; height: 30px; border: 0; border-radius: 0; padding: 0;
  background: transparent; color: #00503C; box-shadow: none;
  float: left; margin: 0 12px 10px 0;
}
.club-heritage .carte > .ic + h3, .club-heritage .etape > .ic + h3 {
  display: flex; align-items: center; min-height: 30px; line-height: 1.3;
  margin: 0 0 16px 42px;
}
.club-heritage .carte > .ic ~ p, .club-heritage .carte > .ic ~ ul,
.club-heritage .etape > .ic ~ p { clear: both; }
.club-heritage .carte .puces li::before, .club-heritage .carte .puces.simple li i { color: #00503C; }
.club-heritage .sombre .carte .ic, .club-heritage .sombre .etape .ic,
.club-heritage .sombre .carte .puces li::before { color: #EDF4EF; }
.club-heritage .etape { padding-top: 44px; }
.club-heritage .etape::before { font-size: 16px; color: #586B62; top: 15px; right: 26px; }
.club-heritage .sombre .etape::before { color: #C8DED1; }
.club-heritage .grille-3 { gap: 24px; }
.club-heritage .grille-3 > .carte { padding: 26px 0; border: 0; border-top: 1px solid var(--ligne); background: transparent; }
.club-heritage .duo-img::before { display: none; }
.club-heritage .duo-img img, .club-heritage .heros-photo { box-shadow: none; border-radius: 8px; }
.club-heritage .vignette { border: 1px solid var(--ligne); box-shadow: none; }
.club-heritage .sombre { background: #00503C; }
.club-heritage .sombre .carte, .club-heritage .sombre .carte:hover { background: transparent; border-color: #5D8B77; backdrop-filter: none; box-shadow: none; }
.club-heritage .sombre .kicker { color: #D1E5DA; }
.club-heritage .cta-bloc { border-radius: 8px; background-color: #00503C; }
.club-heritage .cta-bloc::before { background: rgba(0,62,47,.93); }
.club-heritage .form-carte { padding: 32px; }
.club-heritage .champ input, .club-heritage .champ select, .club-heritage .champ textarea { border-width: 1px; border-color: #AEBEB4; border-radius: 6px; }
.club-heritage .champ input:focus, .club-heritage .champ select:focus, .club-heritage .champ textarea:focus { border-color: #00503C; box-shadow: 0 0 0 3px #E8EFEB; }
.club-heritage .legal h3 { text-transform: none; letter-spacing: 0; font-size: 21px; }
.club-heritage .tel { background: #172923; box-shadow: var(--ombre-lg); transform: none; }
.club-heritage .tel-haut { background: #00503C; }
.club-heritage .tel-carte { border-radius: 6px; box-shadow: none; }
.club-heritage .tel-alerte { background: #E8EFEB; border-color: #B6C5BC; border-radius: 6px; }

/* Pied commun et assistant : identité de club, sans effets de halo. */
body.club-heritage .pied { background: #00503C; border: 0; color: #D1E5DA; }
body.club-heritage .pied h4 { font-family: var(--police); color: #FFFFFF; font-size: 16px; text-transform: none; letter-spacing: 0; }
body.club-heritage .pied p, body.club-heritage .pied li, body.club-heritage .pied a { color: #D1E5DA; font-size: 14px; }
body.club-heritage .pied a:hover { color: #FFFFFF; text-decoration: underline; }
.club-heritage .pied-logo.mc-logo { margin-bottom: 16px; gap: 10px; }
.club-heritage .pied-logo .mc-logo__ecusson { width: 80px; height: 80px; }
.club-heritage .pied-logo .mc-logo__nom strong { font-size: 38px; color: #FFFFFF; }
.club-heritage .pied-logo .mc-logo__nom > span { font-size: 27px; color: #FFFFFF; }
body.club-heritage .pied-contact i { color: #D1E5DA; }
body.club-heritage .pied-bas { border-color: #5D8B77; color: #D1E5DA; }
body.club-heritage .pied-bas a { color: #D1E5DA; font-size: 12.5px; }
.club-heritage .haut { background: #00503C; border: 1px solid #D1E5DA; border-radius: 6px; box-shadow: none; }
.club-heritage .pied :focus-visible, .club-heritage .b-heros :focus-visible, .club-heritage .sombre :focus-visible { outline-color: #FFFFFF; }
.club-heritage .mcas-btn { background: #00503C; box-shadow: 0 3px 12px #17292326; }
.club-heritage .mcas-btn:hover { transform: none; }
.club-heritage .mcas-btn::after { display: none; }
.club-heritage .mcas-panneau, .club-heritage .mcas-amorce { border-radius: 8px; border-color: var(--ligne); box-shadow: var(--ombre-lg); }
.club-heritage .mcas.ouvert .mcas-panneau { animation: none; }
.club-heritage .mcas-tete b { font-family: var(--police); }
.club-heritage .mcas-fil { background: #F4F3F0; }
.club-heritage .mcas-msg { border-radius: 6px; }
.club-heritage .mcas-msg.moi, .club-heritage .mcas-saisie button { background: #00503C; }
.club-heritage .mcas-prop button, .club-heritage .mcas-pistes button, .club-heritage .mcas-saisie input { border-radius: 6px; }
.club-heritage .mcas-saisie input:focus-visible { outline: 2px solid #00503C; outline-offset: 1px; }

/* Repères métier conservés : mcv2.css (séances, événements, actualités,
   sondages), Define.php TEVENT (compétition, AG), calendrier.php (vacances).
   La palette est complétée pour la vitrine : un module garde le même repère
   sur chaque page. Les nouveaux repères ne modifient pas l'application. */
.club-heritage [data-feature="seances"],
.club-heritage [data-feature="bilans"],
.club-heritage [data-feature="infrastructures"] {
  --feature-color: #3E5563; --feature-ink: #3E5563; --feature-night: #C3D1D9;
}
.club-heritage [data-feature="evenements"] {
  --feature-color: #3B82C4; --feature-ink: #3B82C4; --feature-night: #90BFF1;
}
.club-heritage [data-feature="competitions"],
.club-heritage [data-feature="licences"],
.club-heritage [data-feature="reglements"],
.club-heritage [data-feature="subventions"],
.club-heritage [data-feature="defis"],
.club-heritage [data-feature="recherche"] {
  --feature-color: #A96700; --feature-ink: #A96700; --feature-night: #E6BE77;
}
.club-heritage [data-feature="annonces"] {
  --feature-color: #E0752E; --feature-ink: #A85520; --feature-night: #F3B389;
}
.club-heritage [data-feature="sondages"] {
  --feature-color: #8E5BB8; --feature-ink: #8E5BB8; --feature-night: #D1B5E8;
}
.club-heritage [data-feature="ag"],
.club-heritage [data-feature="structure"],
.club-heritage [data-feature="medias"],
.club-heritage [data-feature="profil"] {
  --feature-color: #8A1C3C; --feature-ink: #8A1C3C; --feature-night: #EDADC2;
}
.club-heritage [data-feature="vacances"] {
  --feature-color: #E8E2A0; --feature-ink: #8A6412; --feature-night: #E2CE8A;
}
.club-heritage [data-feature="convocations"],
.club-heritage [data-feature="adhesion"],
.club-heritage [data-feature="attestations"],
.club-heritage [data-feature="statistiques"],
.club-heritage [data-feature="reservation"],
.club-heritage [data-feature="creneaux"] {
  --feature-color: #0F7B6C; --feature-ink: #0F7B6C; --feature-night: #93D7CB;
}
.club-heritage [data-feature="fiches"],
.club-heritage [data-feature="historiques"],
.club-heritage [data-feature="imprimes"],
.club-heritage [data-feature="comptes"],
.club-heritage [data-feature="demandes"] {
  --feature-color: #2F6FA8; --feature-ink: #2F6FA8; --feature-night: #A6C8ED;
}
.club-heritage [data-feature="import"],
.club-heritage [data-feature="documents"],
.club-heritage [data-feature="donnees"],
.club-heritage [data-feature="territoire"],
.club-heritage [data-feature="mobile_accueil"] {
  --feature-color: #27734A; --feature-ink: #27734A; --feature-night: #ADD6AE;
}
.club-heritage [data-feature="roles"],
.club-heritage [data-feature="assistance"],
.club-heritage [data-feature="agents"] {
  --feature-color: #7B4FA8; --feature-ink: #7B4FA8; --feature-night: #C6B3E6;
}
.club-heritage [data-feature="messagerie"] {
  --feature-color: #246F80; --feature-ink: #246F80; --feature-night: #9CD2DE;
}
.club-heritage [data-feature="covoiturage"],
.club-heritage [data-feature="defraiements"],
.club-heritage [data-feature="reclamations"] {
  --feature-color: #B65A32; --feature-ink: #B65A32; --feature-night: #EDBA99;
}
.club-heritage [data-feature="notifications"] {
  --feature-color: #AD414B; --feature-ink: #AD414B; --feature-night: #F0ADB5;
}
.club-heritage .sombre [data-feature] {
  --feature-color: var(--feature-night); --feature-ink: var(--feature-night);
}
.club-heritage .carte[data-feature] > .ic,
.club-heritage .b-carte[data-feature] > .b-ic,
.club-heritage .carte[data-feature] .puces li::before,
.club-heritage .carte[data-feature] .puces.simple li i { color: var(--feature-ink); }
.club-heritage .carte[data-feature], .club-heritage .b-carte[data-feature] {
  border-top: 2px solid var(--feature-color); border-top-left-radius: 0; border-top-right-radius: 0;
}
.club-heritage .carte[data-feature]:hover,
.club-heritage .b-carte[data-feature]:hover { border-top-color: var(--feature-color); }

@media (max-width: 1160px) {
  body.club-heritage .entete .conteneur { height: 72px; }
  .club-heritage .burger { display: inline-flex; margin-left: auto; }
  .club-heritage .nav-p { display: none; position: fixed; inset: 72px 0 auto; margin: 0; padding: 18px 24px; flex-direction: column; align-items: stretch; gap: 4px; background: #FFFFFF; border-bottom: 1px solid var(--ligne); max-height: calc(100dvh - 72px); overflow-y: auto; box-shadow: var(--ombre-lg); }
  .club-heritage .nav-p.ouvert { display: flex; }
  .club-heritage .nav-p .nav-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
  .club-heritage .b-heros-grille { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 30px; }
  .club-heritage .b-panneau-corps { grid-template-columns: 1fr; }
  .club-heritage .b-menu { display: none; }
}
@media (max-width: 800px) {
  body.club-heritage .conteneur { padding-inline: 24px; }
  body.club-heritage section { padding: 54px 0; }
  .club-heritage .b-suite { padding-top: 0; }
  .club-heritage .b-heros { padding: 112px 0 40px !important; }
  .club-heritage .b-heros-grille { grid-template-columns: 1fr; gap: 32px; }
  .club-heritage .b-heros h1 { font-size: 54px; max-width: 18ch; }
  .club-heritage .b-panneau-corps { grid-template-columns: 150px minmax(0,1fr); min-height: 290px; }
  .club-heritage .b-menu { display: flex; flex-direction: column; }
  .club-heritage .b-menu b { display: block; }
  .club-heritage .b-duo { gap: 32px; }
  .club-heritage .b-mods { column-gap: 24px; }
  .club-heritage .entete-page { padding: 112px 0 42px; }
  .club-heritage .entete-duo { padding-top: 112px; }
  .club-heritage .b-preuve, .club-heritage .b-rang-txt, .club-heritage .b-mobile-txt, .club-heritage .b-jeudi-txt, .club-heritage .b-cta { padding: 28px; }
}
@media (max-width: 560px) {
  body.club-heritage .conteneur { padding-inline: 20px; }
  .club-heritage .b-heros h1 { font-size: 48px; max-width: 13ch; }
  .club-heritage .b-heros .b-corps { font-size: 16px; }
  .club-heritage .b-heros-actions { flex-direction: column; align-items: stretch; }
  .club-heritage .b-panneau-corps { grid-template-columns: 1fr; min-height: 0; }
  .club-heritage .b-menu { display: none; }
  .club-heritage .b-vue { padding: 18px 12px; }
  .club-heritage .b-vue-tete { margin-bottom: 18px; }
  .club-heritage .b-notif .rond { display: none; }
  .club-heritage .b-chiffres { grid-template-columns: 1fr 1fr; gap: 20px 0; padding-block: 26px; }
  .club-heritage .b-chiffres > div { padding-inline: 16px; }
  .club-heritage .b-chiffres > div:nth-child(odd) { padding-left: 0; }
  .club-heritage .b-chiffres b { font-size: 34px; }
  .club-heritage .b-duo, .club-heritage .b-mods, .club-heritage .b-tarifs { grid-template-columns: 1fr; }
  .club-heritage .b-preuve, .club-heritage .b-rang-txt, .club-heritage .b-mobile-txt, .club-heritage .b-jeudi-txt, .club-heritage .b-cta { padding: 24px; }
  .club-heritage .b-voies > div, .club-heritage .b-tarifs > div, .club-heritage .form-carte { padding: 24px 20px; }
  .club-heritage .b-tel-fond { padding: 24px; }
  .club-heritage .b-cta-actions { min-width: 0; width: 100%; }
  .club-heritage .tel { max-width: 100%; }
  .club-heritage .legal { padding: 24px 20px; overflow-wrap: anywhere; }
  .club-heritage .mcas-panneau { max-height: calc(100dvh - 100px); }
  .club-heritage .mcas-fil { min-height: 80px; flex: 1 1 auto; }
}
.club-heritage .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* Collectivités : lecture éditoriale des rôles et du soutien aux clubs. */
.club-heritage .mch-responsabilites { background: #E8EFEB; scroll-margin-top: 92px; }
.club-heritage .mch-responsabilites h2 { max-width: 24ch; margin: 12px 0 22px; }
.club-heritage .mch-intro { max-width: 76ch; color: var(--doux); line-height: 1.7; }
.club-heritage .mch-roles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 36px 0; }
.club-heritage .mch-roles > div { border-top: 2px solid #00503C; padding-top: 16px; }
.club-heritage .mch-roles dt { font-size: 21px; font-weight: 600; margin-bottom: 10px; }
.club-heritage .mch-roles dd { margin: 0; color: var(--doux); line-height: 1.7; }
.club-heritage .mch-cadre { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding-top: 30px; border-top: 1px solid #B6C5BC; }
.club-heritage .mch-cadre h3 { font-size: 21px; margin-bottom: 14px; }
.club-heritage .mch-cadre p { color: var(--doux); line-height: 1.7; margin-bottom: 14px; }
.club-heritage .mch-responsabilites a { color: #00503C; text-decoration: underline; text-underline-offset: 3px; }
.club-heritage .mch-responsabilites a:hover { color: #963809; }
.club-heritage .mch-references { margin-top: 30px; font-size: 14px; line-height: 1.8; }
.club-heritage .mch-references span { padding: 0 8px; }
.club-heritage #subvention-abonnement { scroll-margin-top: 92px; }
@media (max-width: 800px) {
  .club-heritage .mch-roles, .club-heritage .mch-cadre { grid-template-columns: 1fr; gap: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .club-heritage *, .club-heritage *::before, .club-heritage *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
