.custom-section-title {
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: "Special Gothic Expanded One", sans-serif;
    border-left: 4px solid #A89570;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.elementor-widget-home_why_squarefloor{
    overflow: hidden;
}

.why-squarefloor--wrapper {
    background: #EBF6FF;
    padding: 64px;
    font-family: "Inter", sans-serif;
    overflow: visible;
}

.why-squarefloor--wrapper .swiper-slide,
.points-forts--wrapper .swiper-slide {
    width: 336px !important;
}

.swiper.why-squarefloor-slide,
.swiper.points-forts-slide {
    max-width: 1040px;
    overflow: visible;
    margin-left: 0;
}

.why-squarefloor--wrapper .swiper-slide .card,
.points-forts--wrapper .swiper-slide .card {
    background: #ffffff;
    border-radius: 4px;
    padding: 40px !important;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.why-squarefloor--wrapper .card .card-icon {
    width: 48px;
    height: 48px;
    background-color: #EBF6FF;
    border-radius: 4px;
    display: grid;
    place-items: center;
}

.why-squarefloor--wrapper .card .card-title,
.points-forts--wrapper .card .card-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
}

.why-squarefloor--wrapper .card .card-content,
.points-forts--wrapper .card .card-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-squarefloor--wrapper .card .card-description p,
.points-forts--wrapper .card .card-description p{
    font-size: 14px;
    font-weight: 400;
    color: #3E3939;
    line-height: 24px;
}

/* Swiper styles */
.swiper.why-squarefloor-slide .swiper-wrapper,
.swiper.points-forts-slide .swiper-wrapper{
    align-items: stretch;
}

.swiper.why-squarefloor-slide .swiper-wrapper .swiper-slide,
.swiper.points-forts-slide .swiper-wrapper .swiper-slide{
    display: flex;
    height: auto;
}

/* Responsive */
@media (max-width: 765px) {

    .custom-pagination {
        max-width: 100%;
    }
    .custom-section-title {
        font-size: 20px !important;
        margin-bottom: 24px;
    }
}



/* ---------------------- UN PROJET ----------------------*/

.un-projet--wrapper {
    width: 100%;
    font-family: "Inter", sans-serif;
}

.un-projet--wrapper .custom-pagination {
    padding: 0;
}

.un-projet--row {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 16px;
}

.un-projet--wrapper .card {
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 453px;
    min-width: 0 !important;
    overflow: hidden;
}

.un-projet--wrapper .card .card-content {
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.un-projet--wrapper .card .card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}


.un-projet--wrapper .card .card-title {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 130%;
    margin: 0;
}

.un-projet--wrapper .card .card-description p {
    font-size: 14px;
    color: #3E3939;
}

.un-projet--wrapper .card .card-description p:last-of-type {
    margin-bottom: 0;
}

.un-projet--wrapper .card .card-action {
    margin-top: auto;
}
.un-projet--wrapper .card .card-action a {
    color: #000000;
    text-decoration: underline;
    font-size: 14px !important;
    width: auto;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.un-projet--wrapper .first-card {
    width: 50%;
    display: flex;
    height: auto;
}

.unprojet-slide {
    width: 100%;
}

/* Swiper styles */
.swiper .swiper-wrapper {
    align-items: stretch;
}

.swiper .swiper-wrapper .swiper-slide {
    display: flex;
    height: auto;
}

.custom-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 454px;
    padding-block: 16px;
    gap: 5px;
}

.custom-pagination .btn {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #DCDDDF;
    display: grid;
    place-items: center;
    margin: 0;
    flex-shrink: 0;
}

.custom-pagination:has(.swiper-pagination-lock) {
    display: none;
}

.custom-pagination .btn.swiper-button-lock {
    display: none;
}

.custom-pagination .swiper-pagination {
    position: relative;
    display: flex;
    bottom: auto !important;
}

.custom-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 100% !important;
    height: 4px !important;
    border-radius: 0 !important;
}

.custom-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1C2A39 !important;
}


/* ---------------------- TEMOINAGES ----------------------*/
.witness--wrapper {
    width: 100%;
    font-family: "Inter", sans-serif;
}

.witness--wrapper .witness-head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;

}
.witness--wrapper .witness-title {
    padding: 10px 0;
    width: 100%;
}
.witness--wrapper .witness-title .title{
    margin-bottom: 0;
    margin-top: 0
}
.witness--wrapper .witness-description {
    margin-top: 0;
}

.witness--wrapper .witness-description p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 160%;
}

.witness--wrapper .custom-pagination {
    padding: 0;
}

.witness--wrapper .witness-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.witness--wrapper .swiper-slide .card {
    background: white;
    border: 1px solid #E4E4E4;
    padding: 32px 64px !important;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 24px;
    border-radius: 4px;
}

.witness--wrapper .card .card-header {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.witness--wrapper .card .card-header {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    background: transparent;
    border: none;
    padding: 0;
}

.witness--wrapper .card .card-header .publication-date {
    display: flex;
    align-items: center;
    gap: 3px;
}

.witness--wrapper .card .card-header::after {
    content: none;
}

.witness--wrapper .card .card-header .publication-date span {
    font-size: 12px;
    color: #3E3939;
    line-height: 24px;
    font-weight: 400;
}

.witness--wrapper .card .card-header .publication-date svg {
    flex-shrink: 0;
}

.witness--wrapper .card .card-content {
    display: grid;
    grid-template-rows: auto 1fr;
}

.witness--wrapper .card .card-title {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-wrap-style: pretty;
}

.witness--wrapper .card .card-description {
    color: #3E3939;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: calc(24px * 4);
    overflow: hidden;
}

.witness--wrapper .card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    text-wrap-style: pretty;
}

.witness--wrapper .card .card-footer::after {
    content: none;
}

.witness--wrapper .card .card-footer p {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.witness--wrapper .card .card-footer div {
    min-width: 72px;
}

.witness--wrapper .witness-link a {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: underline;
    color: #000000;
}

.witness--wrapper .witness-link.block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
}

.witness--wrapper .witness-link.mobile {
    display: none;
}

.witness--wrapper .witness-link.desktop {
    display: block;
}




/* ---------------------- TEMOINAGES ----------------------*/
.guidestips--wrapper {
    width: 100%;
    font-family: "Inter", sans-serif;
}

.guidestips--row {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.guidestips--wrapper .intro-card {
    padding: 40px;
    background: #1D3251 !important;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 336px;
    background: transparent;
    border-radius: 4px;
}

.guidestips-slide {
    width: 100%;
}

.guidestips--wrapper .intro-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.guidestips--wrapper .intro-link a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    border: none;
    cursor: pointer;
}

.guidestips--wrapper .guidestips-slide .swiper-slide {
    width: 248px !important;
}

.guidestips--wrapper .card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}

.guidestips--wrapper .card .card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: none;
    background: transparent;
}

.guidestips--wrapper .custom-pagination {
    padding: 0;
}

.guidestips--wrapper .guidestips-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guidestips--wrapper .card-header {
    border-radius: 4px;
    overflow: hidden;
}

.guidestips--wrapper .card-header,
.guidestips--wrapper .card-footer {
    padding: 0;
    border: none;
    background: transparent;
}

.guidestips--wrapper .card .gt--image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.guidestips--wrapper .card .gt--meta {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #3E3939;
    font-weight: 400;
}

.guidestips--wrapper .card .gt--title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-wrap-style: pretty;
}

.guidestips--wrapper .card .gt--link a {
    color: #000000;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    width: auto;
    border: none;
    cursor: pointer;
}

/* Offer */
.offer--wrapper {
    width: 100%;
    font-family: "Inter", sans-serif;
}

.offer--wrapper .offer-slide .card {
    background: #ffffff;
    border-radius: 4px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0;
    width: 100%;
}

.offer--wrapper .card .card-header {
    position: relative;
    padding: 0;
    border: none;
}

.offer-slide .card .card-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    border-radius: 2px;
    background: #DC0F0F;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 12px 8px;
}

.offer-slide .card .card-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.offer-slide .card .card-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
}

.offer-slide .card .card-content .card-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    flex: 1;
    margin: 0;
}

.offer-slide .card .card-content .card-action a {
    text-align: right;
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
    width: auto;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.offer--wrapper .offer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.offer--wrapper .offer-link a {
    color: #000000;
    text-decoration: underline;
    font-size: 14px !important;
    line-height: 100%;
    text-align: right;
    width: auto;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.offer--wrapper .offer-description {
    margin-bottom: 24px;
    background: #ffffff;
    padding: 1rem 24px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.offer--wrapper .offer-description p {
    font-size: 14px;
    color: #000000;
    line-height: 100%;
    text-align: center;
}

.offer--wrapper .offer-link.block {
    width: 100%;
    padding: 8px 5px;
}

.offer--wrapper .offer-link.mobile {
    align-items: center;
    justify-content: center;
    display: none;
    margin-top: 24px;
    padding: 0;
}

.offer--wrapper .custom-pagination{
    padding-block: 14px;
}

/* Categories */
.categories--wrapper {
    width: 100%;
    font-family: "Inter", sans-serif;
}

.categories--wrapper .categories-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.categories--wrapper .categories-tabs .ce-tab {
    border-radius: 4px;
    border: 1px solid #1C2A391A;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    height: 32px;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 100%;
}

.categories--wrapper .categories-tabs .ce-tab.is-active {
    border-color: #A89570;
}

.categories-sliders .ce-slider {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.categories-sliders .custom-pagination {
    padding: 0;
}

.categories-sliders .swiper.ce-slider {
    display: none;
}

.categories-sliders .swiper.ce-slider.is-active {
    display: flex;
}

.categories--wrapper .ce-slide {
    overflow: hidden;
}

.categories--wrapper .ce-slide a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.categories--wrapper .ce-slide h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.categories--wrapper .ce-slide img {
    object-fit: cover;
    width: 336px;
    height: 429px;
    border-radius: 4px;
}

.categories-sliders .swiper-slide {
    width: 336px;
}

/* Home Hero  */
.home-hero--wrapper {
    width: 100%;
    font-family: "Inter", sans-serif;
}
.home-hero--wrapper .custom-pagination {
    display: none;
}

.home-hero--wrapper .swiper-slide {
    width: 506px !important;
}

.overflow-hidden{
     overflow: hidden;
 }

 .section-full-width .swiper.home-hero-slide{
    overflow: visible;
}

.home-hero-slide .card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.home-hero-slide .card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    width: 506px;
    height: 580px;
    padding: 24px;
}

.home-hero-slide .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-slide .card .card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 250px;
}

.home-hero-slide .card .card-title {
    font-family: "Special Gothic Expanded One", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
}

.home-hero-slide .card .card-description p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

.home-hero-slide .card .card-description p:only-child {
    margin-bottom: 0;
}

.engagement--wrapper {
    width: 100%;
}
.engagement-title {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.engagement-title h2 {
    font-size: 18px;
    line-height: 33px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0;
}

.engagement--wrapper .engagement-slide {
    padding: 16px 0;
    background: #fff;
}

.engagement--wrapper .engagement-slide .card {
    padding: 24px 16px !important;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: start;
    border-right: 1px solid #f1f1f1 !important;
    background: transparent;
    border-radius: 0;
}
.engagement--wrapper .engagement-slide .card:last-of-type {
    border-right-width: 0;
}

.engagement--wrapper .engagement-slide .card .card-icon {
    flex-shrink: 0;
}

.engagement--wrapper .engagement-slide .card .card-content {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    gap: 4px;
    height: 100%;
}
.engagement--wrapper .engagement-slide .card .card-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 100%;
    margin: 0;
}
.engagement--wrapper .engagement-slide .card .card-description p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3939;
}

.engagement--wrapper .engagement-slide .card .card-content a {
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    margin-top: auto;
}

.service--wrapper {
    width: 100%;
}
.service--wrapper .service-slide .swiper-slide {
    width: 260px !important;
}
.service--wrapper .service-slide .card {
    padding: 40px !important;
    border: 1px solid #F0F0F0 !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 0 !important;
}
.service--wrapper .service-slide .card .card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.service--wrapper .service-slide .card .card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}
.service--wrapper .service-slide .card .card-description p {
    font-size: 14px;
    font-weight: 400;
    color: #3E3939;
}

.service--wrapper .custom-pagination {
    padding: 0;
    margin-top: 24px;
}


.elementor-widget-home_points-forts{
    overflow: hidden;
}
.points-forts--wrapper {
    background: #F1F1F1;
    padding: 64px;
    font-family: "Inter", sans-serif;
    overflow: visible;
}

.points-forts--wrapper .title {
    margin-top: 0;
    margin-bottom: 24px;
}

.points-forts--wrapper .card .card-icon {
    width: 48px;
    height: 48px;
    background-color: #1D3251;
    border-radius: 4px;
    display: grid;
    place-items: center;
}

/* Meilleur ventes sur home page */

.custom-products-container .product-miniature__quickview_touch {
    display: none;
}

.custom-products-container .elementor-nav-tabs {
    position: relative;
    padding-block: 0 !important;
    margin-bottom: 14px;
    overflow: hidden;
    gap: 20px;
}

.custom-products-container ul.elementor-nav {
    flex-wrap: nowrap;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.custom-products-container ul.elementor-nav > li{
    scroll-snap-align: start;
}

.custom-products-container ul.elementor-nav::-webkit-scrollbar {
    display: none;
}

.custom-products-container .scroll-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%) translateX(-10px);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNS43MTAzNCAzLjQ3OTgyQzUuNTIyOTUgMy42NzUwOCA1LjUyMjk1IDMuOTkxNjcgNS43MTAzNCA0LjE4NjkzTDkuMzcwOTYgOC4wMDAwNEw1LjcxMDM0IDExLjgxMzJDNS41MjI5NSAxMi4wMDg0IDUuNTIyOTUgMTIuMzI1IDUuNzEwMzQgMTIuNTIwMkM1Ljg5NzggMTIuNzE1NSA2LjIwMTc0IDEyLjcxNTUgNi4zODkxOSAxMi41MjAyTDEwLjM4OTIgOC4zNTM1N0MxMC41NzY2IDguMTU4MzEgMTAuNTc2NiA3Ljg0MTc3IDEwLjM4OTIgNy42NDY1MUw2LjM4OTE5IDMuNDc5ODJDNi4yMDE3NCAzLjI4NDU2IDUuODk3OCAzLjI4NDU2IDUuNzEwMzQgMy40Nzk4MloiIGZpbGw9ImJsYWNrIi8+PC9zdmc+");
}

.custom-products-container .scroll-btn.left {
    left: 4px;
    transform: rotate(180deg) translateY(50%);
}

.custom-products-container .swiper:has(.swiper-pagination> .swiper-pagination-bullet:only-child) .elementor-swiper-button {
    display: none;
}

@media (max-width: 767px) {
    .custom-products-container .elementor-carousel-wrapper {
        overflow: visible;
    }
    .custom-products-container .swiper-wrapper {
        overflow: visible;
    }

    .custom-products-container .elementor-widget-container,
    .custom-products-container .product-miniature .card {
        width: 283px;
    }

    .custom-products-container .elementor-carousel-wrapper  .elementor-heading-title {
        text-align: center;
        width: 100vw;
        transform: translateX(-16px);
    }
}

#discover-selection-bestseller,
.discover-selection-link {
    display: flex;
    align-items: center;
    margin-left: auto;
    white-space: nowrap;
}
.discover-selection-link  .elementor-widget-container{
 width: auto !important;
}

.discover-selection-mobile-link {
    display: none;
}

/* Responsive */
@media (max-width: 767px) {

    .witness--wrapper .witness-slide{
        gap: 0;
    }

    .witness--wrapper .custom-pagination{
        margin-top: 14px;
    }

        /* Swiper */
    .custom-swiper-wrapper .swiper-slide {
        width: 283px !important;
    }

    #product-list-header{
        overflow: hidden;
    }

    .subcategories.swiper{
        overflow: visible;
    }

    .subcategory__name{
        font-size: 12px;
    }

    #category #product-list-header .custom-pagination {
        margin-top: 14px !important;
    }

    .why-squarefloor--wrapper,
    .points-forts--wrapper {
        padding: 64px 16px 64px 16px;
    }

    /* Why squarefloor */
    .why-squarefloor-slide .swiper-slide .card,
    .points-forts-slide-slide .swiper-slide .card {
        padding: 24px 16px !important;
    }

    .why-squarefloor-slide .card .card-title,
    .points-forts-slide .card .card-title {
        font-size: 16px;
    }

    .why-squarefloor-slide .card .card-description p,
    .points-forts-slide .card .card-description p{
        font-size: 14px;
    }

    .un-projet--row {
        flex-direction: column;
    }

    .unprojet-slide .swiper-slide {
        width: 100%;
    }

    .un-projet--wrapper .first-card {
        width: 100%;
    }

    .un-projet--wrapper .card .card-image img {
        max-width: 100%;
    }

    .un-projet--wrapper .card {
        max-width: 100%;
    }

    .un-projet--wrapper .custom-pagination {
        margin-top: 24px;
    }

        /* Witness */
    .witness--wrapper .witness-link.mobile {
        display: flex;
        padding-block: 0;
        margin-top: 24px;
    }

    .witness--wrapper .witness-link.desktop {
        display: none;
    }

    .witness--wrapper .swiper-slide .card {
        padding: 32px 32px !important;
    }

    .witness--wrapper .card .card-title {
        font-size: 16px;
    }

    .witness--wrapper .card .card-description p,
    .witness--wrapper .card .card-footer p {
        font-size: 12px;
    }

    /* Guides et conseils */
    .guidestips--row {
        flex-direction: column;
    }

    .guidestips--wrapper .intro-card {
        width: 100%;
        padding: 24px 16px;
    }

    .guidestips--wrapper .card .gt--title {
        font-size: 14px;
    }

    .guidestips--wrapper .intro-card .intro-title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .guidestips--wrapper .intro-card .intro-link a {
        font-size: 14px;
    }

    .guidestips--wrapper .guidestips-slide .swiper-slide {
        width: 224px !important;
    }

    /* Offer */
    .offer--wrapper .offer-link.mobile {
        display: flex;
    }

    .offer--wrapper .offer-link.desktop {
        display: none;
    }

    .offer-slide .card .card-badge {
        font-size: 11px;
    }

    .offer-slide .card .card-content {
        padding: 24px 16px;
    }

    .offer-slide .card .card-content {
        flex-direction: column;
        gap: 16px;
    }

    .offer-slide .card .card-header img {
        height: 167px;
    }

    .offer-slide .card .card-content .card-title {
        font-size: 16px;
        line-height: 130%;
    }

    .offer-slide .card .card-content .card-action a {
        font-size: 12px;
    }

    /* Categories */
    .categories--wrapper .categories-tabs .ce-tab {
        padding: 8px 12px;
        font-size: 10px;
    }

    .categories--wrapper .ce-slide h3 {
        font-size: 16px;
    }

    /* Home hero */
    .home-hero--wrapper {
        padding: 0 16px;
    }
    .home-hero--wrapper .swiper-slide {
        width: 280px !important;
    }

    .home-hero-slide .card {
        height: 392px;
        width: 100%;
    }

    .home-hero-slide .card .card-title {
        font-size: 18px;
    }

    .home-hero-slide .card .card-description p {
        font-size: 14px;
    }

    .custom-section-title {
        font-size: 20px;
    }

    .engagement--wrapper .engagement-slide .card .card-description p {
        margin: 0;
    }

    .engagement-title {
        padding: 16px;
    }

    .engagement--wrapper .custom-pagination {
        padding: 0;
        margin-top: 16px;
    }

    .engagement-title h2 {
        font-size: 16px;
        line-height: 140%;
    }

    .engagement--wrapper .engagement-slide {
        padding: 0;
    }

    .engagement--wrapper .engagement-slide  .swiper-slide {
        width: 238px !important;
    }

    .service--wrapper {
        padding: 0 16px;
    }

    .service--wrapper .service-slide .card {
        padding: 16px !important;
    }

    .service--wrapper .service-slide .swiper-slide {
        width: 238px !important;
    }

    .custom-products-container ul.elementor-nav {
        gap: 8px;
    }

    .custom-products-container ul.elementor-nav li.menu-item a {
        min-width: auto !important;
        padding-inline: 12px !important;
    }

    #discover-selection-bestseller,
    .discover-selection-link {
        display: none;
    }

    .discover-selection-mobile-link {
        display: block;
        margin: 24px auto 0;
        width: fit-content !important;
    }

    .categories--wrapper .ce-slide img{
        height: 361px;
    }
}

@media (max-width: 768px) {

    .witness--wrapper .swiper-slide .card {
        padding: 32px 32px !important;
    }
}

@media (max-width: 1024px) {

    .witness--wrapper .swiper-slide .card {
        padding: 32px !important;
    }
}

/* ── Exclusive Video ──────────────────────────────────────────────────────── */

.exclusive-video--wrapper {
    width: 100%;
    height: 100%;
}

.ev-media-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    display: block;
}

.ev-ratio-16-9 { aspect-ratio: 16 / 9; }
.ev-ratio-4-3  { aspect-ratio:  4 / 3; }
.ev-ratio-1-1  { aspect-ratio:  1 / 1; }
.ev-ratio-9-16 { aspect-ratio:  9 / 16; }
.ev-ratio-21-9 { aspect-ratio: 21 / 9; }

.ev-embed,
.ev-video-native,
.ev-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.ev-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.ev-overlay--clickable {
    cursor: pointer;
}

.ev-overlay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ev-play-btn {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    background: #00000080;
    border-radius: 250px;
    padding: 8px 16px;
    left: 16px;
    bottom: 16px;
}

.ev-play-btn:hover {
    transform: scale(1.05);
}

.ev-play-icon,
.ev-play-icon-default {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.ev-play-text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.ev-play-btn.is-hidden,
.ev-overlay.is-hidden {
    display: none;
}

@media (max-width: 768px) {
    .ev-play-text {
        font-size: 12px;
    }
}