main {
    position: relative;
}

#heroSection {
    background: var(--secondary-gradient);
    border-radius: var(--low-radius);
}

#heroSection .content .infos {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#heroSection .content .infos span {
    display: block;
    width: max-content;
    font-size: .75rem;
    font-weight: 600;
    border-radius: var(--hight-radius);
    padding: 10px 15px;
}

#heroSection .content .infos .center {
    color: white;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    border: 1px solid var(--orange);
}

#heroSection .content .infos .global-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

#heroSection .content .infos .global-rating span {
    color: #fbc02d;
    font-size: 30px;
    padding: 0;
    height: 25px;
    display: flex;
    align-items: center;
}

#heroSection .content .infos #statut-centre {
    background: var(--white);
    color: var(--grey);
    border: var(--border);
    display: flex;
    align-items: center;
    border-radius: var(--hight-radius);
    width: max-content;
    height: 34px;
    min-height: 34px;
}

#heroSection .content .infos #statut-centre span:nth-of-type(1) {
    padding-right: 5px;
}

#heroSection .content .infos #statut-centre span:nth-of-type(2) {
    padding-left: 5px;
}

#heroSection .content .infos #statut-centre.opening-planned span {
    padding-right: 15px;
}

#heroSection .content h1 {
    text-wrap: balance;
}

#heroSection .intro {
    text-wrap: initial;
    text-align: left;
}

#heroSection ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#heroSection li {
    display: flex;
    gap: 5px;
    align-items: center;
}

#heroSection li p,
#heroSection li a {
    color: var(--grey);
    width: max-content;
    font-weight: 400;
}

#heroSection li a {
    text-decoration: underline 1px solid var(--orange);
    font-weight: 500;
}

#heroSection li a:hover {
    color: var(--orange);
}

#heroSection li i {
    color: var(--orange);
    padding: 10px;
    border-radius: var(--hight-radius);
    background: linear-gradient(90deg, #fce7f3, #ffedd5);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

#heroSection .btns-container {
    margin: 30px 0 40px 0;
}

#heroSection .btns-container a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: var(--low-radius);
}

#heroSection #gallery .f-carousel__slide img {
    height: 300px;
    width: 100%;
    border-radius: var(--medium-radius);
}

#heroSection #gallery .f-thumbs.is-horizontal .f-thumbs__track {
    padding-bottom: 0;
}

#heroSection #gallery .f-thumbs__slide img {
    border-radius: var(--low-radius);
}


/* Services Section */
#services .service {
    border: var(--border);
    overflow: hidden;
    border-radius: var(--medium-radius);
    box-shadow: var(--medium-shadow);
}

#services .service img {
    height: 300px;
}

#services .service .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

#services .service .content .precisions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

#services .service span {
    font-weight: 600;
    font-size: .75rem;
    color: rgb(104, 106, 120);
    background: linear-gradient(90deg, #fce7f3, #ffedd5);
    padding: 5px 10px;
    border-radius: var(--hight-radius);
}

#services .service .btns-container {
    width: 100%;
    margin-top: 10px;
}

#services .service a {
    width: 100%;
}

#services .informations {
    margin-top: 30px;
    text-align: left;
    background: linear-gradient(90deg, #eff6ff, #fdf2f8);
    border: none;
}

#services .informations h3 {
    margin-bottom: 10px;
}

#services .informations ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

#services .informations li {
    display: flex;
    gap: 10px;
    align-items: center;
}


/* Prices Section */
#prices {
    background: var(--quaternary-gradient);
}

#prices .array {
    background: white;
    padding: 20px;
    box-shadow: var(--medium-shadow);
    border-radius: var(--medium-radius);
}

#prices .gender {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#prices .gender p {
    width: 100%;
    text-align: center;
    color: black;
    font-weight: 600;
}

#prices .gender button {
    padding: 10px 15px;
    width: calc(50% - 5px);
    border: 1px solid var(--orange);
    background: var(--white);
    color: var(--grey);
    font-size: 13px;
}

#prices .gender button[aria-selected="true"] {
    background: var(--primary-gradient);
    scale: 1.05;
    box-shadow: var(--big-shadow);
    color: white;
    border: none;
}

#prices .type[hidden],
#prices .zone-content[hidden] {
    display: none !important;
}

#prices .nav-content {
    border-top: var(--border);
    border-bottom: var(--border);
    margin-top: 20px;
    padding: 20px 0;
}

#prices .nav-content p {
    width: 100%;
    text-align: center;
    color: black;
    font-weight: 600;
}

#prices .zone {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    border-radius: var(--low-radius);
}

#prices .zone button {
    width: calc(50% - 5px);
    border: 1px solid var(--orange);
    background: var(--white);
    color: var(--grey);
    font-size: 13px;
}

#prices .zone button[aria-selected="true"] {
    background: var(--primary-gradient);
    border: none;
    color: white;
    scale: 1.05;
    box-shadow: var(--big-shadow);
}

#prices .content {
    text-align: center;
    padding-top: 30px;
}

#prices .content .tag {
    background: var(--primary-gradient);
    color: white;
    margin: 10px auto 30px;
    padding: 8px 13px;
}

#prices article .price {
    color: var(--pink);
    font-weight: 700;
    font-size: 1.875rem;
    margin: 10px auto 5px;
    display: block;
}

#prices article > p {
    margin-bottom: 20px;
}

#prices article .forfaits {
    display: flex;
    justify-content: space-between;
    border-radius: var(--low-radius);
    padding: 10px;
    margin-top: 10px;
    text-align: left;
}

#prices article .forfaits:first-of-type {
    background: color-mix(in srgb, var(--green) 15%, white);
    border-left: 4px solid var(--green);
}

#prices article .forfaits:last-of-type {
    background: color-mix(in srgb, var(--pink) 15%, white);
    border-left: 4px solid var(--pink);
}

#prices article .forfaits .seance {
    color: black;
    font-weight: 500;
}

#prices article .forfaits .price-details {
    color: var(--green);
    font-weight: 600;
    font-size: 13px;
}

#prices article .forfaits span {
    font-weight: 700;
    color: white;
    font-size: .75rem;
    padding: 5px 10px;
    border-radius: var(--hight-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

#prices article .forfaits:first-of-type span {
    background: var(--green);
}

#prices article .forfaits:last-of-type span {
    background: var(--pink);
}

#prices article a {
    width: 100%;
    margin-top: 20px;
}

#prices .promotions {
    margin-top: 30px;
    background: var(--primary-gradient);
    border: none;
}

#prices .promotions h2 {
    margin-bottom: 20px;
    color: white;
}

#prices .promotions article h3 {
    margin: 15px 0 10px 0;
}

#prices .promotions article .tag {
    background: var(--green);
    color: white;
    margin-left: auto;
    margin-right: auto;
}

#prices .promotions article .date {
    display: flex;
    gap: 5px;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
    text-wrap: initial;
    text-align: initial;
}

#prices .promotions article .date i {
    color: var(--orange);
}


/* Team Section */
#team .section-container {
    padding: 3rem 0;
}

#team h2,
#team .intro {
    text-wrap: balance;
    margin-left: 20px;
    margin-right: 20px;
}

#team .swiper {
    padding: 0 20px 30px 20px;
}

#team .swiper-slide {
    height: auto;
}

#team article {
    height: 100%;
    border: var(--border);
    border-radius: var(--medium-radius);
    box-shadow: var(--medium-shadow);
    overflow: hidden;
}

#team article figure {
    position: relative;
    background: var(--white);
}

#team article figure span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(90deg, var(--orange), var(--pink));
    color: var(--white);
    display: flex;
    gap: 5px;
    align-items: center;
}

#team article figure span i {
    font-size: 20px;
}

#team article figure img {
    height: 400px;
    object-position: 50% 30%;
}

#team article .member-infos {
    padding: 20px;
}

#team article .function {
    color: var(--orange);
    font-weight: 600;
    margin: 5px 0 15px 0;
    display: block;
    font-size: .85rem;
}

#team article .specialities {
    margin-top: 20px;
}

#team article .specialities > span {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    font-weight: 600;
    color: var(--grey);
    font-size: .875rem;
}

#team article .specialities > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

#team article .specialities > div span {
    font-size: .70rem;
    border: 1px solid var(--orange);
    border-radius: var(--hight-radius);
    padding: 5px 10px;
    color: var(--grey);
}

#team .swiper-pagination {
    bottom: 0;
}

#team .swiper-pagination-bullet-active {
    background: var(--orange);
}

#team .swiper-button-next,
#team .swiper-button-prev {
    font-size: 25px;
    border: var(--border);
    padding: 10px;
    background: var(--white);
    border-radius: var(--hight-radius);
    width: 40px;
    height: 40px;
    box-shadow: var(--small-shadow);
    color: var(--orange);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

#team .bottom {
    background: linear-gradient(90deg, #eff6ff, #fdf2f8);
    padding: 20px;
    margin: 30px 20px 0 20px;
    text-align: center;
    border-radius: var(--medium-radius);
    box-shadow: var(--small-shadow);
    text-wrap: balance;
}

#team .bottom p {
    margin: 10px 0;
}

#team .bottom .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
    justify-content: center;
}

#team .bottom .tags span {
    background: linear-gradient(90deg, var(--orange) , var(--pink));
    padding: 10px 15px;
    display: flex;
    gap: 5px;
    font-size: .8rem;
    box-shadow: var(--small-shadow);
    color: var(--white);
}

#team .bottom figure img {
    height: 250px;
    object-fit: contain;
    margin-bottom: -45px;
}


/* Reviews Section */
#reviews h2,
#reviews .intro {
    text-wrap: balance;
    margin-left: 20px;
    margin-right: 20px;
}

#reviews .section-container {
    padding: 3rem 0;
}

#reviews .swiper {
    padding: 0 20px 40px 20px;
}

#reviews .swiper-slide {
    height: auto;
}

#reviews .swiper-slide .review-container {
    height: 100%;
}

#reviews .swiper-slide .author {
    display: flex;
    gap: 20px;
    text-align: left;
    align-items: center;
}

#reviews .swiper-slide figure {
    width: 40px;
}

#reviews .swiper-slide .author div span {
    font-size: 13px;
    color: var(--grey);
}

#reviews .swiper-slide .rating {
    margin: 20px 0 10px 0;
    text-align: left;
}

#reviews .swiper-slide .rating .star {
    color: grey;
}

#reviews .swiper-slide .rating .star.filled {
    color: #fbc02d;
    font-size: 30px;
}

#reviews .swiper-slide p {
    text-align: left;
}

#reviews .swiper-pagination {
    bottom: 7px;
}

#reviews .swiper-pagination-bullet-active {
    background: var(--orange);
}

#reviews .swiper-button-next {
    right: 20px;
}

#reviews .swiper-button-prev {
    left: 20px;
}

#reviews .swiper-button-next,
#reviews .swiper-button-prev {
    font-size: 20px;
    border: var(--border);
    padding: 10px;
    background: var(--white);
    border-radius: var(--hight-radius);
    width: 30px;
    height: 30px;
    box-shadow: var(--small-shadow);
    color: var(--orange);
    bottom: 0;
    top: unset;
}


/* Infos Section */
#infos .section-container {
    padding-bottom: 1rem;
}

#infos .section-container > div,
#infos .section-container .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#infos h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

#infos h3 i {
    color: var(--orange);
    font-size: 25px;
}

#infos #horaires,
#infos #transports,
#infos #serviceDetails {
    padding: 20px;
    border-radius: var(--medium-radius);
    box-shadow: var(--small-shadow);
    border: var(--border);
    background: var(--white);
}

#infos #horaires li {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

#infos #horaires li {
    justify-content: space-between;
    border-bottom: var(--border);
    padding: 10px 0;
}

#infos #horaires li:last-of-type {
    border: none;
}

#infos #horaires .note {
    padding: 10px;
    background: linear-gradient(90deg, #fff7ed, #fff1f2);
    border-radius: var(--medium-radius);
    font-size: .875rem;
    margin-top: 15px;
}

#infos #horaires .note span {
    font-weight: 600;
}

#infos #transports .transports {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#infos #transports .transports  > li {
    background: rgb(249, 250, 251);
    border-radius: var(--medium-radius);
    padding: 10px;
}

#infos #transports li .type {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

#infos #transports .locations {
    padding-left: 15px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.5;
}

#infos #transports li i {
    font-size: 20px;
    color: var(--orange);
}

#infos #transports li:nth-of-type(1) i {
    color: var(--blue);
}

#infos #transports li:nth-of-type(2) i {
    color: var(--green);
}

#infos #transports li:nth-of-type(3) i {
    color: var(--yellow);
}

#infos #transports li:nth-of-type(4) i {
    color: var(--purple);
}

#infos #transports li:nth-of-type(5) i {
    color: var(--pink);
}

#infos #transports span {
    border: var(--border);
    border-radius: var(--hight-radius);
    padding: 5px 10px;
    font-size: .75rem;
    font-weight: 600;
}

#infos #serviceDetails ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#infos #serviceDetails li {
    background: linear-gradient(90deg, #fff7ed, #fff1f2);
    border-radius: var(--medium-radius);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#infos #serviceDetails li i {
    color: var(--orange);
    font-size: 20px;
}

#infos #serviceDetails li:nth-of-type(2) i {
    color: var(--pink);
}

#infos #serviceDetails li:nth-of-type(3) i {
    color: var(--blue);
}

#infos #serviceDetails li:nth-of-type(4) i {
    color: var(--green);
}

#infos #serviceDetails li:nth-of-type(5) i {
    color: var(--yellow);
}

#infos #serviceDetails li:nth-of-type(6) i {
    color: var(--purple);
}


/* CTA Section */
#cta {
    background: var(--secondary-gradient);
}


    /* Pad Version */
    @media screen and (min-width: 768px) {
        #heroSection .content .infos {
            flex-direction: row;
        }

        #heroSection .btns-container {
            margin-top: 40px;
        }

        #heroSection .btns-container a {
            width: max-content;
            padding: 10px 30px;
        }

        #heroSection #gallery .f-carousel__slide img {
            height: 500px;
        }


        /* Services Section */
        #services .service {
            display: flex;
        }

        #services .service .content {
            align-items: flex-start;
            text-align: left;
            width: 60%;
        }

        #services .service .content .precisions {
            justify-content: flex-start;
            gap: 15px;
        }

        #services article p {
            text-wrap: balance;
        }

        #services article .btns-container {
            width: 100%;
        }

        #services article .content a {
            text-align: center;
        }

        #services article figure {
            display: flex;
            width: 40%;
        }

        #services .informations {
            margin-top: 40px;
        }

        #services .informations h3 {
            text-align: center;
            margin-bottom: 15px;
        }

        #services .informations p {
            text-wrap: initial;
        }

        #services .informations ul {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
        }

        #services .informations li {
            width: calc(50% - 15px);
        }


        /* Prices Section */
        #prices .array {
            padding: 25px;
        }

        #prices .gender {
            justify-content: center;
            gap: 10px 15px;
        }

        #prices .gender button {
            width: max-content;
            font-size: 14px;
        }

        #prices .nav-content {
            margin-top: 25px;
            padding: 25px 0;
        }

        #prices .zone {
            flex-wrap: nowrap;
            gap: 15px;
        }

        #prices .zone button {
            font-size: 14px;
        }

        #prices .content {
            padding-top: 35px;
        }

        #prices .content .tag {
            margin-bottom: 35px;
        }

        #prices article {
            width: calc(50% - 10px);
        }

        #prices article .forfaits .price-details {
            font-size: 14px;
        }

        #prices .promotions {
            margin-top: 40px;
        }

        #prices .promotions h2 {
            margin-bottom: 25px;
        }

        #prices .promotions .cards-container {
            justify-content: center;
        }


        /* Team Section */
        #team .section-container {
            padding: 4rem 30px;
        }

        #team h2,
        #team .intro {
            margin-left: 40px;
            margin-right: 40px;
        }

        #team .swiper {
            padding: 1px 11px 60px 11px;
            position: relative;
        }

        #team article figure img {
            height: 425px;
        }

        #team article .function,
        #team article .specialities > span {
            font-size: .9rem;
        }

        #team article .specialities > div span {
            font-size: .75rem;
        }

        #team .swiper-button-prev,
        #team .swiper-button-next {
            top: unset;
            bottom: 0;
        }

        #team .swiper-button-prev {
            left: 10px;
        }

        #team .swiper-button-next {
            right: 10px;
        }

        #team .swiper-pagination {
            bottom: 10px;
        }

        #team .bottom {
            padding: 25px;
            margin: 40px auto 0 auto;
            display: flex;
            max-width: 700px;
        }

        #team .bottom > div {
            width: 60%;
        }

        #team .bottom p {
            margin: 15px 0;
        }

        #team .bottom .tags {
            margin-top: 20px;
            margin-bottom: 0;
        }

        #team .bottom .tags span {
            font-size: .85rem;
        }

        #team .bottom figure {
            width: 40%;
        }

        #team .bottom figure img {
            margin-bottom: -55px;
            height: 210px;
        }


        /* Reviews Section */
        #reviews .section-container {
            padding: 4rem 30px;
        }

        #reviews h2,
        #reviews .intro {
            margin-left: 40px;
            margin-right: 40px;
        }

        #reviews .swiper-slide .author div span {
            font-size: 14px;
        }

        #reviews .swiper {
            padding: 1px 11px 60px 11px;
            position: relative;
        }

        #reviews .swiper-button-prev {
            left: 10px;
        }

        #reviews .swiper-button-next {
            right: 10px;
        }

        #reviews .swiper-button-next,
        #reviews .swiper-button-prev {
            width: 40px;
            height: 40px;
            font-size: 25px;
        }

        #reviews .swiper-pagination {
            bottom: 16px;
        }


        /* Infos Section */
        #infos .section-container .column {
            flex-direction: row;
        }

        #infos #transports {
            width: 55%;
        }

        #infos #serviceDetails {
            width: 45%;
            height: max-content;
        }
    }


        /* Desktop Version */
        @media screen and (min-width: 992px) {
            #heroSection .section-container {
                display: flex;
                gap: 60px;
            }

            #heroSection .content {
                width: 55%;
            }

            #heroSection #gallery {
                width: 45%;
            }

            #heroSection #gallery .f-carousel__slide img {
                height: 500px;
            }

            #heroSection #gallery .f-thumbs__slide__button {
                margin: 0;
                width: 100%;
            }

            #heroSection #gallery .f-thumbs__slide {
                width: 110px;
                height: 80px;
            }

            #heroSection #gallery .f-thumbs__slide__button img {
                width: 100%;
            }

            #heroSection .content {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            #heroSection .btns-container {
                margin-bottom: 0;
                margin-top: 50px;
            }


            /* Services Section */
            #services .main-content {
                display: flex;
                gap: 60px;
            }

            #services .service {
                flex-direction: column;
                width: 35%;
            }

            #services .service figure {
                width: auto;
            }

            #services .service .content {
                width: auto;
            }

            #services .service .btns-container {
                gap: 15px;
                flex-wrap: nowrap;
            }

            #services article .content a {
                width: 100%;
                text-align: center;
            }

            #services .informations {
                width: 65%;
                margin-top: 0;
            }

            #services .informations h3 {
                margin-bottom: 20px;
            }

            #services .informations ul {
                gap: 40px;
            }

            #services .informations li {
                width: calc(50% - 20px);
            }


            /* Prices Section */
            #prices .array {
                padding: 30px;
            }

            #prices .gender {
                gap: 10px 20px;
            }

            #prices .gender button {
                font-size: 15px;
            }

            #prices .nav-content {
                margin-top: 30px;
                padding: 30px 0;
            }

            #prices .zone {
                gap: 10px 20px;
            }

            #prices .zone button {
                font-size: 15px;
            }

            #prices .content {
                padding-top: 40px;
            }

            #prices .content .tag {
                margin-bottom: 40px;
            }

            #prices .cards-container {
                justify-content: center;
            }

            #prices article {
                width: calc(25% - 15px);
            }

            #prices article .forfaits {
                gap: 10px;
            }

            #prices article .forfaits .price-details {
                font-size: 15px;
            }

            #prices .promotions {
                margin-top: 50px;
            }

            #prices .promotions article {
                width: calc(33% - 10px);
            }

            #prices .promotions h2 {
                margin-bottom: 30px;
            }


            /* Team Section */
            #team .section-container {
                padding: 5rem 50px;
            }

            #team .swiper {
                padding: 1px 11px 60px 11px;
            }

            #team article figure img {
                height: 450px;
            }

            #team article .function,
            #team article .specialities > span {
                font-size: 1rem;
            }

            #team article .specialities > div span {
                font-size: .8rem;
            }

            #team .bottom {
                padding: 30px;
                margin: 50px auto 0 auto;
                width: 50%;
                min-width: 500px;
            }

            #team .bottom p {
                margin: 20px 0;
            }

            #team .bottom .tags {
                margin-top: 25px;
            }

            #team .bottom .tags span {
                font-size: .9rem;
            }

            #team .bottom figure img {
                margin-bottom: -60px;
                height: 235px;
            }


            /* Reviews Section */
            #reviews .section-container {
                padding: 5rem 50px;
            }

            #reviews .swiper {
                padding: 1px 11px 60px 11px;
            }

            #reviews .swiper-slide .author div span {
                font-size: 15px;
            }


            /* Infos Section */
            #infos .section-container > div {
                flex-direction: row;
            }

            #infos .section-container .column {
                flex-direction: column;
                width: 100%;
            }

            #infos #horaires {
                width: 100%;
                height: max-content;
            }

            #infos #transports {
                width: 100%;
            }

            #infos #serviceDetails {
                width: 100%;
            }

            #infos #serviceDetails ul {
                flex-direction: row;
                flex-wrap: wrap;
            }

            #infos #serviceDetails li {
                width: calc(50% - 8px);
            }
        }