
 <style>
 @media (max-width: 768px) {
  body.dark-mode .navbar .nav-links {
    background-color: #1e1e1e !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
  }
}

 body.dark-mode .MegaWin-accordion .panel {
  background-color: #1e1e1e !important;
  border-color: #444;
  color: #ddd;
}
 body.dark-mode .MegaWin-accordion .accordion-title {
  color: #f0e6ff;
  background-color: #c0392b;
  border-color: #444;
}

body.dark-mode .MegaWin-accordion .accordion-title:hover {
  color: #fff;
  background-color: #c0392b;
}

  /* Style par défaut du bouton */
#darkModeToggle {
  background-color: transparent;
  color: #6a0dad; /* violet clair */
  border: none;
  font-size: 1.3rem;
  padding: 5px 10px;
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
}

/* Style quand le mode sombre est activé */
body.dark-mode #darkModeToggle {
  background-color: #333;    /* fond foncé */
  color: #f0e6ff;           /* texte clair */
  box-shadow: 0 0 8px #c0392b; /* légère lueur rouge */
}
  body.dark-mode .logo-light {
  display: none !important;
}

body.dark-mode .logo-dark {
  display: block !important;
}
  body.dark-mode .navbar .burger {
  color: #c0392b !important;
}
body.dark-mode .navbar .burger:hover {
  color: #e74c3c !important;
}

  /* Titres */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: #c0392b !important;
}

/* Paragraphes */
body.dark-mode p {
  color: #ccc !important;
}

/* FAQ / Définition list */
body.dark-mode dt,
body.dark-mode dd {
  color: #ccc !important;
}

/* Autres textes (span, li, strong, etc.) */
body.dark-mode span,
body.dark-mode li,
body.dark-mode strong {
  color: #ccc !important;
}
body.dark-mode {
  background-color: #121212 !important;
  background-image: none !important;
  color: #eee !important;
  transition: background-color 0.3s, color 0.3s;
}

body.dark-mode header {
    background: #121212 !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.dark-mode .navbar {
  background-color: #222 !important;
  border-color: #222 !important;
  color: #aaa !important;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .navbar .nav-links a {
  color: #bbb !important;
}

body.dark-mode .navbar .nav-links a:hover,
body.dark-mode header nav a:hover,
body.dark-mode header nav a[aria-current="page"] {
  color: #fff !important;
  background-color: #c0392b !important;
}

body.dark-mode a {
  color: #c0392b !important;
}

body.dark-mode a:hover {
  color: #ddd !important;
}

body.dark-mode .casino-card {
  background-color: #222 !important;
  color: #ddd !important;
 box-shadow: 0 0 20px #c0392b !important;
}

body.dark-mode .card-content {
  color: #eee !important;
}

body.dark-mode .btn {
  background: #c0392b !important;
  color: #fff !important;
  box-shadow: 0 5px 15px #c0392b !important;
}

body.dark-mode .btn:hover {
  background: #c0392b !important;
  box-shadow: 0 8px 20px #c0392b !important;
}

body.dark-mode footer {
  background-color: #1e1e1e !important;
  color: #aaa !important;
  border-top: 1px solid #444 !important;
}

body.dark-mode table {
  background: #222 !important;
  color: #ddd !important;
}

body.dark-mode thead tr {
  background: #c0392b !important;
  color: #fff !important;
}

body.dark-mode tbody tr:hover {
  background: #c0392b !important;
}

body.dark-mode .dropdown-menu {
  background-color: #1e1e1e !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .dropdown-menu a {
  color: #ccc !important;
}

body.dark-mode .dropdown-menu a:hover {
  background-color: #4b0082 !important;
  color: #fff !important;
}
  #faq dt
{
  text-align: center;
  color: #6a0dad;
  font-family: Arial, sans-serif;
}

#faq dt {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1rem;
}

#faq dd {
  font-size: 1rem;
  margin-left: 0;
  margin-top: 0.3rem;
  line-height: 1.5;
}
  .logo-img {
  height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
}

.logo-link {
  display: inline-block;
}
.navbar {
  border: none;
}


.navbar .logo {
  font-weight: 900;
  color: #6a0dad;
  font-size: 1.5rem;
}

.navbar .burger {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  color: #4b0082;
}

.navbar .nav-links a:hover {
  color: #4b0082;
}

@media (max-width: 768px) {
  .navbar .burger {
    display: block;
  }

  .navbar .nav-links {
    display: none;
    position: absolute;
    top: 65px;
    right: 15px;
    background-color: #fff;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .navbar .nav-links.open {
    display: flex;
  }
}

   @media (max-width: 600px) {
    nav a {
      font-size: 14px;        /* Réduit la taille du texte */
      padding: 6px 8px;       /* Réduit l’espace autour du texte */
      white-space: nowrap;    /* Empêche le retour à la ligne */
    }
  }
    body {
      background: #f9fafb;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
    }

    .banner-section {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 30px auto;
      width: 100%;
      max-width: 1920px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    .banner-section img {
      width: 100%;
      height: 600px;
      object-fit: cover;
      border-radius: 12px;
    }
    @media (max-width: 768px) {
      .banner-section img {
        height: 250px;
      }
    }

header {
  background: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none; /* supprime la bordure */
  box-shadow: none; /* supprime l'ombre */
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  z-index: 999;
}
header nav a {
  background-color: transparent;
}

header nav a:hover,
header nav a[aria-current="page"] {
  background-color: rgba(106, 13, 173, 0.1); /* fond violet léger au hover */
  color: #4b0082;
  font-weight: 700;
}


    main {
      max-width: 1100px;
      margin: 0 auto;
      padding: 20px;
    }

    h1 {
      color: #6a0dad;
      font-weight: 900;
      text-align: center;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    h2 {
      color: #6a0dad;
      font-weight: 700;
      margin-top: 2.5rem;
      margin-bottom: 15px;
      font-size: 1.6rem;
      text-align: center;
    }
    p {
      text-align: center;
      font-size: 1.1rem;
      margin: 0 auto 30px;
      line-height: 1.6;
    }
    .casino-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center; /* centre horizontalement chaque carte dans sa colonne */
  margin-bottom: 40px;
}

    .casino-card {
      background: #000;
      border-radius: 12px;
      width: 100%;
	   max-width: 300px; 
      min-height: 260px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(106, 13, 173, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s;
      position: relative;
      overflow: hidden;
      color: white;
    }
    .casino-card:hover {
      transform: scale(1.05);
    }
    .casino-card .background-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: blur(5px);
    }
    .casino-card::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }
    .card-content {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      width: 100%;
      color: white;
    }
    .casino-logo {
      width: 180px;
      max-width: 90%;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .btn {
      background: #6a0dad;
      color: #ffffff;
      font-weight: 900;
      padding: 12px 20px;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.3s;
      display: inline-block;
      box-shadow: 0 5px 15px rgba(106, 13, 173, 0.4);
      width: 80%;
      max-width: 200px;
    }
    .btn:hover {
      background: #4b0082;
      box-shadow: 0 8px 20px rgba(75, 0, 130, 0.7);
    }

    .cta {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 50px;
    }
    .cta a {
      color: #6a0dad;
      font-weight: bold;
      text-decoration: none;
    }
    .cta a:hover {
      text-decoration: underline;
    }

    @media (max-width: 720px) {
      .casino-cards {
        flex-direction: column;
        align-items: center;
      }
      .casino-card {
        width: 90%;
      }
    }
  .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #eee;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  max-width: 1600px;
  margin: 0 auto;
}

.navbar .logo {
  font-weight: 900;
  color: #6a0dad;
  font-size: 1.5rem;
}

.navbar .burger {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  color: #4b0082;
}

.navbar .nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.navbar .nav-links a {
  text-decoration: none;
  color: #6a0dad;
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.navbar .nav-links a:hover {
  color: #4b0082;
}

@media (max-width: 768px) {
  .navbar .burger {
    display: block;
  }

  .navbar .nav-links {
    display: none;
    position: absolute;
    top: 65px;
    right: 15px;
    background-color: #fff;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .navbar .nav-links.open {
    display: flex;
  }
}

 @media (max-width: 600px) {
    nav a {
      font-size: 14px;        /* Réduit la taille du texte */
      padding: 6px 8px;       /* Réduit l’espace autour du texte */
      white-space: nowrap;    /* Empêche le retour à la ligne */
    }
  }
body {
  background: #f9fafb;
  background-image: radial-gradient(circle at top left, rgba(106,13,173,0.05), transparent 70%);
}
header {
  background: rgba(249, 250, 251, 0.4); /* Couleur très claire et semi-transparente */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  z-index: 999;
}


header nav a {
  margin: 0 15px;
  padding: 6px 12px;
  border-radius: 6px;
}

header nav a:hover,
header nav a[aria-current="page"] {
  color: #fff;
  background-color: #6a0dad;
  font-weight: 700;
}

header nav a:hover {
  color: #4b0082;
}

    header h1 {
      color: #6a0dad;
      font-weight: 900;
      font-size: 1.8rem;
      margin: 0;
    }
    nav a:hover {
      color: #6a0dad;
    }
    .casino-list h3,
    #comparatif h3,
    #apropos h3 {
      color: #6a0dad;
      font-weight: 900;
      font-size: 2rem;
      margin-bottom: 20px;
      text-align: center;
    }
    .casino-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .casino-card {
      background: #000;
      border-radius: 12px;
      width: 260px;
      min-height: 220px;
      padding: 20px;
      box-shadow: 0 0 15px rgba(106, 13, 173, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s;
      position: relative;
      overflow: hidden;
    }
    .casino-card:hover {
      transform: scale(1.05);
    }
    .casino-card .background-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: blur(5px);
    }
    .casino-card::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }
    .card-content {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      width: 100%;
      color: white;
    }
    .casino-card .casino-logo {
      width: 180px;
      max-width: 90%;
      margin-bottom: 15px;
      object-fit: contain;
    }
    .btn {
      background: #6a0dad;
      color: #ffffff;
      font-weight: 900;
      padding: 12px 20px;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.3s;
      display: inline-block;
      box-shadow: 0 5px 15px rgba(106, 13, 173, 0.4);
      width: 80%;
      max-width: 200px;
    }
    .btn:hover {
      background: #4b0082;
      box-shadow: 0 8px 20px rgba(75, 0, 130, 0.7);
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      color: #222;
      background: #ffffff;
      border-radius: 8px;
      overflow: hidden;
    }
    thead tr {
      background: #6a0dad;
      color: #ffffff;
    }
    th,
    td {
      padding: 12px 15px;
      text-align: center;
      border-bottom: 1px solid #dee2e6;
    }
    tbody tr:hover {
      background: #f0e6ff;
    }
    #apropos p {
      max-width: 700px;
      margin: 0 auto;
      font-size: 1.1rem;
      line-height: 1.6;
      color: #555;
      text-align: center;
      padding-bottom: 40px;
    }
    footer {
      text-align: center;
      font-size: 0.9rem;
      padding: 15px 0;
      color: #888;
      border-top: 1px solid #dee2e6;
      background: #ffffff;
      margin-top: 40px;
    }

    /* Bannière responsive sans bandes blanches */
    .banner-section {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 30px auto;
      width: 100%;
      max-width: 1920px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    .banner-section img {
      width: 100%;
      max-width: 1920px;
      height: 600px; /* hauteur fixe desktop */
      object-fit: cover; /* ici la clé pour supprimer bandes blanches */
      object-position: center;
      display: block;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    @media (max-width: 768px) {
      .banner-section img {
        height: 250px; /* hauteur mobile */
      }
    }

    @media (max-width: 720px) {
      .casino-cards {
        flex-direction: column;
        align-items: center;
      }
      .casino-card {
        width: 90%;
      }
      table {
        font-size: 0.9rem;
      }
    }
.info-btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  transition: color 0.3s ease;
  /* Suppression du fond, border-radius, width, height, line-height */
}

.info-btn:hover {
  color: #6a0dad;
}
/* Accordion */
.MegaWin-accordion {
  max-width: 900px;   /* largeur max désirée */
  margin: 30px auto 30px; /* top/bottom 0 et 30px, gauche/droite auto pour centrer */
  padding: 0 15px;    /* padding horizontal pour éviter que le contenu touche les bords */
  box-sizing: border-box; /* pour que padding soit inclus dans la largeur */
    text-align: center; /* Ajoute ça pour centrer le contenu inline, notamment l’image */
	border-radius: 12px;
	  overflow: hidden;
}
.accordion-container {
  display: flex;
  flex-direction: column; /* ou row si horizontal */
  align-items: center; /* centre horizontalement tous les enfants */
  gap: 30px; /* espace entre les accordéons */
}

  box-sizing: border-box;
  text-align: center;
}

.MegaWin-accordion .banner-img {
  display: block;            /* pour que margin auto fonctionne */
  max-width: calc(100% - 40px); /* 100% moins padding horizontal bouton (20px x 2) */
  width: 100%;
  height: auto;
  max-height: 240px;         /* limite hauteur sur desktop */
  object-fit: cover;
  border-radius: 8px;        /* pour correspondre aux arrondis du bouton */
  margin: 0 auto 15px;       /* centré horizontalement + marge en bas */
}

.MegaWin-accordion .accordion-title {
  background-color: #6a0dad;
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.MegaWin-accordion .accordion-title:hover {
  background-color: #4b0082;
}

.MegaWin-accordion .panel {
 list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 10px rgba(106, 13, 173, 0.1);
  padding: 0 20px;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.MegaWin-accordion .panel ul li::before {
 display: none !important
   content: "" !important;
}
.MegaWin-accordion .panel.open {
  padding: 15px 20px;
  max-height: 1000px;
}
.MegaWin-accordion .panel ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.MegaWin-accordion .panel ul li {
  list-style: none !important;
}

.MegaWin-accordion .panel ul li::marker {
  content: "" !important;
  display: none !important;
}
/*
.MegaWin-accordion-wrapper {
  max-width: 900px; /* ou ta largeur souhaitée */
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; /* optionnel pour un peu de padding horizontal */
}
@media (max-width: 768px) {
  .MegaWin-accordion 
    max-height: none;         /* pas de limite hauteur sur mobile */
    max-width: 100%;          /* pleine largeur du conteneur */
    width: 100%;
    height: auto;
    margin: 0 auto 15px;      /* centré horizontalement avec marge */
    border-radius: 8px;
  }
@media (max-width: 768px) {
  .MegaWin-accordion .banner-img {
    max-height: none;         /* pas de limite hauteur sur mobile */
    max-width: 100%;          /* pleine largeur du conteneur */
    width: 100%;
    height: auto;
    margin: 0 auto 15px;      /* centré horizontalement avec marge */
    border-radius: 8px;
  }
}
/* Conteneur du dropdown */
.dropdown {
  position: relative;
}

/* Lien principal */
.dropdown-toggle {
  cursor: pointer;
  color: #6a0dad;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 16px;
  display: inline-block;
}

/* Menu caché par défaut */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 1000;
  padding: 10px 0;
}

/* Liens dans le menu */
.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: #4b0082;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background-color: #f3e8ff;
}

/* Affichage au survol sur desktop */
.dropdown:hover .dropdown-menu {
  display: block;
    background: #eee !important;
}
.dropdown-menu {
  background: #eee !important; 
  padding: 10px;
  border-radius: 8px;
}
</style>
