/*
Theme Name: Twenty Twelve Child
Template: twentytwelve
Version: 1.0
*/

/* =============================
       BASE
       ============================= */
    */* 🏁 BLOCK 02: * */ {
  box-sizing: border-box;
}

html, body/* 🏁 BLOCK 03: html, body */ {
  margin:0; padding:0; font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial; color: var(--ink);
}

body/* 🏁 BLOCK 04: body */ {
  /* Full-width fixed background */
      background: var(--bg-body) center / cover fixed no-repeat;
}

a/* 🏁 BLOCK 05: a */ {
  color: inherit; text-decoration: none;
}

a:hover/* 🏁 BLOCK 06: a:hover */ {
  text-decoration: underline;
}

h1, h2, h3/* 🏁 BLOCK 07: h1, h2, h3 */ {
  margin:0 0 8px; font-weight:700; font-family:'Bebas Neue',system-ui,Arial,sans-serif; letter-spacing:.5px;
    transition: color 0.35s ease-in-out;
}

p/* 🏁 BLOCK 08: p */ {
  margin:0 0 12px; color: var(--muted); line-height:1.6;
}

.container/* 🏁 BLOCK 09: .container */ {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--space);
}

.site-header__grid{
  max-width: var(--maxw); 
  margin: 0 auto; 
  padding: 0 var(--space);
  grid-gap: 0;
}

.section/* 🏁 BLOCK 10: .section */ {
  padding:32px 0; border-top:1px solid var(--line);
}

.card/* 🏁 BLOCK 11: .card */ {
  border:1px solid var(--line); background: rgba(255,255,255,0.7); padding:12px;
}

.btn/* 🏁 BLOCK 12: .btn */ {
  display:inline-block; border:1px solid #111; padding:8px 12px; background:#fff; color:#111; text-align:center;
}

.btn-secondary/* 🏁 BLOCK 13: .btn-secondary */ {
  border-color:#999; color:#222;
}

/* Utility: background block with cover */
    .bg/* 🏁 BLOCK 14: .bg */ {
  background-position:center; background-repeat:no-repeat; background-size:cover;
}

.bg-contain/* 🏁 BLOCK 15: .bg-contain */ {
  background-position:center; background-repeat:no-repeat; background-size:contain;
}

.ratio-16x9/* 🏁 BLOCK 16: .ratio-16x9 */ {
  position:relative; width:100%; aspect-ratio:16/9;
}

.ratio-3x2/* 🏁 BLOCK 17: .ratio-3x2 */ {
  position:relative; width:100%; aspect-ratio:3/3;
}

.ratio-1x1/* 🏁 BLOCK 18: .ratio-1x1 */ {
  position:relative; width:100%; aspect-ratio:1/1;
}

/* =============================
       HEADER + NAV
       ============================= */
    .site-header/* 🏁 BLOCK 19: .site-header */ {
  background:#082735;
}

.logo-wrap/* 🏁 BLOCK 20: .logo-wrap */ {
  display:flex; justify-content:center; align-items:center; padding:10px 0; background:#082735;
}

.logo-banner/* 🏁 BLOCK 21: .logo-banner */ {
  /*width:80%; max-width:1000px; */
  height:300px;
}

/* height controls the perceived logo size */
    .logo-banner/* 🏁 BLOCK 22: .logo-banner */ {
  background: var(--bg-logo) center/contain no-repeat;
}

.header-nav/* 🏁 BLOCK 23: .header-nav */ {
  border-top:1px solid #000;
}

.header-nav .inner/* 🏁 BLOCK 24: .header-nav .inner */ {
  display:flex; align-items:center; justify-content:space-between; gap:0; min-height:56px;
}

nav ul/* 🏁 BLOCK 25: nav ul */ {
  display:flex; gap:12px; list-style:none; margin:0; padding:0; align-items:center;
}

nav a/* 🏁 BLOCK 26: nav a */ {
  display:block; padding:12px 14px; color:#fff; font-family:'Bebas Neue',system-ui,Arial,sans-serif; letter-spacing:.6px; text-transform:uppercase; font-size:1.2rem;
}

nav a:hover/* 🏁 BLOCK 27: nav a:hover */ {
  background:#b9732f; text-decoration:none;
}

.menu-btn/* 🏁 BLOCK 28: .menu-btn */ {
  display:none; background:#fff; border:1px solid #000; padding:8px 10px; cursor:pointer;
}

@media (max-width:750px)/* 🏁 BLOCK 29: @media (max-width:750px) */ {
  nav ul {
  display:none; flex-direction:column; background:var(--menu);
}

nav ul.open {
  display:flex;
}

.menu-btn {
  display:inline-block;
}

nav a {
  font-size:1.05rem; padding:10px 12px;
}

}

/* =============================
       INTRO (2 columns only here)
       ============================= */
    .intro/* 🏁 BLOCK 30: .intro */ {
  padding:24px 0;
}

.intro-grid/* 🏁 BLOCK 31: .intro-grid */ {
  display:grid; grid-template-columns:2fr 1fr; gap:16px;
}

.intro-box/* 🏁 BLOCK 32: .intro-box */ {
  background:#fff; padding:16px;
}


.lede/* 🏁 BLOCK 34: .lede */ {
  font-size:1.15rem; color:#222;
}

.sidebar/* 🏁 BLOCK 35: .sidebar */ {
  position:sticky; top:12px; display:flex; flex-direction:column; gap:16px;
}

.widget/* 🏁 BLOCK 36: .widget */ {
  border:1px solid var(--line); background:#fff; padding:12px;
}

.player-row/* 🏁 BLOCK 37: .player-row */ {
  display:flex; gap:8px; align-items:center; flex-wrap:wrap;
}

.sidebar .widget_next_concert_element/* 🏁 BLOCK 38: .sidebar .widget_next_concert_element */ {
  margin-bottom: 24px;
  padding-bottom: 12px;
  
}

.nextconcert .thumb/* 🏁 BLOCK 39: .nextconcert .thumb */ {
  background-size: cover; height: 400px;
}

@media (max-width:1020px)/* 🏁 BLOCK 40: @media (max-width:1020px) */ {
  .intro-grid {
  grid-template-columns:1fr;
}

.sidebar {
  position:static;
}

}

/* =============================
       FULL-WIDTH SECTIONS
       ============================= */
    .band/* 🏁 BLOCK 41: .band */ {
  padding:24px 0;
}

.band-inner/* 🏁 BLOCK 42: .band-inner */ {
  background: rgba(255,255,255,0.9);  padding:16px;
}

/* Agenda cards */
    .agenda-grid/* 🏁 BLOCK 43: .agenda-grid */ {
  display:grid; gap:16px; grid-template-columns:repeat(3, minmax(0, 1fr));
}

@media (max-width:900px)/* 🏁 BLOCK 44: @media (max-width:900px) */ {
  .agenda-grid {
  grid-template-columns:1fr;
}

}

.thumb/* 🏁 BLOCK 45: .thumb */ {
  border:1px solid var(--line); background:#eee;
}

#agenda:hover h2, .latest-photos:hover h2/* 🏁 BLOCK 46: #agenda:hover h2, .latest-photos:hover h2 */ {
  color:#D79547;
}

#agenda/* 🏁 BLOCK 47: #agenda */ {
  cursor:pointer;
}

/* Infos pratiques (3 columns) */
    .infos-grid/* 🏁 BLOCK 48: .infos-grid */ {
  display:grid; gap:16px; grid-template-columns:repeat(3, minmax(0, 1fr));
}

@media (max-width:900px)/* 🏁 BLOCK 49: @media (max-width:900px) */ {
  .infos-grid {
  grid-template-columns:1fr;
}

}

#infos/* 🏁 BLOCK 50: #infos */ {
  padding:0;
}

/* Photos grid */
    .photo-grid/* 🏁 BLOCK 51: .photo-grid */ {
  display:grid; gap:8px; grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
}

.photo/* 🏁 BLOCK 52: .photo */ {
  border:1px solid var(--line); background:#fff;
}

/* =============================
       GALLERY PHOTO SOUVENIRS
       ============================= */
/* Masonry en colonnes */
.gal/* 🏁 BLOCK 53: .gal */ {
  column-width: 280px;      /* largeur cible d'une colonne */
  column-gap: 16px;
}

/* chaque enfant = un bloc */
.gal > */* 🏁 BLOCK 54: .gal > * */ {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  /*margin: 0 0 16px 0;*/
  /* reset look : pas de bordures/coins arrondis hérités d'ailleurs */
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* images clean */
.gal img/* 🏁 BLOCK 55: .gal img */ {
  width: 100%;
  height: auto;
  display: block;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

/* hover léger (tu peux enlever si tu veux vraiment “plat”) */
/*.gal a:hover img,
.gal figure:hover img {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

*/

/* ====== MODE MOSAIC (tailles variées par tuile, avec crop élégant) ====== */
.gal.gal--mosaic > */* 🏁 BLOCK 56: .gal.gal--mosaic > * */ {
  position: relative;
}

/* on crée la hauteur via ::before (ratio), l'image se plaque en cover */
.gal.gal--mosaic > *::before/* 🏁 BLOCK 57: .gal.gal--mosaic > *::before */ {
  content:"";
  display:block;
  aspect-ratio: var(--tile-ratio, 4/3); /* ratio par défaut */
}

/* l'image couvre la tuile sans déformation (crop doux) */
.gal.gal--mosaic img/* 🏁 BLOCK 58: .gal.gal--mosaic img */ {
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit: cover;
}

/* motif de ratios “random” via nth-child (modifie à ta guise) */
.gal.gal--mosaic > *:nth-child(12n+1)/* 🏁 BLOCK 59: .gal.gal--mosaic > *:nth-child(12n+1) */ {
  --tile-ratio: 1/1;
}

/* carré */
.gal.gal--mosaic > *:nth-child(12n+2)/* 🏁 BLOCK 60: .gal.gal--mosaic > *:nth-child(12n+2) */ {
  --tile-ratio: 3/4;
}

/* vertical */
.gal.gal--mosaic > *:nth-child(12n+3)/* 🏁 BLOCK 61: .gal.gal--mosaic > *:nth-child(12n+3) */ {
  --tile-ratio: 16/9;
}

/* horizontal */
.gal.gal--mosaic > *:nth-child(12n+4)/* 🏁 BLOCK 62: .gal.gal--mosaic > *:nth-child(12n+4) */ {
  --tile-ratio: 2/3;
}

.gal.gal--mosaic > *:nth-child(12n+5)/* 🏁 BLOCK 63: .gal.gal--mosaic > *:nth-child(12n+5) */ {
  --tile-ratio: 4/3;
}

.gal.gal--mosaic > *:nth-child(12n+6)/* 🏁 BLOCK 64: .gal.gal--mosaic > *:nth-child(12n+6) */ {
  --tile-ratio: 1/1;
}

.gal.gal--mosaic > *:nth-child(12n+7)/* 🏁 BLOCK 65: .gal.gal--mosaic > *:nth-child(12n+7) */ {
  --tile-ratio: 3/2;
}

.gal.gal--mosaic > *:nth-child(12n+8)/* 🏁 BLOCK 66: .gal.gal--mosaic > *:nth-child(12n+8) */ {
  --tile-ratio: 5/4;
}

.gal.gal--mosaic > *:nth-child(12n+9)/* 🏁 BLOCK 67: .gal.gal--mosaic > *:nth-child(12n+9) */ {
  --tile-ratio: 4/5;
}

.gal.gal--mosaic > *:nth-child(12n+10)/* 🏁 BLOCK 68: .gal.gal--mosaic > *:nth-child(12n+10) */ {
  --tile-ratio: 16/10;
}

.gal.gal--mosaic > *:nth-child(12n+11)/* 🏁 BLOCK 69: .gal.gal--mosaic > *:nth-child(12n+11) */ {
  --tile-ratio: 9/16;
}

.gal.gal--mosaic > *:nth-child(12n+12)/* 🏁 BLOCK 70: .gal.gal--mosaic > *:nth-child(12n+12) */ {
  --tile-ratio: 4/3;
}

@media (max-width: 900px)/* 🏁 BLOCK 71: @media (max-width: 900px) */ {
  .gal {
  column-width: 220px; column-gap: 14px;
}

.gal > * {
  margin-bottom: 14px;
}

}

@media (max-width: 600px)/* 🏁 BLOCK 72: @media (max-width: 600px) */ {
  .gal {
  column-width: 180px; column-gap: 12px;
}

.gal > * {
  margin-bottom: 12px;
}

}


/* ===============================================
   HOME — PHOTOS (masonry sans gap/bord + zoom)
   =============================================== */

.home-photos {
  margin: 24px 0;
  padding: 0;
  background: none;
  border: 0;
  padding:24px;
  background:#fff;
}

.home-photos__title {
  margin: 0 0 12px;
  font-family: 'Bebas Neue', system-ui, Arial, sans-serif;
  letter-spacing: .5px;
}

/* Masonry : multi-colonnes → no JS, no gutter */
.home-photos__masonry {
  column-width: 280px;           /* largeur cible des colonnes */
  column-gap: 3;                 /* zéro gouttière */
  widows: 1;
  orphans: 1;
  line-height: 3;
}

@media (max-width: 900px) {
  .home-photos__masonry { column-width: 220px; }
}
@media (max-width: 600px) {
  .home-photos__masonry { column-width: 160px; }
}

/* Tuiles dans les colonnes */
.home-photos__item {
  display: inline-block;         /* requis en multi-colonnes */
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  overflow: hidden;              /* masque pendant le zoom */
  margin-top: -4px;
}

/* Images : zéro bord/arrondi/ombre + zoom par défaut (5%) */
.home-photos__item img {
  display: block;
  width: 100%;
  height: auto;                  /* proportions préservées */
  object-fit: cover;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;

  /* --- anti-bords blancs --- */
  transform: scale(1.05);        /* zoom par défaut ~5% */
  transform-origin: 50% 50%;
  transition: transform .25s ease;
  will-change: transform;
}

/* Zoom un peu plus fort au survol/focus */
.home-photos__item:hover img,
.home-photos__item:focus-within img {
  transform: scale(1.10);        /* ~10% en hover */
}

/* Accessibilité : moins d’animation si demandé */
@media (prefers-reduced-motion: reduce) {
  .home-photos__item img { transition: none; }
}
/* ===============================================
   PAGE — LE CLUB (version mono-colonne, fond blanc)
   =============================================== */
.club-intro, .club-block, .club-strip{
  background:white;
  margin-top:24px;
  padding:16px;
}



.club.club--mono{
  background: #fff;              /* fond blanc demandé sur le main */
  /*border: 0;  */      /* garde l’esprit visuel du site */
  /*padding: clamp(14px, 2vw, 24px);*/
}

/* Titres */
.club .club-title{
  margin: 0 0 .4rem;
  font-family: 'Bebas Neue', system-ui, Arial, sans-serif;
  font-size: clamp(2.2rem, 1.2rem + 2.8vw, 3.6rem);
  letter-spacing: .5px;
}
.club .club-lead{
  margin: .25rem 0 1rem;
  font-size: clamp(1.05rem, .95rem + .3vw, 1.2rem);
  line-height: 1.65;
  color: #222;
}

/* Hero */
.club-hero{
  display: block;                /* mono-colonne */
  margin-bottom: clamp(16px, 3vw, 24px);
}
.club-figure{
  margin: clamp(10px, 2vw, 16px) 0;
}
.club-figure--hero{
  margin-top: clamp(8px, 2vw, 14px);
}
.club-figure img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}
.club-figure figcaption{
  font-size: .9rem;
  color: #444;
  margin-top: 6px;
}

/* Corps de page */
.club-content{ max-width: 72ch; } /* ligne agréable à lire */
.club-block + .club-block{ margin-top: clamp(16px, 3vw, 24px); }
.club-content h2{
  margin: 0 0 .4rem;
  font-size: clamp(1.35rem, 1.1rem + .6vw, 1.8rem);
}
.club-content p{
  margin: 0 0 .9rem;
  line-height: 1.7;
  color: #111;
}
.club-list{
  padding-left: 1.2em;
  margin: .3rem 0 0;
}
.club-list li{
  margin: .25rem 0;
  line-height: 1.6;
}

/* Citation */
.club-quote{
  margin: 1rem 0;
  padding: .75rem 1rem;
  border-left: 3px solid #000;
  background: #fafafa;
  color: #111;
}

/* Bandeau photos — 3 images jointives (optionnel) */
.club-strip{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  margin-top: clamp(18px, 3vw, 28px);
}
.club-strip__item{
  grid-column: span 4;  /* 3 par ligne */
  margin: 0;
}
.club-strip__item img{
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px){
  .club-content{ max-width: 100%; }             /* pleine largeur sur mobile/tablette */
}
@media (max-width: 1024px){
  .club-strip__item{ grid-column: span 6; }     /* 2 par ligne */
}
@media (max-width: 620px){
  .club-strip__item{ grid-column: span 12; }    /* 1 par ligne */
}
/* =============================
    HOME - RANDOM LIVE
       ============================= */
.random-live { border:1px solid #eee;  padding:14px; background:#fff; margin-top:16px;}
  .random-live__head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:8px; }
  .random-live__player { position:relative; padding-top:56.25%; border-radius:10px; overflow:hidden; background:#000; }
  .random-live__player iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
  .random-live__meta { margin:.6rem 0 0; color:#555; font-size:.95rem; }
  .btn { padding:8px 12px; border:1px solid #ddd; background:#f7f7f7; cursor:pointer; }
  .btn:hover { background:#f0f0f0; }
/* =============================
      PAGE ARCHIVES
       ============================= */

 .archives-controls { 
  border-bottom:1px solid #e9e9e9; 
  background:#fff; 
  position:sticky; 
  top:0; 
  z-index:10;
  margin-top:24px; }
  .controls { max-width: 980px; margin: 0 auto; padding: 14px 16px; }
  .controls__row { display:grid; grid-template-columns: 140px 140px 1fr 150px auto; gap:12px; align-items:end; }
  .controls__row label { font-size:.9rem; color:#333; display:flex; flex-direction:column; gap:6px; }
  .controls__row select, .controls__row input { padding:8px 10px; border:1px solid #ddd; border-radius:8px; font:inherit; }
  .controls__grow { min-width: 240px; }
  .btn-reset { padding:8px 12px; border-radius:8px; border:1px solid #ddd; background:#f7f7f7; cursor:pointer; }
  .btn-reset:hover { background:#f0f0f0; }
  .controls__meta { padding: 6px 2px 0; color:#555; font-size:.9rem; }
  @media (max-width: 880px) { .controls__row { grid-template-columns: 1fr 1fr; } }

  /* le main qui contient les sections .month */
#archives { display: flex; flex-direction: column; }

.archives{
  background: #fff;
  padding: 16px;

}

 section.archives{
      background: #fff;
  margin-top: 24px;
  padding: 20px;
    }

     
    .archives { display:block; }
    
    .month { margin: 24px 0 12px; }
    .month__title { margin: 6px 0 6px; font-size: 1.6rem; font-weight: 700; }
    .month__list { border-top: 1px solid var(--border); }

    .event { border-bottom: 1px solid var(--border); }
    
    .event__header {
      appearance:none; -webkit-appearance:none; background:transparent; border:0; padding:0;
      width:100%; text-align:left; cursor:pointer;
      display:grid; grid-template-columns: 120px 1fr 22px; align-items:center;
      gap: 10px; min-height: 48px; padding: 10px 4px;
    }
    .event__header:hover { background: var(--hover); }
    .event__header:focus-visible { outline: 2px solid #9aa8ff; outline-offset: 2px; border-radius: 6px; }
    .event__date { font-weight: 600; color: var(--accent); }
    .event__title { font-weight: 500; }
    .event__chevron { transition: transform .2s ease; }
    .event__header[aria-expanded="true"] .event__chevron { transform: rotate(180deg); }
    .event__panel { padding: 0 4px 14px 4px; color: var(--muted); }
    .event__lineup { margin: 0.35rem 0 0; }
    @media (prefers-reduced-motion:no-preference) {
      .event__panel[hidden] { display:block; max-height:0; overflow:hidden; padding-bottom:0; }
      .event__panel._open { max-height:320px; }
    }



/* =============================
      RESERVATION SIDEBAR
       ============================= */

 .reservation-widget {
        background-color: #fff;
        padding: 20px;
        
        margin-bottom: 16px;
        font-family: 'Open Sans', sans-serif;
    }

    .reservation-widget h3 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2em;
        font-weight: bold;
    }

    .reservation-widget form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* Style commun pour les champs de saisie */
    .reservation-widget .form-input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        box-sizing: border-box;
        background-color: white;
        color: #333;
    }
    .reservation-widget textarea.form-input {
      height:100px!important;
    }

    /* Groupe de la case à cocher */
    .reservation-widget .veggie-group {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #555;
        margin-top: 5px;
    }

    .reservation-widget .veggie-group input[type="checkbox"] {
        transform: scale(1.2);
    }

    .reservation-widget .veggie-group label {
        margin: 0;
        cursor: pointer;
    }

    /* Style pour le champ "nombre" quand il est désactivé */
    .reservation-widget .form-input:disabled {
        background-color: #eee;
        cursor: not-allowed;
        color: #777;
    }

    /* Bouton de soumission */
    .reservation-widget .submit-btn {
        background-color: #fff;
        color: #333;
        padding: 10px 15px;
        border: 1px solid #ccc;
        
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
        transition: background-color 0.3s ease;
    }

    .reservation-widget .submit-btn:hover {
        background-color: #ddd;
    }
/* =============================
       FOOTER (black theme)
       ============================= */
    footer/* 🏁 BLOCK 73: footer */ {
  border-top:1px solid #222; background:#082735; margin-top:24px; color:#eee;
}

.footer-wrap/* 🏁 BLOCK 74: .footer-wrap */ {
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:16px; padding:24px 0;
}

.footer-card/* 🏁 BLOCK 75: .footer-card */ {
  /*border:1px solid #222; background:#111;*/ padding:12px;color: #FFF; font-family: "Bebas Neue", sans-serif;
}

.footer-card p/* 🏁 BLOCK 76: .footer-card p */ {
  color:#D79547; margin-bottom:0;
}

.footer-small/* 🏁 BLOCK 77: .footer-small */ {
  border-top:1px solid #222; padding:12px 0; color:#aaa;
}

.footer-card .btn/* 🏁 BLOCK 78: .footer-card .btn */ {
  display:inline-block; border:1px solid #eee; padding:6px 10px; background:transparent; color:#eee; text-align:center; margin-left: 1px;
  width: 100%;
}

.footer-card .btn:hover/* 🏁 BLOCK 79: .footer-card .btn:hover */ {
  cursor:pointer;
   background:rgba(255, 255, 255, 0.9);
   color:black;
   transition: all 0.35s ease, transform 0.35s ease;
}

.progress/* 🏁 BLOCK 80: .progress */ {
  height:10px; background:#333; border:1px solid #444; position:relative;
}

.progress > span/* 🏁 BLOCK 81: .progress > span */ {
  display:block; height:100%; width:0; background:#eee;
}

input[type=email]/* 🏁 BLOCK 82: input[type=email] */ {
  width:100%; padding:8px; border:1px solid #444; background:#000; color:#eee;
}

@media (max-width:1020px)/* 🏁 BLOCK 83: @media (max-width:1020px) */ {
  .footer-wrap {
  grid-template-columns:1fr;
}

}


/* =========================
   Header en 3 colonnes
   ========================= */
.site-header .site-header__grid{
  display: grid;
  /*grid-template-columns: auto 1fr auto;*/
  align-items: center;
  gap: 0;
}

/* Le nav prend bien la place centrale */
.site-header .main-nav{
  justify-self: left;
}

/* =========================
   Radio player compact
   ========================= */
.radio-player{
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0px;
  padding: 6px 0px;
  border: 0;
  
  font-size: 14px;
  line-height: 1;
}

.rp-btn{
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #000;
  
  cursor: pointer;
}

.rp-btn .rp-ico{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;           /* ▶ triangle */
  border-color: transparent transparent transparent #000;
  transform: translateX(1px);
}

/* État "pause" = deux barres || */
.radio-player.is-playing .rp-btn .rp-ico{
  width: 14px;
  height: 14px;
  border: none;
  background:
    linear-gradient(#000,#000) left/4px 100% no-repeat,
    linear-gradient(#000,#000) right/4px 100% no-repeat;
}

.rp-meta{
  display: grid;
  gap: 4px;
}
.rp-live{
  font-size: 11px;
  letter-spacing: .3px;
  color: #d10000;
}
.rp-title{
  font-weight: 600;
  white-space: nowrap;
  max-width: 28ch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rp-vol{
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 6px;
}
.rp-mute{
  border: 1px solid #000;
  background: #fff;
  padding: 4px 6px;
  cursor: pointer;
  line-height: 1;
}

/* Range minimal propre */
#rpRange{
  -webkit-appearance: none;
  appearance: none;
  width: 120px;
  height: 4px;
  background: #ddd;
  outline: none;
  border: 1px solid #000;
}
#rpRange::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 12px; height: 12px; background:#000; cursor: pointer;
}
#rpRange::-moz-range-thumb{
  width: 12px; height: 12px; background:#000; cursor: pointer; border:0;
}

/* Responsive : sur mobile, le player va sous le menu */
@media (max-width: 820px){
  .site-header .site-header__grid{
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand btn"
      "nav nav"
      "player player";
    gap: 10px;
  }
  .site-header .site-brand{ 
    grid-area: brand;
     }
  .site-header .main-nav{ grid-area: nav; justify-self: stretch; }
  .radio-player{ grid-area: player; }
}

.site-brand{
  grid-row: 1 / 2;
}
.site-brand a{
width: 100%;
height: 100%;
}
.banner_menu{
  grid-row: 2;
  display: grid;
  background:var(--menu); 

}
.main-nav{
  grid-row: 1;
}
.radio-player{
  grid-row: 1;
}

.header-nav{
  grid-row: 1;

}

.site-header__grid{
  width:100%;
  
}

.banner_menu_inner{
  display: grid;
  width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--space);
}

.container.inner{
  padding:0;
}
.main-nav{
  border:0!important;
}

.container.club{
  margin-top: 18px;

}

    /* ===== Carousel ===== */
.pc-carousel{ 
    width: 100%;
    background: white;
    padding:20px;
}

.pc-carousel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pc-carousel__title{ 
    margin: 0; 
    
}

.pc-carousel__arrows{ display:flex; gap: 8px; }

.pc-carousel__btn{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(20,20,20,.85);
  color: #fff;
  cursor: pointer;
  display:grid;
  place-items:center;
  line-height: 1;
  user-select:none;
}

.pc-carousel__btn:disabled{ opacity: .35; cursor: not-allowed; }

.pc-carousel__viewport{
  overflow: hidden;                 /* important : on cache les autres slides */
  outline: none;
}

.pc-carousel__track{
  display: flex;
  will-change: transform;
  transform: translate3d(0,0,0);
  transition: transform 420ms cubic-bezier(.22,.9,.2,1);
}

.pc-carousel__slide{
  flex: 0 0 100%;                   /* 1 slide visible */
  box-sizing: border-box;
}

.pc-carousel__viewport:focus-visible{
  outline: 3px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce){
  .pc-carousel__track{ transition: none; }
}

/* ===== Card concert ===== */
.gig-card{
  display:block;
  overflow:hidden;
  text-decoration:none;
  color: inherit;
}

.gig-card__media{
  height:300px;
  overflow:hidden;
  background-size:cover!important;
}

.gig-card__media img{
  width: 100%;
  height: 100%;
  display:block;
  object-fit: cover;        /* clé : s’adapte sans déformer */
  object-position: center;
}



.gig-card__datetime{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  /*font-size: .9rem;*/
  opacity: .9;
  margin-bottom: 8px;
  margin-top:16px;
}

.gig-card__date{ 
    font-weight: 600; 
    text-transform: uppercase;
}

.gig-card__time{
  font-variant-numeric: tabular-nums;
  padding: 4px 0;
  border-radius: 999px;
  /*border: 1px solid rgba(255,255,255,.14);*/
}

.gig-card__title{
  margin: 0 0 6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.gig-card__legend{
  margin: 0;
  font-size: .92rem;
  opacity: .82;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gig-card__media { background: rgba(0,0,0,.25); }
.gig-card__media img { width: 100%; height: auto; display: block; }  /* full image */


.pc-carousel__viewport{
  overflow: hidden;
  transition: height 260ms ease;
  min-width:400px;
  max-width:400px;
}
@media (prefers-reduced-motion: reduce){
  .pc-carousel__viewport{ transition: none; }
}

.videos, .card{
  border:none!important;
}
