/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.4
*/

.marketing .col-inner {
    background-image: url(/wp-content/uploads/2025/11/poster-olenza.jpg);
}

.radius.img img {
    border-radius: 25px !important;
}

article.post {
    background-color: var(--beige);
    padding: 30px 5vw;
    border-radius: 25px;
}

#comments {
    display: none;
}

.entry-header .is-divider {
    display: none;
}

@media (max-width: 768px) {
    a.button {
        display: block;
        width: 100%;
        text-align: center;
    }

    .gimmick img {
        max-width: 120px;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}


/* À ranger */

.icon-phone:before {
    content: "phone_enabled";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.icon-angle-left:before {
    content: "arrow_circle_left";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.icon-gift:before {
    content: "download";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.heading-font.list {
    position: relative;
    padding-left: 27px;
    /* espace pour la pastille de 50px */
    line-height: 1.4;
}


/* Pastille verte */

.heading-font.list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: var(--green);
    border-radius: 50%;
}


/* Check blanc au centre */

.heading-font.list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath fill='%23FFFFFF' d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
}

.button.primary.is-outline {
    line-height: 2.4em;
}

.semibold {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.black {
    font-weight: 700 !important;
}

.note {
    max-width: 100px;
}

.star-rating span:before,
.star-rating:before,
.woocommerce-page .star-rating:before {
    color: #FFB000;
    font-size: 13px;
}

.hero {
    background: linear-gradient(to bottom, #F3F1EE 0%, #FFFFFF 100%);
}

.home .personas img,
.personas.is-rounded img {
    max-width: 90px;
    border-radius: 100%;
}

.subtitle {
    letter-spacing: 0.02em;
}

.personas .row-small>.col,
.equipments .row-small>.col {
    padding: 0 2px 19.6px;
}

.label {
    background-color: #EBCFC2;
    padding: 4px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.logo-2 {
    max-width: 200px;
    margin: auto;
}

.ic-2 {
    max-width: 40px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.radius.col .col-inner {
    border-radius: 25px !important;
}


/*************** GLOBAL   ***************/

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/*@font-face {
    font-family: "Chillax";
    src: url("/wp-content/uploads/fonts/Chillax-Medium.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Chillax", sans-serif !important;
    font-weight: 500 !important;
}

h2 {
    font-size: 2.3em;
}

:root {
    --green: #3BA48C;
    --blue: #374163;
    --beige: #F9F5F2;
    /*--blue: var(--blue)000;*/
    --white: #FFFFFF;
    --brown: #C99C7D;
    --light-brown: #EBCFC2;
    --yellow: #F2DFBB;
    --font-title: "Chillax", sans-serif !important;
    --font-body: "Jost", sans-serif !important;
    --transition: 0.5s ease;
}

.text-green {
    color: var(--green);
}

.text-blue {
    color: var(--blue);
}

.text-black {
    color: var(--blue);
}

.text-beige {
    color: var(--beige);
}

.bg-green {
    background-color: var(--green);
    color: #fff;
}

.bg-blue {
    background-color: var(--blue);
    color: #fff;
}

.bg-beige {
    background-color: var(--beige);
}

.ic {
    max-width: 20px;
}

.surtitre {
    font-weight: 600;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 2px solid transparent;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 0.1em 1.2em;
}

.icon-angle-right:before {
    content: "arrow_circle_right";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.button:not(.icon)>span+i {
    margin-left: 0em;
}


/*************** HEADER   ***************/

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: var(--fs-color-primary);
}

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li.active>a,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: var(--fs-color-primary);
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: var(--fs-color-primary);
    content: " ";
    height: 2px;
}


/*************** HOME   ***************/

.has-icon-bg .icon .icon-inner {
    border: 2px solid var(--fs-color-primary);
    background-color: var(--fs-color-primary);
}

.icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: transparent;
}

.icon-box:hover .icon-box-img svg path {
    fill: var(--fs-color-primary) !important;
}

.row.five-column {
    max-width: 1440px;
}

.five-column .large-3 {
    flex-basis: 20%;
    max-width: 20%;
}


/* Tablette : 3 colonnes */

@media (max-width: 1024px) {
    .five-column .large-3 {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}


/* Mobile large : 2 colonnes */

@media (max-width: 768px) {
    .five-column .large-3 {
        flex-basis: 50%;
        max-width: 50%;
    }
}


/* Mobile petit : 1 colonne */

@media (max-width: 480px) {
    .five-column .large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}


/***********************************************/


/*************** ACCORDION START ***************/


/***********************************************/

.accordion .accordion-item {
    background-color: var(--white);
    margin-bottom: 15px;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-title {
    border: none;
    background-color: var(--white);
    padding: 20px 25px;
    position: relative;
    border-radius: 10px;
    font-family: var(--font-title);
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
}

.accordion .accordion-item .accordion-title::before {
    content: "";
    position: absolute;
    right: 30px;
    background-color: var(--green);
    width: 1px;
    height: 20px;
    top: calc(50% - 10px);
    transition: var(--transition);
}

.accordion .accordion-item .accordion-title::after {
    content: "";
    position: absolute;
    right: 20px;
    background-color: var(--green);
    width: 20px;
    height: 1px;
    top: 50%;
}

.accordion .accordion-item .accordion-title.active {
    font-weight: 500;
}

.accordion .accordion-item .accordion-title.active::before {
    transform: rotate(90deg);
    transition: var(--transition);
}

.accordion .accordion-item .accordion-title button.toggle {
    display: none;
}

.accordion .accordion-item .accordion-inner {
    padding: 20px 25px;
    border-top: 1px solid var(--beige);
    color: var(--blue);
}

.accordion .accordion-item .accordion-inner p {
    margin-bottom: 0 !important;
}


/*********************************************/


/*************** ACCORDION END ***************/


/*********************************************/


/*********************************************/


/************ BLOG SECTION START *************/


/*********************************************/

.category-filters .filter-btn.active {
    border: 1px solid var(--blue);
}

.allPost {
    margin-right: calc(-50vw + 50%) !important;
    overflow: hidden;
}

.allPost .row .owl-stage-outer {
    overflow: inherit;
}

.owl-carousel.owl-blog .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel.owl-blog .owl-item {
    height: auto;
    display: flex;
}

.owl-carousel.owl-blog .owl-item .col {
    height: 100%;
    display: flex;
    padding: 0 5px 30px;
}

.owl-carousel.owl-blog .owl-item .col-inner {
    width: 100%;
    height: 100%;
    display: flex;
}

.allPost .post-item .col-inner {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.allPost .post-item .col-inner .box-text {
    background-color: var(--beige);
    text-align: left;
    padding: 25px 25px 100px;
}

.allPost .post-item .col-inner .box-text .box-text-inner .category {
    text-transform: capitalize;
    background-color: var(--brown);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--blue);
    font-family: var(--font-body);
    margin-bottom: 10px;
}

.allPost .post-item .col-inner .box-text .box-text-inner .category.category-minceur {
    background-color: var(--light-brown);
}

.allPost .post-item .col-inner .box-text .box-text-inner .category.category-rajeunissement {
    background-color: var(--yellow);
}

.allPost .post-item .col-inner .box-blog-post {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.allPost .post-item .col-inner .box-blog-post .box-image {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
}

.allPost .post-item .col-inner .box-blog-post .box-image .image-cover {
    width: 100%;
}

.allPost .post-item .col-inner .box-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    width: 100%;
}

.allPost .post-item .col-inner .box-text .post-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.allPost .post-item .col-inner .box-text p {
    color: var(--blue);
}

.allPost .post-item .col-inner .box-text .seeMore {
    background-color: var(--blue);
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    height: 45px;
    width: 45px;
    margin-top: 15px;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
    text-decoration: none;
    transition: width var(--transition);
    position: absolute;
    bottom: 25px;
}

.allPost .post-item .col-inner .box-text .seeMore span {
    color: var(--white);
    position: absolute;
    left: 50px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity var(--transition);
}

.allPost .post-item .col-inner .box-text .seeMore svg {
    position: absolute;
    left: 16px;
    top: calc(50% - 7px);
}

.allPost .post-item .col-inner .box-text .seeMore:hover {
    border-radius: 10px;
    width: 150px;
    transition: var(--transition);
}

.allPost .post-item .col-inner .box-text .seeMore:hover span {
    opacity: 1;
}

.allPost .post-item .col-inner .badge-outline {
    display: none;
}

.blog-slider-wrapper .customBlogNextBtn {
    background: var(--green);
    position: absolute;
    top: calc(50% - 35px);
    left: -90px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.allPost .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.allPost .owl-dots .owl-dot {
    margin: 0;
}

.allPost .owl-dots .owl-dot span {
    background: var(--blue);
    opacity: 0.2;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
}

.allPost .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: var(--green);
}

@media (max-width: 1300px) {
    .allPost {
        margin-left: 100px !important;
    }

    .customBlogNextBtn {
        left: 10px !important;
    }
}

@media (max-width: 767px) {
    .allPost {
        margin-left: inherit !important;
        margin-right: 0 !important;
    }

    .customBlogNextBtn {
        display: none;
    }
}


/*********************************************/


/************** BLOG SECTION END *************/


/*********************************************/


/*********************************************/


/********* TESTIMONIES SECTION START *********/


/*********************************************/

.testimonies-wrapper {
    position: relative;
}

.owl-testimonies .owl-stage-outer {
    overflow: inherit;
}

.owl-testimonies .testimony-item {
    background: var(--beige);
    padding: 30px;
    border-radius: 10px;
}

.owl-testimonies .testimony-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.owl-testimonies .testimony-item p {
    color: var(--blue);
}

.owl-testimonies .testimony-item .author-wrapper {
    display: flex;
    align-items: center;
}

.owl-testimonies .testimony-item .author-wrapper .icon {
    width: 50px;
    height: 50px;
    background-color: var(--white);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.owl-testimonies .testimony-item .author-wrapper .author {
    display: flex;
    flex-direction: column;
}

.owl-testimonies .testimony-item .author-wrapper .author .name {
    font-size: 20px;
    font-family: var(--font-title);
    font-weight: 500;
    line-height: 20px;
}

.owl-testimonies .testimony-item .author-wrapper .author .post {
    margin-bottom: 0;
    color: var(--blue);
    font-family: var(--font-body);
    line-height: 20px;
    font-size: 16px;
}

.testimonies-wrapper .customNav {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    bottom: -55px;
}

.testimonies-wrapper .customNav .customTestimoniesPrevBtn {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    margin-right: 10px;
    cursor: pointer;
}

.testimonies-wrapper .customNav .customTestimoniesNextBtn {
    background-color: var(--green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-testimonies .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
}

@media (max-width: 991px) {
    .owl-testimonies .owl-dots {
        bottom: -40px;
    }
}

.owl-testimonies .owl-dots .owl-dot {
    margin: 0;
    min-height: inherit;
    min-width: inherit;
    margin-right: 10px;
}

.owl-testimonies .owl-dots .owl-dot span {
    background: var(--blue);
    opacity: 0.2;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
}

.owl-testimonies .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: var(--green);
}


/*********************************************/


/********** TESTIMONIES SECTION END **********/


/*********************************************/


/*********************************************/


/********** EQUIPMENTS SECTION START *********/


/*********************************************/

.acquisition-path {
    background-color: var(--beige);
    padding: 55px 45px;
    border-radius: 25px;
}

.acquisition-path .title {
    position: relative;
}

.acquisition-path .title .number {
    width: 50px;
    height: 50px;
    background-color: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: absolute;
    top: -10px;
}

.acquisition-path .title h3 {
    padding-left: 80px;
}

.acquisition-path ul.list {
    padding-left: 80px;
    position: relative;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.acquisition-path ul.list::before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: var(--green);
    position: absolute;
    left: 24px;
}

.acquisition-path ul.list li {
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

.acquisition-path ul.list li .check {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}


/*********************************************/


/********** EQUIPMENTS SECTION END ***********/


/*********************************************/


/********** FOOTER ***********/

.widget>ul>li+li,
ul.menu>li+li {
    border-top: 0px solid #ececec;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-left: 0em !important;
}

footer ul li a {
    color: var(--blue) !important;
}


/* CF7 – Bouton submit */

input[type=submit] {
    text-transform: none !important;
    padding: 0 2em;
    height: 3em;
}


/* Champs génériques */

.wpcf7 input:not([type=submit]):not([type=checkbox]),
select,
.wpcf7 textarea {
    color: var(--blue);
    background-color: #F4F4F4 !important;
    border: 2px solid #F4F4F4 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}


/* Champs stylés (Select2 + champs spécifiques) */

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #fff;
    border: 2px solid #ddd;
    height: 3em;
}


/* Placeholder */

.wpcf7-form-control-wrap ::placeholder {
    color: var(--blue);
}


/* Focus */

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    background-color: #F7F7F7;
    box-shadow: none;
    color: var(--blue) !important;
    outline: 0;
    opacity: 1 !important;
}


/* Labels */

label,
legend {
    font-size: .85em;
    font-weight: 400;
}

.wpcf7-list-item-label,
.wpcf7 .wpcf7-not-valid-tip {
    text-align: left;
}


/* Layout */

.wpcf7-form .container-submit {
    display: flex;
    justify-content: flex-end;
    margin: 20px auto 0;
}

.wpcf7-form-control-wrap {
    padding: 0 5px;
}

.wpcf7-form input[type='submit'] {
    margin-left: 5px;
}



/* Spinner */

.wpcf7-spinner {
    display: none;
}


/* Checkbox custom */

[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
    margin-bottom: 0;
    padding: 0 !important;
    flex-shrink: 0;
    background-color: #F4F4F4;
    border-radius: 100% !important;
}

[type=checkbox]:hover {
    border-color: var(--green);
}

[type=checkbox]:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 0;
}


/* Messages d’erreur */

.wpcf7 .wpcf7-not-valid-tip {
    background-color: transparent;
    font-size: .75em;
    margin-bottom: 10px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    display: none;
}

/* Msg OK */

.estimation-success {
    margin-top: 25px;
    padding: 25px;
    background: var(--beige);
    border-radius: 12px;
    text-align: center;
    opacity: 0;
    transform: translateY(15px);
    transition: var(--transition);
    border: 1px solid var(--light-brown);
}

.estimation-success.show {
    opacity: 1;
    transform: translateY(0);
}

/* Titre */
.est-success-title {
    font-family: var(--font-title);
    color: var(--blue);
    font-size: 24px;
    margin-bottom: 8px;
}

/* Texte */
.est-success-text {
    font-family: var(--font-body);
    color: var(--blue);
    font-size: 15px;
}



/* SYNCRONIZED SLIDER */

#sync1 img {
    height: 350px;
    object-fit: cover;
}

#sync2 {
    margin-top: 15px;
    padding-right: 20%;
}

.sync2-wrapper {
    position: relative;
}

#sync2 img {
    margin-right: 15px;
    height: 75px;
    object-fit: cover;
}

.customSync2NextBtn {
    background-color: var(--green);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: calc(20% - 20px);
    top: calc(50% - 22px);
    z-index: 1;
    cursor: pointer;
}


/* SYNCRONIZED SLIDER */


/* --- STRUCTURE --- */

.estimation-container {
    display: flex;
    align-items: stretch;
    margin: 40px 0;
    flex-wrap: nowrap;
}

.estimation-left,
.estimation-right {
    width: 50%;
}


/* --- LABELS --- */

.est-label {
    color: #374163;
    margin-bottom: 8px;
    display: block;
}


/* --- CUSTOM SELECT --- */

.custom-select-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.custom-select {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ececec;
    background: #fff;
    appearance: none;
    cursor: pointer;
    color: #222;
}

.select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #374163;
}


/* --- SLIDERS --- */

.range-wrapper {
    position: relative;
    margin: 5px 0 25px;
}

.range {
    width: 100%;
    appearance: none;
    height: 2px;
    border-radius: 3px;
    background: linear-gradient(to right, #374163 0%, #374163 var(--value-percent), #DEDEDE var(--value-percent), #DEDEDE 100%);
    transition: background 0.1s;
}


/* Track */

.range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #374163 0%, #374163 var(--value-percent), #DEDEDE var(--value-percent), #DEDEDE 100%) !important;
    height: 2px;
    border-radius: 3px;
}


/* Thumb */

.range::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #3BA48C;
    border-radius: 50%;
    margin-top: -7px;
    cursor: pointer;
}


/* Value bubble */

.range-value {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -32px;
    background: #fff;
    padding: 2px 9px;
    border-radius: 20px;
    border: 2px solid;
    font-weight: 600;
}


/* --- PARTIE DROITE --- */

.revenu-label {
    font-size: 18px;
    color: #374163;
    margin-bottom: 5px;
}

.revenu-value {
    font-size: 42px;
    font-weight: 700;
    color: #4aae90;
    margin-bottom: 30px;
}


/* CTA */

.cta-estimation {
    margin-top: 15px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
    max-width: 300px;
}


/* --- RESPONSIVE --- */

@media (max-width: 900px) {
    .estimation-container {
        flex-direction: column;
        gap: 40px;
    }

    .estimation-left,
    .estimation-right {
        width: 100%;
    }
}


/* --- Numbers --- */

.estimation-left {
    padding: 60px;
    background: rgba(249, 245, 242, 0.25);
}

.estimation-right {
    padding: 80px 60px;
    background: #F9F5F2;
}


.numbers-section {
    background-color: var(--beige);
    padding: 30px;
    max-width: 900px !important;
    border-radius: 25px;
}

/* Masquer les séparateurs verticaux en mobile */
@media (max-width: 550px) {
    .numbers-section .is-border {
        border-width: 0 !important;
        /* enlève les bordures verticales */
    }
}

/* Ajouter un séparateur horizontal en bas des colonnes en mobile */
@media (max-width: 550px) {
    .numbers-section .col {
        position: relative;
        padding-bottom: 30px !important;
        margin-bottom: 30px;
    }

    .numbers-section .col::after {
        content: "";
        position: absolute;
        left: 120px;
        right: 120px;
        bottom: 0;
        height: 2px;
        background: #DEDEDE;
    }

    /* Ne pas afficher le séparateur sous le dernier bloc */
    .numbers-section .col:last-child::after {
        display: none;
    }
}

/* TARIFS */

.tarifs .label {
    margin-top: -55px;
    z-index: 10 !important;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    isolation: isolate;
}

@media (max-width: 768px) {
    .has-label .stack {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        justify-content: flex-start;
    }

    .has-label .stack>.text {
        flex: 0 0 auto;
        white-space: nowrap;
    }


    .has-label .stack::-webkit-scrollbar {
        display: none;
    }

    .has-label .stack {
        scrollbar-width: none;
    }
}