/* ============================================================
   Mucistes — Refonte ultra-moderne (Le Mans FC Support'R Club)
   ============================================================ */
:root{
  --red:#e2001a; --red-dark:#b00015; --yellow:#ffd400;
  --ink:#161a22; --muted:#6b7280; --line:#e7e9ef;
  --bg:#f5f6fa; --card:#ffffff; --dark:#12151d;
  --radius:16px; --shadow:0 8px 30px rgba(20,25,40,.08); --shadow-sm:0 3px 12px rgba(20,25,40,.07);
  --container:1200px;
}
*{box-sizing:border-box}
body.mu-site{margin:0;background:var(--bg);color:var(--ink);font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.6;font-size:16px}
h1,h2,h3,h4,.mu-brand__text{font-family:"Poppins",system-ui,sans-serif}
img{max-width:100%;height:auto;display:block}
a{color:var(--red);text-decoration:none}
.mu-container{max-width:var(--container);margin:0 auto;padding:0 20px}

/* ---------- Header ---------- */
.mu-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.mu-header__inner{display:flex;align-items:center;gap:20px;min-height:74px}
.mu-brand{display:flex;align-items:center;gap:12px;color:var(--ink)}
.mu-brand__crest{height:52px;width:auto}
.mu-brand__text{font-weight:800;font-size:1.25rem;line-height:1;letter-spacing:.5px;display:flex;flex-direction:column}
.mu-brand__text span{color:var(--red)}
.mu-brand__text small{font-weight:500;font-size:.62rem;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-top:3px}
.mu-nav{margin-left:auto}
.mu-nav ul{list-style:none;display:flex;gap:4px;margin:0;padding:0}
.mu-nav a{display:block;padding:10px 14px;color:var(--ink);font-weight:600;font-size:.9rem;border-radius:10px;transition:.15s}
.mu-nav a:hover{background:var(--bg);color:var(--red)}
.mu-nav li.is-active a{color:#fff;background:var(--red)}
.mu-burger{display:none;margin-left:auto;background:none;border:0;cursor:pointer;width:44px;height:44px;flex-direction:column;justify-content:center;gap:5px}
.mu-burger span{display:block;height:3px;width:26px;background:var(--ink);border-radius:3px;transition:.2s}
body.mu-nav-open .mu-burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}
body.mu-nav-open .mu-burger span:nth-child(2){opacity:0}
body.mu-nav-open .mu-burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* ---------- Hero ---------- */
.mu-hero{max-width:var(--container);margin:24px auto 0;padding:0 20px}
.mu-hero .mu-slideshow{position:relative;width:100%;aspect-ratio:21/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000}
.mu-hero .mu-slideshow figure{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .8s ease}
.mu-hero .mu-slideshow figure.is-active{opacity:1}
.mu-hero .mu-slideshow img{width:100%;height:100%;object-fit:cover}
.mu-hero .mu-slideshow .mu-arrow,.mu-hero .mu-slideshow .mu-dots{display:none}
.mu-hero .mu-slideshow::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(0,0,0,.5))}

/* ---------- Layout ---------- */
.mu-main{margin-top:34px;margin-bottom:50px}
.mu-layout{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start}
.mu-content{min-width:0}
.mu-sidebar{display:flex;flex-direction:column;gap:22px}

/* ---------- Titres de section ---------- */
.mu-content h1,.mu-content h2,.mu-sidebar .mod-box>.module-title,.mu-sidebar .module-title{
  font-size:1.15rem;font-weight:700;margin:0 0 16px;padding-bottom:10px;border-bottom:3px solid var(--yellow);display:inline-block;text-transform:uppercase;letter-spacing:.4px}

/* ---------- Grille Chronique -> cartes modernes ---------- */
.sp-portfolio .sp-portfolio-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}
.sp-portfolio-item-inner{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);background:var(--card);transition:transform .2s,box-shadow .2s}
.sp-portfolio-item-inner:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.sp-portfolio-thumb{position:relative;aspect-ratio:4/3;overflow:hidden}
.sp-portfolio-thumb img{width:100%;height:100%;object-fit:cover}
.sp-portfolio-thumb .sp-portfolio-link{position:absolute;inset:0;z-index:2}
.sp-portfolio-item-details{padding:14px 16px 18px}
.sp-portfolio-item-details .item-title{font-family:"Poppins";font-size:1rem;font-weight:600;margin:0 0 12px;color:var(--ink);line-height:1.35}
.sp-portfolio-item-details .btn-primary{display:inline-block;background:var(--red);color:#fff;padding:.5rem 1rem;border-radius:999px;font-weight:600;font-size:.85rem}
.sp-portfolio-item-details .btn-primary:hover{background:var(--red-dark)}

/* ---------- Cartes sidebar (modules) ---------- */
.mu-sidebar .module,.mu-sidebar .mod-box,.mu-sidebar>div{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px;overflow:hidden}
.mu-sidebar .module-title{margin-top:0}
.mu-sidebar .module-title .color{color:var(--red)}
.mu-sidebar img{border-radius:10px;margin:0 auto}
.mu-sidebar p{text-align:center;margin:.5rem 0}

/* widget matchs (diaporama portrait) */
.mu-sidebar .mu-slideshow{
  position:relative;aspect-ratio:296/408;border-radius:14px;overflow:hidden;
  background:#fff;box-shadow:0 6px 22px rgba(20,25,40,.10);isolation:isolate;
}
.mu-sidebar .mu-slideshow figure{
  position:absolute;inset:0;margin:0;opacity:0;pointer-events:none;
  transform:scale(1.05) translateX(14px);
  transition:opacity .5s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}
.mu-sidebar .mu-slideshow figure.is-active{opacity:1;transform:none;pointer-events:auto}
.mu-sidebar .mu-slideshow img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:0}
/* Pas de voile ici : ces affiches portent de l'information jusqu'en bas
   (lieu, journee, competition). Les controles sont rendus lisibles par
   leur propre contour, pas en assombrissant le visuel. */
/* fleches : discretes, revelees au survol */
.mu-sidebar .mu-slideshow .mu-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:4;
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  border:0;border-radius:50%;cursor:pointer;font-size:1.5rem;line-height:1;
  background:rgba(12,15,24,.55);color:#fff;backdrop-filter:blur(8px);
  opacity:0;transition:opacity .25s ease, background .25s ease, transform .25s ease;
}
.mu-sidebar .mu-slideshow .mu-prev{left:10px}
.mu-sidebar .mu-slideshow .mu-next{right:10px}
.mu-sidebar .mu-slideshow:hover .mu-arrow,
.mu-sidebar .mu-slideshow .mu-arrow:focus-visible{opacity:1}
.mu-sidebar .mu-slideshow .mu-arrow:hover{background:var(--red);transform:translateY(-50%) scale(1.1)}
/* Points masques : ils se superposaient au texte du bas de l'affiche
   (competition, journee, stade). Le defilement reste automatique et les
   fleches permettent de naviguer. */
.mu-sidebar .mu-slideshow .mu-dots{display:none}
.mu-sidebar .mu-slideshow .mu-dots--visible{
  position:absolute;left:0;right:0;bottom:16px;z-index:4;
  display:flex;justify-content:center;gap:7px;
}
.mu-sidebar .mu-slideshow .mu-dots button{
  width:18px;height:5px;padding:0;border:0;border-radius:99px;cursor:pointer;
  /* fond sombre + halo clair : lisible aussi bien sur une affiche claire que foncee */
  background:rgba(12,15,24,.42);
  box-shadow:0 0 0 1px rgba(255,255,255,.75), 0 1px 3px rgba(0,0,0,.35);
  transition:width .3s cubic-bezier(.2,.8,.2,1), background .3s ease;
}
.mu-sidebar .mu-slideshow .mu-dots button.is-active{
  width:34px;background:var(--red);
  box-shadow:0 0 0 1px rgba(255,255,255,.9), 0 1px 4px rgba(0,0,0,.4);
}
/* barre de progression du defilement */
.mu-sidebar .mu-slideshow .mu-progress{border-radius:0;height:3px;z-index:4;background:rgba(255,255,255,.22)}
@media (hover:none){
  .mu-sidebar .mu-slideshow .mu-arrow{opacity:1;background:rgba(12,15,24,.45)}
}

/* ---------- Bandeau bas (carrousel photos) ---------- */
.mu-bottom{margin-top:34px}
.mu-photostrip{overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-sm);background:var(--dark);border:0}
.mu-photostrip .mu-track{display:flex;gap:12px;width:max-content;animation:mu-scroll 60s linear infinite;padding:12px}
.mu-photostrip:hover .mu-track{animation-play-state:paused}
.mu-photostrip img{height:180px;width:auto;border-radius:10px;border:0}
@keyframes mu-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- Articles (contenu) ---------- */
.mu-content .item-page,.mu-content .blog{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:26px;margin-bottom:24px}
.mu-content .page-header h1{border-bottom:3px solid var(--yellow)}

/* ---------- Footer ---------- */
.mu-footer{background:var(--dark);color:#c8ccd6;padding:44px 0 30px;margin-top:40px}
.mu-footer__title{color:#fff;text-align:center;font-size:1rem;text-transform:uppercase;letter-spacing:2px;margin:0 0 22px}
.mu-footer .module,.mu-footer p{text-align:center}
.mu-footer img{display:inline-block;margin:8px;border-radius:8px;background:#fff;padding:6px;max-height:70px;width:auto;vertical-align:middle}
.mu-footer__copy{margin-top:26px;font-size:.82rem;color:#8a90a0}

/* ---------- Responsive ---------- */
@media (max-width:940px){
  .mu-layout{grid-template-columns:1fr}
  .mu-hero .mu-slideshow{aspect-ratio:16/9}
}
@media (max-width:900px){
  .mu-burger{display:flex}
  .mu-nav{position:fixed;inset:74px 0 auto 0;background:#fff;border-bottom:1px solid var(--line);transform:translateY(-120%);transition:transform .25s;box-shadow:var(--shadow);max-height:calc(100vh - 74px);overflow-y:auto}
  body.mu-nav-open .mu-nav{transform:translateY(0)}
  .mu-nav ul{flex-direction:column;gap:0;padding:8px}
  .mu-nav a{padding:14px}
  .mu-brand__text{font-size:1.05rem}
}

/* ===== Titres de section / Boutique / Classements ===== */
.mu-section-title{font-family:"Poppins";font-size:1.35rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 22px;text-align:center}
.mu-section-title::after{content:"";display:block;width:60px;height:4px;background:var(--yellow);border-radius:2px;margin:10px auto 0}
.mu-shop{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mu-shop__item{margin:0;text-align:center;background:var(--bg);border-radius:12px;padding:12px}
.mu-shop__item img{height:64px;width:auto;object-fit:contain;margin:0 auto 8px}
.mu-shop__item figcaption span{display:block;font-size:.76rem;color:var(--muted);line-height:1.3;min-height:2.4em}
.mu-shop__item figcaption b{display:inline-block;margin-top:4px;color:var(--red);font-weight:800;font-size:1.05rem}
.mu-shop__note{text-align:center;font-size:.8rem;color:var(--muted);margin-top:14px}
.mu-classements{margin-top:44px}
.mu-classements__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:22px}
.mu-clsmt{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:18px}
.mu-clsmt h4{font-family:"Poppins";font-size:1rem;font-weight:700;margin:0 0 12px;color:var(--red);text-transform:uppercase;text-align:center}
.mu-table{width:100%;border-collapse:collapse;font-size:.85rem}
.mu-table th{background:var(--ink);color:#fff;padding:7px 5px;font-weight:600;text-align:center;font-size:.68rem;text-transform:uppercase}
.mu-table th:nth-child(2){text-align:left}
.mu-table td{padding:6px 5px;text-align:center;border-bottom:1px solid var(--line)}
.mu-table td:nth-child(2){text-align:left;font-weight:500}
.mu-table tr.is-mans{background:#fff6d6}
.mu-table tr.is-mans td{font-weight:700}
.mu-table tr.is-mans td:nth-child(2){color:var(--red)}
.mu-more{margin:12px 0 0;text-align:right}.mu-more a{font-size:.8rem;font-weight:600}
@media (max-width:520px){.mu-shop{grid-template-columns:1fr}}

/* ===== Classements — version moderne + hover ===== */
.mu-classements__grid{gap:26px}
.mu-clsmt{
  background:var(--card);border-radius:20px;box-shadow:var(--shadow-sm);
  padding:0;overflow:hidden;border:1px solid var(--line);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s;
}
.mu-clsmt:hover{transform:translateY(-10px);box-shadow:0 22px 50px rgba(20,25,40,.18)}
.mu-clsmt h4{
  margin:0;padding:16px;font-size:.95rem;color:#fff;text-align:center;letter-spacing:.6px;
  background:linear-gradient(135deg,var(--red),var(--red-dark));position:relative}
.mu-clsmt h4::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--yellow)}
.mu-clsmt .mu-table{margin:0}
.mu-table{width:100%;border-collapse:collapse;font-size:.85rem}
.mu-table th{background:#f2f4f9;color:var(--muted);padding:10px 6px;font-weight:700;text-align:center;font-size:.64rem;text-transform:uppercase;letter-spacing:.6px}
.mu-table th:nth-child(2){text-align:left;padding-left:16px}
.mu-table td{padding:9px 6px;text-align:center;border-bottom:1px solid #f0f2f5}
.mu-table td:first-child{color:var(--muted);font-weight:700;width:34px}
.mu-table td:nth-child(2){text-align:left;padding-left:16px;font-weight:600}
.mu-table tbody tr{transition:background .15s}
.mu-table tbody tr:hover{background:#f7f9fc}
.mu-table tr.is-mans{background:linear-gradient(90deg,rgba(255,212,0,.28),rgba(255,212,0,.06))}
.mu-table tr.is-mans td{font-weight:800}
.mu-table tr.is-mans td:first-child,.mu-table tr.is-mans td:nth-child(2){color:var(--red)}
.mu-more{padding:14px 16px 16px;text-align:center;margin:0}
.mu-more a{display:inline-block;font-size:.74rem;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.6px;transition:.18s}
.mu-more a:hover{color:var(--red-dark);transform:translateX(4px)}

/* ============================================================
   RESPONSIVE — complet (tablette / mobile / très petit)
   ============================================================ */
html,body.mu-site{overflow-x:hidden;max-width:100%}
.mu-classements__grid,.sp-portfolio .sp-portfolio-items{max-width:100%}

/* Tablette large : sidebar plus étroite */
@media (max-width:1100px){
  .mu-layout{grid-template-columns:1fr 300px;gap:24px}
}

/* Tablette : passage 1 colonne, la sidebar s'aligne en rangée de cartes */
@media (max-width:940px){
  .mu-layout{grid-template-columns:1fr}
  .mu-main{margin-top:26px}
  .mu-sidebar{flex-direction:row;flex-wrap:wrap}
  .mu-sidebar>*{flex:1 1 260px}
  .mu-sidebar .mu-slideshow{max-width:300px;margin:0 auto}
  .mu-section-title{font-size:1.2rem}
}

/* Mobile : menu burger déjà actif à 760 ; on resserre le reste */
@media (max-width:760px){
  .mu-container{padding:0 16px}
  .mu-hero{padding:0 16px;margin-top:16px}
  .mu-hero .mu-slideshow{border-radius:12px}
  .mu-sidebar{flex-direction:column}
  .mu-sidebar>*{flex:1 1 auto}
  .mu-brand__crest{height:44px}
  .mu-classements__grid{grid-template-columns:1fr;gap:18px}
  .mu-clsmt:hover{transform:translateY(-6px)}
  .sp-portfolio .sp-portfolio-items{grid-template-columns:1fr 1fr;gap:14px}
  .mu-footer{padding:34px 0 24px}
}

/* Petit mobile */
@media (max-width:520px){
  .mu-header__inner{min-height:64px;gap:10px}
  .mu-nav{inset:64px 0 auto 0;max-height:calc(100vh - 64px)}
  .mu-brand__text small{display:none}
  .mu-brand__text{font-size:1rem}
  .mu-hero .mu-slideshow{aspect-ratio:4/3}
  .mu-shop{grid-template-columns:1fr}
  .sp-portfolio .sp-portfolio-items{grid-template-columns:1fr}
  .mu-section-title{font-size:1.1rem}
  .mu-footer img{max-height:56px;margin:6px}
  /* Tableaux classement : compacts pour tenir sans déborder */
  .mu-table{font-size:.78rem}
  .mu-table th{font-size:.58rem;padding:8px 4px}
  .mu-table td{padding:7px 4px}
  .mu-table td:first-child{width:26px}
  .mu-table th:nth-child(2),.mu-table td:nth-child(2){padding-left:10px}
  .mu-clsmt h4{font-size:.88rem;padding:14px}
}

/* Très petit (≤360px) : dernière sécurité anti-débordement */
@media (max-width:360px){
  .mu-brand__text{font-size:.9rem}
  .mu-table{font-size:.72rem}
  .mu-table th{font-size:.54rem;padding:7px 3px}
  .mu-table td{padding:6px 3px}
}

/* ============================================================
   FOND IMMERSIF — joueurs Sang & Or (fond_complet) modernisé
   ============================================================ */
body.mu-site{
  background-color:#0e1118;
  background-image:
    radial-gradient(ellipse 85% 95% at 50% 28%, rgba(14,17,24,.46), rgba(14,17,24,.90)),
    url('/templates/yoo_revista/images/background/noise/fond_complet.png');
  background-repeat:no-repeat,no-repeat;
  background-position:center top,center top;
  background-attachment:fixed,fixed;
  background-size:cover,cover;
}

/* En-tête : verre sombre */
.mu-header{background:rgba(16,19,27,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.09)}
.mu-brand,.mu-brand__text{color:#fff}
.mu-brand__text small{color:#c2c7d4}
.mu-nav a{color:#e7e9ef}
.mu-nav a:hover{background:rgba(255,255,255,.12);color:#fff}
.mu-nav li.is-active a{background:var(--red);color:#fff}
.mu-burger span{background:#fff}

/* Contenu principal : feuille claire flottante */
.mu-content{background:#fff;border-radius:18px;box-shadow:0 20px 55px rgba(0,0,0,.30);padding:26px 28px}
.mu-content .item-page,.mu-content .blog{background:transparent;box-shadow:none;padding:0;margin-bottom:0}

/* Textes de section libres (sur le fond sombre) -> clairs */
.mu-section-title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.35)}

/* Footer transparent pour laisser respirer le décor */
.mu-footer{background:rgba(12,14,20,.82);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}

/* Drawer mobile assorti (verre sombre) */
@media (max-width:760px){
  .mu-nav{background:rgba(16,19,27,.97);border-bottom:1px solid rgba(255,255,255,.08)}
}
@media (max-width:520px){
  .mu-content{padding:18px 16px}
}

/* ===== Cartes sidebar (Matchs du Mans FC…) : même effet hover que la Boutique ===== */
.mu-sidebar .module,.mu-sidebar .mod-box,.mu-sidebar>div{
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s;
}
.mu-sidebar .module:hover,.mu-sidebar .mod-box:hover,.mu-sidebar>div:hover{
  transform:translateY(-10px);
  box-shadow:0 22px 50px rgba(20,25,40,.18);
}

/* ===== Hero diaporama piloté par articles (caption + bouton + navigation) ===== */
.mu-hero .mu-slideshow figcaption{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:34px 38px 40px;color:#fff;max-width:680px;
}
.mu-hero .mu-slideshow figure.is-active figcaption{animation:mu-cap .6s ease both}
@keyframes mu-cap{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.mu-hero .mu-slideshow figcaption h2{
  font-family:"Poppins";font-size:2rem;font-weight:800;line-height:1.12;margin:0 0 10px;color:#fff;
  text-shadow:0 2px 16px rgba(0,0,0,.55);
}
.mu-hero .mu-slideshow figcaption p{
  margin:0 0 18px;font-size:1.02rem;line-height:1.45;color:#eef1f8;max-width:560px;
  text-shadow:0 1px 10px rgba(0,0,0,.6);
}
.mu-btn{
  display:inline-block;background:var(--red);color:#fff;padding:.62rem 1.4rem;border-radius:999px;
  font-weight:700;font-size:.92rem;letter-spacing:.2px;transition:.2s;
  box-shadow:0 8px 22px rgba(226,0,26,.45);
}
.mu-btn:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 28px rgba(226,0,26,.55)}

/* Flèches + points visibles (le CSS de base les masquait dans le hero) */
.mu-hero .mu-slideshow .mu-arrow{
  display:flex;align-items:center;justify-content:center;
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:48px;height:64px;border:0;cursor:pointer;
  background:rgba(0,0,0,.34);color:#fff;font-size:1.9rem;line-height:1;transition:.2s;
}
.mu-hero .mu-slideshow .mu-arrow:hover{background:var(--red)}
.mu-hero .mu-slideshow .mu-prev{left:0;border-radius:0 10px 10px 0}
.mu-hero .mu-slideshow .mu-next{right:0;border-radius:10px 0 0 10px}
.mu-hero .mu-slideshow .mu-dots{
  display:flex;gap:9px;position:absolute;bottom:18px;right:22px;z-index:3;
}
.mu-hero .mu-slideshow .mu-dots button{
  width:11px;height:11px;border-radius:50%;border:2px solid #fff;background:transparent;
  cursor:pointer;padding:0;transition:.2s;
}
.mu-hero .mu-slideshow .mu-dots button.is-active{background:var(--yellow);border-color:var(--yellow)}

@media (max-width:760px){
  .mu-hero .mu-slideshow figcaption{padding:20px 20px 24px}
  .mu-hero .mu-slideshow figcaption h2{font-size:1.3rem}
  .mu-hero .mu-slideshow figcaption p{font-size:.9rem;margin-bottom:12px;-webkit-line-clamp:2}
  .mu-hero .mu-slideshow .mu-arrow{width:38px;height:50px;font-size:1.4rem}
  .mu-hero .mu-slideshow .mu-dots{bottom:10px;right:12px}
}

/* ============================================================
   HERO ULTRA-MODERNE (piloté par articles)
   ============================================================ */
.mu-hero .mu-slideshow{
  border-radius:22px;
  box-shadow:0 30px 70px rgba(0,0,0,.45);
  isolation:isolate;
}
.mu-hero .mu-slideshow figure{transition:opacity 1s ease}

/* Ken Burns (zoom lent) sur la slide active */
.mu-hero .mu-slideshow figure img{will-change:transform}
.mu-hero .mu-slideshow figure.is-active img{animation:mu-kenburns 8s ease-out both}
@keyframes mu-kenburns{from{transform:scale(1.02)}to{transform:scale(1.14)}}

/* Voile dégradé directionnel (sombre à gauche pour le texte + bas) */
.mu-hero .mu-slideshow::after{
  background:
    linear-gradient(90deg, rgba(7,9,14,.92) 0%, rgba(7,9,14,.48) 40%, rgba(7,9,14,0) 70%),
    linear-gradient(0deg, rgba(7,9,14,.62), rgba(7,9,14,0) 44%);
}

/* Caption */
.mu-hero .mu-slideshow figcaption{left:0;right:auto;bottom:0;max-width:730px;padding:42px 48px 48px;animation:none!important}
.mu-eyebrow{
  display:inline-flex;align-items:center;gap:9px;background:var(--red);color:#fff;
  font-family:"Poppins";font-weight:700;font-size:.68rem;letter-spacing:1.6px;text-transform:uppercase;
  padding:7px 15px;border-radius:999px;margin-bottom:16px;box-shadow:0 6px 18px rgba(226,0,26,.4);
}
.mu-eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow)}
.mu-hero .mu-slideshow figcaption h2{
  font-family:"Poppins";font-size:2.5rem;font-weight:800;line-height:1.08;margin:0 0 12px;color:#fff;
  text-shadow:0 3px 24px rgba(0,0,0,.6);letter-spacing:-.5px;
}
.mu-hero .mu-slideshow figcaption p{
  margin:0 0 22px;font-size:1.06rem;line-height:1.5;color:#e9ecf5;max-width:600px;
  text-shadow:0 1px 12px rgba(0,0,0,.65);
}
.mu-btn span{display:inline-block;transition:transform .2s;margin-left:4px}
.mu-btn:hover span{transform:translateX(5px)}

/* Apparition en cascade des éléments de la caption */
.mu-hero .mu-slideshow figure .mu-eyebrow,
.mu-hero .mu-slideshow figure figcaption h2,
.mu-hero .mu-slideshow figure figcaption p,
.mu-hero .mu-slideshow figure .mu-btn{opacity:0}
.mu-hero .mu-slideshow figure.is-active .mu-eyebrow{animation:mu-up .6s .18s ease both}
.mu-hero .mu-slideshow figure.is-active figcaption h2{animation:mu-up .6s .30s ease both}
.mu-hero .mu-slideshow figure.is-active figcaption p{animation:mu-up .6s .42s ease both}
.mu-hero .mu-slideshow figure.is-active .mu-btn{animation:mu-up .6s .54s ease both}
@keyframes mu-up{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}

/* Flèches circulaires en verre (apparaissent au survol) */
.mu-hero .mu-slideshow .mu-arrow{
  width:54px;height:54px;border-radius:50%;
  background:rgba(255,255,255,.14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.28);color:#fff;font-size:1.7rem;
  top:50%;transform:translateY(-50%);opacity:0;transition:opacity .25s,background .2s,transform .2s;
}
.mu-hero .mu-slideshow:hover .mu-arrow{opacity:1}
.mu-hero .mu-slideshow .mu-arrow:hover{background:var(--red);border-color:var(--red);transform:translateY(-50%) scale(1.09)}
.mu-hero .mu-slideshow .mu-prev{left:22px;border-radius:50%}
.mu-hero .mu-slideshow .mu-next{right:22px;border-radius:50%}

/* Barre de contrôle : indicateurs en barres + compteur */
.mu-hero-ctrl{position:absolute;right:28px;bottom:26px;z-index:3;display:flex;align-items:center;gap:20px}
.mu-hero .mu-slideshow .mu-dots{position:static;display:flex;gap:8px;bottom:auto;right:auto}
.mu-hero .mu-slideshow .mu-dots button{
  width:26px;height:5px;border-radius:3px;border:0;padding:0;cursor:pointer;
  background:rgba(255,255,255,.42);transition:width .3s,background .3s;
}
.mu-hero .mu-slideshow .mu-dots button.is-active{width:42px;background:var(--yellow)}
.mu-counter{font-family:"Poppins";color:#fff;font-weight:600;font-size:.82rem;letter-spacing:1px;display:flex;align-items:baseline;gap:4px}
.mu-counter b{font-size:1.2rem;color:var(--yellow);font-weight:800}
.mu-counter i{opacity:.45;font-style:normal}
.mu-counter em{opacity:.7;font-style:normal}

/* Barre de progression (se remplit à chaque slide) */
.mu-progress{position:absolute;left:0;right:0;bottom:0;height:4px;z-index:3;background:rgba(255,255,255,.16);border-radius:0 0 22px 22px;overflow:hidden}
.mu-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--red),var(--yellow))}
.mu-progress span.run{animation:mu-prog 6s linear forwards}
@keyframes mu-prog{from{width:0}to{width:100%}}

@media (prefers-reduced-motion: reduce){
  .mu-hero .mu-slideshow figure.is-active img,
  .mu-hero .mu-slideshow figure.is-active .mu-eyebrow,
  .mu-hero .mu-slideshow figure.is-active figcaption h2,
  .mu-hero .mu-slideshow figure.is-active figcaption p,
  .mu-hero .mu-slideshow figure.is-active .mu-btn,
  .mu-progress span.run{animation:none}
  .mu-hero .mu-slideshow figure .mu-eyebrow,
  .mu-hero .mu-slideshow figure figcaption h2,
  .mu-hero .mu-slideshow figure figcaption p,
  .mu-hero .mu-slideshow figure .mu-btn{opacity:1}
}

@media (max-width:760px){
  .mu-hero .mu-slideshow{border-radius:16px}
  .mu-hero .mu-slideshow figcaption{padding:22px 22px 26px;max-width:100%}
  .mu-hero .mu-slideshow figcaption h2{font-size:1.45rem}
  .mu-hero .mu-slideshow figcaption p{font-size:.92rem;margin-bottom:16px}
  .mu-eyebrow{font-size:.6rem;padding:5px 12px;margin-bottom:12px}
  .mu-hero .mu-slideshow .mu-arrow{width:40px;height:40px;font-size:1.3rem;opacity:1}
  .mu-hero .mu-slideshow .mu-prev{left:10px}.mu-hero .mu-slideshow .mu-next{right:10px}
  .mu-hero-ctrl{right:14px;bottom:16px;gap:12px}
  .mu-hero .mu-slideshow .mu-dots button{width:20px}
  .mu-hero .mu-slideshow .mu-dots button.is-active{width:30px}
}

/* ===== Badge Jean-Yves (mémoire du Support'R Club) dans la barre de menus ===== */
.mu-brand__jy{
  display:inline-flex;align-items:center;justify-content:center;
  height:52px;width:46px;margin-left:4px;flex:0 0 auto;
  background:#0b0d13;border-radius:12px;overflow:hidden;
  border:1.5px solid var(--yellow);
  box-shadow:0 4px 14px rgba(0,0,0,.35), inset 0 0 0 2px rgba(0,0,0,.4);
  position:relative;transition:transform .25s ease, box-shadow .25s ease;
}
.mu-brand__jy::after{content:"";position:absolute;inset:0;border-radius:11px;box-shadow:inset 0 0 12px rgba(226,0,26,.35);pointer-events:none}
.mu-brand__jy img{height:100%;width:auto;display:block;margin:0}
.mu-brand__jy:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 20px rgba(0,0,0,.45)}
@media (max-width:520px){ .mu-brand__jy{display:none} }

/* ===== Marque : "Support'R Club" (ligne 1) + "Le Mans FC" (ligne 2) ===== */
.mu-brand__text{display:flex;flex-direction:column;justify-content:center;line-height:1.05}
.mu-brand__text .mu-brand__name{
  display:block;color:#fff;font-weight:800;font-size:1.25rem;letter-spacing:.5px;white-space:nowrap;
}
.mu-brand__text .mu-brand__name .mu-r{color:var(--red)}
.mu-brand__text small{display:block;margin-top:3px}

/* ============================================================
   PAGE CONTACT — ultra-moderne
   ============================================================ */
.mu-contact__head{margin-bottom:26px}
.mu-contact__head h1{font-family:"Poppins";font-size:2rem;font-weight:800;margin:14px 0 10px;letter-spacing:-.5px;color:var(--ink)}
.mu-contact__head p{color:var(--muted);font-size:1.02rem;max-width:620px;margin:0}
.mu-contact__grid{display:grid;grid-template-columns:0.9fr 1.3fr;gap:26px;align-items:start}

/* Panneau infos (carte sombre Sang & Or) */
.mu-contact__info{background:linear-gradient(160deg,#171b26,#0e1118);border-radius:18px;padding:26px 24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 16px 40px rgba(0,0,0,.28);position:relative;overflow:hidden}
.mu-contact__info::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(var(--red),var(--yellow))}
.mu-cinfo{display:flex;align-items:flex-start;gap:14px}
.mu-cinfo__ic{font-size:1.35rem;line-height:1.2;flex:0 0 auto;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:12px;border:1px solid rgba(255,255,255,.1)}
.mu-cinfo>div{display:flex;flex-direction:column}
.mu-cinfo b{color:#fff;font-family:"Poppins";font-weight:700;font-size:.92rem}
.mu-cinfo span{color:#aeb4c2;font-size:.88rem;word-break:break-word}

/* Formulaire */
.mu-cform{display:flex;flex-direction:column;gap:16px}
.mu-field{display:flex;flex-direction:column;gap:7px}
.mu-field label{font-family:"Poppins";font-weight:600;font-size:.85rem;color:var(--ink)}
.mu-field .req{color:var(--red)}
.mu-cform input[type=text],.mu-cform input[type=email],.mu-cform textarea{
  width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:12px;background:#fff;
  font-family:"Inter",sans-serif;font-size:.98rem;color:var(--ink);transition:border-color .15s,box-shadow .15s;
}
.mu-cform input:focus,.mu-cform textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 4px rgba(226,0,26,.12)}
.mu-cform textarea{resize:vertical;min-height:130px}
.mu-cform input::placeholder,.mu-cform textarea::placeholder{color:#aab0bd}

.mu-check{display:flex;align-items:center;gap:9px;font-size:.9rem;color:var(--muted);cursor:pointer}
.mu-check input{width:18px;height:18px;accent-color:var(--red)}

/* Captcha */
.mu-captcha{background:#f7f9fc;border:1px dashed var(--line);border-radius:12px;padding:14px 16px}
.mu-captcha label b{color:var(--red);font-family:"Poppins"}
.mu-captcha input{max-width:200px}
.mu-cap-err{color:var(--red);font-size:.85rem;margin:2px 0 0;font-weight:600}

/* Pot de miel : caché aux humains */
.mu-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

/* Bouton envoyer */
.mu-btn--send{align-self:flex-start;border:0;cursor:pointer;background:var(--red);color:#fff;padding:.8rem 1.7rem;border-radius:999px;font-family:"Poppins";font-weight:700;font-size:.98rem;box-shadow:0 10px 24px rgba(226,0,26,.35);transition:.2s}
.mu-btn--send span{display:inline-block;transition:transform .2s;margin-left:4px}
.mu-btn--send:hover{background:var(--red-dark);transform:translateY(-2px)}
.mu-btn--send:hover span{transform:translateX(5px)}

@media (max-width:820px){
  .mu-contact__grid{grid-template-columns:1fr}
  .mu-contact__info{order:2}
  .mu-contact__head h1{font-size:1.6rem}
}

/* Contact sans panneau infos : formulaire centré, largeur confortable */
.mu-contact__formwrap{max-width:640px}

/* ============================================================
   ACTUALITÉS — grille de cartes moderne
   ============================================================ */
.mu-news__heading{margin:0 0 20px}
.mu-news{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}
.mu-news__card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);color:var(--ink);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s}
.mu-news__card:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(20,25,40,.16)}
.mu-news__thumb{aspect-ratio:16/10;overflow:hidden;background:#eef1f6;display:flex;align-items:center;justify-content:center}
.mu-news__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.mu-news__card:hover .mu-news__thumb img{transform:scale(1.06)}
.mu-news__ph{font-size:2.4rem;opacity:.45}
.mu-news__body{padding:15px 17px 17px;display:flex;flex-direction:column;gap:8px;flex:1}
.mu-news__date{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:var(--red)}
.mu-news__title{font-family:"Poppins";font-size:1rem;font-weight:700;line-height:1.32;margin:0;color:var(--ink)}
.mu-news__intro{font-size:.86rem;color:var(--muted);margin:0;line-height:1.5}
.mu-news__more{margin-top:auto;padding-top:6px;font-size:.78rem;font-weight:800;color:var(--red)}
.mu-news__more span{display:inline-block;transition:transform .2s;margin-left:2px}
.mu-news__card:hover .mu-news__more span{transform:translateX(4px)}

/* Pagination */
.mu-news__nav{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:12px}
.mu-news__counter{margin:0;font-size:.82rem;color:var(--muted);font-weight:600}
.mu-news__pagination ul,.mu-news__pagination .pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;list-style:none;margin:0;padding:0}
.mu-news__pagination li{margin:0}
.mu-news__pagination a,.mu-news__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:600;font-size:.88rem;transition:.15s}
.mu-news__pagination a:hover{background:var(--red);color:#fff;border-color:var(--red)}
.mu-news__pagination .active span,.mu-news__pagination li.active span{background:var(--red);color:#fff;border-color:var(--red)}
.mu-news__pagination .disabled span{opacity:.4}

@media (max-width:520px){
  .mu-news{grid-template-columns:1fr 1fr;gap:14px}
  .mu-news__body{padding:12px 12px 14px}
  .mu-news__title{font-size:.9rem}
  .mu-news__intro{display:none}
}

/* Contenu pleine largeur quand pas de sidebar (Actualités, Contact, articles…) */
.mu-layout--full{grid-template-columns:1fr}

/* ============================================================
   THÈME CLAIR — fond blanc sobre & design (remplace l'immersif sombre)
   ============================================================ */
body.mu-site{
  background:
    radial-gradient(1200px 640px at 50% -280px, rgba(226,0,26,.085), transparent 66%),
    radial-gradient(720px 520px at 110% 2%, rgba(255,212,0,.11), transparent 58%),
    radial-gradient(680px 520px at -10% 98%, rgba(226,0,26,.05), transparent 60%),
    #ffffff;
  background-attachment:fixed;
  color:var(--ink);
}

/* En-tête clair (verre blanc) */
.mu-header{background:rgba(255,255,255,.86);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.mu-brand,.mu-brand__text,.mu-brand__text .mu-brand__name{color:var(--ink)}
.mu-brand__text .mu-brand__name .mu-r{color:var(--red)}
.mu-brand__text small{color:var(--muted)}
.mu-nav a{color:var(--ink)}
.mu-nav a:hover{background:var(--bg);color:var(--red)}
.mu-nav li.is-active a{background:var(--red);color:#fff}
.mu-burger span{background:var(--ink)}

/* Contenu sans "feuille" : cartes & articles portent leur propre surface blanche */
.mu-content{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}
.mu-content .item-page{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);padding:26px}
.mu-content .blog{background:transparent;box-shadow:none;padding:0}

/* Titres de section foncés (sur fond clair) */
.mu-section-title{color:var(--ink);text-shadow:none}

/* Footer sombre net (ancre visuelle) */
.mu-footer{background:var(--dark);backdrop-filter:none;-webkit-backdrop-filter:none}

/* Drawer mobile clair */
@media (max-width:900px){
  .mu-nav{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}
  .mu-nav a{color:var(--ink)}
}
/* La marque ne rétrécit jamais (évite le chevauchement avec le badge) */
.mu-brand{flex:0 0 auto}

/* ===== Cartes mieux détachées sur fond blanc (rendu design) ===== */
.sp-portfolio-item-inner,
.mu-news__card,
.mu-clsmt,
.mu-sidebar .module,.mu-sidebar .mod-box,.mu-sidebar>div,
.mu-content .item-page{
  box-shadow:0 8px 26px rgba(20,25,40,.09), 0 1px 3px rgba(20,25,40,.05);
}
.sp-portfolio-item-inner{border:1px solid var(--line)}

/* En-tête : légère ombre pour le détacher du blanc */
.mu-header{box-shadow:0 1px 0 var(--line), 0 6px 20px rgba(20,25,40,.05)}

/* ===== Partenaires : tuiles uniformes, centrées, sobres ===== */
.mu-partners-grid{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:14px;max-width:900px;margin:0 auto;
}
.mu-partners-grid a{
  display:flex;align-items:center;justify-content:center;
  width:132px;height:78px;padding:14px;margin:0;
  background:#fff;border-radius:14px;
  box-shadow:0 3px 12px rgba(0,0,0,.16);
  transition:transform .2s ease, box-shadow .2s ease;
}
.mu-partners-grid a:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.26)}
.mu-partners-grid img{
  max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;
  margin:0;padding:0;background:none;border-radius:0;
}
@media (max-width:520px){
  .mu-partners-grid{gap:10px}
  .mu-partners-grid a{width:104px;height:64px;padding:11px}
}

/* ===== Correctif pagination : chevrons (police d'icônes non chargée) + double-cadre ===== */
.mu-news__pagination .page-link span{
  min-width:0;height:auto;padding:0;border:0;background:none;border-radius:0;
  display:inline;box-shadow:none;
}
.mu-news__pagination [class*="icon-angle"]{font-style:normal;display:inline;line-height:1}
.mu-news__pagination [class*="icon-angle"]::before{font-size:1.15rem;line-height:1;font-weight:700}
.mu-news__pagination .icon-angle-left::before{content:"\2039"}
.mu-news__pagination .icon-angle-right::before{content:"\203A"}
.mu-news__pagination .icon-angle-double-left::before{content:"\00AB"}
.mu-news__pagination .icon-angle-double-right::before{content:"\00BB"}

/* ===== Partenaires — version plus design & moderne ===== */
.mu-footer__title{position:relative;padding-bottom:16px}
.mu-footer__title::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:56px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--red),var(--yellow))}

.mu-partners-grid{gap:16px;max-width:920px}
.mu-partners-grid a{
  position:relative;width:106px;height:60px;padding:8px;margin:0;
  background:#fff;border-radius:16px;overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.22);
  transition:transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
}
.mu-partners-grid a::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
  background:linear-gradient(90deg,var(--red),var(--yellow));
  transform:scaleX(0);transform-origin:left;transition:transform .3s ease;
}
.mu-partners-grid a:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(0,0,0,.34)}
.mu-partners-grid a:hover::after{transform:scaleX(1)}
.mu-partners-grid img{
  max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;margin:0;padding:0;
  filter:grayscale(.55);opacity:.9;transition:filter .3s ease, opacity .3s ease;
}
.mu-partners-grid a:hover img{filter:none;opacity:1}
@media (max-width:520px){
  .mu-partners-grid{gap:12px}
  .mu-partners-grid a{width:106px;height:66px;padding:12px}
}

/* ===== Page Contact — carte moderne centrée ===== */
.mu-contact{max-width:660px;margin:0 auto}
.mu-contact__head{text-align:center;margin-bottom:24px}
.mu-contact__head .mu-eyebrow{margin-bottom:14px}
.mu-contact__head h1{margin:0 0 10px}
.mu-contact__head p{margin:0 auto;max-width:520px}

.mu-contact__card{
  position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;
  box-shadow:0 20px 55px rgba(20,25,40,.10);padding:34px 34px 36px;overflow:hidden;
}
.mu-contact__card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--red),var(--yellow))}

.mu-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}

.mu-btn--send{display:flex;width:100%;align-items:center;justify-content:center}

@media (max-width:560px){
  .mu-form-row{grid-template-columns:1fr}
  .mu-contact__card{padding:24px 20px 26px}
}

/* Accessibilité/SEO : masqué visuellement, lu par lecteurs d'écran et moteurs */
.mu-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ===== Badge Jean-Yves — version premium (plus moderne & design) ===== */
.mu-brand__jy{
  height:54px;width:50px;border:0;border-radius:14px;padding:0;
  background:radial-gradient(130% 130% at 50% 0%, #232838 0%, #0a0c12 68%);
  box-shadow:0 6px 16px rgba(0,0,0,.32);
  overflow:hidden;
}
.mu-brand__jy::before{
  content:"";position:absolute;inset:0;border-radius:14px;padding:1.6px;z-index:2;pointer-events:none;
  background:linear-gradient(155deg,#ffe680 0%,#f5c400 38%,#a9781a 62%,#ffd400 100%);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
}
.mu-brand__jy::after{
  content:"";position:absolute;inset:0;border-radius:14px;z-index:1;pointer-events:none;
  box-shadow:inset 0 -14px 22px rgba(226,0,26,.22), inset 0 1px 0 rgba(255,255,255,.06);
}
.mu-brand__jy img{position:relative;z-index:1;height:100%;width:auto;display:block;margin:0}
.mu-brand__jy:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 26px rgba(0,0,0,.42)}

/* Liens légaux du footer */
.mu-footer__legal{margin-top:22px;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:.82rem}
.mu-footer__legal a{color:#c8ccd6;transition:color .15s}
.mu-footer__legal a:hover{color:#fff}
.mu-footer__legal span{color:#5a6070}

/* Réseaux sociaux du footer */
.mu-footer__social{margin-top:26px;display:flex;justify-content:center;gap:12px}
.mu-footer__social a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.07);color:#c8ccd6;border:1px solid rgba(255,255,255,.12);transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.mu-footer__social a:hover{background:var(--red);color:#fff;border-color:var(--red);transform:translateY(-3px)}
.mu-footer__social svg{width:20px;height:20px;display:block}

/* Boutons réseaux aux couleurs des plateformes */
.mu-footer__social a{color:#fff;border:0}
.mu-footer__social a:hover{transform:translateY(-3px)}
.mu-footer__social a.mu-social--fb{background:#1877f2}
.mu-footer__social a.mu-social--fb:hover{background:#0e63d6}
.mu-footer__social a.mu-social--ig{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)}
.mu-footer__social a.mu-social--ig:hover{filter:brightness(1.08)}

/* ===== Icônes réseaux — version design moderne (squircle + halo coloré) ===== */
.mu-footer__social{gap:16px;margin-top:28px}
.mu-footer__social a{
  width:48px;height:48px;border-radius:15px;position:relative;overflow:hidden;border:0;color:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.32);
  transition:transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, filter .28s ease;
}
.mu-footer__social a::before{
  content:"";position:absolute;inset:0;border-radius:15px;pointer-events:none;z-index:0;
  background:linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 48%);
}
.mu-footer__social svg{width:23px;height:23px;position:relative;z-index:1;transition:transform .28s ease}
.mu-footer__social a:hover{transform:translateY(-5px) scale(1.05)}
.mu-footer__social a:hover svg{transform:scale(1.08)}

.mu-footer__social a.mu-social--fb{background:#1877f2;box-shadow:0 8px 22px rgba(24,119,242,.45)}
.mu-footer__social a.mu-social--fb:hover{box-shadow:0 14px 32px rgba(24,119,242,.62)}
.mu-footer__social a.mu-social--ig{
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  box-shadow:0 8px 22px rgba(214,36,159,.45);
}
.mu-footer__social a.mu-social--ig:hover{box-shadow:0 14px 32px rgba(214,36,159,.62);filter:saturate(1.12)}

/* Glyphes officiels FB/IG : préserver les proportions (viewBox non carrés) */
.mu-footer__social svg{width:auto;height:24px;max-width:26px}
.mu-footer__social a.mu-social--fb svg{height:26px}

/* Chronique accueil : 2 colonnes x 3 rangées, images paysage, alignées sur la sidebar */
.mu-content .sp-portfolio-items{grid-template-columns:repeat(2,1fr);gap:20px}
.mu-content .sp-portfolio-thumb{aspect-ratio:7/4}
@media (max-width:560px){ .mu-content .sp-portfolio-items{grid-template-columns:1fr} }

/* Bouton X (Twitter) — couleur de la marque (noir) */
.mu-footer__social a.mu-social--x{background:#000;box-shadow:0 8px 22px rgba(0,0,0,.4)}
.mu-footer__social a.mu-social--x:hover{box-shadow:0 14px 32px rgba(0,0,0,.55)}
.mu-footer__social a.mu-social--x svg{height:21px}

/* ===== Lightbox produits boutique (clic image -> agrandissement) ===== */
.mu-shop__item img{cursor:zoom-in;transition:transform .2s ease}
.mu-shop__item img:hover{transform:scale(1.06)}

.mu-lightbox{
  position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:5vw;
  background:rgba(8,10,15,.82);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);
  opacity:0;visibility:hidden;transition:opacity .32s ease,visibility .32s;
}
.mu-lightbox.is-open{opacity:1;visibility:visible}
.mu-lightbox__fig{margin:0;display:flex;flex-direction:column;align-items:center;gap:16px;
  transform:scale(.82) translateY(10px);opacity:0;transition:transform .38s cubic-bezier(.2,.85,.25,1),opacity .3s ease}
.mu-lightbox.is-open .mu-lightbox__fig{transform:none;opacity:1}
.mu-lightbox img{
  max-width:min(88vw,560px);max-height:78vh;width:auto;height:auto;display:block;
  background:#fff;border-radius:18px;padding:18px;box-shadow:0 34px 90px rgba(0,0,0,.6);
}
.mu-lightbox figcaption{color:#fff;font-family:"Poppins",sans-serif;font-weight:600;font-size:1.05rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.5)}
.mu-lightbox__close{
  position:absolute;top:22px;right:26px;width:48px;height:48px;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.12);color:#fff;font-size:1.7rem;line-height:1;
  display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);
  transition:transform .25s ease,background .2s ease,border-color .2s ease;
}
.mu-lightbox__close:hover{background:var(--red);border-color:var(--red);transform:rotate(90deg)}
@media (max-width:560px){ .mu-lightbox__close{top:14px;right:14px;width:42px;height:42px} }

/* ===== Bloc Galerie Photo — section ultra-moderne avec vraie photo ===== */
.mu-gallery-promo{
  position:relative;border-radius:28px;padding:52px 48px;margin:48px 0;text-align:center;
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.15);
  /* stabilise le compositing : evite qu'une couche GPU laisse une trace decalee */
  backface-visibility:hidden;-webkit-backface-visibility:hidden;
  background-color:var(--dark);
  background-image:url('../../../images/lemans-fc-stadium.jpg');
  background-size:cover;background-position:center 38%;background-repeat:no-repeat;
  transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease, background-size .6s cubic-bezier(.2,.8,.2,1);
}
.mu-gallery-promo:hover{
  transform:translateY(-4px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  background-size:112%;
}
/* Voile Sang & Or : assombrit la photo pour garder le texte blanc lisible */
.mu-gallery-promo::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(135deg, rgba(176,0,21,.52) 0%, rgba(226,0,26,.34) 42%, rgba(12,15,24,.62) 100%);
}
.mu-gallery-promo::after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(0,0,0,.42), transparent 62%),
    radial-gradient(circle at 82% 16%, rgba(255,212,0,.22), transparent 40%);
}
.mu-gallery-promo__content{position:relative;z-index:3;max-width:540px;margin:0 auto}
.mu-gallery-promo__icon{
  width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.25);border-radius:20px;backdrop-filter:blur(10px);
  transition:transform .32s cubic-bezier(.2,.85,.25,1), background .28s ease;
}
.mu-gallery-promo:hover .mu-gallery-promo__icon{transform:scale(1.12) rotate(5deg);background:rgba(255,255,255,.35)}
.mu-gallery-promo__icon svg{width:48px;height:48px;color:#fff}
.mu-gallery-promo h2{
  font-family:"Poppins",sans-serif;font-size:2rem;font-weight:800;color:#fff;
  margin:0 0 14px;text-shadow:0 2px 8px rgba(0,0,0,.2);letter-spacing:.5px;
}
.mu-gallery-promo p{
  font-size:1rem;color:rgba(255,255,255,.95);line-height:1.6;margin:0 0 28px;
  text-shadow:0 1px 4px rgba(0,0,0,.15);
}
.mu-gallery-promo__btn{
  display:inline-block;padding:14px 36px;background:#fff;color:#e2001a;
  font-weight:700;font-size:1rem;border-radius:999px;text-decoration:none;
  box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .28s ease, box-shadow .28s ease, background .28s ease;
  border:2px solid #fff;cursor:pointer;
}
.mu-gallery-promo__btn:hover{
  transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.35);
  background:#ffd400;color:#12151d;
}
@media (max-width:768px){
  .mu-gallery-promo{padding:36px 24px;margin:30px 0}
  .mu-gallery-promo h2{font-size:1.5rem}
  .mu-gallery-promo p{font-size:.95rem}
  .mu-gallery-promo__icon{width:64px;height:64px}
  .mu-gallery-promo__icon svg{width:40px;height:40px}
}
