body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
}


img {
    max-width: 100%;
}


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


img {
    pointer-events: none !important;
}

video {
    pointer-events: none !important;
}


/* Mobile Layout */
@media screen and (max-width: 480px) {

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


    .sticky-mobile-rdv {
        width: 100%;
        position: fixed !important;
        bottom: 0px !important;
        display: flex;
        z-index: 5;
    }


    .rdv1-mobile {
        width: 100%;
        background-color: black;
        border: none;
        color: white;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        font-weight: 700;
        box-shadow: 0px 0px 5px 1px rgba(159, 159, 159, 0.34);
    }


    .fa-lg {
        font-size: 1.8em !important;
    }


    .hamburger {
        display: block;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }

    .navbar {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 32px;
        left: 0;
        line-height: 3rem;
        width: 100%;
        background-color: #fff;
        padding: 20px;

    }

    .navbar.active {
        display: flex;
        background: black;

    }

    .elementnavbar {
        color: white;
        text-decoration: none;
    }

    .bar1 {
        display: none;
    }

    .navbarfixed {
        position: fixed;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 0px;
        z-index: 5;
    }

    .logo {
        display: none;
    }

    #logoLink {
        display: flex;
    }

    .logo-mobile {
        width: 45%;
        position: relative;
        height: auto;
        margin-left: 8px;
        margin-top: 7px;
        margin-bottom: 5px;
    }

    .bar1position {
        /* padding: 10px; */
    }


    .bar2position {
        display: flex;
        justify-content: space-between;
        background: rgb(0, 0, 0);
        /* z-index: 2; */
        position: fixed;
        width: 100%;

    }

    .rdv-action-div {
        display: flex;
        position: relative;
        justify-content: center;
        top: -2rem;
        z-index: 2;
        padding: 3%;
        background: white;
    }

    .rdv1 {
        display: none;
    }



    .rdv-action {
        text-decoration: none;
        color: rgb(0, 0, 0);
        line-height: 10px;
        padding: 2%;
        background-color: rgb(255, 255, 255);
        cursor: pointer;
    }

    .ghost-div {
        padding: 60px;
    }

    .ghost-div-hero {
        width: 100%;
        align-items: center;
        padding: 12% 0% 5% 0%;
    }

    .container {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 20px;
    }

    /* Offer Section Styling */
    .offer-section {
        text-align: center;
    }


    .header-banner {
        background-image: url(img/promo-bodysculpt.png);
        background-repeat: no-repeat;
        padding: 20px 0;
        position: relative;
        height: 26vh;
        border-bottom-right-radius: 50% 6%;
        border-bottom-left-radius: 50% 6%;
        background-size: cover;


    }




    .header-banner .cta-button {
        background-color: #000000;
        color: white;
        border: none;
        padding: 15px 40px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 10px;
        position: relative;
        top: 98%;
    }

    .header-banner .cta-button:hover {
        background-color: #000000;
    }

    /* Offer Moment Section */
    .moment-offer {
        margin: 20px auto;
        padding: 20px;
        text-align: center;
    }

    .moment-offer .offer-title {
        color: #000000;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .moment-offer .description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* Card Section */
    .offer-card {
        background-color: #f9f9f9;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        overflow: hidden;
    }

    .video-card {
        width: 80%;
        padding: 5px;
    }

    .offer-card .card-content {
        padding: 15px;
        text-align: left;
        text-align: center;
    }

    .offer-card .card-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .offer-card .form-instruction {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .offer-card .small-note {
        font-size: 12px;
        color: #777;
        margin-bottom: 20px;
    }

    .offer-card .card-button {
        background-color: #000000;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 50%;
    }

    .offer-card .card-button:hover {
        background-color: #000000;
    }

    .contact-info {
        font-size: 16px;
        color: #000000;
        padding: 15px;
        margin: 20px 0;
    }

    .contact-info p {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-info ul {
        list-style: none;
        padding: 0;
    }

    .contact-info li {
        margin-bottom: 5px;
    }

    .contact-info li::before {
        content: '📞 ';
        font-size: 16px;
        margin-right: 5px;
        color: #000000;
    }

    .contact-info a {
        text-decoration: none;
        color: #000000;
    }

    .contact-info a:hover {
        text-decoration: underline;
    }






    .left {
        flex: 1;
    }

    .right {
        flex: 1;
        margin-top: 50px;

    }

    .gallery {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .main-image {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-image.active {
        display: block;
    }

    .preview-gallery {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .preview-image {
        width: 80px;
        height: 80px;
        margin: 0 10px;
        cursor: pointer;
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

    .preview-image.active {
        opacity: 1;
        border: 2px solid black;
    }

    .preview-gallery button {
        background-color: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        margin: 0 10px;
        color: black !important;
    }

    .title-soin {
        font-size: 32px;
        margin-bottom: 20px;

    }

    .right p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .chip {
        background-color: #f1f1f1;
        padding: 10px 20px;
        font-size: 14px;
        color: #333;
        /* border: 1px solid #ddd; */
        transition: background-color 0.3s ease;
        border-radius: 6px;
    }

    .chip:hover {
        background-color: #e0e0e0;
    }

    .reserver {
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }

    .buttons button:hover {
        background-color: #555;
    }

    .offrir {
        background-color: white;
        color: black;
        padding: 10px 20px;
        border: 1px solid black;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }


    .banner {
        background-size: cover;
        background-position: center;
        height: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        overflow: hidden;

    }

    .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        /* White overlay with 60% opacity */
        z-index: 2;
        /* Make sure the overlay is above the video but below the text */
    }

    .overlay {
        position: relative;
        z-index: 3;
        /* Keeps the text and button above both the video and the overlay */
        text-align: center;
        color: white;
    }

    .title-bilan {
        font-size: 28px;
        color: white;
        /* Ensure the text is visible over the video */
        margin-bottom: 20px;
    }

    .subtext-bilan {
        font-size: 18px;
        color: white;
        margin-bottom: 30px;
    }

    .btn-bilan {
        padding: 10px 20px;
        background-color: #000000;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }



    .diagnosis-section {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1200px;
        margin: 10px auto;
        padding: 20px;
    }

    .image-side {
        flex: 1;
    }

    .image-side img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .content-side {
        flex: 1;
    }

    .step-title {
        font-size: 28px;

    }

    .content-side p {
        font-size: 16px;
        color: #000000;
    }

    .dropdown-container {
        width: 100%;
        padding-top: 20px;
    }

    .dropdown {
        margin-bottom: 10px;
        position: relative;
    }

    .dropdown-btn {
        width: 100%;
        padding: 15px;
        font-size: 18px;
        background-color: #fff;
        border: 1px solid #ffffff;
        cursor: pointer;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
        color: black !important;
    }

    .dropdown-btn:hover {
        background-color: #f0f0f0;
    }

    .dropdown-content {
        display: none;
        background-color: #ffffff;
        padding: 15px;
        position: absolute;
        top: 60px;
        width: 99%;
        z-index: 1;
        border-radius: 5px;
    }

    .dropdown-content p {
        margin: 0;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-btn::after {
        content: "▼";
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .dropdown.active .dropdown-btn::after {
        transform: rotate(180deg);
    }


    .tab-container {
        width: 80%;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
    }

    .tabs {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .tab-button {
        flex: 1;
        padding: 15px;
        background-color: #ffffff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }

    .tab-button.active {
        background-color: #000;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .tab-button:hover {
        background-color: #000000;
    }

    .tab-content {
        display: none;
        padding: 20px 0;
    }



    .tab-content.active {
        display: block;
    }

    .tab-content img.tab-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
        color: #666;
    }

    .tarifs-section {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        flex-direction: column;
    }

    .tarif-column {
        width: 100%;

    }

    h3 {
        font-size: 22px;
        color: #666;
        margin-bottom: 5px;
    }

    ul {
        list-style-type: none;
        padding-left: 0;
    }

    li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .old-price {
        text-decoration: line-through;
        color: #888;
        margin-right: 10px;
    }

    .new-price {
        font-weight: bold;
        color: #000;
    }

    p {
        color: #000000;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .soin-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        flex-direction: column;
    }

    .soin-video {
        width: 100%;

    }

    .soin-text {
        width: 100%;
        /* The text also takes up 48% of the row */
        font-size: 16px;
        color: #000000;
    }



    .list-contre-indications {
        padding: 20px;
    }

    /* Footer START */
    .a-down {
        text-decoration: none;
        color: #000000;
        font-weight: 700;
    }

    /* Footer START */

    footer {
        background-color: #000000;
        padding: 20px;
        color: #ffffff;
        text-align: center;
        /* margin-top: 120px; */
        position: relative;


    }

    .social-media-icons {
        gap: 10px;
        display: flex;
        /* margin-top: 50px; */
        justify-content: center;
    }

    .footer-line {
        width: 100%;
        height: 1px;
        background-color: #737373;
        position: absolute;
        bottom: 45px;

        left: 0;
    }

    .footer-center {
        margin-top: 20px;
        font-size: 14px;
    }

    .footer-a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-size: 9px;
        margin: 7px;
    }

    .footer-a:hover {
        color: #737373;
    }

    .h4-footer {
        display: none;
    }


    .footer-center {
        margin-top: 20px;
        font-size: 6px;
        text-align: center;
    }

    .footer-center p {
        margin-bottom: 5px;
    }


    .header-phone-span {
        margin-right: 20px;
    }

    .facebook-icon {
        margin-right: 13px;
    }

    .logo-footer {
        width: 45%;
        height: auto;
        margin-top: 1rem;

    }

    .footer-h4 {
        display: none;
    }


    /* footer END */

}



/* Tablet Layout 768px */
@media screen and (min-width: 480px) and (max-width: 1023px) {





    /* Headear- Navbar START */
    .navbarfixed {

        z-index: 100;
        box-shadow: 0px 0px 5px 1px rgba(159, 159, 159, 0.34);
        top: 0;


    }

    .bar1position {
        display: flex;
        flex-direction: row;

    }

    .hamburger {
        display: none;
    }

    .sticky-mobile-rdv {
        display: none;
    }

    .logo {
        width: 17vw;
        height: auto;
        margin-left: 15px;
        margin-top: 7px;
        margin-bottom: 5px;
    }


    .logo-mobile {
        display: none;
    }

    .bar1 {
        width: 85vw;
        height: 60px;
        background-color: #000000;
        color: #ffffff;
        display: flex;
        justify-content: space-between;


    }

    .icons {
        text-align: end;

    }


    .fa-phone {
        margin: 5px;
    }


    .fa-brands {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        font-size: 20Px;
    }



    .rdv1 {
        background-color: #ffffff;
        border: none;
        color: black;
        padding: 20px 40px;
        width: 15vw;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        height: 60px;
        cursor: pointer;
        font-weight: 700;
        box-shadow: 0px 0px 5px 1px rgba(159, 159, 159, 0.34);


    }

    .rdv1:hover {

        background-color: #000000;
        color: white;
        animation: pulse 1s infinite;



    }

    /* Animation btn rdv */
    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }


    .bar2position {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 30px;
        background-color: #fff;
    }

    .navbar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-self: center;

    }

    .navbar li a {
        position: relative;
        z-index: 1;
        font-size: 18px;
    }

    .navbar li a:hover {
        color: #ffffff;
    }

    .navbar li a::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        content: '';
        background: #000000;

        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition: 0.3s ease;
    }

    .navbar li a:hover::after {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transition-delay: 0s;
    }

    .elementnavbar {
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        color: #28282B;
    }


    .vertical {
        border-left: 1px solid #f1f1f1;
        height: 20px;

    }


    .ghost-div {
        padding: 60px;
    }

    .ghost-div-hero {
        width: 100%;
        align-items: center;
        padding: 5% 0% 5% 0%;
    }


    /* Offer Section Styling */
    .offer-section {
        text-align: center;
    }


    .header-banner {
        background-image: url(img/promo-bodysculpt.png);
        background-repeat: no-repeat;
        padding: 20px 0;
        position: relative;
        height: 600px;
        border-bottom-right-radius: 50% 6%;
        border-bottom-left-radius: 50% 6%;
        background-size: cover;
        background-position-y: -80px;

    }




    .header-banner .cta-button {
        background-color: #000000;
        color: white;
        border: none;
        padding: 15px 40px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 10px;
        position: relative;
        top: 98%;
    }

    .header-banner .cta-button:hover {
        background-color: #000000;
    }

    /* Offer Moment Section */
    .moment-offer {
        margin: 20px auto;
        padding: 20px;
        text-align: center;
    }

    .moment-offer .offer-title {
        color: #000000;
        font-size: 28px;
        margin-bottom: 10px;
    }

    .moment-offer .description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* Card Section */
    .offer-card {
        background-color: #f9f9f9;
        border-radius: 10px;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .video-card {
        width: 40%;
        border-radius: 8px;
        padding: 20px;
    }

    .offer-card .card-content {
        padding: 15px;
        text-align: left;
        text-align: center;
    }

    .offer-card .card-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .offer-card .form-instruction {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .offer-card .small-note {
        font-size: 12px;
        color: #777;
        margin-bottom: 20px;
    }

    .offer-card .card-button {
        background-color: #000000;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 50%;
    }

    .offer-card .card-button:hover {
        background-color: #000000;
    }


    .contact-info {
        font-size: 16px;
        color: #000000;
        padding: 15px;
        margin: 20px 0;
    }

    .contact-info p {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-info ul {
        list-style: none;
        padding: 0;
    }

    .contact-info li {
        margin-bottom: 5px;
    }

    .contact-info li::before {
        content: '📞 ';
        font-size: 16px;
        margin-right: 5px;
        color: #000000;
    }

    .contact-info a {
        text-decoration: none;
        color: #000000;
    }

    .contact-info a:hover {
        text-decoration: underline;
    }







    .container {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .left {
        flex: 1;
        margin-right: 20px;
    }

    .right {
        flex: 1;
    }

    .gallery {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .main-image {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-image.active {
        display: block;
    }

    .preview-gallery {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .preview-image {
        width: 80px;
        height: 80px;
        margin: 0 10px;
        cursor: pointer;
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

    .preview-image.active {
        opacity: 1;
        border: 2px solid black;
    }

    .preview-gallery button {
        background-color: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        margin: 0 10px;
        color: black !important;
    }

    .title-soin {
        font-size: 32px;
        margin-bottom: 20px;

    }

    .right p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .chip {
        background-color: #f1f1f1;
        padding: 10px 20px;
        font-size: 14px;
        color: #333;
        /* border: 1px solid #ddd; */
        transition: background-color 0.3s ease;
        border-radius: 6px;
    }

    .chip:hover {
        background-color: #e0e0e0;
    }

    .reserver {
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }

    .buttons button:hover {
        background-color: #555;
    }

    .offrir {
        background-color: white;
        color: black;
        padding: 10px 20px;
        border: 1px solid black;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }

    .banner {
        background-size: cover;
        background-position: center;
        height: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        overflow: hidden;

    }

    .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        /* White overlay with 60% opacity */
        z-index: 2;
        /* Make sure the overlay is above the video but below the text */
    }

    .overlay {
        position: relative;
        z-index: 3;
        /* Keeps the text and button above both the video and the overlay */
        text-align: center;
        color: white;
    }

    .title-bilan {
        font-size: 36px;
        color: white;
        /* Ensure the text is visible over the video */
        margin-bottom: 20px;
    }

    .subtext-bilan {
        font-size: 18px;
        color: white;
        margin-bottom: 30px;
    }

    .btn-bilan {
        padding: 10px 20px;
        background-color: #000000;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }


    .diagnosis-section {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1200px;
        margin: 50px auto;
        padding: 20px;
    }

    .image-side {
        flex: 1;
        padding-right: 20px;
    }

    .image-side img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .content-side {
        flex: 1;
    }

    .step-title {
        font-size: 32px;

    }

    .content-side p {
        font-size: 16px;
        color: #000000;
    }

    .dropdown-container {
        width: 100%;
        padding-top: 20px;
    }

    .dropdown {
        margin-bottom: 10px;
        position: relative;
    }

    .dropdown-btn {
        width: 100%;
        padding: 15px;
        font-size: 1.2rem;
        background-color: #fff;
        border: 1px solid #ffffff;
        cursor: pointer;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
        color: black !important;
    }

    .dropdown-btn:hover {
        background-color: #f0f0f0;
    }

    .dropdown-content {
        display: none;
        background-color: #ffffff;
        padding: 15px;
        position: absolute;
        top: 60px;
        width: 99%;
        z-index: 1;
        border-radius: 5px;
    }

    .dropdown-content p {
        margin: 0;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-btn::after {
        content: "▼";
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .dropdown.active .dropdown-btn::after {
        transform: rotate(180deg);
    }




    .tab-container {
        width: 80%;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
    }

    .tabs {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .tab-button {
        flex: 1;
        padding: 15px;
        background-color: #ffffff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }

    .tab-button.active {
        background-color: #000;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .tab-button:hover {
        background-color: #e0e0e0;
    }

    .tab-content {
        display: none;
        padding: 20px 0;
    }



    .tab-content.active {
        display: block;
    }

    .tab-content img.tab-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
        color: #666;
    }

    .tarifs-section {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .tarif-column {
        width: 48%;
        padding: 20px;

    }

    h3 {
        font-size: 22px;
        color: #666;
        margin-bottom: 5px;
    }

    ul {
        list-style-type: none;
        padding-left: 0;
    }

    li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .old-price {
        text-decoration: line-through;
        color: #888;
        margin-right: 10px;
    }

    .new-price {
        font-weight: bold;
        color: #000;
    }

    p {
        color: #000000;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .soin-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .soin-video {
        width: 48%;
        /* The video takes up 48% of the row */
    }

    .soin-text {
        width: 48%;
        /* The text also takes up 48% of the row */
        font-size: 16px;
        color: #000000;
    }

    video {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    /* Footer START */


    footer {
        background-color: #000000;
        padding: 20px;
        color: #ffffff;
        text-align: center;
        margin-top: 120px;
        position: relative;


    }

    .social-media-icons {
        gap: 10px;
        display: flex;
        /* margin-top: 50px; */
        justify-content: center;
    }

    .footer-line {
        width: 100%;
        height: 1px;
        background-color: #737373;
        position: absolute;
        bottom: 45px;

        left: 0;
    }

    .footer-center {
        margin-top: 20px;
        font-size: 14px;
    }

    .footer-a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        margin: 15px;
    }

    .footer-a:hover {
        color: #737373;
    }


    .footer-center {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
    }

    .footer-center p {
        margin-bottom: 5px;
    }

    .facebook-icon {
        margin-right: 13px;
    }

    .logo-footer {
        width: 200px;
        height: auto;
        margin-top: 30px;

    }

    .header-phone-span {
        margin-right: 20px;
    }


    /* footer END */



}

/* Desktop Layout */
@media screen and (min-width: 1024px) {

    /* Headear- Navbar START */
    .navbarfixed {

        z-index: 100;
        box-shadow: 0px 0px 5px 1px rgba(159, 159, 159, 0.34);
        top: 0;


    }

    .bar1position {
        display: flex;
        flex-direction: row;

    }

    .hamburger {
        display: none;
    }

    .sticky-mobile-rdv {
        display: none;
    }

    .logo {
        width: 17vw;
        height: auto;
        margin-left: 15px;
        margin-top: 7px;
        margin-bottom: 5px;
    }


    .logo-mobile {
        display: none;
    }

    .bar1 {
        width: 85vw;
        height: 60px;
        background-color: #000000;
        color: #ffffff;
        display: flex;
        justify-content: space-between;


    }

    .icons {
        text-align: end;

    }


    .fa-phone {
        margin: 5px;
    }


    .fa-brands {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
        font-size: 20Px;
    }



    .rdv1 {
        background-color: #ffffff;
        border: none;
        color: black;
        padding: 20px 40px;
        width: 15vw;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        height: 60px;
        cursor: pointer;
        font-weight: 700;
        box-shadow: 0px 0px 5px 1px rgba(159, 159, 159, 0.34);


    }

    .rdv1:hover {

        background-color: #000000;
        color: white;
        animation: pulse 1s infinite;



    }

    /* Animation btn rdv */
    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }


    .bar2position {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 30px;
        background-color: #fff;
    }

    .navbar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-self: center;

    }

    .navbar li a {
        position: relative;
        z-index: 1;
        font-size: 18px;
    }

    .navbar li a:hover {
        color: #ffffff;
    }

    .navbar li a::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        content: '';
        background: #000000;

        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition: 0.3s ease;
    }

    .navbar li a:hover::after {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transition-delay: 0s;
    }

    .elementnavbar {
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        color: #28282B;
    }


    .vertical {
        border-left: 1px solid #f1f1f1;
        height: 20px;

    }


    .ghost-div {
        padding: 60px;
    }

    .ghost-div-hero {
        width: 100%;
        align-items: center;
        /* padding: 5% 0% 5% 0%; */
    }



    /* Offer Section Styling */
    .offer-section {
        text-align: center;
    }


    .header-banner {
        background-image: url(img/promo-bodysculpt.png);
        background-repeat: no-repeat;
        padding: 20px 0;
        position: relative;
        height: 600px;
        border-bottom-right-radius: 50% 6%;
        border-bottom-left-radius: 50% 6%;
        background-size: cover;
        background-position-y: -80px;

    }




    .header-banner .cta-button {
        background-color: #000000;
        color: white;
        border: none;
        padding: 15px 40px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 10px;
        position: relative;
        top: 98%;
    }

    .header-banner .cta-button:hover {
        background-color: #000000;
    }

    /* Offer Moment Section */
    .moment-offer {
        margin: 20px auto;
        padding: 20px;
        text-align: -webkit-center;
    }

    .moment-offer .offer-title {
        color: #000000;
        font-size: 28px;
        margin-bottom: 10px;
    }

    .moment-offer .description {
        font-size: 16px;
        margin-bottom: 20px;
        width: 50%;
    }

    /* Card Section */
    .offer-card {
        background-color: #f9f9f9;
        border-radius: 10px;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .video-card {
        width: 40%;
        border-radius: 8px;
        padding: 20px;
    }

    .offer-card .card-content {
        padding: 15px;
        text-align: left;
        text-align: center;
    }

    .offer-card .card-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .offer-card .form-instruction {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .offer-card .small-note {
        font-size: 12px;
        color: #777;
        margin-bottom: 20px;
    }

    .offer-card .card-button {
        background-color: #000000;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 30%;
    }

    .offer-card .card-button:hover {
        background-color: #000000;
    }



    .contact-info {
        font-size: 16px;
        color: #000000;
        padding: 15px;
        margin: 20px 0;
    }

    .contact-info p {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-info ul {
        list-style: none;
        padding: 0;
    }

    .contact-info li {
        margin-bottom: 5px;
    }

    .contact-info li::before {
        content: '📞 ';
        font-size: 16px;
        margin-right: 5px;
        color: #000000;
    }

    .contact-info a {
        text-decoration: none;
        color: #000000;
    }

    .contact-info a:hover {
        text-decoration: underline;
    }







    .container {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    .left {
        flex: 1;
        margin-right: 20px;
    }

    .right {
        flex: 1;
    }

    .gallery {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .main-image {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-image.active {
        display: block;
    }

    .preview-gallery {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .preview-image {
        width: 80px;
        height: 80px;
        margin: 0 10px;
        cursor: pointer;
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

    .preview-image.active {
        opacity: 1;
        border: 2px solid black;
    }

    .preview-gallery button {
        background-color: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        margin: 0 10px;
        color: black !important;
    }

    .title-soin {
        font-size: 32px;
        margin-bottom: 20px;

    }

    .right p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .chip {
        background-color: #f1f1f1;
        padding: 10px 20px;
        font-size: 14px;
        color: #333;
        /* border: 1px solid #ddd; */
        transition: background-color 0.3s ease;
        border-radius: 6px;
    }

    .chip:hover {
        background-color: #e0e0e0;
    }

    .reserver {
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }

    .buttons button:hover {
        background-color: #555;
    }

    .offrir {
        background-color: white;
        color: black;
        padding: 10px 20px;
        border: 1px solid black;
        cursor: pointer;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }

    .banner {
        background-size: cover;
        background-position: center;
        height: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        overflow: hidden;

    }

    .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        /* White overlay with 60% opacity */
        z-index: 2;
        /* Make sure the overlay is above the video but below the text */
    }

    .overlay {
        position: relative;
        z-index: 3;
        /* Keeps the text and button above both the video and the overlay */
        text-align: center;
        color: white;
    }

    .title-bilan {
        font-size: 36px;
        color: white;
        /* Ensure the text is visible over the video */
        margin-bottom: 20px;
    }

    .subtext-bilan {
        font-size: 18px;
        color: white;
        margin-bottom: 30px;
    }

    .btn-bilan {
        padding: 10px 20px;
        background-color: #000000;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }


    .diagnosis-section {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1200px;
        margin: 50px auto;
        padding: 20px;
    }

    .image-side {
        flex: 1;
        padding-right: 20px;
    }

    .image-side img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .content-side {
        flex: 1;
    }

    .step-title {
        font-size: 32px;

    }

    .content-side p {
        font-size: 16px;
        color: #000000;
    }

    .dropdown-container {
        width: 100%;
        padding-top: 20px;
    }

    .dropdown {
        margin-bottom: 10px;
        position: relative;
    }

    .dropdown-btn {
        width: 100%;
        padding: 15px;
        font-size: 1.2rem;
        background-color: #fff;
        border: 1px solid #ffffff;
        cursor: pointer;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
        color: black !important;
    }

    .dropdown-btn:hover {
        background-color: #f0f0f0;
    }

    .dropdown-content {
        display: none;
        background-color: #ffffff;
        padding: 15px;
        position: absolute;
        top: 60px;
        width: 99%;
        z-index: 1;
        border-radius: 5px;
    }

    .dropdown-content p {
        margin: 0;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-btn::after {
        content: "▼";
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .dropdown.active .dropdown-btn::after {
        transform: rotate(180deg);
    }




    .tab-container {
        width: 80%;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
    }

    .tabs {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .tab-button {
        flex: 1;
        padding: 15px;
        background-color: #ffffff;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
    }

    .tab-button.active {
        background-color: #000;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .tab-button:hover {
        background-color: #e0e0e0;
    }

    .tab-content {
        display: none;
        padding: 20px 0;
    }



    .tab-content.active {
        display: block;
    }

    .tab-content img.tab-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
        color: #666;
    }

    .tarifs-section {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .tarif-column {
        width: 48%;
        padding: 20px;

    }

    h3 {
        font-size: 22px;
        color: #666;
        margin-bottom: 5px;
    }

    ul {
        list-style-type: none;
        padding-left: 0;
    }

    li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .old-price {
        text-decoration: line-through;
        color: #888;
        margin-right: 10px;
    }

    .new-price {
        font-weight: bold;
        color: #000;
    }

    p {
        color: #000000;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .soin-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .soin-video {
        width: 48%;
        /* The video takes up 48% of the row */
    }

    .soin-text {
        width: 48%;
        /* The text also takes up 48% of the row */
        font-size: 16px;
        color: #000000;
    }

    video {
        max-width: 100%;
        height: auto;


    }

    /* Footer START */


    footer {
        background-color: #000000;
        padding: 20px;
        color: #ffffff;
        text-align: center;
        margin-top: 120px;
        position: relative;


    }

    .social-media-icons {
        gap: 10px;
        display: flex;
        /* margin-top: 50px; */
        justify-content: center;
    }

    .footer-line {
        width: 100%;
        height: 1px;
        background-color: #737373;
        position: absolute;
        bottom: 45px;

        left: 0;
    }

    .footer-center {
        margin-top: 20px;
        font-size: 14px;
    }

    .footer-a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        margin: 15px;
    }

    .footer-a:hover {
        color: #737373;
    }


    .footer-center {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
    }

    .footer-center p {
        margin-bottom: 5px;
    }

    .facebook-icon {
        margin-right: 13px;
    }

    .logo-footer {
        width: 200px;
        height: auto;
        margin-top: 30px;

    }

    .header-phone-span {
        margin-right: 20px;
    }














    /* footer END */

}