/* ============================================
   00 - VARIABLES & BASE (DARK THEME)
   ============================================ */
:root {
  /* Backgrounds */
  --bg-base:        #050505;
  --bg-alt:         #0A0A0A;
  --bg-card:        #111111;

  /* Brand Colors - Volt & Dark */
  --accent:         #D4FF00; /* Jaune Néon / Volt */
  --accent-hover:   #b8e600;

  /* Textes */
  --text-main:      #FFFFFF;
  --text-body:      #A3A3A3;
  --text-muted:     #666666;

  /* Bordures */
  --border-soft:    #222222;
  --border-hard:    #333333;
}

body {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-base);
  color: var(--text-body);
  overflow-x: hidden;
  margin: 0;
  background-image: radial-gradient(#222 1px, transparent 0);
  background-size: 32px 32px;
}

/* Typographie globale */
h1, h2, h3, h4, .font-anton {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-main);
  font-weight: normal;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
  position: relative;
}

.bg-alt-dark { background-color: var(--bg-alt); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }

/* ============================================
   COMPOSANTS UI BRUTALISTES
   ============================================ */
.b-card {
  background: var(--bg-card);
  border: 1px solid var(--border-hard);
  transition: all 0.3s ease;
  position: relative;
}
.b-card:hover {
  border-color: var(--accent);
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0px var(--accent);
}

.b-card-accent {
  background: var(--bg-card);
  border: 1px solid var(--accent);
}

/* Navbar */
.navbar-dark {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(5, 5, 5, 0.95);
  border-bottom: 1px solid var(--border-soft);
  z-index: 100;
  transition: all 0.3s ease;
}
.navbar-dark.scrolled {
  background: #000000;
  border-bottom: 1px solid var(--border-hard);
}

/* Boutons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  background: var(--accent);
  color: #000000;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
}
.btn-primary:hover {
  background: var(--text-main);
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0px var(--accent);
}
.btn-primary:active { transform: translate(0, 0); box-shadow: 0px 0px 0px var(--accent); }
.btn-lg { padding: 13px 28px; font-size: 16px; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  background: transparent;
  color: var(--text-main);
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid var(--border-hard);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Badges & Typo Sections */
.badge-outline {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px;
  background: transparent; color: var(--text-main);
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: 2px; text-transform: uppercase;
  border: 1px solid var(--border-hard);
}
.badge-accent {
  display: inline-flex; align-items: center; padding: 6px 16px;
  background: var(--accent); color: #000;
  font-family: 'Anton', sans-serif; font-size: 14px;
  letter-spacing: 1px; text-transform: uppercase;
}

.section-label {
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase; color: var(--accent);
  margin-bottom: 16px; display: inline-block;
}
.section-title {
  font-size: clamp(28px, 4vw, 52px); line-height: 1.05; margin-bottom: 16px;
}
.text-accent { color: var(--accent); }
.section-subtitle {
  font-size: 15px; color: var(--text-body); line-height: 1.6; max-width: 600px; font-weight: 500;
}
.divider-accent {
  width: 80px; height: 6px; background: var(--accent);
  margin: 24px 0;
}
.divider-centered { margin: 24px auto; }
.section-header { text-align: center; margin-bottom: 44px; display: flex; flex-direction: column; align-items: center; }

/* ============================================
   NAVBAR (Desktop & Mobile)
   ============================================ */
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 80px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { text-decoration: none; display: flex; align-items: baseline; gap: 6px; }
.logo-pre { font-family: 'Anton', sans-serif; font-size: 32px; color: var(--accent); letter-spacing: 1px; }
.logo-text { font-family: 'Anton', sans-serif; font-size: 32px; color: var(--text-main); letter-spacing: 1px; }
.logo-sub { font-family: 'Anton', sans-serif; font-size: 32px; color: var(--accent); }

.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: 'Anton', sans-serif; font-size: 16px;
  color: var(--text-main); text-decoration: none; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.btn-nav { padding: 12px 24px !important; font-size: 16px !important; color: #000 !important; }

.nav-burger { background: none; border: none; cursor: pointer; display: none; flex-direction: column; gap: 6px; padding: 8px; z-index: 101;}
.nav-burger span { display: block; width: 32px; height: 3px; background: var(--text-main); transition: all 0.3s; }
.nav-burger.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); background: var(--accent); }
.nav-burger.active span:nth-child(2) { opacity: 0; }
.nav-burger.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); background: var(--accent); }

.nav-mobile {
  display: none; flex-direction: column; background: #000000;
  position: absolute; top: 80px; left: 0; right: 0;
  padding: 32px 24px; transform: translateY(-150%);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1); border-bottom: 1px solid var(--border-hard); z-index: 99;
}
.nav-mobile.open { transform: translateY(0); }
.nav-mobile a {
  padding: 20px 0; font-family: 'Anton', sans-serif; font-size: 24px; text-transform: uppercase; letter-spacing: 2px;
  color: var(--text-main); text-decoration: none; border-bottom: 1px solid var(--border-soft);
}
.nav-mobile a:last-child { border-bottom: none; }

@media (max-width: 992px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav-mobile { display: flex; }
}

/* ============================================
   01 - SECTION HERO
   ============================================ */
.hero-section {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; background: #000;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }

/* Slideshow */
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  animation: heroFade 24s infinite;
}
.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 6s; }
.hero-slide:nth-child(3) { animation-delay: 12s; }
.hero-slide:nth-child(4) { animation-delay: 18s; }

@keyframes heroFade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0; }
  100% { opacity: 0; }
}

.hero-img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  filter: grayscale(100%) contrast(120%); opacity: 0.6;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(5,5,5,1) 0%, rgba(5,5,5,0.7) 50%, rgba(5,5,5,0.2) 100%);
}
.hero-content {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 110px 24px 60px; width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 12px; padding: 8px 20px;
  background: transparent; border: 1px solid var(--border-hard);
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase;
  color: var(--text-main); margin-bottom: 32px; letter-spacing: 2px;
}
.badge-dot {
  width: 8px; height: 8px; background: var(--accent); border-radius: 0;
  animation: pulse-dot 1.8s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}
.hero-title {
  font-size: clamp(36px, 7vw, 84px);
  line-height: 0.9; margin-bottom: 18px;
}
.hero-subtitle {
  font-size: clamp(14px, 1.6vw, 17px);
  color: var(--text-body); line-height: 1.6; margin-bottom: 24px; font-weight: 500;
  max-width: 600px;
}
.hero-flags {
  display: flex; align-items: center; gap: 16px; margin-bottom: 48px;
  font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px;
}
.hero-flags span { display: flex; align-items: center; gap: 6px; }
.hero-flags svg { color: var(--accent); }
.flag-sep { color: var(--border-hard); }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-stats {
  display: inline-flex; align-items: center; gap: 28px; padding: 20px 32px;
  background: rgba(10,10,10,0.8); backdrop-filter: blur(10px);
  border: 1px solid var(--border-hard); flex-wrap: wrap;
}
.stat-number { font-family: 'Anton', sans-serif; font-size: 36px; color: var(--accent); display: block; line-height: 1; margin-bottom: 4px;}
.stat-label { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; color: var(--text-body); letter-spacing: 1px; text-transform: uppercase;}
.stat-divider { width: 1px; height: 56px; background: var(--border-hard); }

.scroll-indicator {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-family: 'Anton', sans-serif; font-size: 14px;
  color: var(--text-muted); letter-spacing: 2px;
  animation: bounce 2s ease-in-out infinite; z-index: 10;
}
.scroll-arrow { width: 2px; height: 40px; background: linear-gradient(to bottom, var(--accent), transparent); }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(12px)} }

@media (max-width: 768px) {
    .stat-divider { display: none; }
    .hero-stats { gap: 24px; padding: 24px; flex-direction: column; align-items: flex-start; width: 100%;}
    .stat-item { text-align: left; }
}

/* ============================================
   02 - INTRO BRANDON
   ============================================ */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.photo-wrapper { position: relative; border: 1px solid var(--border-hard); padding: 16px; background: var(--bg-alt); }
.photo-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 4/5; filter: grayscale(100%) contrast(110%); transition: filter 0.5s ease;}
.photo-wrapper:hover img { filter: grayscale(0%) contrast(100%); }
/* About slideshow */
.about-slideshow { position: relative; width: 100%; aspect-ratio: 4/5; overflow: hidden; }
.about-slide { position: absolute; inset: 0; opacity: 0; animation: aboutFade 16s infinite; }
.about-slide:nth-child(1) { animation-delay: 0s; }
.about-slide:nth-child(2) { animation-delay: 4s; }
.about-slide:nth-child(3) { animation-delay: 8s; }
.about-slide:nth-child(4) { animation-delay: 12s; }
.photo-wrapper .about-slide img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: unset; filter: grayscale(100%) contrast(110%); transition: filter 0.5s; display: block; }
.photo-wrapper:hover .about-slide img { filter: grayscale(0%) contrast(100%); }
@keyframes aboutFade { 0%{opacity:0} 5%{opacity:1} 25%{opacity:1} 30%{opacity:0} 100%{opacity:0} }
.photo-badge {
  position: absolute; bottom: -24px; right: -24px; padding: 20px 32px;
  display: flex; gap: 16px; align-items: center; z-index: 2; font-family: 'Manrope';
  background: var(--bg-card); border: 1px solid var(--accent);
}
.photo-badge strong { display: block; font-size: 18px; color: var(--text-main); font-family: 'Anton'; letter-spacing: 1px; text-transform: uppercase;}
.photo-badge span:last-child { font-size: 13px; color: var(--text-body); font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}

.intro-features { list-style: none; padding: 0; margin: 40px 0; display: flex; flex-direction: column; gap: 32px; }
.intro-features li { display: flex; gap: 24px; align-items: flex-start; }
.feature-icon { width: 56px; height: 56px; min-width: 56px; border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: center; font-size: 24px; background: var(--bg-alt); color: var(--accent); }
.intro-features strong { display: block; font-family: 'Anton', sans-serif; font-size: 18px; color: var(--text-main); margin-bottom: 6px; letter-spacing: 1px;}
.intro-features span { color: var(--text-body); font-size: 15px; line-height: 1.6; }

@media (max-width: 992px) {
  .intro-grid { grid-template-columns: 1fr; gap: 64px; }
  .photo-badge { right: 16px; bottom: -16px; }
}

/* ============================================
   03 - SERVICES PREVIEW
   ============================================ */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.service-card { padding: 0 0 28px 0; display: flex; flex-direction: column; gap: 16px; height: 100%; overflow: hidden; }
.service-card-img { width: 100%; height: 200px; object-fit: cover; object-position: center; filter: grayscale(20%); transition: filter 0.5s, transform 0.5s; display: block; }
.b-card:hover .service-card-img { filter: grayscale(0%); transform: scale(1.04); }
.service-card-body { padding: 0 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.service-card h3 { font-size: 24px; margin: 0; color: var(--text-main);}
.service-card p { color: var(--text-body); font-size: 14px; line-height: 1.7; flex-grow: 1; margin: 0;}
.service-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 24px; border: 1px solid var(--border-soft); background: var(--bg-alt); }

.service-link { font-family: 'Anton', sans-serif; font-size: 14px; color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 1px; transition: gap 0.2s; }
.service-link:hover { gap: 12px; }

.services-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 64px; }

/* ============================================
   04 - BANNER HYROX
   ============================================ */
.hyrox-banner {
  background: var(--accent);
  padding: 64px 24px; position: relative; overflow: hidden;
}
.hyrox-banner::before {
  content: 'HYROX'; position: absolute; font-family: 'Anton', sans-serif;
  font-size: 300px; color: rgba(0,0,0,0.05); right: -40px; top: 50%;
  transform: translateY(-50%); pointer-events: none; line-height: 1;
}
.banner-content {
  max-width: 1200px; margin: 0 auto; display: flex; align-items: center;
  justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; z-index: 2;
}
.banner-text h2 {
  font-size: clamp(30px, 5vw, 68px);
  color: #000; margin: 12px 0; line-height: 0.95;
}
.banner-text p { color: #111; font-size: 15px; margin: 0; font-weight: 700; font-family: 'Manrope';}
.btn-dark {
  display: inline-flex; align-items: center; padding: 20px 40px; background: #000;
  color: var(--accent); font-family: 'Anton', sans-serif;
  font-size: 18px; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap;
  transition: all 0.3s; text-decoration: none; border: 1px solid transparent;
}
.btn-dark:hover { background: transparent; color: #000; border-color: #000; }

.badge-black {
  display: inline-block; padding: 8px 20px; background: #000;
  color: var(--accent); font-family: 'Anton', sans-serif; font-size: 14px;
  letter-spacing: 2px; text-transform: uppercase;
}

/* ============================================
   05 - TESTIMONIAL
   ============================================ */
/* TESTIMONIALS — compact 3 cards */
.section-testimonial { padding: 80px 0; border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.testimonials-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.testi-card { background: var(--bg-alt); border: 1px solid var(--border-soft); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.testi-stars { display: flex; gap: 4px; }
.testi-stars svg { fill: var(--accent); stroke: var(--accent); width: 16px; height: 16px; }
.testi-text { font-size: 15px; color: var(--text-body); line-height: 1.6; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar { width: 44px; height: 44px; min-width: 44px; background: var(--border-hard); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 20px; font-family: 'Anton', sans-serif; }
.testi-author strong { display: block; font-size: 15px; font-family: 'Anton', sans-serif; color: var(--text-main); letter-spacing: 0.5px; }
.testi-author span { font-size: 12px; color: var(--text-body); text-transform: uppercase; letter-spacing: 1px; }
.testi-cta { text-align: center; }
.stars { color: var(--accent); display: flex; align-items: center; gap: 4px; }
.stars svg { fill: var(--accent); stroke: var(--accent); }

/* ÉVÉNEMENTS */
.section-events { padding: 80px 0; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.event-card {
  background: var(--bg-card);
  border: 1px solid var(--border-hard);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
}
.event-card:hover {
  border-color: var(--accent);
  transform: translate(-4px, -4px);
  box-shadow: 6px 6px 0 var(--accent);
}

/* Header de carte : date compacte + badge */
.event-card-top {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--border-hard);
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  padding: 14px 18px;
  min-width: 68px;
  flex-shrink: 0;
}
.event-day { font-family: 'Anton', sans-serif; font-size: 30px; color: #050505; line-height: 1; }
.event-month { font-family: 'Anton', sans-serif; font-size: 11px; color: #050505; letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }

.event-badge {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(212, 255, 0, 0.04);
  border-left: 1px solid var(--border-hard);
  flex: 1;
}

/* Corps de carte */
.event-body { padding: 22px 22px 16px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.event-title { font-family: 'Anton', sans-serif; font-size: 17px; color: var(--text-main); letter-spacing: 0.5px; text-transform: uppercase; line-height: 1.25; }
.event-meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent); font-weight: 600; }
.event-meta svg { width: 14px; height: 14px; stroke: var(--accent); }
.event-desc { font-family: 'Manrope', sans-serif; font-size: 13px; color: var(--text-body); line-height: 1.65; flex: 1; }
.event-btn { width: 100%; border-top: 1px solid var(--border-hard); padding: 14px 22px; font-size: 13px; letter-spacing: 2px; border-radius: 0; }
.event-card:hover .event-btn { border-top-color: var(--accent); }

@media (max-width: 992px) {
  .events-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 768px) {
  .testimonials-row { grid-template-columns: 1fr; }
}

/* ============================================
   06 - COMMENT ÇA MARCHE (STEPS)
   ============================================ */
.steps-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 24px; align-items: start; }
.step-card { padding: 48px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; height: 100%; position: relative; background: var(--bg-alt); border: 1px solid var(--border-soft);}
.step-number { font-family: 'Anton', sans-serif; font-size: 60px; color: var(--border-hard); line-height: 1; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); text-shadow: -1px -1px 0 var(--border-soft), 1px -1px 0 var(--border-soft), -1px 1px 0 var(--border-soft), 1px 1px 0 var(--border-soft); z-index: 0;}
.step-card h3 { font-size: 24px; color: var(--text-main); margin: 24px 0 16px; position: relative; z-index: 2;}
.step-card p { color: var(--text-body); font-size: 16px; line-height: 1.7; position: relative; z-index: 2;}
.step-arrow { color: var(--accent); margin-top: 80px; font-weight: bold; }
.steps-cta { text-align: center; margin-top: 80px; }

@media (max-width: 992px) {
  .steps-grid { grid-template-columns: 1fr; gap: 48px; margin-top: 40px; }
  .step-arrow { transform: rotate(90deg); margin: -16px auto; }
  .step-number { top: -30px; }
}

/* ============================================
   07 - CTA FINAL
   ============================================ */
.cta-final-card { padding: 64px 28px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; border: 2px solid var(--accent); background: #000; position: relative;}
.cta-final-card::before { content: ''; position: absolute; top: 8px; left: 8px; right: -10px; bottom: -10px; border: 1px solid var(--border-hard); z-index: -1; }

.cta-final-card h2 { font-size: clamp(28px, 4.5vw, 56px); color: var(--text-main); margin: 0; line-height: 1.1;}
.cta-final-card p { font-size: 16px; color: var(--text-body); max-width: 600px; margin: 0 auto; font-weight: 500;}
.cta-final-btns { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 16px;}
.cta-note { font-size: 14px !important; color: var(--text-muted) !important; text-transform: uppercase; letter-spacing: 1px;}

/* ============================================
   GALERIE PHOTOS
   ============================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 12px;
}
.gallery-item { overflow: hidden; position: relative; cursor: pointer; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: grayscale(30%);
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.06); filter: grayscale(0%); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
  color: var(--accent);
  pointer-events: none; /* laisse passer les clics vers l'img */
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* Tous les overlays galerie du site — pointer-events désactivés */
.galerie-overlay,
.ta-gallery-overlay,
.hyrox-gallery-overlay { pointer-events: none; }

/* ============================================
   LIGHTBOX
   ============================================ */
.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.92); align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lb-content { position: relative; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lb-content img { max-width: 90vw; max-height: 80vh; object-fit: contain; display: block; }
.lb-caption { font-family: 'Anton', sans-serif; font-size: 16px; letter-spacing: 2px; color: var(--accent); text-transform: uppercase; text-align: center; }
.lb-close { position: fixed; top: 20px; right: 24px; background: none; border: none; color: white; cursor: pointer; z-index: 10000; transition: color 0.2s; }
.lb-close:hover { color: var(--accent); }
.lb-prev, .lb-next { position: fixed; top: 50%; transform: translateY(-50%); background: none; border: none; color: white; cursor: pointer; z-index: 10000; transition: color 0.2s; padding: 16px; }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-prev:hover, .lb-next:hover { color: var(--accent); }

@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-item.wide { grid-column: span 1; }
}

/* HYROX banner avec image de fond */
.hyrox-banner { position: relative; }
.hyrox-banner-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('statics/images/brandon-hyrox-piste-aerienne-zoneair.jpg');
  background-size: cover; background-position: center;
  filter: grayscale(50%) brightness(0.3);
}
.hyrox-banner > * { position: relative; z-index: 1; }

/* ============================================
   UTILITAIRES — classes pour éviter les styles inline
   ============================================ */
.nav-mobile-cta { color: var(--accent); margin-top: 16px; }
.badge-flag-icon { display: flex; align-items: center; justify-content: center; color: var(--accent); }
.btn-mt { margin-top: 16px; }
.badge-mb { margin-bottom: 24px; }
.service-icon-accent { border-color: var(--accent); color: var(--accent); }
.container-no-pad { padding: 0; }
.testimonial-cta-mt { margin-top: 56px; }
.step-icon { margin-bottom: 24px; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { background: #000; border-top: 1px solid var(--border-hard); color: var(--text-body); padding: 72px 24px 40px; }
.footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 80px; }
.footer-logo { font-family: 'Anton', sans-serif; font-size: 36px; color: var(--text-main); margin-bottom: 20px; letter-spacing: 1px; line-height: 1;}
.footer-logo span { color: var(--accent); }
.footer-brand p { font-size: 16px; line-height: 1.7; margin-bottom: 32px;}
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: var(--text-main); text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 12px 24px; border: 1px solid var(--border-hard); transition: all 0.3s;}
.footer-social a:hover { background: var(--text-main); color: #000; border-color: var(--text-main); }

.footer-nav h4, .footer-contact h4 { font-family: 'Anton', sans-serif; font-size: 24px; color: var(--text-main); margin: 0 0 32px 0; letter-spacing: 1px; text-transform: uppercase;}
.footer-nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.footer-nav a { color: var(--text-body); text-decoration: none; font-size: 16px; transition: color 0.2s; font-weight: 500;}
.footer-nav a:hover { color: var(--accent); }

.footer-contact .btn-primary { width: 100%; margin-bottom: 32px; }
.footer-location { font-size: 15px; display: flex; align-items: center; gap: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}

.footer-bottom { max-width: 1200px; margin: 80px auto 0; border-top: 1px solid var(--border-hard); padding-top: 32px; display: flex; justify-content: space-between; font-size: 14px; color: var(--text-muted); flex-wrap: wrap; gap: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px;}

@media (max-width: 992px) {
  .footer-content { grid-template-columns: 1fr; gap: 64px; }
  .footer-bottom { flex-direction: column; text-align: center; justify-content: center;}
}
