
@font-face {
  font-family: IntegralFont;
  src: url(../fonts/Fontspring-DEMO-integralcf-regular.otf);
}

@font-face {
  font-family: Contax;
  src: url(../fonts/Contax\ Pro\ 75\ Bold\ Regular.ttf);
}

@font-face {
  font-family: SF Pro;
  src: url(../fonts/SFPRODISPLAYBOLD.OTF);
}

@font-face {
  font-family: Humanist;
  src: url(../fonts/Humanist\ 777\ Black\ BT.ttf);
}

@font-face {
  font-family: Kiro Light;
  src: url(../fonts/Kiro\ Light.otf);
}

@font-face {
  font-family: DIN;
  src: url(../fonts/DIN.ttf);
}

@font-face {
  font-family: Ocean;
  src: url(../fonts/Oceanwide-Semibold.otf);
}

* {
  box-sizing: border-box;
}


.text-linear {
  font-size: 1.8vh; 
  position: relative; 
  top: -3vh;
  color:#888;
  font-family: 'Ocean';
}

/* IMAGE ORDI */

.ordi {
  position: absolute;
  width: 100vh;
  height: 70vh;
  right: -5vh;
  
}

/* CORPS DE LA PAGE  */

.backindex{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background-color: black;
  margin-top: 170px;
  z-index: -2;
}

/* LOGO FOND */

/* FIN CORPS DE LA PAGE */

#Tittle {
  color: rgba(255,255,255,1); 
  font-family: "Archivo Black";
  font-size: 64px;
  opacity: 1;
  text-align: center;
  display: block;
}

span {
  flex-direction: column;
}

.main-title {
  margin-bottom: 0.2rem; 
}

.move-up {
  margin-top: -150px;
}

.section-title {
  font-size: 2.5rem; /* Taille de base */
  font-weight: bold;
  margin-bottom: 1rem;
  z-index: 10000000000;
  word-wrap: break-word; /* Permet au texte de se wrapper correctement */
  color: white;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  word-wrap: break-word;
  hyphens: auto;
  color: white;
}

h6 {
  font-family: "Poppins";
  font-weight: Bold;
  font-size: 25px;
}

#Fonctionnement.container.py-6.move-up {
 margin-top: 120px;
}


.parent-selector {
  margin: 0;
  padding: 0;
}


.rounded:hover {
  transition: filter 0.3s ease
}

#introduction {
  top: 43vh;
  left: 30vh;
  position: relative;
}

.faq-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

/* LOGO OFM */

.ofm {
  width: 56px;
  height: 56px;
  background: url("../images/mhklogo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 2.5vh;
  margin-top: -3px;
  left: 50px;
  overflow: hidden;
  z-index: 10;
  transition: color 0.3s ease, transform 0.3s ease; 
}

.ofm:hover {
  transform: scale(1.05);
}

.scrolled .ofm {
  position: absolute;
  top: 1.5vh;
}

/* video BOT EMAILS */

/* @keyframes glow-pulse {
  0% {
    box-shadow: 
      0 0 25px 10px rgba(255, 255, 255, 0.5),
      0 0 50px 20px rgba(255, 255, 255, 0.3);
    opacity: 0.6;
  }
  100% {
    box-shadow: 
      0 0 35px 15px rgba(255, 255, 255, 0.7),
      0 0 60px 25px rgba(255, 255, 255, 0.5);
    opacity: 0.9;
  }
} */

/* VIDEO */

.video-background {
  position: absolute; /* Changé de relative à fixed */
  top: 0vh;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0.15;
  z-index: -1;
}

.video-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* Maintient le ratio 16:9 */
  min-height: 100vh;
  min-width: 177.77vh; /* 100 * 16 / 9 */
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

/* FONCTIONNEMENT */

.trio {
  margin-left: 5vh;
  margin-right: 5vh;
}

/* MENU NAVIGATIONS */

body {
  margin: 0;
  padding: 0;
}

/* .trait-nav {
  position: relative;
  top: -12vh;
  height: 0.5px; 
  background-color: white; 
  opacity: 50%;
  width: 60%; 
  margin-top: 0px;
  padding-left: 95vh;
  padding-right: 95vh;
} */

.lien {
  margin: 0 15px;               
  text-decoration: none !important;        
  color: white;      
  padding: 15px 20px;             
  font-size: 13px; 
  font-weight: bold;
  font-family: "Poppins";
  transition: all 0.3s ease;
  position: relative;
}

.lien:hover {
  transform: scale(1.05);
}


/* Navigations MOBILE */


.hamburger {
  width: 46px;
  height: 46px;
  opacity: 1;
  position: absolute;
  top: 5vh;
  margin-top: -10px;
  right: 30px;
  display: none;
  overflow: hidden;
  z-index: 10;
  transition: color 0.3s ease, transform 0.3s ease; 
}

.hamburger:hover {
  transform: scale(1.05);
}

/* NAVIGATIONS MOBILE PAGE CONTACT */


.hamburger-contact {
  width: 46px;
  height: 46px;
  opacity: 1;
  position: absolute;
  top: 1vh;
  margin-top: -20px;
  right: 30px;
  z-index: 100;
  color: white;
  transition: color 0.3s ease, transform 0.3s ease; 
  display: none;
}

.hamburger-contact:hover {
  transform: scale(1.05);
}

/* Navigations MOBILE PAGE MENTIONS LEGAL */


.hamburger-legal {
  display: none;
  width: 46px;
  height: 46px;
  opacity: 1;
  position: absolute;
  top: 5vh;
  margin-top: -10px;
  right: 30px;
  overflow: hidden;
  z-index: 10;
  transition: color 0.3s ease, transform 0.3s ease; 
}

.hamburger-legal:hover {
  filter: invert(100%);
  transform: scale(1.05);
}



/* Effet de soulignement au hover */

.lien:hover::after {
  transform: scaleX(1);
}

/* Animation des liens pendant le scroll */
.navigations.scrolled .lien {
  padding: 10px 20px;
  font-size: 12px;
}

main {
  padding-top: 100px;
}

/* Animation d'apparition du background */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


html {
  scroll-behavior: smooth;
}

.vision {
  position: relative;
  top: -3vh;
}


/* INTRO */

.fonctionnement {
  font-size: 5vh; 
  font-weight: 300; 
  font-family: Ocean; 
  color: white; 
  position: relative; 
}

.Pourquoi {
  position: relative;
  padding: 2vh 0 5vh 0;
  margin: 0vh 5vh 0 5vh;
  margin-top: 10vh;

  background-attachment: fixed;
  background-size: 100%;
}

.Pourquoi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
}

.Pourquoi * {
  position: relative;
  z-index: 2;
}

/* Logo INSTAGRAM */

.discord {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 5.8vh;
  margin-top: -10px;
  right: 15vh;
  overfloW: hidden;
  z-index: 9;
  fill: white;
  transition: color 0.3s ease, transform 0.3s ease; 
}

.discord:hover {
  transform: scale(1.05);
}

.accordian-button.collapsed::after {
  color: white;
}

/* RESULTATS */

.bloc-resultats {
  margin-top: -10vh;
  margin-bottom: -20vh;
}

/* FOOTER PAGE ACCUEIL */

.kg {
  position: relative;
  width: 13vh;
  height: 10vh;
  margin-top: 30px;
  cursor: pointer;
}

 .testimonial-card {
      background-color: #1a1a1a;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }
    .custom-wrapper {
      width: 75vw;
      margin: 0 auto;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

.trait {
  opacity: 30% !important;
}

.footer-text, .footer-text a {
  font-family: 'Lexend Tera';
  font-size: 1.2vh;
  color: #7C8693;
  margin-top: 50px;
}

.footer-text a {
  position: relative;
  top: -3.5vh;
}

.lien-nav {
  margin: 0 15px;               
  text-decoration: none;        
  color: white;      
  padding: 15px 2px;             
  font-size: 13px; 
  font-weight: bold;
  font-family: "Ocean";
  transition: all 0.3s ease;
  position: relative;
}

.lien-nav:hover {
  background: linear-gradient(#2905FF, #9505FF, #CD05FF);
  color: transparent;
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  text-decoration: underline;
}

.footer-nav {
  margin-top: 20px;
}

/* Logo TIKTOK */

.tiktok {
  width: 22px;
  height: 11.7vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 1vh;
  margin-top: -10px;
  right: 7vh;
  overfloW: hidden;
  z-index: 10000;
  fill: white;
  transition: color 0.3s ease, transform 0.3s ease; 
}

.tiktok:hover {
  transform: scale(1.05);
}

/* FAQ */
    
    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }


  .title{
      font-size: 30px;
      text-align: center;
      margin-top: 80px;
      margin-bottom: 40px;
  }


  .questions-container{
      max-width: 800px;
      margin: 0 auto;
  }

  .question{
      border-bottom: 1px solid #fff;
  }
  .question button{
      width: 100%;
      background-color: #000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 15px;
      border:none;
      outline: none;
      font-size: 17px;
      font-family: "Poppins";
      color: #fff;
      font-weight: 700;
      cursor: pointer;
  }
  .question p{
      font-size: 15px;
      max-height: 0;
      opacity: 0;
      line-height: 1.5;
      overflow: hidden;
      transition: all 0.6s ease;
  }
  .d-arrow{
      transition: transform 0.5s ease-in ;
      color: #fff;
  }

  .question p.show{
      max-height: 200px; 
      opacity: 1;
      padding:0px 15px 30px 15px;
  }
  .question button .d-arrow.rotate{
      transform: rotate(180deg);
  }

/* LOGO OFM MENTIONS LEGALES */

.ofmlegal {
  width: 56px;
  height: 56px;
  background: url("../images/KG.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 25px;
  margin-top: -3px;
  left: 50px;
  filter: invert(0%);
  overflow: hidden;
  z-index: 10;
  transition: filter 0.3s ease;
  filter: invert(100%);
}

.ofmlegal:hover {
  transform: scale(1.05);
}


/* PAGE CONTACT */

.backcontact {
  background-color: #000;
}


.video-background2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.30;
  z-index: -100;
}

.video-foreground2 {
  position: fixed;
  opacity: 16%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
}

.conditions-container {
  margin: 20px 0;
}

.conditions-text {
  margin-bottom: 10px;
}

.video-foreground2 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* Ratio 16:9 pour couvrir l'écran */
  min-height: 100vh;
  min-width: 177.78vh; /* Ratio 16:9 pour couvrir l'écran */
  transform: translate(-50%, -50%);
  pointer-events: none;
  object-fit: cover; /* Pour que la vidéo couvre tout l'écran sans déformation */
}

.text-input {
  color: white !important;
  background: transparent;
}

.container {
  max-width: 50%;
  margin-bottom: 25vh;
  margin-left: 25%;
  margin-top: 32vh !important;
  padding: 2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.75rem 0;
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
  font-size: 1rem;
}

.form-group label {
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: #cccccc;
  font-size: 0.875rem;
  pointer-events: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: white;
}

.form-group textarea {
  resize: none;
  height: 100px;
}

.required::after {
  content: " *";
  color: white;
}

.message-group {
  grid-column: 1 / -1;
  margin-top: 1rem;
}

/* Style pour la checkbox et les conditions */
.conditions-container {
  margin: 2rem 0;
  color: #666;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1rem;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  line-height: 1.5;
  font-size: 0.875rem;
  user-select: none;
  color: #666;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.custom-checkbox:hover input ~ .checkmark {
  border-color: #000;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #000;
  border-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.conditions-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1rem;
}

.submit-container {
  text-align: center;
}

.submit-button {
  width: 100%;
  padding: 10px;
  background-color: white !important;
  border: none;
  color: #16213e !important;
  border-radius: 5px;
  cursor: pointer !important;
  transition: background-color 0.3s;
  z-index: 0;
}
.submit-button:hover {
  background-color: white !important;
}

/* Animation pour le focus des champs */
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  transform: translateY(-1.5rem);
  font-size: 0.75rem;
  color: white;
  transition: all 0.3s ease;
}


/* NAVIGATIONS PAGE MENTIONS LEGALS */

body {
  margin: 0;
  padding: 0;
}

.navigations-legal {
  background-color: #1a1a1a;
  display: flex;                
  justify-content: center;       
  align-items: center;          
  height: 70px;             
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  z-index: 8;
  padding: 0 20px;
}

main {
  padding-top: 100px;
}

/* Animation d'apparition du background */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navigations-legal.scrolled {
  animation: fadeIn 0.4s ease forwards;
}

/* FOOTER JURIDIQUE*/


/* Responsive : s'adapte aux petits écrans */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      text-align: center;
  }

    .carousel-custom {
    width: 80% !important;
    margin-left: 0 !important; 
    margin-top: 10vh !important;
    margin-bottom: 10vh !important;
  }

  #test {
    position: relative;
    text-align: center;
     left: -5vh !important;
  }

  .footer-linkss {
      margin-bottom: 15px;
  }
}

/* NAVIGATIONS CONTACT */

body {
  margin: 0;
  padding: 0;
}

.navigations-contact, .navigations {
  display: flex;                
  justify-content: center;       
  align-items: center;          
  height: 12vh;             
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  z-index: 5;
  padding: 0 0px;
  margin: 0 50px;
  border-bottom: gray solid 0.2px;
}

.navigations-contact.scrolled, .navigations.scrolled {
  display: flex;                
  justify-content: center;       
  align-items: center;          
  height: 12vh;             
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  z-index: 5;
  padding: 0 0px;
  margin: 0 50px;
  backdrop-filter: blur(20px);
  border-bottom: none;
}


.lien-contact {
  margin: 0 10px;               
  text-decoration: none;        
  color: white;      
  padding: 15px 20px;             
  font-size: 13px; 
  font-weight: bold;
  font-family: "Poppins";
  transition: all 0.3s ease;
  position: relative;
}

.lien-contact:hover {
  transform: scale(1.05);
}

.header {
  padding-bottom: 500px;
  margin-bottom: 500px;
  overflow: hidden;
}

/* Effet de soulignement au hover */

.lien-contact:hover::after {
  transform: scaleX(1);
}

/* Animation des liens pendant le scroll */
.navigations-contact.scrolled .lien {
  padding: 10px 20px;
  font-size: 14px;
}

main {
  padding-top: 100px;
}


/* IMAGE SLIDER */


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  top: -170px;
  background: url(../images/parisien.jpg);
  background-attachment: fixed;
  white-space: nowrap;
  position: relative;
}
  
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 150%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #151515);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #151515);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}

/* INFINITE SLIDER */

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  top: 3vh;
  padding: 30px 0;
  background: black;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), black);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), black);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 25px;
  margin: 0 40px;
}

.logotrafic {
  font-family: 'Poppins';
  font-size: 2.5vh !important;
}

.Iphone {
  width: 80%;
  height: auto;
  object-fit: contain;
  position: relative;
  left: 10vh;
}

/* SCHEMA */

.v6_232 {
  width: 100%;
  height: 740px;
  background: url("../images/v6_232.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 132px;
  left: 220px;
  overflow: hidden;
}
.v6_233 {
  width: 780px;
  height: 81px;
  background: url("../images/v6_233.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 350px;
  overflow: hidden;
}
.v6_234 {
  width: 738px;
  height: 81px;
  background: url("../images/v6_234.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_235 {
  width: 738px;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 9px;
  left: 0px;
  font-size: 63px;
  opacity: 1;
  text-align: center;
}
.v6_236 {
  width: 40px;
  height: 38px;
  background: url("../images/v6_236.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 9px;
  left: 738px;
  overflow: hidden;
}
.v6_237 {
  width: 40px;
  height: 38px;
  background: url("../images/v6_237.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_238 {
  width: 40px;
  height: 36px;
  background: url("../images/v6_238.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_239 {
  width: 40px;
  height: 36px;
  background: url("../images/v6_239.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_240 {
  width: 40px;
  height: 36px;
  background: url("../images/v6_240.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_241 {
  width: 40px;
  height: 36px;
  background: url("../images/v6_241.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_266 {
  width: 40px;
  height: 36px;
  background: url("../images/v6_266.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_264 {
  width: 40px;
  height: 36px;
  background: url("../images/v6_264.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_265 {
  width: 40px;
  height: 36px;
  background: rgba(0,0,0,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.v6_242 {
  width: 35px;
  height: 31px;
  background: url("../images/v6_242.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 1px;
  left: 1px;
  overflow: hidden;
}
.v6_243 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_243.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_244 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_244.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_245 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_245.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_246 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_246.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_247 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_247.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_248 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_248.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_249 {
  width: 6px;
  height: 15px;
  background: url("../images/v6_249.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2.553191661834717px solid rgba(241,139,181,1);
}
.v6_250 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_250.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 6px;
  left: 14px;
  overflow: hidden;
}
.v6_251 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_251.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_252 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_252.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_253 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_253.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_254 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_254.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_255 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_255.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_256 {
  width: 21px;
  height: 13px;
  background: url("../images/v6_256.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2.553191661834717px solid rgba(241,139,181,1);
}
.v6_257 {
  width: 21px;
  background: url("../images/v6_257.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 31px;
  left: 14px;
  overflow: hidden;
}
.v6_258 {
  width: 21px;
  background: url("../images/v6_258.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_259 {
  width: 21px;
  background: url("../images/v6_259.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_260 {
  width: 21px;
  background: url("../images/v6_260.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_261 {
  width: 21px;
  background: url("../images/v6_261.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_262 {
  width: 21px;
  background: url("../images/v6_262.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_263 {
  width: 21px;
  background: url("../images/v6_263.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2.553191661834717px solid rgba(241,139,181,1);
}

.reseaux {
  position: relative;
  width: 46vh;
  height: 46vh;
  z-index: 0;
  top: -47vh;
  left: -20vh;
  margin-bottom: -5vh;
}

.sociaux {
  position: relative;
  left: -13vh;
  display: flex;
}

/* TWITCH */

.bloc-twitch {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 281px;
  left: 2vh;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.twitch {
  width: 4.5vh;
  height: 4.5vh;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 5.5vh;
  overflow: hidden;
}

.twitch-text {
  width: 4.8vh;
  position: absolute;
  top: 108px;
  left: 53px;
  font-family: Poppins;
  color: white;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

/* YOUTUBE */

.bloc-youtube {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 459px;
  left: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.youtube {
  width: 45px;
  height: 45px;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 54px;
  overflow: hidden;
}

.youtube-text {
  width: 59px;
  position: absolute;
  color: white;
  top: 108px;
  left: 47px;
  font-family: Poppins;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

/* TIKTOK */

.bloc-tiktok {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 231px;
  left: 188px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.tiktok-2 {
  width: 45px;
  height: 45px;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 54px;
  overflow: hidden;
}

.tiktok-text {
  width: 47px;
  position: absolute;
  top: 108px;
  color: white;
  left: 53px;
  font-family: Poppins;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

/* PAID */

.bloc-paid {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 409px;
  left: 188px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}
.paid {
  width: 45px;
  height: 45px;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 54px;
  overflow: hidden;
}

.paid-text {
  width: 83px;
  position: absolute;
  color: white;
  top: 10vh;
  left: 33px;
  font-family: Poppins;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

/* REDDIT */

.bloc-reddit {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 588px;
  left: 188px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.reddit {
  width: 45px;
  height: 45px;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 54px;
  overflow: hidden;
}

.reddit-text {
  width: 47px;
  position: absolute;
  color: white;
  top: 108px;
  left: 53px;
  font-family: Poppins;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

/* TWITTER */

.bloc-twitter {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 317px;
  left: 356px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.twitter {
  width: 45px;
  height: 45px;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 54px;
  overflow: hidden;
}

.twitter-text {
  width: 49px;
  position: absolute;
  top: 108px;
  left: 52px;
  font-family: Poppins;
  color: white;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

.bloc-discord {
  width: 15.7vh;
  height: 15.7vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  top: 495px;
  left: 356px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;

}
.instagram-2 {
  width: 45px;
  height: 45px;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 28px;
  left: 54px;
  overflow: hidden;
}

.instagram-text {
  width: 72px;
  position: absolute;
  color: white;
  top: 108px;
  left: 40px;
  font-family: Poppins;
  font-weight: Semi Bold;
  font-size: 15px;
  opacity: 1;
  text-align: center;
}

.v6_288 {
  width: 403px;
  height: 266px;
  background: url("../images/v6_288.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 350px;
  left: 524px;
  overflow: hidden;
}
.v6_289 {
  width: 400px;
  height: 108px;
  background: url("../images/v6_289.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 75px;
  left: 2px;
  overflow: hidden;
}
.v6_290 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_290.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2.0641024112701416px solid rgba(228,231,235,1);
}
.v6_291 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_291.png");
  opacity: 1;
  position: absolute;
  top: 54px;
  left: 0px;
  border: 2.0641024112701416px solid rgba(228,231,235,1);
}
.v6_292 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_292.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 130px;
  left: 2px;
  overflow: hidden;
}
.v6_297 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_297.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_295 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_295.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_296 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_296.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2.0641024112701416px solid rgba(241,139,181,1);
}

.bloc-kg {
  position: relative;
  left: 50vh;
  width: 13vh;
  height: 13vh;
  background: #0b0b0b;
  opacity: 1;
  position: absolute;
  z-index: 1000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 3px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.v6_294 {
  width: 24px;
  height: 24px;
  background: rgba(241,139,181,0.7900000214576721);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.v6_298 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_298.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 75px;
  left: 2px;
  overflow: hidden;
}
.v6_303 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_303.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_301 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_301.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_302 {
  width: 400px;
  height: 54px;
  background: url("../images/v6_302.png");
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2.0641024112701416px solid rgba(241,139,181,1);
}
.v6_299 {
  width: 24px;
  height: 24px;
  background: url("../images/v6_299.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 13px;
  left: 22px;
  overflow: hidden;
}
.v6_300 {
  width: 24px;
  height: 24px;
  background: rgba(241,139,181,0.7900000214576721);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.v6_304 {
  width: 108px;
  height: 108px;
  background: url("../images/v6_304.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 75px;
  left: 148px;
  overflow: hidden;
}
.v6_305 {
  width: 108px;
  height: 108px;
  background: url("../images/v6_305.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_306 {
  width: 108px;
  height: 108px;
  background: rgba(241,139,181,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}


.bloc-courbe {
  width: 34.5vh;
  height: 47vh;
  background: #050505;
  opacity: 1;
  position: absolute;
  top: 8vh;
  left: 0vh;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 1px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.courbe-image {
  width: 282px;
  height: 192px;
  background: url("../images/courbe.png");
  border-radius: 1vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
}
.bloc-text {
  width: 282px;
  height: 47px;
  background: black;
  opacity: 1;
  position: absolute;
  top: 232px;
  left: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.v6_314 {
  width: 25px;
  height: 27px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.v6_315 {
  width: 11px;
  height: 13px;
  background: url("../images/v6_315.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
}
.v6_316 {
  width: 163px;
  position: absolute;
  color: white;
  white-space: nowrap;
  top: 1.6vh;
  left: 4.5vh;
  font-family: "Poppins";
  font-weight: Semi Bold;
  font-size: 12px;
  opacity: 1;
  text-align: left;
}
.v6_317 {
  width: 282px;
  height: 120px;
  background: url("../images/v6_317.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 302px;
  left: 20px;
  overflow: hidden;
}
.v6_318 {
  width: 282px;
  height: 36px;
  background: url("../images/v6_318.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v6_319 {
  width: 82px;
  color: white;
  position: absolute;
  top: 1vh;
  left: 30px;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 13px;
  opacity: 1;
  text-align: left;
}
.v6_320 {
  width: 71px;
  color: white;
  position: absolute;
  top: 1vh;
  left: 210px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 13px;
  opacity: 1;
  text-align: right;
}

.schema-kg {
  position: relative;
  left: 51.5vh;
  z-index: 100000;
  width: 10vh;
  height: 10vh;
}

.v6_321 {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
  position: absolute;
  top: 14px;
  left: 5px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.v6_322 {
  width: 282px;
  height: 36px;
  background: url("../images/v6_322.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 42px;
  left: 0px;
  overflow: hidden;
}
.v6_323 {
  width: 66px;
  color: white;
  position: absolute;
  top: 1vh;
  left: 30px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 13px;
  opacity: 1;
  text-align: left;
}
.v6_324 {
  width: 75px;
  color: white;
  position: absolute;
  top: 1vh;
  left: 207px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 13px;
  opacity: 1;
  text-align: right;
}
.v6_325 {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
  position: absolute;
  top: 14px;
  left: 5px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.v6_326 {
  width: 282px;
  height: 36px;
  background: url("../images/v6_326.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 84px;
  left: 0px;
  overflow: hidden;
}
.v6_327 {
  width: 27px;
  color: white;
  position: absolute;
  top: 1vh;
  left: 30px;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 13px;
  opacity: 1;
  text-align: left;
}
.v6_328 {
  width: 67px;
  color: white;
  position: absolute;
  top: 1vh;
  left: 215px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 12px;
  opacity: 1;
  text-align: right;
}
.v6_329 {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
  position: absolute;
  top: 14px;
  left: 5px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
.v6_330 {
  width: 27vh;
  height: 32vh;
  background: #070707;
  opacity: 1;
  position: absolute;
  top: 19vh;
  left: 120vh;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0px -11px 19px rgba(0.9529411792755127, 0.6000000238418579, 0.7450980544090271, 0.15000000596046448);
  overflow: hidden;
}

.flex-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55vh;
  width: 40%;
  position: relative;
  top: -14vh;
  left: 95.5vh;
}

.valid {
  width: 89px;
  height: 98px;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 3vh;
  left: 78px;
  overflow: hidden;
}

.custom-banner {
  background-color: #1e1e1e; /* gris foncé Bootstrap */
  color: white;
  font-weight: bold;
  z-index: 9999;
  padding: 1rem;
}

.discordd {
  position: relative;
  color: white;
  left: 2vh;
}


@media (max-width: 576px) {
  .custom-banner {
    font-size: 0.75rem;
  }
}


.arrow {
  width: 2vh;
  height: 3vh;
  fill: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0.4vh;
  overflow: hidden;
}


/* COURBE */

.bloc-milieu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 100vh;
  position: relative;
  top: 32vh;
  left: 13.5vh;
  z-index: -100;
}
  
.container svg {
  position: relative;

}

.curve {
  fill: none;
  stroke: #E7E9ED;
  width: 100%;
  height: 100%;
  opacity: 20%;
  stroke-width: 1.6;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.glow-path {
  fill: none;
  stroke: #db2777;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
  stroke-dasharray: 15 185;
}

#topPath {
  animation: moveDash 4s linear infinite;
}

#bottomPath {
  animation: moveDash 4s linear infinite;
}

@keyframes moveDash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


/* ANIMATION DE SCROLL */

h2, h3, h4, .logotrafic {
  font-size: 2rem;
  animation: reveal linear;
  animation-timeline: view();
  animation-range-start: cover 0%;
  animation-range-end: contain 20%;
}

.fonct, .Rose, .Iphone {
  animation: reveal linear;
  animation-timeline: view();
  animation-range-start: cover 0%;
  animation-range-end: contain 20%;
}

p {
  animation: reveal linear;
  animation-timeline: view();
  animation-range-start: cover 0%;
  animation-range-end: contain 20%;
}


@keyframes reveal {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Le code de la ptite ligne en haut ;) */

.scroller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1000;
  background: linear-gradient(
    to right,
    rgb(29, 198, 213) 100%,
    rgba(255, 148, 166, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 0;
  transform-origin: left;
  animation: scroll linear;
  animation-timeline: scroll();
  animation-range-start: cover 100px;
  animation-range-end: cover 100%;
}

@keyframes scroll {
  from {
    background-size: 0% 5px;
  }
  to {
    background-size: 100% 5px;
  }
}

.organique {
  max-width: 100%;
  height: auto;
}

.trafictktk, .traficinsta {
  position: relative;
  left: 1vh;
  bottom: 1.5px;
}


/* Animation d'apparition du background */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navigations-contact.scrolled {
  animation: fadeIn 0.4s ease forwards;
}

/* RESPONSIVE DESIGN */
@media screen and (min-width: 0px) and (max-width: 576px){

  .lien-mobiles {
    padding-left: 100vh !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 804px){

  .hamburger, .navigations, .hamburger-legal, .navigations-legal {
    justify-content: center;
  }

  .video-background2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0.45;
    z-index: -1;
  }
  
  .video-foreground2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-foreground2 iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vw;
    height: 200vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}


@media screen and (min-width: 480px) and (max-width: 1024px) {

  .container {
    max-width: 80%;
    margin-bottom: 25vh;
    margin-left: 10%;
    margin-top: 32vh !important;
    padding: 2rem;
  }
  

  .navigations-contact.scrolled, .navigations.scrolled {
    display: none;
  }


    .Iphone {
      position: relative;
      left: 2vh;
    }


    .tiktok {
      top: 80vh;
      right: 52vw;
    }

    .discord {
      top: 83.5vh;
      right: 44vw;
    }

    .navigations, .navigations-contact, .navigations-legal {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.9);
      margin-left: -100%;
    }

  
    .lien-legal {
      color: white;
    }    

    .hamburger, .hamburger-legal, .hamburger-contact{
      display: block;
      top: 4vh;
    }

    .hamburger-legal{
      filter: invert(100%);
    }

    .ofm {
      top: 3vh;
    }
    
    .ofmlegal {
      filter: invert(0%);
    }
  
    .mobile-menu {
      margin-left: 0;
    }
  }

  

  @media all and (max-width: 479px) {

    .container {
      max-width: 80%;
      margin-bottom: 25vh;
      margin-left: 10%;
      margin-top: 32vh !important;
      padding: 2rem;
    }
    
    html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

  .Resultat {
    margin-top: 0px;
  }


    .Iphone {
      position: relative;
      left: 2vh;
    }

    .navigations-contact.scrolled, .navigations.scrolled {
      display: none;
    }
  
  .navigations, .navigations-legal, .navigations-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    margin-left: -100%;
  }

  .lien, .lien-legal, .lien-contact {
    display: block;  
    margin: 20px 0; 
    text-align: center;
    width: 100%;
  } 

  .lien-legal {
    color: white;
  } 
  

  .hamburger, .hamburger-contact, .hamburger-legal{
    display: block;
    right: 4vh;
    top: 6.5vh;
  }

  .hamburger-legal{
    filter: invert(100%);
  }

  .tiktok {
    top: 80vh;
    right: 52vw;
  }

  .discord {
    top: 84.5vh;
    right: 38vw;
  }

  .mobile-menu {
    margin-left: 0;
  }

  .ofm, .ofmlegal {
    width: 5vh;
    height: 8vh;
    top: 4vh;
  }

  .reglement-contact {
    background-color: rgba(0, 0, 0, 0.5); 
  }

  .ofmlegal {
    filter: invert(0%);
  }

  .divmobile {
    margin-left: 10px !important;
  }

  .trio {
    position: relative;
    left: -3vh;
  }

  .logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0%;
  content: "";
  z-index: 2;
}

#Fonctionnement {
  position: relative;
  top: -4.5vh;
}


  .Pourquoi {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    padding: 4vh 0; /* Ajustement du padding pour mobile */
  }

  .trio {
    position: relative;
    left: 0vh;

  }

  .Iphone {
    position: relative;
    left: -3vh !important;
    width: 90%;
  }

  .Comment {
    padding-bottom: 5vh !important;
    margin-top: 12vh !important;
  }

  .bloc-discord {
    width: 10.7vh;
    height: 15.7vh;
    top: 495px;
    left: 49vh;
  }

  .instagram-2 {
    width: 40spx;
    height: 45px;
    top: 28px;
    left: 32px;
  }
  
  .instagram-text {
    width: 42px;
    top: 108px;
    left: 18px;
  }

  .bloc-twitter {
    width: 10.7vh;
    top: 317px; 
    left: 49vh;
  }
  
  .twitter {
    width: 45px;
    height: 45px;
    top: 28px;
    left: 34px;
  }
  
  .twitter-text {
    width: 49px;
    top: 108px;
    left: 28px;
  }

  .bloc-reddit {
    width: 10.7vh;
    height: 15.7vh;
    top: 588px;
    left: 35vh;
  }
  
  .reddit {
    width: 45px;
    height: 45px;
    top: 28px;
    left: 33px;
  }
  
  .reddit-text {
    width: 47px;
    top: 108px;
    left: 33px;
  }

  .bloc-paid {
    width: 10.7vh;
    height: 15.7vh;
    top: 409px;
    left: 35vh;
  }
  .paid {
    width: 45px;
    height: 45px;
    top: 28px;
    left: 34px;
  }
  
  .paid-text {
    width: 83px;
    top: 10vh;
    left: 13px;
  }

  .bloc-tiktok {
    width: 10.7vh;
    height: 15.7vh;
    top: 231px;
    left: 35vh;
  }
  
  .tiktok-2 {
    width: 45px;
    height: 45px;
    top: 28px;
    left: 34px;
  }
  
  .tiktok-text {
    width: 47px;
    top: 108px;
    left: 33px;
  }

  .bloc-twitch {
    width: 10.7vh;
    height: 15.7vh;
    top: 31 1px;
    left: 21vh;
  }
  
  .twitch {
    width: 4.5vh;
    height: 4.5vh;
    top: 28px;
    left: 3.5vh;
  }
  
  .twitch-text {
    width: 4.8vh;
    top: 108px;
    left: 33px;
  }
  
  .bloc-youtube {
    width: 10.7vh;
    height: 15.7vh;
    background: #0b0b0b;
    opacity: 1;
    position: absolute;
    top: 459px;
    left: 21vh;

  }
  
  .youtube {
    width: 45px;
    height: 45px;
    left: 3.2vh;
    position: absolute;
    top: 28px;
  }

  .sociaux {
    justify-content: center;
  }
  
  .youtube-text {
    width: 59px;
    top: 108px;
    left: 22px;
  }

  .courbe {
    transform: rotate(90deg);
  }

  .bloc-milieu {
    left: -27Vh;
    top: 90vh;
    height: 200px;
    width: 100vh;
  }

  .bloc-kg {
    left: 50vh;
    width: 10vh;
    height: 10vh;
    top: 15vh;
  }

  .schema-kg {
    top: 10vh;
  }

  .courbe svg {
    position: relative;
    margin-top: 20vh;
  }

  #FAQ {
    position: relative;
  }

  
}

@supports (-webkit-touch-callout: none) {
  .Pourquoi {
    background-attachment: scroll;
  }
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}



@media (min-width: 1024px) {
  .custom-banner {
    display: none;
  }
}




/* * {
  outline: 1px solid red;
} */










