/*
Theme Name:   Flatsome Child — AHLC
Theme URI:    https://ahlc.ch
Description:  Thème enfant Flatsome pour l'Association Halloween la Côte. Typographie et couleurs
              de la refonte 2026. Toute la mise en page reste faite avec UX Builder.
Author:       AHLC
Template:     flatsome-6
Version: 1.2.2
Text Domain:  flatsome-child-ahlc
*/

/* ---------------------------------------------------------------------------
   1. Tokens
   ------------------------------------------------------------------------ */
:root {
  --ahlc-orange:        #D2461B;
  --ahlc-orange-light:  #FF7A2F;   /* uniquement sur fond sombre */
  --ahlc-orange-pale:   #FFEDE3;
  --ahlc-orange-border: #F4CDB8;
  --ahlc-ink:           #1B1512;
  --ahlc-bg:            #F6F2ED;
  --ahlc-surface:       #FFFFFF;
  --ahlc-surface-alt:   #FBF8F5;
  --ahlc-border:        #E4DBD1;
  --ahlc-border-dark:   #3D3229;
  --ahlc-text:          #4A403A;
  --ahlc-text-soft:     #6B5F57;
  --ahlc-text-mute:     #9A8B80;
  --ahlc-on-dark:       #D8CCC3;
  --ahlc-radius:        6px;
  --ahlc-radius-sm:     4px;
  --ahlc-shadow:        0 1px 12px rgba(27, 21, 18, .05);
  --ahlc-shadow-lg:     0 24px 60px rgba(27, 21, 18, .22);
}

/* ---------------------------------------------------------------------------
   2. Base — lisibilité
   ------------------------------------------------------------------------ */
body {
  background: var(--ahlc-bg);
  color: var(--ahlc-text);
  font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
p { margin-bottom: 1.15em; text-wrap: pretty; }
.entry-content p, .ux-text p { max-width: 70ch; }

h1, h2, h3, h4, h5,
.uppercase-title {
  font-family: Anton, 'Source Sans 3', sans-serif;
  font-weight: 400;
  color: var(--ahlc-ink);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: .98;
  margin-bottom: .45em;
}
h1 { font-size: clamp(34px, 7vw, 60px); }
h2 { font-size: clamp(26px, 4.4vw, 38px); }
h3 { font-size: clamp(22px, 3.2vw, 30px); }
h4 { font-size: clamp(20px, 2.6vw, 26px); }

/* Titres de cartes et d'articles : sans-serif lourd, plus lisible en petit */
.box-text h5, .box-text h6, .post-title, .featured-box h4 + p strong {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  text-transform: none;
  line-height: 1.25;
  font-size: 23px;
}

.home .banner h1 { font-size: clamp(40px, 8vw, 76px); line-height: .93; }

.lead, .is-larger p, p.lead {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
  color: var(--ahlc-text);
}

/* Sur-titre : [ux_text font_size="0.85"] */
.ux-text-overline, .ux_text.is-small {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ahlc-text-mute);
}

a { color: var(--ahlc-orange); }
a:hover { color: var(--ahlc-ink); }
.entry-content a, .ux-text a { text-decoration: underline; text-underline-offset: 3px; }

ul, ol { font-size: 17px; line-height: 1.8; }

/* ---------------------------------------------------------------------------
   3. Boutons
   ------------------------------------------------------------------------ */
.button, button, input[type="submit"] {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: var(--ahlc-radius-sm);
  min-height: 48px;
  padding: 0 26px;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.button.primary  { background: var(--ahlc-orange); border-color: var(--ahlc-orange); color: #fff; }
.button.primary:hover { background: var(--ahlc-ink); border-color: var(--ahlc-ink); }
.button.secondary { background: var(--ahlc-ink); border-color: var(--ahlc-ink); color: #fff; }
.button.secondary:hover { background: var(--ahlc-orange); border-color: var(--ahlc-orange); }
.button.is-outline { border-width: 2px; color: var(--ahlc-ink); border-color: var(--ahlc-ink); }
.button.is-outline:hover { background: var(--ahlc-ink); color: #fff; }
.button.is-underline {
  border-bottom: 3px solid var(--ahlc-orange);
  border-radius: 0;
  padding: 0 0 3px;
  min-height: 0;
  color: var(--ahlc-ink);
}

/* ---------------------------------------------------------------------------
   4. Header
   ------------------------------------------------------------------------ */
#top-bar { background: var(--ahlc-ink); color: var(--ahlc-bg); font-size: 15px; }
#top-bar a { color: var(--ahlc-bg); }
.header-main { background: var(--ahlc-surface); }
.header:not(.transparent) .header-wrapper { border-bottom: 1px solid var(--ahlc-border); }
.stuck .header-main { box-shadow: var(--ahlc-shadow); }
.header-nav .nav > li > a {
  font-size: 16px;
  font-weight: 700;
  color: var(--ahlc-ink);
  text-transform: none;
  letter-spacing: .01em;
}
.header-nav .nav > li.current-menu-item > a,
.header-nav .nav > li > a:hover { color: var(--ahlc-orange); }
.logo img { max-height: 52px; }

/* ---------------------------------------------------------------------------
   5. Cartes, encadrés, sections
   ------------------------------------------------------------------------ */
.featured-box, .box.has-hover, .col .box-shadow-1 {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: var(--ahlc-radius);
}
.featured-box { padding: 26px 24px; }
.featured-box--accent { border-top: 4px solid var(--ahlc-orange); }
.box-info-panel {                    /* encadré « infos pratiques » */
  background: var(--ahlc-orange-pale);
  border: 1px solid var(--ahlc-orange-border);
  border-radius: var(--ahlc-radius);
  padding: 26px;
}
.section-dark, .dark { color: #fff; }
.dark p, .dark li { color: var(--ahlc-on-dark); }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
.dark .ux-text-overline { color: var(--ahlc-orange-light); }

/* Compteurs / chiffres clés */
.counter, .ahlc-figure { font-family: Anton, sans-serif; color: var(--ahlc-orange); line-height: 1; }

/* Logos partenaires */
.logo-slider .logo, .ahlc-partner {
  background: var(--ahlc-surface-alt);
  border: 1px solid #EDE5DC;
  border-radius: 5px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.ahlc-partner img { max-height: 100%; width: auto; object-fit: contain; }

/* Accordéons */
.accordion-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ahlc-ink);
  border-top: 1px solid #EDE5DC;
  padding: 14px 0;
  min-height: 48px;
}
.accordion-title.active, .accordion-title:hover { color: var(--ahlc-orange); }
.accordion-inner { font-size: 17px; line-height: 1.6; }

/* Articles */
.post-item .box-text { padding: 24px; }
.post-item .post-meta {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ahlc-text-mute);
}

/* ---------------------------------------------------------------------------
   6. Formulaires
   ------------------------------------------------------------------------ */
label, .wpcf7 label { font-size: 15px; font-weight: 700; color: var(--ahlc-ink); }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 17px;
  background: #FCFAF8;
  border: 1px solid #D8CCC3;
  border-radius: var(--ahlc-radius-sm);
  padding: 13px 14px;
  min-height: 48px;
  box-shadow: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--ahlc-orange);
  outline: 2px solid var(--ahlc-orange);
  outline-offset: 1px;
}
:focus-visible { outline: 2px solid var(--ahlc-orange); outline-offset: 2px; }

/* ---------------------------------------------------------------------------
   7. WooCommerce
   ------------------------------------------------------------------------ */
.product-small .price, .price ins, .woocommerce-Price-amount {
  font-family: Anton, sans-serif;
  font-size: 26px;
  color: var(--ahlc-orange);
}
.product-small .product-title a { font-size: 19px; font-weight: 900; color: var(--ahlc-ink); }
.add-to-cart-button .button { background: var(--ahlc-ink); color: #fff; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ahlc-orange); font-size: 17px; }

/* ---------------------------------------------------------------------------
   8. Footer
   ------------------------------------------------------------------------ */
.footer-1, .footer-2 { background: var(--ahlc-ink); color: var(--ahlc-on-dark); }
.footer-widgets .widget-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ahlc-orange-light);
}
.footer a, .absolute-footer a { color: var(--ahlc-on-dark); }
.footer a:hover { color: #fff; }
.absolute-footer { background: var(--ahlc-ink); color: #8A7C72; font-size: 15px; border-top: 1px solid #332A24; }

/* ---------------------------------------------------------------------------
   9. Mobile — exigence client : site pleinement utilisable au téléphone
   ------------------------------------------------------------------------ */
@media (max-width: 849px) {
  .row .col { padding-bottom: 20px; }
  section, .section { padding-top: 36px !important; padding-bottom: 36px !important; }
}
@media (max-width: 549px) {
  body { font-size: 17px; }
  .row { padding-left: 20px; padding-right: 20px; }
  section, .section { padding-top: 32px !important; padding-bottom: 32px !important; }
  .button { width: 100%; margin-left: 0; margin-right: 0; }
  .button + .button { margin-top: 10px; }
  .logo img { max-height: 42px; }
  .ahlc-countdown .ux-countdown-item { flex: 0 0 calc(50% - 6px); }  /* 2 × 2 */
  .logo-slider .col { flex-basis: 50%; max-width: 50%; }
  .nav-sidebar li > a { font-size: 18px; min-height: 48px; }
}

/* Impression : billets et cartes de membre */
@media print {
  .header, .footer, .absolute-footer, #top-bar { display: none !important; }
  body { background: #fff; }
}

/* ---------------------------------------------------------------------------
   Corrections de contraste (ATN) — WCAG AA/AAA
   ------------------------------------------------------------------------ */

/* Bouton contour secondaire : texte noir sur fond transparent, pas noir sur noir */
.button.secondary.is-outline,
a.button.secondary.is-outline {
  background-color: transparent !important;
  color: #1B1512 !important;
  border: 2px solid #1B1512 !important;
}
.button.secondary.is-outline:hover,
a.button.secondary.is-outline:hover {
  background-color: #1B1512 !important;
  color: #FFFFFF !important;
  border-color: #1B1512 !important;
}

/* Section newsletter (fond orange) : texte blanc — 4.8:1 */
.section[style*="D2461B"] p,
.section[style*="d2461b"] p,
.dark .section-bg + .section-content p {
  color: #FFFFFF !important;
}
[style*="background-color: rgb(210, 70, 27)"] p,
[style*="background-color: rgb(210, 70, 27)"] li,
[style*="background-color: rgb(210, 70, 27)"] h2 {
  color: #FFFFFF !important;
}

/* Texte courant : ne jamais descendre sous #6B5F57 */
#main p, #main li, #main .lead, .page-wrapper p, .page-wrapper li { color: #4A403A; }
#main small, #main figcaption { color: #6B5F57 !important; }

/* Focus visible partout (accessibilité) */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, .button:focus-visible {
  outline: 2px solid #D2461B !important;
  outline-offset: 2px !important;
}

/* --- Header : un seul logo, taille maitrisee (ATN) --- */
#logo img.header-logo-dark { display: none !important; }
#logo img { max-height: 52px !important; width: auto !important; }
#logo { width: auto !important; max-width: 220px; }
.header-main { height: 88px !important; }

/* ============================================================
   PIED DE PAGE (ATN) — 4 colonnes, fond sombre
   ============================================================ */
.footer-widgets.footer-1 { padding: 56px 0 40px; border-top: 3px solid #D2461B; }
.footer-widgets.footer-1 .widget { margin-bottom: 32px; }
.footer-widgets.footer-1 .widget-title {
  font-family: 'Anton', 'Source Sans 3', sans-serif;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 15px;
  color: #F0803F !important;
  margin-bottom: 18px;
  display: block;
}
.footer-widgets.footer-1 p,
.footer-widgets.footer-1 li,
.footer-widgets.footer-1 a { font-size: 17px; line-height: 1.7; }
.footer-widgets.footer-1 p { color: #D9D0C8; }
.footer-widgets.footer-1 a { color: #EDE7E1; text-decoration: none; }
.footer-widgets.footer-1 a:hover { color: #F0803F; text-decoration: underline; }

.ahlc-flogo { display: inline-block; margin-bottom: 18px; }
.ahlc-flogo img { max-width: 190px; height: auto; }

ul.ahlc-fmenu, ul.ahlc-fcontact { list-style: none; margin: 0; padding: 0; }
ul.ahlc-fmenu li, ul.ahlc-fcontact li { margin: 0 0 4px; color: #D9D0C8; }
/* cibles tactiles >= 44px */
ul.ahlc-fmenu li a, ul.ahlc-fcontact li a:not(.button) {
  display: inline-block;
  padding: 10px 0;
  min-height: 44px;
  line-height: 24px;
}
ul.ahlc-fcontact li { padding: 4px 0; }

.footer-widgets .ahlc-fbtn.button.secondary.is-outline, a.ahlc-fbtn.button.secondary.is-outline {
  margin-top: 12px;
  color: #F6F2ED !important;
  border: 2px solid #F0803F !important;
  background: transparent !important;
  min-height: 44px;
  line-height: 40px;
}
.footer-widgets .ahlc-fbtn.button.secondary.is-outline:hover, a.ahlc-fbtn.button.secondary.is-outline:hover {
  background: #D2461B !important;
  border-color: #D2461B !important;
  color: #FFF !important;
}

.ahlc-social { margin-top: 18px; }
.ahlc-social .button.icon {
  width: 44px; height: 44px; line-height: 40px;
  margin: 0 8px 0 0;
  border: 2px solid rgba(246,242,237,.35) !important;
  color: #F6F2ED !important;
}
.ahlc-social .button.icon:hover {
  background: #D2461B !important;
  border-color: #D2461B !important;
  color: #FFF !important;
}

.absolute-footer { background-color: #120E0C; padding: 18px 0; }
.absolute-footer, .absolute-footer a { font-size: 15px; color: #A79C93 !important; }
.absolute-footer a:hover { color: #F0803F !important; }
.absolute-footer .footer-secondary a { padding: 8px 4px; display: inline-block; }

@media (max-width: 849px) {
  .footer-widgets.footer-1 { padding: 40px 0 24px; text-align: left; }
  .footer-widgets.footer-1 .widget { margin-bottom: 28px; }
  .absolute-footer .footer-primary,
  .absolute-footer .footer-secondary { float: none !important; text-align: center; }
  .absolute-footer .footer-secondary { margin-bottom: 8px; }
}

/* ============================================================
   ACCUEIL — cartes et rythme vertical (ATN)
   ============================================================ */

/* Cartes « Devenir bénévole » / « Devenir membre » */
.ahlc-card { display: flex; }
.ahlc-card > .col-inner {
  flex: 1 1 auto;
  background: #FFFFFF;
  border: 1px solid #E9DFD4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(27, 21, 18, .06);
  display: flex;
  flex-direction: column;
}
.ahlc-card > .col-inner > .img { margin-bottom: 0 !important; }
.ahlc-card > .col-inner > *:not(.img) { margin-left: 32px; margin-right: 32px; }
.ahlc-card > .col-inner > h2 { margin-top: 28px; margin-bottom: 12px; }
.ahlc-card > .col-inner > ul { margin-bottom: 24px; }
.ahlc-card > .col-inner > a.button { margin-bottom: 32px; margin-top: auto; }
.ahlc-card > .col-inner > ul li { margin-bottom: 6px; }

@media (max-width: 549px) {
  .ahlc-card > .col-inner > *:not(.img) { margin-left: 20px; margin-right: 20px; }
  .ahlc-card > .col-inner > h2 { margin-top: 22px; }
  .ahlc-card > .col-inner > a.button { margin-bottom: 24px; }
}

/* Galerie édition 2025 */
#galerie + .gallery-col .box-image,
.ux-gallery .box-image { border-radius: 10px; overflow: hidden; }

/* Actualités */
.post-item .box-text { padding-left: 0; padding-right: 0; }
.post-item .box-text h5.post-title { font-size: 20px; line-height: 1.35; }
.post-item .from_the_blog_excerpt { color: #4A403A; }

/* Rythme vertical : évite les blocs qui flottent dans le vide */
#main .row { margin-bottom: 0; }
#main .section-content > .row:last-child { margin-bottom: 0; }

/* ============================================================
   INFOS CLÉS — cartes à liseré orange (ATN)
   ============================================================ */
.ahlc-info { display: flex; }
.ahlc-info > .col-inner {
  flex: 1 1 auto;
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-top: 4px solid var(--ahlc-orange);
  border-radius: 10px;
  padding: 26px 24px 24px;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-info-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ahlc-text-soft);
  margin-bottom: 10px;
  line-height: 1.3;
}
.ahlc-info h4 {
  font-size: clamp(21px, 2.3vw, 27px);
  line-height: 1.05;
  margin-bottom: 10px;
}
.ahlc-info .ahlc-info-desc {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ahlc-text);
  margin-bottom: 0;
  max-width: none;
}

@media (max-width: 549px) {
  .ahlc-info > .col-inner { padding: 22px 20px 20px; }
}

/* ============================================================
   ACTUALITÉS + PARTENAIRES (ATN)
   ============================================================ */

/* Titre de section avec lien à droite */
.ahlc-sechead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ahlc-sechead h2 { margin-bottom: 0; }
.ahlc-sechead-link {
  gap: 7px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ahlc-orange);
  text-decoration: none;
  padding: 10px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.ahlc-sechead-link:hover { color: var(--ahlc-ink); text-decoration: underline; }

/* Cartes d'actualité */
.ahlc-actus { margin-top: 28px; }
.ahlc-actu { display: flex; }
.ahlc-actu > .col-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-actu-img { display: block; line-height: 0; background: var(--ahlc-surface-alt); }
.ahlc-actu-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.ahlc-actu-body {
  padding: 22px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ahlc-actu-meta {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ahlc-text-mute);
  margin-bottom: 10px;
  line-height: 1.4;
}
.ahlc-actu-title {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  text-transform: none;
  font-size: 23px;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -.01em;
}
.ahlc-actu-title a { color: var(--ahlc-ink); text-decoration: none; }
.ahlc-actu-title a:hover { color: var(--ahlc-orange); }
.ahlc-actu-excerpt {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ahlc-text);
  margin-bottom: 18px;
  max-width: none;
}
.ahlc-actu-more {
  gap: 7px;
  margin-top: auto;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ahlc-orange);
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}
.ahlc-actu-more:hover { color: var(--ahlc-ink); text-decoration: underline; }

@media (max-width: 549px) {
  .ahlc-actu-body { padding: 20px 20px 22px; }
  .ahlc-sechead { flex-direction: column; align-items: flex-start; gap: 4px; }
}

/* Mur de logos partenaires */
.ahlc-logo { margin-bottom: 0; }
.ahlc-logo > .col-inner {
  background: var(--ahlc-surface-alt);
  border: 1px solid var(--ahlc-border);
  border-radius: 10px;
  padding: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  transition: border-color .15s ease, transform .15s ease;
}
.ahlc-logo > .col-inner:hover { border-color: var(--ahlc-orange); transform: translateY(-2px); }
.ahlc-logo .img, .ahlc-logo .img-inner { width: 100%; margin-bottom: 0 !important; }
.ahlc-logo img {
  max-height: 66px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* ============================================================
   PAGE « LA FÊTE » — programme, infos pratiques, FAQ (ATN)
   ============================================================ */

/* Programme heure par heure */
ul.ahlc-prog { list-style: none; margin: 26px 0 0; padding: 0; }
.ahlc-prog-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 12px;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-prog-heure {
  font-family: Anton, sans-serif;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.2;
  color: var(--ahlc-orange);
  flex: 0 0 auto;
  min-width: 88px;
}
.ahlc-prog-corps { display: block; }
.ahlc-prog-titre {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.25;
  color: var(--ahlc-ink);
  margin-bottom: 5px;
}
.ahlc-prog-desc {
  display: block;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ahlc-text);
}

/* Encadré infos pratiques */
.ahlc-infobox {
  background: var(--ahlc-orange-pale);
  border: 1px solid var(--ahlc-orange-border);
  border-radius: 12px;
  padding: 26px 28px;
  margin-bottom: 26px;
}
.ahlc-infobox h3 { margin-bottom: 16px; font-size: clamp(20px, 2.4vw, 26px); }
ul.ahlc-infolist { list-style: none; margin: 0; padding: 0; }
ul.ahlc-infolist li {
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ahlc-text);
  padding: 6px 0;
  border-bottom: 1px solid rgba(210, 70, 27, .12);
}
ul.ahlc-infolist li:last-child { border-bottom: 0; }
ul.ahlc-infolist strong { color: var(--ahlc-ink); }

/* Image de la colonne droite */
.ahlc-fete-img { border-radius: 12px; overflow: hidden; margin-bottom: 26px !important; }

/* Bloc FAQ */
.ahlc-faq {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 12px;
  padding: 26px 28px 10px;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-faq h3 { margin-bottom: 8px; font-size: clamp(20px, 2.4vw, 26px); }
.ahlc-faq .accordion { border-top: 1px solid var(--ahlc-border); }
.ahlc-faq .accordion-item { border-bottom: 1px solid var(--ahlc-border); }
.ahlc-faq .accordion-title {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: none;
  color: var(--ahlc-ink);
  padding: 16px 40px 16px 0;
  min-height: 44px;
  border: 0;
}
.ahlc-faq .accordion-title:hover { color: var(--ahlc-orange); }
.ahlc-faq .accordion-title .toggle { color: var(--ahlc-orange); left: auto; right: 0; margin-left: 0; }
.ahlc-faq .accordion-inner { padding: 0 0 18px; }
.ahlc-faq .accordion-inner p { font-size: 16.5px; margin-bottom: 0; max-width: none; }

@media (max-width: 549px) {
  .ahlc-prog-item { gap: 14px; padding: 18px 18px; flex-direction: column; }
  .ahlc-prog-heure { min-width: 0; }
  .ahlc-infobox, .ahlc-faq { padding-left: 20px; padding-right: 20px; }
}

/* Correctif : le titre de section ne doit pas occuper toute la largeur */
.ahlc-sechead h2 { flex: 0 1 auto; width: auto; }

/* ============================================================
   PAGE « L'ASSOCIATION » (ATN)
   ============================================================ */
.ahlc-info .ahlc-info-label { font-size: 15px; }
.ahlc-info > .col-inner > a.button { margin-top: 16px; margin-bottom: 0; }

/* Chiffres clés — cartes claires */
.ahlc-kpi > .col-inner {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 12px;
  padding: 26px 18px;
  height: 100%;
  box-shadow: var(--ahlc-shadow);
}
p.ahlc-chiffre {
  font-family: Anton, sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1;
  color: var(--ahlc-orange);
  margin-bottom: 8px;
}
p.ahlc-chiffre-label {
  font-size: 16px;
  color: var(--ahlc-text-soft);
  margin-bottom: 0;
  line-height: 1.4;
  max-width: none;
}

/* Comité — cartes photo + nom */
.ahlc-membre { display: flex; }
.ahlc-membre > .col-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-photo-vide {
  background: #E9E1D9;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ahlc-photo-vide span {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #A2958A;
}
.ahlc-membre-txt { padding: 18px 20px 20px; }
p.ahlc-membre-nom {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: var(--ahlc-ink);
  margin-bottom: 3px;
  line-height: 1.25;
}
p.ahlc-membre-role {
  font-size: 16px;
  color: var(--ahlc-text-soft);
  margin-bottom: 0;
  max-width: none;
}

/* Bandeau statuts */
.ahlc-statuts {
  background: var(--ahlc-ink);
  border-radius: 14px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}
.ahlc-statuts h3 { color: #FFFFFF; margin-bottom: 8px; }
.ahlc-statuts p { color: var(--ahlc-on-dark); margin-bottom: 0; max-width: none; }
.ahlc-statuts-btn.button.primary { margin: 0; flex: 0 0 auto; }

@media (max-width: 549px) {
  .ahlc-statuts { padding: 26px 22px; }
  .ahlc-statuts-btn.button.primary { width: 100%; }
}

/* ============================================================
   PAGE « DEVENIR BÉNÉVOLE » (ATN)
   ============================================================ */
.ahlc-postes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.ahlc-poste {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-left: 4px solid var(--ahlc-orange);
  border-radius: 8px;
  padding: 20px 22px;
  box-shadow: var(--ahlc-shadow);
}
p.ahlc-poste-nom {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.25;
  color: var(--ahlc-ink);
  margin-bottom: 6px;
}
p.ahlc-poste-desc {
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ahlc-text);
  margin-bottom: 12px;
  max-width: none;
}
p.ahlc-poste-quand {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ahlc-text-mute);
  margin-bottom: 0;
  max-width: none;
}

/* Carte du formulaire */
.ahlc-formcard {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 14px;
  padding: 32px 34px 34px;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-formcard h2 { margin-bottom: 8px; }
p.ahlc-formcard-intro { color: var(--ahlc-text-soft); margin-bottom: 24px; max-width: none; }
.ahlc-formcard .forminator-label { font-weight: 700 !important; color: var(--ahlc-ink) !important; font-size: 16px !important; }
.ahlc-formcard .forminator-input,
.ahlc-formcard .forminator-textarea,
.ahlc-formcard select {
  border-radius: 6px !important;
  border: 1px solid var(--ahlc-border) !important;
  min-height: 48px !important;
  font-size: 16.5px !important;
}
.ahlc-formcard .forminator-row-last,
.ahlc-formcard .forminator-response-message ~ * { width: 100%; }
.ahlc-formcard .forminator-button-submit {
  width: 100% !important;
  background: var(--ahlc-orange) !important;
  border-color: var(--ahlc-orange) !important;
  color: #FFFFFF !important;
  min-height: 52px !important;
  font-weight: 900 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 6px !important;
}
.ahlc-formcard .forminator-button-submit:hover,
.ahlc-formcard .forminator-button-submit:focus {
  background: var(--ahlc-ink) !important;
  border-color: var(--ahlc-ink) !important;
  color: #FFFFFF !important;
}
.ahlc-formcard .forminator-button-submit span { color: #FFFFFF !important; }

@media (max-width: 849px) {
  .ahlc-postes { grid-template-columns: 1fr; }
}
@media (max-width: 549px) {
  .ahlc-formcard { padding: 24px 20px 26px; }
}

/* ============================================================
   PAGE « DEVENIR MEMBRE » — cartes tarifaires (ATN)
   ============================================================ */
.ahlc-tarif { display: flex; }
.ahlc-tarif > .col-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-top: 4px solid var(--ahlc-border);
  border-radius: 12px;
  padding: 30px 30px 32px;
  box-shadow: var(--ahlc-shadow);
}
.ahlc-tarif-phare > .col-inner { border-top-color: var(--ahlc-orange); }
.ahlc-tarif-pro   > .col-inner { border-top-color: var(--ahlc-ink); }

p.ahlc-tarif-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ahlc-text-mute);
  margin-bottom: 10px;
}
p.ahlc-tarif-nom {
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1;
  color: var(--ahlc-ink);
  margin-bottom: 12px;
}
p.ahlc-tarif-prix {
  font-family: Anton, sans-serif;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1;
  color: var(--ahlc-orange);
  margin-bottom: 4px;
}
.ahlc-tarif-dash { font-size: .48em; vertical-align: .55em; margin-left: -.04em; letter-spacing: 0; }
p.ahlc-tarif-par { font-size: 16px; color: var(--ahlc-text-soft); margin-bottom: 20px; }
p.ahlc-tarif-avantages {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ahlc-text);
  border-top: 1px solid var(--ahlc-border);
  padding-top: 20px;
  margin-bottom: 24px;
  max-width: none;
}
.ahlc-tarif > .col-inner > a.button { margin-top: auto; margin-bottom: 0; }

/* Bandeau impact */
.ahlc-impact {
  background: var(--ahlc-orange-pale);
  border: 1px solid var(--ahlc-orange-border);
  border-radius: 14px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.ahlc-impact h3 { margin-bottom: 10px; font-size: clamp(20px, 2.3vw, 25px); }
.ahlc-impact p { margin-bottom: 0; color: var(--ahlc-text); max-width: none; }

@media (max-width: 849px) {
  .ahlc-impact { grid-template-columns: 1fr; gap: 24px; padding: 26px 24px; }
}

/* ============================================================
   BOUTIQUE (ATN)
   ============================================================ */
.ahlc-shop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ahlc-produit {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--ahlc-shadow);
  display: flex;
  flex-direction: column;
}
.ahlc-produit-visuel {
  background: #EFE8E0;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.ahlc-produit-visuel img { max-height: 100%; width: auto; object-fit: contain; }
.ahlc-produit-vide {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #A2958A;
}
.ahlc-produit-corps { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1 1 auto; }
p.ahlc-produit-nom {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 5px;
}
p.ahlc-produit-nom a { color: var(--ahlc-ink); text-decoration: none; }
p.ahlc-produit-nom a:hover { color: var(--ahlc-orange); }
p.ahlc-produit-tag { font-size: 16px; color: var(--ahlc-text-soft); margin-bottom: 18px; max-width: none; }
.ahlc-produit-pied {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.ahlc-produit-prix {
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1;
  color: var(--ahlc-orange);
}
a.ahlc-produit-btn.button {
  margin: 0;
  background: var(--ahlc-ink);
  border-color: var(--ahlc-ink);
  color: #fff;
  min-height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
}
a.ahlc-produit-btn.button:hover { background: var(--ahlc-orange); border-color: var(--ahlc-orange); }
a.ahlc-produit-btn.added { display: none; }

@media (max-width: 1024px) { .ahlc-shop { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 549px)  { .ahlc-shop { grid-template-columns: 1fr; } }

/* ============================================================
   CONTACT (ATN)
   ============================================================ */
.ahlc-coord, .ahlc-plan {
  background: var(--ahlc-surface);
  border: 1px solid var(--ahlc-border);
  border-radius: 12px;
  padding: 26px 28px;
  box-shadow: var(--ahlc-shadow);
  margin-top: 26px;
}
.ahlc-coord h3 { margin-bottom: 16px; font-size: clamp(20px, 2.3vw, 26px); }
p.ahlc-plan-titre {
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--ahlc-ink);
  margin-bottom: 10px;
}
.ahlc-plan p { color: var(--ahlc-text); max-width: none; }
.ahlc-plan-btn.button { margin: 8px 0 0; }

/* ============================================================
   NAVIGATION PRINCIPALE (ATN)
   ============================================================ */
.header-nav > li > a,
.header-nav-main > li > a {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--ahlc-ink);
}
.header-nav > li > a:hover { color: var(--ahlc-orange); }
.header-nav > li.active > a:before,
.header-nav > li > a:before { display: none !important; }

.header-nav > li.current-menu-item > a,
.header-nav > li.current_page_item > a,
.header-nav > li.current-menu-ancestor > a,
.header-nav > li.active > a {
  color: var(--ahlc-orange) !important;
  border: 2px solid #E8A33D;
  border-radius: 8px;
  padding: 7px 15px;
  line-height: 1.2;
}
.ahlc-btn-billets.button.primary,
.html_top_right_text .button.primary {
  font-size: 16px;
  min-height: 46px;
  line-height: 42px;
  padding: 0 22px;
}

/* --- Bouton retour en haut : inutile au téléphone (ATN) --- */
@media (max-width: 849px) {
  #top-link,
  .back-to-top { display: none !important; }
}
