* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}
.side-menu.active {
    transform: translateX(0);
}
.paddingBannerRow{
    padding-top: 35px;
}

/* HEADER */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}
h2{
    color: #1A1A1A;
text-align: center;
font-family: "Playfair Display";
font-size: 36px;
font-style: normal;
font-weight: 700;
}

.title-info-contact{
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 120% */
    
}
h1{
    
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}
h4{
     color: #1A1A1A;
font-family: "Playfair Display";
font-size: 24px;
font-style: normal;
font-weight: 700;
}
.logo {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

#menuBtn,#closeMenu{
    color:black !important;
}
.menu-btn {
    font-size: 25px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
     box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  
}


/* SIDE MENU */
.side-menu {
    position: fixed;
    top: 0;
    right: -290px;
    width: 290px;
    height: 100%;
    background: white;
    padding: 30px;
    transition: 0.3s ease;
    z-index: 30;
}

.side-menu.open {
    right: 0;
    z-index: 9999999;
}
  
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 10px 15px;*/
       padding: 2px 15px;
}

.close-menu {
     font-size: 30px;
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.side-menu ul {
    list-style: none;
    margin-top: 20px;
}

.side-menu li {
    margin: 10px 0;
    padding: 10px;
}

.side-menu a {
    text-decoration: none;
    font-size: 16px;
    color: black;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
       
}

/* SLIDER */
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* CONTENT */
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

h1 {
    font-size: 45px;
    margin-bottom: 20px;
}

.primary-btn,
.secondary-btn {
    display: block;
    width: 400px;
    margin: 10px auto;
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.primary-btn {
    background: white;
    color: #333;
}
.slide-btn{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #41553d;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;    line-height: 28px;
    font-weight: 700;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    cursor: pointer;
}
.secondary-btn {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7px);
    color: white;
}

.slide-btn-pack{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;    line-height: 28px;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     text-decoration: none;
    cursor: pointer;
}

.slide-btn-pack:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
.slide-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
/* DOTS */
.dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index:999999;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 5px;
    background: #ddd;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: white;
}

/* Card animation */
    .program-card {
        border-radius: 20px;
        overflow: hidden;
        transition: transform .35s ease, box-shadow .35s ease;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }
    .program-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

    /* Image container & zoom effect */
    .program-img-wrapper {
        position: relative;
        overflow: hidden;
    }
    .program-img-wrapper img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    .program-card:hover .program-img-wrapper img {
        transform: scale(1.1);
    }
    /* Title inside picture */
    .program-title {
        position: absolute;
        bottom: 15px;
        left: 15px;
        padding: 6px 14px;
        color: #fff;
        font-size: 1.4rem;
        border-radius: 6px;
        font-weight: 700;
    }

    /* Buttons */
    .program-btn {
        border-radius: 10px;
        padding: 10px 18px;
        font-size: 1rem;
        /*background: linear-gradient(180deg, #7CD66D 0%, #63BD5A 100%);*/
        
             background: linear-gradient(308deg, rgba(66, 86, 62, 0.3) 0%, rgb(90 120 80) 50%, rgb(46 62 43) 100%);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
        border: none;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
    .program-btn:hover {
        /*background: #2ea137;*/
        
            background: linear-gradient(38deg, rgba(66, 86, 62, 0.3) 0%, rgb(90 120 80) 50%, rgb(46 62 43) 100%);
        color: #fff;
    }
    
    
    
        footer {
            /*background: #f6e6d1;*/
            background:#f7fded;
           background:#f2efeb;  
            color: #465941;
            padding: 40px 0;
            margin-top: auto;
        }
        .btn-custom {
            background: #4c89ff;
            color: white;
            width: 100%;
        }
        .btn-custom:hover {
            background: #3871d4;
        }

    .lab-card {
        position: relative;
        overflow: hidden;
    }
    
    .lab-card .bg-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: 800;
        opacity: 0.08;
        text-transform: uppercase;
        pointer-events: none;
        white-space: nowrap;
    }
    
    .image-logo {
    /*width: 11%;*/
     width: 18%;
}
footer a:hover {
    font-weight:500;
    text-decoration: underline;
}

footer i {
    transition: 0.3s;
}


a .fab{
   font-size: 18px;
}


a .fab,.text-term,.list-unstyled a{
     color: #465941;
}

.text-term:hover{
    text-decoration: underline;
}

    .section-title {
        font-weight: 700;
      }
    
      /* accent rounded box used inside the first card */
      .accent-box {
        background: #f3fbf6;           /* pale green background */
        border: 1px solid #e6f4ea;     /* soft border around box */
        border-radius: 12px;
        padding: 1rem;
        position: relative;
      }
    
      /* colored top border accent */
      .accent-top::before{
        content: "";
        position: absolute;
        left: 0.5rem;
        right: 0.5rem;
        top: 0; 
        height: 6px;                   /* thickness of top accent */
        background: linear-gradient(90deg,#7fcf88,#c3e9b8); /* gradient accent */
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
      }
    
      /* fine tuning for card titles and buttons */
      .card-title { font-weight:700; }
      .btn-outline-primary { border-radius: 30px; }
      
      .testimonial {
        font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.green-left {
    border-left: 6px solid #2ecc71 !important;
    border-radius: 12px;
}
.card {
    border-radius: 16px;
}

  .border-left-green {
    border-left: 6px solid #32d074;   /* bright green like your screenshot */
}

img.rounded-4 {
    border-radius: 16px;
}

.shadow-sm {
    box-shadow: 0px 4px 18px rgba(0,0,0,0.08) !important;
}

.border-left-green {
    border-radius: 16px;
}
  
  .card img.custom-img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}
  
  
 .sec-cards-program{
     /*background: linear-gradient(180deg, #EBFAD8 0%, #FFF 50%, #EBFAD8 100%);*/
     background: linear-gradient(180deg, #f7f5f2 0%, #ffffff 50%, #f7f5f2 100%);
 } 
  
 h2.title-border {
    position: relative;
    padding-bottom: 12px;
    font-size: 28px;
    letter-spacing: 0.2px;

    /* initial state */
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease-out, transform .6s ease-out; /* slower */
    
  }

  /* ─────────── LINE UNDER TITLE ─────────── */
  h2.title-border::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;

    /* Animation starts from center */
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;

    width: 100%;
    max-width: 255px;
    height: 5px;
    border-radius: 33554400px;
      /*background: linear-gradient(237deg, #4290c7 0%, #63BD5A 100%);*/
      background: linear-gradient(237deg, #3a4d36 0%, #6f8f5f 100%);

    transition: transform 1.2s cubic-bezier(.22,.9,.25,1); /* slower & smooth */
  }

  /* ─────────── FINAL VISIBLE STATE ─────────── */
  h2.title-border.animate {
    opacity: 1;
    transform: translateY(0);
  }

  h2.title-border.animate::after {
    transform: translateX(-50%) scaleX(1);
  }
.p-section{
        padding-top: 40px;
        padding-bottom: 30px;
}


.slider .slide::after {
    content: "";
    position: absolute;
    inset: 0;

/*background: linear-gradient(180deg, rgba(66, 86, 62, 0.3) 0%, rgb(171 171 171 / 75%) 50%, rgba(66, 86, 62, 0.3) 100%);*/

    background: linear-gradient(180deg, rgba(66, 86, 62, 0.3) 0%, rgb(255 255 255 / 75%) 50%, rgba(66, 86, 62, 0.3) 100%);
    z-index: 1;
}

/* Keep your content above the overlay */
.slider .slide .content {
    position: relative;
    z-index: 2;
}


.slide-subtitle {
    margin-bottom: 6px;
    font-size : 14px;
    font-weight : 500;
    margin-bottom : 30px;
    margin-top :30px;
    text-shadow: 1px 1px 2px #32432e;
}
.slider .slide .content p{
    
    text-shadow: 1px 1px 2px #32432e;
}

.li-programs{
    font-size:14px;
    line-height :30px;
}
    .avatars {
      margin-bottom : 10px;
    }
.avatars img {
    border-radius: 50%;
    object-fit: cover;
    margin-right: -8px; /* slight overlap */
    width: 50px;
    height: 50px;
    margin-right: -15px;
    border: 3px solid #fff;
}

.top-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
   
    transition: background 0.3s ease;
}

.header-logo{
    visibility: hidden;
}
.top-header.scrolled .header-logo{
     visibility: visible;
}

.top-header.scrolled {
    /*background:#f7fded;   */
  background:#f2efeb;   
}

    .top-img-shape {
        position: absolute;
        right: 0px;
        width: 25%;
        height: auto;
        z-index: 10;
    }

    .btn1-program,.btn2-program,.btn3-program{
        border-radius: 14px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
        padding: 10px 18px;
    }
    .btn1-program{
         background: linear-gradient(135deg, #2f3e2c, #41553d);
    }
   
    .btn2-program{
         background: linear-gradient(135deg, #41553d, #6f8f5f);
    }

      .btn3-program{
           background: linear-gradient(135deg, #5f7a56, #8aa77a);
    }
    
    /* GENERAL */
.testimonial-section {
  display: flex;
  justify-content: center;
}

.testimonial-container {
  max-width: 850px;
  width: 100%;
  text-align: center;
}

.testimonial-wrapper {
  position: relative;
  overflow: hidden;
}

/* CARD STYLE */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  opacity: 0;
  transform: translateX(30px);
  transition: all .4s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.t-name {
  font-size: 24px;
  font-weight: 600;
}

.t-type {
  color: #7da27d;
  margin-bottom: 15px;
}

.t-text {
  font-size: 16px;
  color: #444;
}

.t-stars {
  margin-top: 15px;
  color: #41553c;
  font-size: 20px;
}

/* CONTROLS */
.t-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  gap: 18px;
}

.t-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: white;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  font-size: 22px;
  cursor: pointer;
  transition: .2s;
}

.t-btn:hover {
  background: #e2f5d9;
}

/* DOTS */
.t-dots {
  display: flex;
  gap: 8px;
}

.t-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9e5c0;
  transition: .3s;
}

.t-dots span.active {
  width: 28px;
  background: #3e513a;
  border-radius: 12px;
}

.testimonial-wrapper{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.btn-join-now{
    border-radius: 12px;
    border: 1px solid #4290C7;
    background: #FFF;
    color: #4290C7;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;   
   line-height:29px;
}

/* Remove gutter between Bootstrap columns */
.no-gap {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

/* Small image size */
.small-img {
    width: 280px;      /* adjust size as you want */
    height: auto;
    border-radius: 12px;
    display: block;
}

 
span.icon-check {
color: #BDD99C;
}
li.mb-2{
color: #1A1A1A;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-bottom:15px !important;
}

.program-btn-not-die {
   padding: 10px 70px;
   margin: 0 auto;
   border-radius: 12px;
    /*border: 1px solid #4290C7;*/
    border: 1px solid #41553d;
    background: #FFF;
    /*color: #4290C7;*/
     color: #41553d;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
} 

.program-btn-not-die:hover {
    /*background: linear-gradient(180deg, #4290C7 0%, #3A7FB5 100%);*/
        background: linear-gradient(180deg, rgba(65, 85, 61, 0.9) 0%, rgba(54, 70, 50, 1) 100%);
   color: white;
}

.btn-join-now:hover {
    background: linear-gradient(180deg, #4290C7 0%, #3A7FB5 100%);
   color: white;
}
.description-not-die{
    color: #4A5568;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.contact-section {
  background: linear-gradient(
        to right,
        #e9f7d9 0%,
        #ffffff 30%,
        #ffffff 70%,
        #e9f7d9 100%
    );
}

.contact-form-card {
  border-radius: 16px;
}

.input-group-text {
  border-radius: 8px 0 0 8px !important;
}

.form-control {
  border-radius: 0 8px 8px 0 !important;
}

.send-btn {
  background: #2d79f6;
  border: none;
}

.send-btn:hover {
  background: #1d63d4;
}

/* Contact Info Boxes */
.info-box {
  padding: 18px;
  border-radius: 16px;
    border: 1px solid rgba(124, 214, 109, 0.20);
    /*background: linear-gradient(90deg, #EBFAD8 0%, #FFF 100%);*/
        background: linear-gradient(90deg, #f2efeb 0%, #FFF 100%);
}

.icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.opening-card {
  border-radius: 16px;
}



.program-card {
    display: flex;
    flex-direction: column;
    height: 100%;            /* makes all cards equal height */
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.program-img-wrapper img {
    width: 100%;
    height: 320px;          /* same image height for all */
    object-fit: cover;
}

.program-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-family: "Playfair Display";
}

.program-card .content-area {
    flex: 1;                 /* pushes button to bottom */
    display: flex;
    flex-direction: column;
}

.program-btn {
    margin-top: auto;        /* forces button to bottom */
    
    transition: 0.3s;
}
.title-hours{
    color: #1A1A1A;
font-family: "Playfair Display";
font-size: 20px;
font-style: normal;
font-weight: 700;
}



.scroll-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease-out;
}

.scroll-fade.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: make each card appear slightly after previous */
.scroll-fade[data-delay] {
    transition-delay: var(--delay);
}
    
    
    
    /* Base hidden state */
.fade-scroll {
    opacity: 0;
    transition: all 1.2s ease-out;
}

/* Fade from right */
.fade-right {
    transform: translateX(60px);
}
.fade-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Fade from left */
.fade-left {
    transform: translateX(-60px);
}
.fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}


.li-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out;
    transition-delay: var(--delay, 0s);
}

.li-fade.visible {
    opacity: 1;
    transform: translateY(0);
}
.card.shadow-sm {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08); /* initial soft shadow */
}

/* Very small zoom + slightly stronger shadow on hover */
.card.shadow-sm:hover {
    transform: scale(1.008);  /* ultra-light zoom */
 
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08) !important;
}

/* Light zoom on the top image */
.card.shadow-sm img.top-img-shape {
    transition: transform 0.45s ease;
}

.card.shadow-sm:hover img.top-img-shape {
    transform: scale(1.02); /* very small image zoom */
}


.btn1-program,
.btn2-program,
.btn3-program {
    transition: transform 0.20s ease, box-shadow 0.20s ease;
}

.btn1-program:hover,
.btn2-program:hover,
.btn3-program:hover {
    transform: scale(1.015); 
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.card.shadow-sm .btn:hover{
    color:white !important;
}


/* MENU LINKS */
.side-menu ul li a {
    display: block;
   
    border-radius: 14px;
    font-size: 18px;
    color: #2e3445;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

/* HOVER EFFECT (like screenshot) */
.side-menu ul li:hover {
    background: #f9fdf3;
    border-radius: 7px;
    padding: 10px;
  
}
.side-menu ul li a:hover {
  color: #3e5439;
}


/* CONTACT BUTTON */
.contact-btn {
    margin-top: 30px;
    background: linear-gradient(308deg, rgba(66, 86, 62, 0.3) 0%, rgb(90 120 80) 50%, rgb(46 62 43) 100%);
    border-radius: 15px;
    width: 100%;
    padding: 1px;
    text-align: center;
}
.contact-btn:hover {
  background: linear-gradient(38deg, rgba(66, 86, 62, 0.3) 0%, rgb(90 120 80) 50%, rgb(46 62 43) 100%);
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08) !important;
}
.contact-btn a{
    color:white;
} 
.contact-btn li:hover {
    background: none !important;
}

/* CONTACT HOVER — SAME FEEL */

.side-menu ul li a {
    display: inline-flex;
    align-items: center;
    border-radius: 14px;
    color: #2e3445;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.icon-wrapper{
    border-radius: 30px;
}

.small-title-comment{
    background: linear-gradient(237deg, #4290c7 0%, #63BD5A 100%);
    width: 40%;
    border-radius: 20px;
    padding: 5px 20px;
    color: white;
}
.text-muted.small.mb-3{
   font-style: italic; 
}
.lang-switcher {
       display: flex;
    gap: 6px;
    position: relative;
    right: 4%;
}

.flag{
    text-decoration:none;
    font-size: 20px;
    transition: all 0.3s ease;
    
}
.flag:hover {
    transform: scale(1.15);
}
.fi-us,.fi-fr{
   box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

  
/*.bsport-user-interaction-modal__container {*/
/*    z-index: 9999999 !important;*/
/*}*/

   
   .MuiButton-outlinedPrimary {
        color: #ffffff !important;
        border: 1px solid rgb(255 255 255) !important;
    }
    .top-header.scrolled .MuiButton-outlinedPrimary {
    color: #41553d !important;
    border: 1px solid rgb(65 85 61)!important;
   }
   
   .MuiButtonGroup-root {
    margin-right: 5px;
   }
   
   	    strong.number-seance-pack-price {
    color: #465c41;
    font-weight: 700;
}

@media (min-width: 992px) {
  .contact-section .col-lg-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
