@font-face {
    font-family: 'AktivGroteskExtended';
    src: url('../../fonts/aktiv-grotesk/AktivGrotesk_W_Rg.woff2') format('woff2'),
          url('../../fonts/aktiv-grotesk/AktivGrotesk_W_Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html, body{
  font-family: 'AktivGroteskExtended', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  /* background: #333e48; */
    background: #020000;

  
   }
   html, body {
    width: 100%;
    margin: 0; 
    padding: 0; 
    overflow-x: hidden;
  }

.hero{
  width: 100%;
  min-height: 90vh;
  height: 100%;
  background-color: transparent;
  margin: 0;
 
  position: relative;
}

.bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -2;
  
  
}
.hero video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  z-index: -2;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 2px 2px;
  z-index: 0;
}
.hero-btns  {
 margin: 0 20px;
 width: 100%;
}
.hero-content  {
  position: relative;
  top: 0%;
  transform: translateY(50%);
  margin-top: 10%;
}
.hero-btns .button-pulse {
  position: relative;
  
  color: white;
  background-color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #fff100;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 20px 10px;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.5s all ease-in-out;
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
          animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 #fff100;
}
#stick-nav{
  position: relative;
  margin-bottom: 100px;
  background-color: transparent;
  z-index: 4;
}
.bg-bb{
  background: #000!important;
  background-color: #000 !important;
}
#divMsg{
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  padding: 10px 0;
}

.ham-nav{
  display: flex;
  justify-content: space-between;
  padding:  0 5%;
  margin-top: -10px;
  
  
}
#nav-btn-mobile-alt{
  margin: 5px 0;
  background-color: #000;
  color: #fff100;
  border: 3px solid #fff100;
}
#nav-btn-mobile-alt:hover,
#nav-btn-mobile-alt:focus {
  box-shadow: inset 0 0 0 2em #fff100;
  color: #000;
  border: 3px solid #000;
}
.stickyy {
	position: -webkit-fixed;
	position: fixed;
	background-color: #000;
	z-index: 1;
  left: 0;
  width: 100%;
  
  
}
.navbar-brand img{
  height: 100%;
  width: 130px;
  /*margin: -10px 0;*/
}
#nav-btn{
  display: none; /* Hidden by default */
  left: 50%;
  transform: translate(-50%);
  position: fixed; /* Fixed/sticky position */
  top: 5px; /* Place the button at the bottom of the page */
  z-index: 99999;

}
#divMsgMobile{
  flex-direction: column;
  top: 45px;
  position: fixed;
  padding: 10px 0;
  left: 50%;
  transform: translate(-50%);
  
  z-index: 99999;
}


.hero-welcome{
  color: #fff;
  height: 100%;
  width: 100%;
}
.hero-description{
  width: 100%;
  
}
.hero-text {
  text-align: center;
  color: #fff;
  position: relative;
  
  margin: 0;
  z-index: 3;
  
  width: 100%;
  
}

.hero-text img{
  width: 70%;
  height: 70%;
  margin-top: -10%;
  padding: 0;
}
 
.arrows{
  display: flex;
  position: relative;
  margin-top: 10%;
  margin-left: 5%;
  width: 90%;
  justify-content: space-between;
  place-items: flex-end;
}
.vertical-menu{
  position: absolute;
  display: inline;
  right: 0;
  
  margin-top: 5%;
  
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  
}
.vertical-menu a {
  margin: 14px;
  font-size: 1.05rem;
  font-weight: 600;
}

#x-bg{
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.concept{
  margin-top: 20vh;
}

#img-div{
    display: flex;
    justify-content: right; /* centre horizontalement */
    align-items: right; /* centre verticalement */
}

#concept-div{
    display: flex;
    justify-content: justify; /* centre horizontalement */
    align-items: center; /* centre verticalement */
}

.concept h1{
  color:#fce200
}

.concept p{
    font-size: 1.3rem;
    color: #fff;
}

.concept img{
    width: 100%;
    height: 100%;
}

.video{
  background-color: #fff;
  margin: 0;
  font-size: 6rem;
  margin-top: 10vh;
}
#my-video{
  width: 100%;
  height: 80%;
  margin: 15% 0;
  font-size: 13px;
  font-weight: bold;
}
.video-description p {
font-size: 1.2rem;
margin-top: 5%;
margin-right: 5%;
color: #424141;
}
.video-text {
  margin-top: 15%;
}
.video-text h1 {
  font-size: 3rem;
  font-weight: 600;
}
.video img{
  width: 50%;
  height: 60%;
  margin: 0 25%;

}
.video-js .vjs-big-play-button {
  content: "";
  background-image: url("../../images/icons/play_button.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  border: none !important;
  box-shadow: none !important;
}
.details{
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 5% 2%;
}

.details .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; /* espace entre texte et image */
}

.details-text{
  text-align: center;
  color: #d4d4d4;
  font-size: 1.2rem;
}
.details-text h1{
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
}

.image-groupe img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; /* optionnel */
}

.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #000000;
  font-size: .9rem;
  background: #fff100;
  padding: 10px 30px ;
  text-decoration: none;
}

.details {
    margin-top: 0;
    padding-top: 0;
}

 .texte-div h1{
  color: #fff;
 }

.texte-div p{
  color: #fff;
 }

 .app-btns img.badge_google{
  width: 20%;
 }

 /* --- Structure générale --- */
 .weights-box {
  margin-top: 15vh;
  position: relative;
}

.promo {
  margin-top: 15vh;
  position: relative;
}

.carte-cadeau{
  margin-top: 15vh;
  position: relative;
}

.weights-box{
  margin:0;
}

 .weights-box .box{
  background-image: url("../../images/icons/Jaune-Gris.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80vw;
  max-height: 48vh;
  border-radius: 20px;
  padding: 3rem 2rem;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

}

.promo .box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 16 / 9;  
  border-radius: 20px;
  padding: 3rem 2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items:flex-end; /* bouton en bas de la box */
  justify-content: center;
  overflow: hidden;
}

/* L'overlay */
 .promo .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  z-index: 1;
}

/* Le contenu */
 .promo .box .live {
  position: relative;
  z-index: 2;
}

 .promo .box .btn {
  background-color: #fff100;
  color: #020000;
  border: none;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.9rem 1.8rem;
  cursor: pointer;
  border: 1px solid #fff100;
}

.promo .box .btn:hover {
  box-shadow: inset 0 0 0 2em #000;
  color: #fff100;
}

.carte-cadeau .box{
  background-image: url("../../images/icons/Gris-Jaune.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 80vw;
  max-height: 48vh;
  border-radius: 20px;
  padding: 3rem 2rem;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.weights-box .box img {
  overflow: visible;
  width: 170%;
  height: auto;
  margin: 0 20% -40% -20%;
}

.carte-cadeau .box img {
  overflow: visible;
  width: 215%;
  height: auto;
  margin: -70% 0% -40% -40%;
}

.message-top {
  background: #db0032;
  color: #020000;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  position: absolute;
  top: -1.9rem;
  right: 34%;
  font-weight: 900;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  width: 50%;
}

.message-top p{
  font-size: 1.6rem;
  margin: 0
}


.btn:hover,
.btn:focus {
  box-shadow: inset 0 0 0 2em #000;
  color: #fff100;
}
.live{
  margin: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200;
}
.live h2{
  font-size: 2.5rem;
  font-weight: 700;
}

.textes .live p{
  color: #020000;
}

.pics img {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  
  /* filter: grayscale(var(--value, 100%)); --value:89%; */
}
/* .pics img:first-child{
  filter: grayscale(var(--value, 100%)); --value:0%;
} */
.pics .splide{
  position: relative;
}
.pics {
  margin-top: 15vh;
}
.pics .splide .y-box{
  height: 180px;
  width: 120px;
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  background: #fff100;
  position: absolute;
  overflow: visible;
  z-index: 33;
  top: 50%;
  right: 0; 
}
.pics .splide .y-box p{
  transform: rotate(180deg);
  position: absolute;
  overflow: visible;
  z-index: 3;
  font-size: 2.4rem;
  font-weight: 600;
  bottom: 1%;
  left: 0; 
  margin: 0;
}

.pics .splide__track ul{
  display: flex;
  justify-content: space-between;  
}
.pics .splide__track ul li{
  margin-right: 20px;
  width: 120%;
  overflow: hidden;
  
}
.pics .splide__arrows {
  width: 100%; 
  position: relative; 
  margin-top: 50px;
  
}
.pics .splide__arrows button{
  background: transparent;
  height: 100px;
  width: 150px;
  margin: 0 10%;
}
.pics .splide__arrows button img{
  
  height: 100px;
  width: 150px;
  padding: 15px;
}

.coaches{
  margin: 10% 0;
}
.coaches h1{
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin: 2% 5%;
}
.coaches p{
  font-size: 1.1rem;
  margin: 2% 5%;
  text-align: center;
}
.coaches img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  
  /* filter: grayscale(var(--value, 100%)); --value:89%; */
}

.app-mobile{
  margin: 10% 0;
}

.app-mobile .phone-img-div img {
    width: auto;          /* garde les proportions */
    max-width: 100%;      /* ne dépasse pas la colonne */
    max-height: 450px;    /* limite la hauteur totale */
    display: block;
    margin: 0 auto;
    transform: rotate(-10deg);
}

#splide2-track img{
  object-fit: cover;
}
#splide1-track img {
  object-fit: cover;
}


.coaches .splide{
  position: relative;
}
.coaches .splide .y-box{
  height: 180px;
  width: 120px;
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  background: #fff100;
  position: absolute;
  overflow: visible;
  z-index: 33;
  top: 60%;
  right: 0; 
}
.coaches .splide .y-box p{
  transform: rotate(180deg);
  position: absolute;
  overflow: visible;
  z-index: 3;
  font-size: 2.4rem;
  font-weight: 600;
  bottom: 1%;
  left: 0; 
  margin: 0;
}

.coaches .splide__track ul{
  display: flex;
  justify-content: space-between;  
}
.coaches .splide__track ul li{
  margin-right: 20px;
  width: 120%;
  overflow: hidden;
  
}

.coaches .splide__arrows {
  width: 100%; 
  position: relative; 
  margin-top: 50px;
  
}
.coaches .splide__arrows button{
  background: transparent;
  height: 100px;
  width: 150px;
  margin: 0 10%;
}
.coaches .splide__arrows button img{
  
  height: 100px;
  width: 150px;
  padding: 15px;
}
.coaches img {
  
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.coaches .info{
  text-align: center;
  background: #000000;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 -10px 0;
  border-top-right-radius: 10px ;
  border-top-left-radius: 10px ;
  position: relative;  
}
.coaches .info hr {
  width: 70%;
  height: 3px;
  color: #fff100;
  margin: 0 15%;

}
.insta-account img{
  width: 11%;
  height: 10%;
  margin-right: 5px;
  
}
.insta-account {
  display: flex;
  justify-content: center;
}



.details-description p{
  color: #fff;
}

.classes{
  background: transparent;
  color: #fff;
  padding: 5% 0;
  margin-bottom: 100px;
  margin-top: 15vh;
}
.classes h3{
  font-size: 2.4rem;
  color: #fff100;
  font-weight: 600;
  text-transform: uppercase;
}
.classes p{
  font-size: 1.3rem;
  
}
.new-product{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  
}
.classes .class-t1 p{
  width: 300px;
   min-width: 100%;
  font-size: 1.5rem;
  font-weight: 900!important;
  white-space: nowrap;
  margin: 5% 0;
  background: #fff100!important;
  color: #000;
  text-transform: none!important;
  border-radius: 30px;
  padding: 10px 50px;
}
.classes .class-t2 p{
  font-size: 1.5rem;
  width: 100%;
  margin: 5% 0;
  background: #000!important;
  font-weight: 600;
  color: #fff100;
  border: 2px #fff100 solid;
  text-transform: none!important;
  border-radius: 30px;
  padding: 10px 30px;
}
.classes .class-t2 span{
  font-size: 1rem;
  margin: 5% 0;
  color: #625f5f;
  font-weight: 600;
  
}

#central-border{
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
#intro-offer{
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10% ;
  
}
.classes span{
  font-size: 1.3rem;
  text-align: center;
  color: #898585;
  margin: 10px 0;
}

.insta-contact{
  background-image: url("../../images/icons/x-bg.png");
  background-position:  100% ;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 5% 0 0 0;
}
.trainer-img-div{
  height: 100%;
}
.insta-contact .trainer-img {
  width: 90%;
  height: 60%;
  object-fit: fill;
  /* object-position: 15% 100%; */
}
.insta-contact p{
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 5%;
  color: #000000;
}
.insta-icon{
  display: flex;
  justify-content: flex-start;
  margin: 10% 0;
}
.insta-icon img{
  width: 10%;
  height: 10%;
}
.insta-icon p{
  text-transform: uppercase;
  margin: 2% 3%;
  font-weight: 400;
}
.rope-img{
  width: 45%;
  height: 30%;
  margin: -5% 0 0 33%;
}
.map{
  background-image: url("../../images/map.png");
   background-position:  100% ;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20vh;
  position: relative;
  margin-top: 0;
}
.map img {
  width: 10%;
  height: 70%;
  margin: 0;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.schedule{
  margin: 6% 5%;
  
}
.calendar{
  margin-top: 20px;
  margin-bottom: 100px;
  /* background-color: #fff100; */
  color: #000;
  border-radius: 30px;
  box-shadow: 5px 4px 66px 5px rgba(61,59,59,0.6);
-webkit-box-shadow: 5px 4px 66px 5px rgba(61,59,59,0.6);
-moz-box-shadow: 5px 4px 66px 5px rgba(61,59,59,0.60);
}
.choice{
  display: flex;
  flex-direction: row;
  justify-self: center;
  justify-content: space-evenly;
}
.choice p{
  cursor: pointer;
  font-size: 1.2rem;
  padding: 3px 5px;
  border-radius: 10px;
}
#m-btn{ 
  border: 3px solid #fff100;
}

#dropdown {
  width: 60%;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translate( -50%);
}
#dropdown:hover button:nth-child(1) {
  border-radius: 20px 20px 0 0;
}
#dropdown button {
  opacity: 0;
  width: 100%;
  border-style: none;
  background: #f5f5f5;
  padding: 10px;
  outline: none;
  cursor: pointer;
  pointer-events: none;
}
#dropdown button:hover {
  border: 1px solid #e0e0e0;
}
#dropdown button:nth-child(1) {
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  border-radius: 20px;
}
#dropdown button:last-child {
  border-radius: 0 0 20px 20px;
}
#dropdown:hover button {
  opacity: 1 !important;
  pointer-events: auto;
}

footer{
  background: #000000;
  padding: 5%;
}
footer h3 {
  color: #fff100;
  font-size: 1.5rem;
  text-transform: uppercase;
}
footer h2 {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-weight: 500;
}
footer p{
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.socials{
  display: flex;
  justify-content: center;
  margin: 50px 5px;
}
.socials img {
  height: 40px;
  width: 40px;
  margin: 5px;
}
.btn-alt{
  background:    #000000;
border:        1px solid #ffffff;
border-radius: 3px;
box-shadow:    0 1px #cccccc5e;
padding:       10px 55px;
margin: 10px 2px;
color:         #ffffff;
display:       inline-block;
font-size:    0.9rem;
text-align:    center;
text-transform: uppercase;
}
.btn-alt:hover,
.btn-alt:focus {
  box-shadow: inset 0 0 0 2em #fff;
  color: #000;
  border: 3px solid #000;
}
.button {
  position: relative;
  color: white;
  background-color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #fff100;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 20px 10px;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.5s all ease-in-out;
}
.button:hover {
  cursor: pointer;
  background: white;
  color: #1F4141;
  -webkit-animation: none;
          animation: none;
}


.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
          animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 #fff100;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}
.classes .btn{
  margin: 5px 10px 10px 10px ;
}

.hero-bg-mobile{
  display: none;
}
.mobile-btn{
  display: flex;
  max-width: 50%;
  justify-content: space-evenly;
  margin: 10px 10px;
}
.btn-alt-2{
  background:    #000;
  border-radius: 3px;
  box-shadow:    0 1px #fff100;
  padding:       10px 5px;
  color:         #fff100;
  border:        1px solid #fff100;
  display:       inline-block;
  font-size:    0.8rem;
  text-align:    center;
  text-transform: uppercase;
  width: 40%;
}

.show-mobile{
  display: none;

}

/* ==========================================================
MEDIA QUERIES
========================================================== */

@media (max-width: 768px) {
  .details-text h1 {
    font-size: 1.8rem;
  }

  .details .row {
    flex-direction: column; /* image au-dessus du texte */
    align-items: center;
  }

  .image-groupe {
    order: -1; /* fait passer l’image avant le texte */
  }

  .details-text {
    text-align: center;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 575.98px) and (max-width: 900px){
  .video img{
    display: none;
   
   }

  .weights-box{ 
    margin-top: 15vh;
  }

  .promo{ 
    margin-top: 15vh;
  }

  .carte-cadeau{ 
    margin-top: 15vh;
  }

  .carte-cadeau .textes .live {
    margin-top: -5vh;
  }
  
}
@media (min-width: 768px) { 
  
  .details-text h1{
    font-size: 2.2rem;
  }
  
 .private-content{
  padding: 25% 10%;
  text-align: center;
}
.map img {
  width: 20%;
  height: 70%;
  
}
.weights-box{
  
  margin-top: 15vh;
}
.promo{
  margin-top: 15vh;
}

.carte-cadeau{
  
  margin-top: 15vh;
}
}
@media (max-width: 355px){
   .weights-box .box,
   .carte-cadeau .box {
    width: 100%;
    left: 0;
    margin: 0;
    transform: none;
    padding: 1.5rem 0.8rem;
    border-radius: 0;
  }

  .weights-box .dbs, 
  .carte-cadeau .laptop {
      position: relative;
      transform: none;
      margin: 2rem 0px;
  }

  .weights-box .dbs img {
    width: 70%;
    max-width: 180px;
    margin: 0 20% -15% 15% !important;
  }

  .carte-cadeau .laptop img {
    width: 70%;
    max-width: 180px;
    margin: 0 20% -15% 15% !important;
  }

  .weights-box .live h2,
  .carte-cadeau .live h2 {
    font-size: 1.3rem;
  }

  .weights-box .live p,
  .carte-cadeau .live p {
    font-size: 0.9rem;
  }

  .weights-box .live button ,
  .carte-cadeau .live button,
  .details-highlight .live button  {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }

  .message-top {
    width: 90%;
    top: -1rem;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

}

@media (min-width: 992px) {
  *{
  font-size: 14px;
}

 .box { flex-direction: row; }

.weights-box{
  
  margin-top: 15vh;
}
.promo{
  margin-top: 15vh;
} 

.carte-cadeau{
  
  margin-top: 15vh;
}
}
@media (min-width: 1200px) {
  *{
  font-size: 16px;
} 


  .weights-box{
    margin-top: 20vh;
  }
  .promo{
    margin-top: 25vh;
  }
  .carte-cadeau {
    margin-top: 25vh;
  }
  .carte-cadeau .box{
    max-height: 32vh;
  }

  .carte-cadeau .box .textes{
    margin-top: -4vw;
  }

  .carte-cadeau .box img {
    margin-top: -13vw;
    }
}
@media (min-width: 1600px) {
  *{
  font-size: 34px;
} 



}

@media (min-width: 2000px) { 
  .hero-welcome .hero-text{
  
    margin-top: 10%;
    }
   .hero-welcome .hero-text h1{
    font-size: 170px!important;
    margin-top: 10%;
    }
}
@media (min-width: 1400px) { 
  *{
    font-size: 20px;
  }
  .hero{
    height: 100%;
    
  }

  .carte-cadeau {
    margin: 32vh auto;
  }

  .carte-cadeau .box{
    max-height: auto;
  }
  .carte-cadeau .box img {
    margin-top: -15vw;
    }

 #ham-btn{
   height: 50px;
   width: 80px;
   
 }
 .navbar-brand img{
  height: 100%;
  width: 130px;
  margin-bottom: 0;
 }
 
 .hero-welcome .hero-text h1{
  
  margin-top: 0;
  }
  .mobile-btn{
    width: 100%;
    max-width: 70%;
   
  }

  .pics img {
    width: 100%;
    height: 650px;
    border-radius: 30px;
  }
  .pics .splide .y-box{
    height: 200px;
    width: 10px;

  }
  .coaches img {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .insta-account img{
    width: 45px;
    height: 45px;
    margin-right: 15px;
    border-radius: 0;
    
  }
  .coaches .info a, .coaches .info p{
    
    font-size: 1.25rem;
  }
  .socials img {
    height: 70px;
    width: 70px;
    margin: 15px;
  }
  .metro{
    width: 40px!important;
    height: 40px!important;
    margin: 0 15px !important;
  }

  .app-btns img.badge_google {
    width: 16%;
   }
   
}

@media (max-width: 667px) { 

   .carte-cadeau .textes .live {
    margin-bottom: 1vh;
  }

  /*.promo .box {
    aspect-ratio: auto;      
    height: auto;
    padding: 2rem 1rem;
    border-radius: 10px;
  }*/
}

@media (max-width: 575.98px) { 

  .weights-box {
        background-image: url("../../images/icons/Jaune-Gris.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .carte-cadeau {
        background-image: url("../../images/icons/Gris-Jaune.svg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.carte-cadeau .box,
.weights-box .box {
  max-height: 70vh;
  border-radius: 0;
  };
  
  /*.promo,*/
  .carte-cadeau {
    margin-top: 25vh;
  }

  /* .promo .box {
    aspect-ratio: auto;         
    height: 50vw;
    padding: 2rem 1rem;
    border-radius: 10px;
  } */
   .promo .box {
    width: 100vw;
    border-radius: 0;
    margin: 0;
    padding: 2rem 1rem 3.5rem;
    align-items: flex-end; /* bouton en bas de la box */
  }
  .promo .box::before {
    background: rgba(0, 0, 0, 0.25); /* un peu plus sombre pour petit écran */
  }

  .promo .box .btn {
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
  }

  .box {
    position: relative;
    flex-direction: column-reverse;
    width: 100%;
    max-height: none;
    padding: 4rem 1rem 2rem;
  }

  .weights-box .live h2,
  /*.promo .live h2,*/
  .carte-cadeau .live h2 {
    font-size: 1.6rem;
    text-align: center;
  }

  .weights-box .live p,
  /*.promo .live p,*/
  .carte-cadeau .live p {
    font-size: 1rem;
    text-align: center;
  }

  .message-top {
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .laptop img {
      width: auto;
      height: 20vh;
      margin: -20vh 0 0 2vh !important;
      position: relative;
      left: 50%;
      transform: translate(-50%);
  }

  .classes .class-t1 p{
    font-size: 1.1rem;
    font-weight: 900!important;
    width: 150px;
    min-width: 100%;
    margin: 5% 0;
    background: #fff100!important;
    color: #000;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 5px 20px;
  }
  .classes .class-t2 p{
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 5px 20px;
  }
  .classes .class-t2 span{
    font-size: .6rem;
    margin: 2% 0;
    font-weight: 600;
    
  }
  .classes span{
    font-size: .6rem;
    text-align: center;
    color: #898585;
  }
  #nav-btn{
    display: block;
  }
  #nav-btn-mobile{
    display: none;
  }
  .show-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  
  }
  #show-desktop{
    display: none;
  
  }
  .map img {
    width: 25%;
    height: 70%;
    
  }
  .private-content{
    padding: 30% 10%;
    text-align: center;
    
  }
  .private-content h1{
    
    margin-top: 15%;
  }
  .trainer-img, .trainer-img-div {
    display: none;
  }
  .rope-img{
    display: none;
  }
  .insta-contact{
    padding: 50px 10px;
    
  }
  .insta-contact p{
    margin: 10px 15px;
  }
  .insta-icon{
    justify-content: center;
  }
  .hero{
    
    background-image: none;
    
  }
  .hero-description, .vertical-menu, .arrows{
    display: none;
  }
  .hero-text h1{
    font-weight: 700;
    font-size: 3.1rem;
    text-align: center;
    width: 100%;
  }
  .hero-welcome .hero-text{
    
    width: 100%;
  }

  .hero video {
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .hero-btns{
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    place-content: center;
    place-items: center;
    margin: 25px 0;
  }
  .hero-bg-mobile{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-content: center;
    place-items: center;
    margin: 25px 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .btn-alt-2{
    background:    #000;
    border-radius: 3px;
    box-shadow:    0 1px #cccccc5e;
    padding:       10px 5px;
    margin: 10px 2px;
    color:         #fff100;
    display:       inline-block;
    font-size:    0.8rem;
    text-align:    center;
    text-transform: uppercase;
    width: 50%;
  }

  .app-mobile{
  margin: 20% 0;
}

   .app-mobile .row {
        flex-direction: column; /* Image au-dessus du texte */
        align-items: center;
    }

    .app-mobile div.texte-div {
      width: 90%;
        text-align: center;
    }

    .app-mobile .img-div img {
        max-width: 300px;
    }

    .app-btns img.badge_google {
      width: 40%;
    }


  .concept .row {
        flex-direction: column; /* Image au-dessus du texte */
        align-items: center;
    }

  .concept img {
    width: 80%;
    border-radius: 10px
  }

    #img-div {
        width: 100%;
        max-width: 90%;
        justify-content: center !important;
    }

    #concept-div {
        flex-direction: column; /* Texte en dessous de l'image */
        text-align: left;
        width: 90%;
    }

    #concept-div h1 {
        font-size: 1.8rem;
        text-transform: uppercase !important;
        justify-content: center;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #concept-div p {
        font-size: 1.0rem;
    }

   .video-text{
     padding: 10px 40px;
   }
   #my-video{
    width: 110%;
    height: 350px;
    margin: 10% 0 10% 0 !important ;
    font-size: 1rem;
    font-weight: bold;
  }
  .vjs-poster{
    background-size: cover;
     background-repeat: no-repeat;
     object-fit: contain;
     width: 100%;
    height: 100%;
  }
  .details-text{
   padding: 20px 40px;
   display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .details{
    display: flex;
    justify-content: center;
    place-content: center;
    place-items: center;
    
  }
  .details button {
    width: 70%;
    margin: 10px 15%;
  }
  .classes h3{
    font-size: 1.7rem;
    font-weight: 700;
  }
  .classes p{
    font-size: 1.3rem;
    font-weight: 400;
  }
  .white-on-mobile{
    background: #ffffff;
    color: #000000;
    
  }
  .white-on-mobile h1{
    color: #000000;
  }
  
  .live{
    width: 100%;
    
  }
  .live h2{
    font-size: 2.33rem;
    font-weight: 800;
    
  }
  .live p{
    font-size: 1.2rem;
    font-weight: 300;
  }

  .coaches h1, .coaches p{
    text-align: center;
    margin: 50px 30px;
  }


   .pics .splide__arrows {
    width: 100%; 
    position: relative; 
    margin-top: 50px;
    
  }
  .pics .splide__arrows button{
    background: transparent;
    height: 100px;
    width: 150px;
    margin: 0 10%;
  }
  .pics .splide__arrows button img{
    
    height: 100px;
    width: 150px;
    padding: 15px;
  } 
  .coaches .info{
    text-align: center;
    background: #000000;
    color: #fff;
    padding: 2px 0;
    margin: 0 0 -10px 0;
    font-size: 1.1rem;
  }
  .coaches .info p{
    text-align: center;
    font-size: 1.2rem;
    margin: 10px 5px;
  }
  .insta-account img{
    width: 15%;
    height: 12%;
    margin-right: 5px;
  }
  footer .links{
    margin-top: 50px;
  }
}

/* ===============================
HAMBURGER MENU
=============================== */



.overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay ul li {
  cursor: pointer;
  padding: 6px 20px;
  font-size: 48px;
}
.overlay button {
  opacity: 0.9;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 2%;
  border: none;
  width: 36px;
  height: 30px;
  outline: none;
  transition: opacity 0.2s ease-out;
}
.overlay button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: linear-gradient(to bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
.overlay button:after {
  opacity: 0;
  content: "×";
  color: #000000;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 96px;
  line-height: 0;
  transition: opacity 0.4s ease-out;
}
.overlay button:active {
  transform: translateY(2px);
}
.overlay button:hover {
  opacity: 1;
}
.open .overlay button {
  opacity: 1;
}
.open .overlay button:before {
  opacity: 0;
  width: 0;
}
.open .overlay button:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(360deg);
  transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
}
.overlay nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.overlay nav:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff200ee;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}
.open .overlay nav {
  top: 0;
}
.open .overlay nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}
.overlay ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
  color: #000000;
}
.overlay ul.menu li {
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 36px, 0);
}
.overlay ul.menu li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: #000000;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.14s ease-out;
}
.overlay ul.menu li:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  overflow: hidden;
  transform: translate(-24px, 6px);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
.overlay ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.overlay ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  transform: translate(0px, 6px);
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
}
.open .overlay ul.menu li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.open .overlay ul.menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.open .overlay ul.menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.open .overlay ul.menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.open .overlay ul.menu li:nth-child(4) {
  transition-delay: 1.05s;
}
.overlay article {
  padding: 24px;
  max-width: 600px;
  margin: 60px auto;
  transition: 0.2s ease-out;
}
.open .overlay article {
  transform: scale(0.92);
  transition: transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}




/* =======================
MODALS
======================= */

 /**
  * Overlay
  * -- only show for tablet and up
  */
 @media only screen and (min-width: 40em) {
  .modal .modal-content p{
    white-space: pre-wrap!important;
   }
   .modal-overlay, .modal-overlay-2, .modal-overlay-3, .modal-overlay-4 {
     display: flex;
     align-items: center;
     justify-content: center;
     position: fixed;
     top: 0;
     left: 0;

     width: 100%;
     height: 100%;
     z-index: 50;
     background-color: rgba(0, 0, 0, 0.7);
     opacity: 0;
     visibility: hidden;
     -webkit-backface-visibility: hidden;
             backface-visibility: hidden;
     transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
   }
   .modal-overlay.active, .modal-overlay-2.active-2, .modal-overlay-3.active-3, .modal-overlay-4.active-4 {
     opacity: 1;
     visibility: visible;
   }
 }
 /**
  * Modal
  */
 .modal, .modal-2, .modal-3, .modal-4 {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   margin: 0 auto;
   background-color: #000;
   color: #fff;
   width: 80%;
   max-height: 80%;
   max-width: 80%;
   min-height: 20rem;
   padding: 5%;
   border-radius: 30px;
   opacity: 0;
   overflow-y: auto;
   visibility: hidden;
   /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
   box-shadow:  0px 0px 10px 10px rgba(66, 63, 63, 0.4);
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transform: scale(1.2);
   transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
 }
 .modal .close-modal, .modal-2 .close-modal-2, .modal-3 .close-modal-3, .modal-4 .close-modal-4 {
   position: absolute;
   cursor: pointer;
   
   top: 5px;
   right: 15px;
   opacity: 0;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
   transition-delay: 0.3s;
 }
 .modal .close-modal svg, .modal-2 .close-modal-2 svg, .modal-3 .close-modal-3 svg, .modal-4 .close-modal-4 svg {
   width: 1.75em;
   height: 1.75em;
   background-color: #fff100;
   border-radius: 50%;
   
 } 
 .modal .modal-content, .modal-2 .modal-content-2, .modal-3 .modal-content-3, .modal-4 .modal-content-4 {
   opacity: 0;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
   transition-delay: 0.3s;
   border: 0px solid transparent;
   margin: 50px 0 ;
   padding: 0 ;
   min-height: 90%;
   width:  100%;
   height:  100%;
   background-color: #000;
   color: #fff;
   white-space: pre-wrap!important;
   
   
 }
 .modal.active, .modal-2.active-2, .modal-3.active-3, .modal-4.active-4 {
   visibility: visible;
   opacity: 1;
   transform: scale(1);

 }
 .modal.active .modal-content, .modal-2.active-2 .modal-content-2, .modal-3.active-3 .modal-content-3, .modal-4.active-4 .modal-content-4 {
   opacity: 1;
   white-space: pre-wrap!important;
 }
 .modal.active .close-modal, .modal-2.active-2 .close-modal-2, .modal-3.active-3 .close-modal-3, .modal-4.active-4 .close-modal-4 {
   transform: translateY(10px);
   opacity: 1;
 }
 #faq, #terms, #contact-form, #contact-form-alt, .studio-picker-trigger {
   cursor: pointer;
 }

 .modal-4 {
   min-height: auto;
   width: auto;
   max-width: 380px;
   padding: 2.5rem 2.5rem 2rem;
 }
 .modal-4 .modal-content-4 {
   text-align: center;
   margin: 0;
 }
 .modal-4 .modal-content-4 h3 {
   margin-bottom: 2rem;
 }
 .location-buttons {
   display: flex;
   gap: 1.5rem;
   justify-content: center;
   flex-wrap: wrap;
 }
 .location-btn {
   min-width: 130px;
 }

 /**
  * Mobile styling
  */
 @media only screen and (max-width: 39.9375em) {
  .modal .modal-content p{
    white-space: pre-wrap!important;
   }
  .modal-overlay, .modal-overlay-2, .modal-overlay-3, .modal-overlay-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active, .modal-overlay-2.active-2, .modal-overlay-3.active-3, .modal-overlay-4.active-4 {
    opacity: 1;
    visibility: visible;
  }
   .modal, .modal-2, .modal-3, .modal-4 {
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 50px;
    max-height: 600px;
    max-width: 500px;
    min-width: 300px;
    position: fixed;
    right: 0;
    top: 0;
     width: 80%;
     height: 100%;
     -webkit-overflow-scrolling: touch;
     border-radius: 30px;
     transform: scale(1.2);
     padding: 10% 5%;
   }
   .modal .modal-content, .modal-2 .modal-content-3, .modal-3 .modal-content-3{
    white-space: pre-wrap!important;
     width: 90%;
     height: 100%;
   }
   
   .close-modal, .close-modal-2, .close-modal-3, .close-modal-4 {
    top: 0;
    right: 0;
    position: sticky;
   }

   /* modal-4 : close button absolu pour ne pas perturber le centrage */
   .modal-4 .close-modal-4 {
     position: absolute;
     top: 5px;
     right: 15px;
   }

   /* modal-4 : carte compacte centrée */
   .modal-4 {
     height: auto;
     min-height: unset;
     width: 75%;
     max-width: 260px;
     padding: 2rem 1.2rem 1.5rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
   }
   .modal-4 .modal-content-4 {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
   }
   .modal-4 .modal-content-4 h3 {
     font-size: 1.2rem;
     margin-bottom: 1.2rem;
   }
   .location-buttons {
     flex-direction: column;
     align-items: center;
     gap: 1rem;
   }

 }
/* 
 ==============
 FAQ
 ============== */


 .faq-section {
  /* all: unset; */
  background-color: #000;
   color: #fff;
  height: 100%;
  padding: 0;
}
.faq-title h2 {
position: relative;
margin: 45px 0;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #fff100;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}

.faq {
background: #FFFFFF;
box-shadow:  0px 0px 10px 10px rgba(66, 63, 63, 0.74);
border-radius: 30px;
}

.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #fff100;
}
.faq .card:last-of-type {

border-bottom: none;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(105, 105, 100, 0.2);
  padding-left: 10px;
  
}

.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #fff100;
color: #fff;
font-size: 12px;
margin-right: 20px;
}

.faq .card .card-body {
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;

}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
  .promo .box {
    width: 90vw;
    max-height: none;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
  }

.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}

.weights-box {
    margin-top: 25vh; /* ✅ plus d’espace après la hero */
  }

  .promo,
  .carte-cadeau {
    margin-top: 20vh;
  }

.box {
    flex-direction: column-reverse;
    width: 100%;
    max-height: none;
    padding: 5rem 1.5rem 2rem;
    align-items: center;
    justify-content: center;
  }

  .weights-box .dbs,
  .carte-cadeau .laptop {
    position: relative;
    transform: none;
    margin: 2rem 0;
  }

  .weights-box .dbs img,
  .carte-cadeau .laptop img {
    max-width: 230px;
    height: auto;
  }

  .weights-box .dbs img{
    margin: 0 20% -15% 10%;
  }

  .message-top {
    top: -2rem;
    width: 70%;
    font-size: 0.9rem;
  }
}


 .insta-icon a, .socials a, .info a, .card-header a{
  all: unset;
  cursor: pointer;
} 


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #fff100 #000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 7px;
    
  }

  *::-webkit-scrollbar-track {
    background: #000;
    
  }
  .modal::-webkit-scrollbar-track, .modal-2::-webkit-scrollbar-track {
    
    margin: 5vh 0 20vh 0 ;
  }

  
  *::-webkit-scrollbar-thumb {
    background-color: #fff100;
    border-radius: 10px;
    border: 1px solid #000000;
    
  }

  .metro{
    width: 30px;
    height: 30px;
    border-radius: 40%;
    margin: 0 5px;
    box-shadow:  0px 0px 10px 10px rgba(66, 63, 63, 0.4);
  }

  .weights-box .btn,
  .promo .btn,
  .carte-cadeau .btn,
  .details-highlight .btn{
    font-weight: 900;
    font-size: 1rem;
  }

  /* ======================================
  CONTACT form
  ====================================== */

.section-contact .header-section .title {
	position: relative;
	margin-bottom: 17px;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
}

.section-contact .header-section .title .dot {
    display: inline-block;
	 position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background-color: #fff100;
}

.section-contact .header-section .description {
	
	color: #2a6287;
}

.section-contact .header-section .big-title {
	position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,70%);
    font-size: 120px;
    font-weight: 900;
    opacity: 0.15;
}



.section-contact .form-contact .single-input {
	position: relative;
    margin-top: 40px;
}

.section-contact .form-contact .single-input i {
	position: absolute;
    top: 5px;
    left: 15px;
    color: #fff100;
  margin-right: 20px;  
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
	width: 100%;
  height: 100%;
    border: none;
    border-bottom: 2px solid #fff100;
    padding-left: 50px;
    padding-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    
		transition: border .3s;
    background-color: transparent;
    color: #ffffff;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
	color: rgba(202, 207, 207, 0.753)
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
	border: none;
}
.section-contact .form-contact .single-input input:active,
.section-contact .form-contact .single-input textarea:active {
	border: none;
}

.section-contact .form-contact .single-input textarea {
	height: 150px;
	min-height: 50px;
}

.section-contact .form-contact .submit-input input {
	margin-top: 40px;
    padding: 15px 50px;
    background-color: #fff100;
    color: #000;
    border: none;
    font-weight: 700;
    transition: background-color .3s;
}

.section-contact .form-contact .submit-input input:hover {
	background-color: #6F8BA4;
}

@media (max-width: 575.99px) {
	.section-contact {
	    padding: 20px 10px;
	}

	.section-contact .header-section .title {
	    font-size: 40px;
	}

	.section-contact .header-section .big-title {
		font-size: 80px;
	}

	.section-contact .header-section .description {
		font-size: 1rem;
	}
}

@media (min-width: 576px) and (max-width: 767.99px) {
	.section-contact {
	    padding: 30px 20px;
	}

	.section-contact .header-section .title {
	    font-size: 45px;
	}

	.section-contact .header-section .big-title {
		font-size: 100px;
	}
}

@media (min-width: 768px) and (max-width: 991.99px) {
	.section-contact {
	    padding: 30px 40px;
	}

	.section-contact .header-section .title {
	    font-size: 45px;
	}

	.section-contact .header-section .big-title {
		font-size: 100px;
	}
}

.private{
  background-color: #000;
  color: #fff;
  
}
.private-content{
  padding: 15% 10% 0 10%;
  text-align: center;
  background-color: #000;
}

.private-content h1{
  border: 2px solid #fff100;
  padding: 10px 5px;
  font-weight: 1000;
  font-size: 3.3rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 30px;
}

.private-content h4{
  border: 0px solid #fff100;
  padding: 10px 5px;
  text-decoration-style: solid;
  text-decoration: underline #fff100;
  font-weight: 300;
  font-size: 1.5rem;
  
}

.hidden-link {
  display: none;
  
}
  
#show-link:hover + .hidden-link{
  display: block;
}
.hidden-link:hover{
  display: block;
}

/* body > div.modal-overlay > div > div > p{
  white-space: pre-wrap!important;
} */

.details-highlight {
  margin: 16vh 0 6vh;
}

.details-highlight .box {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background-image: url('../../../images/EPIX_X_JOY_Bandeau_Web.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.details-highlight + .promo {
  margin-top: 6vh;
}

.details-highlight .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.12));
}

.details-highlight .textes,
.details-highlight .live {
  position: relative;
  z-index: 1;
  width: 100%;
}

.details-highlight .live {
  text-align: center;
  color: #fff;
  padding: 0 20px 26px;
}


@media (max-width: 767.98px) {
  .details-highlight .box {
    min-height: 280px;
    border-radius: 18px;
    align-items: stretch;
    width: calc(100% - 24px);
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .details-highlight .textes {
    position: static;
    min-height: 100%;
  }

  .details-highlight .live {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0;
    padding: 0 20px;
  }
}