/* Thème Azur : tout en français, styles séparés comme demandé */

:root{
  --fond: #070B14;
  --surface: rgba(255,255,255,.06);
  --surface-2: rgba(255,255,255,.09);
  --texte: rgba(255,255,255,.92);
  --texte-muted: rgba(255,255,255,.70);
  --ligne: rgba(255,255,255,.12);

  --azur: #19B7FF;
  --azur-2: #0EA5E9;
  --nuit: #0B1220;

  --or: #FFD166;

  --rayon: 18px;
  --rayon-lg: 26px;

  --ombre: 0 18px 60px rgba(0,0,0,.40);
  --ombre-douce: 0 10px 30px rgba(0,0,0,.28);

  --conteneur: 1120px;
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }

body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--texte);
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(25,183,255,.20), transparent 60%),
    radial-gradient(900px 500px at 80% 0%, rgba(255,209,102,.10), transparent 55%),
    linear-gradient(180deg, #060814, #050612 40%, #04050E);
  line-height: 1.65;
}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; display: block; }

.container{
  width: min(var(--conteneur), calc(100% - 40px));
  margin-inline: auto;
}

/* En-tête */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(7, 11, 20, .70);
  border-bottom: 1px solid var(--ligne);
}

.header-grid{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.35), transparent 55%),
    linear-gradient(135deg, var(--azur), var(--azur-2));
  box-shadow: 0 10px 28px rgba(25,183,255,.25);
  border: 1px solid rgba(255,255,255,.18);
}

.brand-text{ display: flex; flex-direction: column; line-height: 1.05; }
.brand-name{ font-weight: 900; letter-spacing: .12em; font-size: 1.05rem; }
.brand-sub{ color: var(--texte-muted); font-weight: 600; font-size: .92rem; }

/* Menu */
.nav{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

.nav-link{
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  color: rgba(255,255,255,.86);
  transition: background .18s ease, transform .18s ease, color .18s ease;
}

.nav-link:hover{
  background: rgba(25,183,255,.18);
  color: rgba(255,255,255,.95);
  transform: translateY(-1px);
}

.header-actions{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  min-width: 210px;
}

/* Boutons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0); }

.btn-lg{ padding: 14px 18px; font-size: 1.05rem; }
.btn-sm{ padding: 8px 12px; font-size: .95rem; }

.btn-primary{
  background: linear-gradient(135deg, var(--azur), var(--azur-2));
  color: #04101A;
  box-shadow: 0 14px 40px rgba(25,183,255,.30);
}

.btn-primary:hover{ box-shadow: 0 18px 52px rgba(25,183,255,.38); }

.btn-ghost{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
}

.btn-ghost:hover{
  border-color: rgba(25,183,255,.40);
  background: rgba(25,183,255,.10);
}

.btn-outline{
  background: transparent;
  border-color: rgba(25,183,255,.45);
  color: rgba(255,255,255,.92);
}

.btn-outline:hover{ background: rgba(25,183,255,.10); }

/* Bouton collé */
.sticky-play{
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 14px 16px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: .02em;
  background: linear-gradient(135deg, var(--or), rgba(25,183,255,.95));
  color: #04101A;
  box-shadow: var(--ombre);
  border: 1px solid rgba(255,255,255,.20);
}

.sticky-play:hover{ transform: translateY(-2px); }

/* Hero */
.hero{ padding: 38px 0 26px; }

.hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: stretch;
}

.badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  font-weight: 900;
  margin: 0 0 12px;
}

.hero-title{
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hero-lead{ margin: 0 0 16px; color: rgba(255,255,255,.82); font-size: 1.05rem; }

.hero-cta{ display: flex; flex-wrap: wrap; gap: 12px; margin: 14px 0 8px; }

.hero-note{ margin: 10px 0 0; color: rgba(255,255,255,.62); font-size: .92rem; }

.hero-media{
  position: relative;
  border-radius: var(--rayon-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(800px 380px at 25% 0%, rgba(25,183,255,.25), transparent 55%),
    radial-gradient(800px 380px at 80% 10%, rgba(255,209,102,.14), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  box-shadow: var(--ombre-douce);
  min-height: 320px;
}

.hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.02);
}

.hero-media--fallback{
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(25,183,255,.32), transparent 60%),
    radial-gradient(900px 420px at 80% 10%, rgba(255,209,102,.16), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.hero-media-overlay{
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.45));
}

.stat{
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(7, 11, 20, .72);
  border: 1px solid rgba(255,255,255,.14);
}

.stat-title{ color: rgba(255,255,255,.70); font-weight: 900; font-size: .86rem; }
.stat-value{ font-weight: 950; font-size: 1.05rem; letter-spacing: -0.01em; }
.stat-sub{ color: rgba(255,255,255,.66); font-size: .88rem; }

/* Contenu */
.content{ padding: 18px 0 40px; }

h1{
  margin: 18px 0 10px;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  letter-spacing: -0.02em;
}

.section{ margin-top: 16px; }

.card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--rayon);
  padding: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.card h2{
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.25;
}

.list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.86);
}

.note{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(25,183,255,.35);
  background: rgba(25,183,255,.10);
  color: rgba(255,255,255,.90);
}

.cta-inline{ margin-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; }
.cta-block{ margin-top: 14px; display: flex; justify-content: center; }

.muted{ color: var(--texte-muted); }
.small{ font-size: .92rem; }

/* Tableaux */
.table-wrap{
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  overflow: auto;
}

.table{
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

.table th, .table td{
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  vertical-align: top;
}

.table th{
  position: sticky;
  top: 0;
  background: rgba(7, 11, 20, .92);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,.92);
  font-weight: 950;
}

.table td{ color: rgba(255,255,255,.84); }

.games-table .thumb{
  width: 78px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
}

/* FAQ */
.faq-item{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  border-radius: 16px;
  padding: 12px 12px;
  margin-top: 10px;
}

.faq-item summary{
  cursor: pointer;
  font-weight: 950;
  color: rgba(255,255,255,.92);
}

.faq-item p{
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
}

/* Badges apps */
.app-badges{ display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }

.app-badge{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight: 950;
}

.app-badge:hover{
  border-color: rgba(25,183,255,.45);
  background: rgba(25,183,255,.10);
}

/* Bloc jeu responsable */
.notice{
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--rayon);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(800px 260px at 20% 0%, rgba(25,183,255,.16), transparent 60%),
    rgba(255,255,255,.04);
}

.notice-title{ margin: 0 0 8px; font-size: 1.12rem; }

.notice-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 10px 0 0;
}

.notice-links a{
  color: rgba(255,255,255,.92);
  font-weight: 950;
  border-bottom: 1px dashed rgba(25,183,255,.55);
}

.notice-links a:hover{ border-bottom-style: solid; }

/* Pied de page */
.site-footer{
  border-top: 1px solid var(--ligne);
  background: rgba(0,0,0,.22);
  padding: 26px 0 10px;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.footer-brand{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-title{ font-weight: 950; letter-spacing: .02em; font-size: 1.1rem; }

.footer-heading{
  margin: 0 0 10px;
  font-size: 1rem;
  color: rgba(255,255,255,.92);
}

.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-links a{ color: rgba(255,255,255,.80); }
.footer-links a:hover{ color: rgba(255,255,255,.95); text-decoration: underline; }

.footer-bottom{
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.microdata{
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.micro-row{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  margin-top: 6px;
}

.micro-label{ color: rgba(255,255,255,.70); font-weight: 900; }
.micro-value{ color: rgba(255,255,255,.86); }

/* Responsive */
@media (max-width: 980px){
  .header-grid{
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand, .header-actions{
    min-width: unset;
    width: 100%;
    justify-content: space-between;
  }

  .nav{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-grid{ grid-template-columns: 1fr; }

  .footer-grid{ grid-template-columns: 1fr; }

  .micro-row{ grid-template-columns: 1fr; }

  .sticky-play{
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }
}
