@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://fonts.cdnfonts.com/css/eating-pasta');
@import url('https://fonts.cdnfonts.com/css/belanosima');
@import url('https://fonts.cdnfonts.com/css/goglast');
@import url('https://fonts.cdnfonts.com/css/lt-neo-rounded'); 
@import url('https://fonts.cdnfonts.com/css/lt-bump-smrd');
@import url('https://fonts.cdnfonts.com/css/valo');
@import url('https://fonts.cdnfonts.com/css/sunday-personal-use');

@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:ital,wght@0,400..700;1,400..700&family=Hind:wght@300;400;500;600;700&display=swap');


.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.expletus-sans-regular {
  font-family: "Expletus Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Hind", sans-serif;
  margin: 0;
  padding: 0;
  color: white;
  background-color: #000;
  max-width: 1420px;
  margin: 0px auto;
}


.main-page {
  margin: 41vh 5vw;
}

main {
  background: inherit;
  color: inherit;
}

.section-title {
  font-family: "Expletus Sans", serif;
  font-size: 2.3rem;
  text-transform: uppercase;
  background: #f00;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 2px 2px 0px #f00, 4px 4px 0px #fff;
  letter-spacing: 2px;
}

.flex-buy {
  display: flex;
  flex-direction: row;
}

 .main section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 20px;
  background-color: inherit;
  color: inherit;
}

#debridge {
  justify-content: center;
}

.main section .illu {
  flex: 0 0 30%; 
  max-width: 30%;
}

.main section .illu img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.main section .content {
  flex: 1; 
  text-align: center; 
  padding: 10px;
}

.main section a {
  color: inherit; 
  text-decoration: none;
  transition: color 0.3s ease;
}

.main section a:hover {
  color: #ff4500; 
}

.main section .content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.main section .content p {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: justify;
}

.main section .content button {
  padding: 10px 20px;
  background: linear-gradient(90deg, #FF4500, #FF0000);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main section .content button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: left 0.5s ease;
}

.main section .content button:hover:before {
  left: 100%;
}

.main section .content button:hover {
  background: linear-gradient(90deg, #FF6347, #FF4500);
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.5);
}

@media (min-width: 769px) {    

  .buy-button-mobile {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; /* Rend l'élément inactif */
    position: absolute; /* Évite de perturber la mise en page */
    bottom: 22px;
  }

  .mobileBuyButtons {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; /* Rend l'élément inactif */
    position: absolute; /* Évite de perturber la mise en page */
  }


  #about,
  #content-hub {
    flex-direction: row; 
  }

  #how-to-buy {
    flex-direction: row-reverse; 
    align-items: start;
  }
}

@media (max-width: 768px) {
  .main section {
    padding: 20px 20px;
    flex-direction: column; 
  }

  .main section .illu {
    flex: 0 0 auto; 
    max-width: 100%;
  }

  .main section .illu img {
    margin-top: 20px;
    }

  .main section .content {
    text-align: center; 
  }

  .main section .content p {
    font-size: 1rem;
    line-height: 1;
    text-align: justify;
  }

  .desktopBuyButtons {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; /* Rend l'élément inactif */
    position: absolute; /* Évite de perturber la mise en page */
  }

}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Menu */
/* Desktop styles pour .menu */
.menu {
  position: sticky;
  top: 0;
  height: 90px;
  background: rgba(0, 0, 0, 1);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  font-variant-caps: small-caps;
}

.menu .socials {
  display: flex;
}

.menu .buy-button {
  margin-left: auto; /* S'assure que le bouton reste à droite */
}

.logo-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  max-height: 70px; 
}

.logo-container a {
  display: inline-block;
  max-height: 70px;
}

.logo-container img {
  display: block;
  height: 100%;
  max-height: 70px; 
  width: auto; 
  border-radius: 5px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-container img:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: left 0.5s ease;
}

.logo-container:hover img {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.logo-container:hover img:before {
  left: 100%;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.desktop-menu li a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  transition: color 0.3s;
}

.desktop-menu li a:hover {
  color: #ff5722;
}

.buy-button {
  padding: 8px 18px;
  background: linear-gradient(90deg, #FF0000, #EE2E00);
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-variant-caps: small-caps;
}

.buy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.buy-button-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #FF4500, #FF0000);
  border-radius: 5px;
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.buy-button-link:hover {
  background: linear-gradient(90deg, #FF6347, #FF0000);
  transform: scale(1.05);
}

.buy-logo {
  height: 24px;
}



@media (max-width: 768px) {
  .buy-button {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 1000; 
    padding: 12px 24px; 
    font-size: 1rem;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF4500, #FF0000);
    box-shadow: 0 4px 15px rgba(255, 69, 0, 0.5); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .buy-button:hover {
    transform: scale(1.1); 
    box-shadow: 0 6px 20px rgba(255, 69, 0, 0.7);
  }
}

.buy-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: left 0.5s ease;
}

.buy-button:hover:before {
  left: 100%;
}

.buy-button:hover {
  background: linear-gradient(90deg, #FF6347, #FF0000);
  box-shadow: 0 4px 15px rgba(255, 19, 0, 0.5);
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.burger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 3px;
}

/* No mobile Menu */
@media (max-width: 940px) {
  .desktop-menu {
    display: none;
  }
}

/* Containers */
.container {
  max-width: 800px;
  margin: 100px auto 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  text-align: center;
}

.container h1 {
  margin-bottom: 10px;
}

.container p {
  font-size: 1rem;
}

footer {
  background: rgba(0, 0, 0);
  color: white;
  text-align: center;
  position: relative;
  bottom: 0px;

  .buy-button {
    position: fixed;
    
  }
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-content .disclaimer {
  font-size: 0.8rem;
  color: lightgray;
  max-width: 55%;
}

.footer-content .socials {
  display: none;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.footer-content .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF0000, #EE2E00);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}

.footer-content .social-icon:hover {
  background: linear-gradient(90deg, #FF6347, #FF4500);
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.5);
}

.footer-content .social-icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; 
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FF0000, #EE2E00);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}

.social-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-45deg);
  transition: left 0.5s ease;
}

.social-icon:hover:before {
  left: 100%;
}

.social-icon:hover {
  background: linear-gradient(90deg, #FF6347, #FF0000);
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.5);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: white; 
  z-index: 2;
  position: relative;
  pointer-events: none; 
}


.social-link {
  text-decoration: none;
  margin: 0 5px; 
  display: inline-flex;
}

.social-link img {
  width: 60%;
  height: 60%;
  z-index: 2;
  position: relative;
  pointer-events: none; 
}

.center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 768px) {

  .footer-content .disclaimer {
    max-width: 95%;
  }


  .footer-content .socials  {
    display: flex; 
    margin-bottom: 20px;
  }

  footer {
    padding-bottom: 60px;
  }

  .social-icon {
    width: 30px; 
    height: 30px;  
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
  }  

  .social-link {
    margin: 0px;
  }

  .logo-container {
    max-height: 50px; 
  }
  
  .logo-container a {
    display: inline-block;
    max-height: 50px;
  }
  
  .logo-container img {
    display: block;
    height: 100%;
    max-height: 50px; 
    width: auto; 
    border-radius: 5px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .menu {
    justify-content: flex-start; /* Réaligne les éléments */
    max-height: 60px;
  }
  
  .menu .socials {
    margin-left: auto; /* Les "socials" s'alignent à droite */
    gap: 15px;

  }

  .menu .buy-button {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; /* Empêche l'élément d'être cliquable */
    position: absolute; /* Évite d'occuper un espace dans le layout */
  }

  .buy-button-mobile {
    padding: 8px 18px;
    background: linear-gradient(90deg, #FF0000, #EE2E00);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
    overflow: hidden;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-variant-caps: small-caps;
  }

  .buy-button-mobile:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 69, 0, 0.7);
  }

  .buy-button-mobile:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-45deg);
    transition: left 0.5s ease;
  }
  
  .buy-button-mobile:hover:before {
    left: 100%;
  }
  
  .buy-button-mobile:hover {
    background: linear-gradient(90deg, #FF6347, #FF0000);
    box-shadow: 0 4px 15px rgba(255, 19, 0, 0.5);
  }
  



  .buy-links {
    justify-content: center;
  }
  
}

.disclaimer {
  max-width: 500px;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #ffcc00;
  text-align: center;
}

nav ul.desktop-menu.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 60px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  padding: 10px;
}

/* Style général pour les boutons fixes */
.fixed-toggle {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF4500, #FF0000);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.5);
  transition: all 0.3s ease, background 0.5s ease;
  cursor: pointer;
}

body.dark #modeTV {
  fill: #FFFFFF;
}

/* Bouton de mode (clair/sombre) */
.mode-toggle {
  bottom: 20px;
  left: 20px;
}

/* Bouton TV */
.tv-toggle {
  bottom: 20px;
  left: 70px
}

/* Icônes SVG */
.fixed-toggle svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease, fill 0.3s ease;
  fill: white;
}

.fixed-toggle:hover {
  background: linear-gradient(90deg, #FF6347, #FF4500);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.7);
}

.fixed-toggle.active svg {
  transform: rotate(360deg);
}

/* Mode sombre */
body.dark .fixed-toggle {
  background: linear-gradient(90deg, #3b3b3b, #222);
}

body.dark .fixed-toggle:hover {
  background: linear-gradient(90deg, #4a4a4a, #333);
}

body.dark .fixed-toggle svg {
  fill: #FFFFFF;
}


.mode-toggle {
  position: fixed;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF4500, #FF0000);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.5);
  transition: all 0.3s ease, background 0.5s ease;
  cursor: pointer;
}

.mode-toggle svg {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease, fill 0.3s ease;
}

.mode-toggle:hover {
  background: linear-gradient(90deg, #FF6347, #FF4500);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.7);
}

.mode-toggle.active svg {
  transform: rotate(360deg);
}

body.dark .mode-toggle {
  background: linear-gradient(90deg, #3b3b3b, #222);
}

body.dark .mode-toggle:hover {
  background: linear-gradient(90deg, #4a4a4a, #333);
}

body.dark #modeIcon {
  fill: #FFFFFF; 
}

body.dark {
  background-color: black;
  color: white;
}

body.light {
  background-color: white;
  color: black;
}

button,
.section-title {
  color: #000 !important;
  background-color: initial !important;
}

.fade-in {
  opacity: 0; 
  transition: opacity 1.5s ease-in-out; 
}

.fade-in-active {
  opacity: 1;
}

@media (min-width: 1420px) {
  /* Bouton de mode (clair/sombre) */
  .mode-toggle {
    bottom: 20px;
    left: calc(50vw - 710px + 20px); /* 50vw - la moitié de max-width + marge de 20px */
  }

  /* Bouton TV */
  .tv-toggle {
    bottom: 20px;
    left: calc(50vw - 710px + 70px); /* Décalé de 50px en plus que .mode-toggle */
  }
}