h1, h2, h3, h4, h5,
.card-pricing .title-pricing,
footer p,
body,
.fake-link,
header.burger .button-menu,
.menu-navigation ul li a,
p,
.button {
    font-family: "Poppins", sans-serif;
}

.white{
    .swiper-button-next, .swiper-button-prev{
        color: #FFF;
    }
}

body{
    background: #F1F1F1;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    background: #EAB933;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
}

.swiper-button-next, .swiper-button-prev{
    right: 40px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 40px;
}
.text-content{
    ul{
        margin-top: 30px;
    }
    li{
        display: block;
        margin-bottom: 7px;
        margin-left: 15px;
        position: relative;
        &:before{
            content: '-';
            margin-right: 10px;
            position: absolute;
            left: -15px;
        }
    }
}

ul li{
    font-size: 17px;
}
.container{
    max-width: 1920px;
    padding: 0 30px;
}

.strate{
    padding: 85px 0;
}

.no-padding-top{
    padding-top: 0;
}

.border-top{
    border-top: 1px solid rba(0,0,0,0.1);
}

h1, .style-H1{
    font-size: clamp(34px, 3vw,  70px);
    line-height: clamp(34px, 3vw,  70px);
    font-weight: 800;
    margin-bottom: 15px;
}

.style-H1 p,
.style-H2 p,
.style-H3 p,
.style-H4 p{
    font-size: inherit;
}

h2, .style-H2{
    font-size: 50px;
    line-height: 53px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
h3, .style-H3{
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 15px;
}
h4, .style-H4{
    text-transform: uppercase;
    font-weight: 800;
    color: #EAB933;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 14px;
}

p{
    font-size: 18px;
    color: #4A4A4A;
    display: block;
}

.container-text-only p{
    display: block;
}

.dark p{
    color: #FFF;
}
.white{
    h1,h2,h3,h4, p{
        color: #FFF;
    }
}

.breadcrumb{
    position: absolute;
    top: 100%;
    padding-top: 20px;
    padding-left: 30px;
    background: transparent;
    color: #000;
    left: 0;

    a{
        color: #000;
        font-size: 15px;
        padding-right: 10px;
        display: inline-block;

        &:after{
            content : '›';
            padding-left: 10px;
        }

        &:hover{
            text-decoration: none;
        }
    }

    span{
        font-size: 15px;
        font-weight: 500;
    }
}

.button{
    background: #FFF;
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #AE6532;
    transition: .3s;

    &.primary{
        background: #EAB933;
        color: #FFF;

        &:hover{
            color: #FFF;
            background: #D78349;
        }
    }

    &:hover{
        color: #AE6532;
        text-decoration: none;
    }
}

/* HEADER */
.sentence-header{
    position: absolute;
    width: 100%;
    background: #EAB933;
    color: #FFF;
    z-index: 8;
    padding: 8px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

header.linear{
    border-radius: 10px;

    top: 36px;
    position: absolute;
    padding: 20px;
}

header.burger.is-scrolled{
    width: 100%;
    border-radius: 0 0 15px 15px;
    transform: translateY(-100%) translateX(-0%);
    background-color: #faf8f5;
}
header.burger.is-scrolled.is-visible {
    transition: 0.6s transform;
}

header.linear ul{
    padding-top: 12px;
}
header.linear ul li a{
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Menu principal header — hover */
header.burger.linear .menu > ul > li > a {
    color: #000;
    text-decoration: none;
}

header.burger.linear .menu > ul > li > a:hover,
header.burger.linear .menu > ul > li > a:focus-visible {
    color: #eab933;
    text-decoration: none;
    outline: none;
}

header.burger .logo, header.burger .logo-scroll{
    margin-top: 5px;
    width: 170px;
}

header.burger{
    border-bottom: 1px solid #ccc;
}

.bagxpro-site-header {
    position: relative;
    z-index: 100;
    width: 100%;
}

header.burger.linear .button-menu .barre,
header.burger.linear .button-menu .barre:before,
header.burger.linear .button-menu .barre:after {
    background: #000;
}

header.burger.linear .button-menu .text {
    color: #000;
}

.bagxpro-header-logo {
    text-align: center;
}

.bagxpro-header-logo a {
    display: inline-block;
    line-height: 0;
}

.bagxpro-header-row {
    margin-left: 0;
    margin-right: 0;
}

/* Menu mobile latéral */
.menu-navigation .menu {
    z-index: 100060;
}

body.nav-is-visible .menu-navigation .menu {
    visibility: visible;
}

.bagxpro-menu-close {
    position: fixed;
    top: 16px;
    left: calc(min(40vw, 320px) - 52px);
    z-index: 100061;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.2s ease;
    outline: none;
    box-shadow: none;
}

body.nav-is-visible .bagxpro-menu-close {
    opacity: 1;
    pointer-events: auto;
}

.bagxpro-menu-close:hover,
.bagxpro-menu-close:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    outline: none;
}


/* FOOTER */
footer{
    padding: 65px;
    background: #FFF;
    margin-top: 80px;
    .logo-footer{
        width: 180px;
    }

    .copyright{
        padding-top: 80px;
        font-size: 14px;

        a{
            color: #000;
        }
    }

    p{
        color: #1C2056;
        font-weight: 600;
    }
    li{
        a{
            color: #000;
            font-size: 14px;
        }
    }
}
.social li svg path{
    fill: #1C2056;
}

.social{
    padding: 0;
}

/* HERO */

.strate-hero{
    border-radius: 0 0 60px 60px;
}
.strate-hero .strate-hero_inner{
    color: #FFF;
    position: relative;
    left: 15%;
    transform: translateX(-0%) translateY(0) !important;
    top: auto;
    padding-top: 300px;
    padding-bottom: 150px;
    z-index: 6;
    width: 100%;
    text-align: left;

}

.strate-hero.dark:before{
    z-index: 3;
    background: rgba(0, 0, 0, 0.65);
}

.strate-hero.middle{
    height: auto;
}

.strate-hero .strate-hero_image{
    position: absolute;
}


/* CARDS */

.swiper .card-slide{
    padding: 0 1vw;
    border-radius: 30px;
    overflow: hidden;

    &:hover{
        img{
            transform: scale(1.05);
        }

        a{
            &:after{
                transform: translateX(0px) scale(1.3);
            }
        }
    }

    h2,h3,h4{
        margin-bottom: 0;
        font-size: 25px;
        line-height: 28px;
    }

    p{
        font-size: 15px;
        margin-top: 13px;
    }

    img{
        display: block;
        margin-bottom: 0;
        transition: .3s;
    }
    a{
        height: 100%;
        display: block;
        border-radius: 30px;
        overflow: hidden;
        position: relative;

        &:before{
            content : "";
            width: 100%;
            height: 70%;
            background: linear-gradient(-180deg,rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, .85) 100%);
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 30;
        }

        &:after{
            content: '';
            width: 40px;
            height: 40px;
            background: url('img/arrow-card.svg');
            background-size: cover;
            position: absolute;
            right: 30px;
            bottom: 30px;
            z-index: 40;
            transition: .3s;
        }
    }
    .text{
        position: absolute;
        bottom: 0;
        width: calc(100% - 100px);
        padding: 30px;
        padding-right: 0;
        z-index: 40;
    }
}

.container-slider-cards{
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
}


/*TEXT ONLY*/
.container-text-only{
    p,h1,h2,h3,h4{
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* PICTOS */

.container-pictos{
    text-align: center;

    img{
        max-width: 80px;
        margin-bottom: 30px;
    }
}

/* CITATION */
.container-slider-quotes .citation{
    text-align: center;
}

.container-slider-quotes .citation .stars path{
    fill: #EAB933;
}

.container-slider-quotes .citation .author-infos{
    text-align: left;
    color: #1C2056;
}

/*SLIDER CARDS*/

.container-slider-cards{
    .container-buttons{
        margin-top: 40px;
    }

    .swiper-pagination{
        position: relative;
    }

    &.white{
        .swiper-pagination-bullet{
            background: #FFF;
        }
    }
}

/*Texte image*/
.container-image-text .image-strate{
    width: 100%;
}


/* Formulaire */
.formulaire-footer{
    background-color: #1C2056;
    padding: 85px 85px;
    border-radius: 0 0 60px 60px;
    ul{
        margin-top: 30px;
    }
    li{
        margin-bottom: 10px;
    }
    .picto{
        display: inline-block;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,.2);
        border-radius: 50%;
        margin-right: 10px;
        line-height: 40px;
        text-align: center;
    }

    .container-text-devis{
        position: sticky;
        top: 200px;
    
    }

    .container-form{
        background: #FFF;
        padding: 65px;
        border-radius: 30px;

        h3{
            color: #1C2056;
            text-align: center;
            font-size: 30px;
            margin-bottom: 30px;
        }
    }
}


input, textarea{
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #DADADA;
    margin-bottom: 15px;
    font-size: 14px;
    resize: none;
    border-radius: 4px;
}
input:invalid, textarea:invalid{
    background-color: #fff;
}

button{
    border: 0;
    width: 100%;
}

/* Product */

.formulaire-product{
    padding: 60px 0;
    .container-img-devis{
        max-height: 100vh;
        height: 100%;
        position: sticky;
        overflow: hidden;
        width: 120%;
        top: 0;

        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 50%;
            position: relative;
            left: 50%;
            transform: translate(-50%,-50%);
        }
    }

    .container-form{
        background: #FAF8F5;
        padding: 85px;
        margin-top: 60px;
        border-radius: 15px;
        margin-bottom: 60px;

        .container-text-form{
            text-align: center;
            margin-bottom: 30px;
        }
    }
}

/* Formulaire devis (Hub + Produit) */
.impactexpo-hp{
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.impactexpo-lead-form .impactexpo-field{
    display: block;
    margin-bottom: 0;
}

.impactexpo-lead-form .impactexpo-label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1C2056;
    margin-bottom: 8px;
}

.impactexpo-lead-form .impactexpo-field__req {
    color: #AE6532;
    font-weight: 700;
}

.impactexpo-form-required-note {
    display: flex;
    align-items: baseline;
    gap: 0.35em;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.4;
}

.impactexpo-form-required-note__text {
    color: #9ca3af;
    font-weight: 400;
}

.impactexpo-form-required-note .impactexpo-field__req {
    color: #AE6532;
    font-weight: 700;
}

.impactexpo-checkbox{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0;
    font-size: 14px;
    color: #4A4A4A;
    cursor: pointer;
}

.impactexpo-checkbox input{
    margin-top: 3px;
    flex-shrink: 0;
    width: auto;
}

.impactexpo-project-fields{
    border-left: 4px solid #AE6532;
    padding: 20px;
    background: #F7F7F7;
    margin: 10px 0 24px;
}

.impactexpo-project-fields.is-hidden,
.impactexpo-project-fields[hidden]{
    display: none;
}


.impactexpo-field-files .impactexpo-files-hint{
    font-size: 13px;
    color: #666;
    margin: 0 0 10px;
}

.impactexpo-lead-form input[type="file"]{
    padding: 10px 0;
    border: 0;
    margin-bottom: 10px;
}

.impactexpo-file-list{
    list-style: disc;
    padding: 12px 14px 12px 28px;
    margin: 0 0 12px;
    background: #f5f5f5;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    color: #333;
}

.impactexpo-file-list li{
    margin-bottom: 6px;
}

.impactexpo-file-list li:last-child{
    margin-bottom: 0;
}

.impactexpo-file-list-warn{
    list-style: none;
    margin-left: -14px;
    color: #AE6532;
    font-weight: 600;
}

.impactexpo-rgpd .impactexpo-rgpd-text{
    line-height: 1.5;
}

.impactexpo-rgpd .impactexpo-rgpd-text a{
    color: #AE6532;
    font-weight: 600;
    text-decoration: underline;
}

.impactexpo-rgpd .impactexpo-rgpd-text abbr{
    text-decoration: none;
    color: #AE6532;
    margin-left: 2px;
}

.impactexpo-files-contact-note{
    font-size: 13px;
    color: #4A4A4A !important;
    margin: 0 0 20px;
    line-height: 1.5;
}

.impactexpo-files-contact-note a{
    color: #AE6532;
    font-weight: 600;
}

.impactexpo-lead-body[hidden],
.impactexpo-lead-body.is-hidden{
    display: none !important;
}

.impactexpo-lead-form--sent .impactexpo-lead-body{
    display: none !important;
}

.impactexpo-lead-form--sent .impactexpo-lead-feedback.is-success{
    margin-bottom: 0;
}

.impactexpo-lead-feedback{
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    scroll-margin-top: 100px;
}

.impactexpo-lead-feedback.is-success{
    background: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #a5d6a7;
}

.impactexpo-lead-feedback.is-error{
    background: #ffebee;
    color: #b71c1c;
    border: 1px solid #ef9a9a;
}

.formulaire-footer.white .impactexpo-lead-form .impactexpo-label{
    color: #1C2056;
}


.container-bag-home{
    position: absolute;
    width: 33%;
    z-index: 30;
    top: 60%;
    transform: translateY(-50%);
    right: 10%;
}
.container-bag-home .bag-img{
    width: 100%;
}

.placeholder{
    position: absolute;
    top: 50%;
    width: 10vw;
    max-width: 170px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.strate-hero.home .container-bag-home .placeholder {
    cursor: pointer;
}

.strate-hero .strate-hero_inner{
    width: 50%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%) !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

.strate-hero{
    border-radius: 0;
}

.strate-hero.home:after{
    content: '';
    position: absolute;
    background: #EAB933; /* orange */
    height: 300px;
    width: 100%;
    bottom: 0;
    clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0% 100%);
}

/* Hero home — entrée en cascade après disparition du loader */
@keyframes bagxpro-hero-rise-fade {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bagxpro-hero-rise-fade-placeholder {
    from {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 22px));
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes bagxpro-placeholder-breathe {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.06);
    }
}

.strate-hero.home .strate-hero_inner h1,
.strate-hero.home .strate-hero_inner > p,
.strate-hero.home .strate-hero_inner .container-buttons,
.strate-hero.home .container-bag-home .bag-img,
.strate-hero.home .container-bag-home .placeholder {
    opacity: 0;
}

@media (scripting: none) {
    .strate-hero.home .strate-hero_inner h1,
    .strate-hero.home .strate-hero_inner > p,
    .strate-hero.home .strate-hero_inner .container-buttons,
    .strate-hero.home .container-bag-home .bag-img,
    .strate-hero.home .container-bag-home .placeholder {
        opacity: 1;
        transform: none;
    }

    .strate-hero.home .container-bag-home .placeholder {
        transform: translate(-50%, -50%);
    }
}

body.bagxpro-loader-done .strate-hero.home .strate-hero_inner h1,
body.bagxpro-loader-done .strate-hero.home .strate-hero_inner > p,
body.bagxpro-loader-done .strate-hero.home .strate-hero_inner .container-buttons,
body.bagxpro-loader-done .strate-hero.home .container-bag-home .bag-img,
body.bagxpro-loader-done .strate-hero.home .container-bag-home .placeholder {
    animation-duration: 1.05s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: both;
    will-change: transform, opacity;
}

body.bagxpro-loader-done .strate-hero.home .strate-hero_inner h1 {
    animation-name: bagxpro-hero-rise-fade;
    animation-delay: 0.15s;
}

body.bagxpro-loader-done .strate-hero.home .strate-hero_inner > p {
    animation-name: bagxpro-hero-rise-fade;
    animation-delay: 0.38s;
}

body.bagxpro-loader-done .strate-hero.home .strate-hero_inner .container-buttons {
    animation-name: bagxpro-hero-rise-fade;
    animation-delay: 0.58s;
}

body.bagxpro-loader-done .strate-hero.home .container-bag-home .bag-img {
    animation-name: bagxpro-hero-rise-fade;
    animation-delay: 0.82s;
}

body.bagxpro-loader-done .strate-hero.home .container-bag-home .placeholder {
    animation-name: bagxpro-hero-rise-fade-placeholder, bagxpro-placeholder-breathe;
    animation-duration: 1.05s, 1.8s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), ease-in-out;
    animation-delay: 1.05s, 2.15s;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: both, none;
}

@media (prefers-reduced-motion: reduce) {
    body.bagxpro-loader-done .strate-hero.home .strate-hero_inner h1,
    body.bagxpro-loader-done .strate-hero.home .strate-hero_inner > p,
    body.bagxpro-loader-done .strate-hero.home .strate-hero_inner .container-buttons,
    body.bagxpro-loader-done .strate-hero.home .container-bag-home .bag-img,
    body.bagxpro-loader-done .strate-hero.home .container-bag-home .placeholder {
        animation: none;
        opacity: 1;
        transform: none;
        will-change: auto;
    }

    body.bagxpro-loader-done .strate-hero.home .container-bag-home .placeholder {
        transform: translate(-50%, -50%);
    }
}

/* Textes / blocs révélés au scroll (classe ajoutée en JS — contenu HTML intact pour le SEO) */
.bagxpro-scroll-reveal:not(.is-visible) {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
}

.bagxpro-scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
        opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.bagxpro-home-main .section-cards .card-label.bagxpro-scroll-reveal {
    transition-delay: 0.08s;
}

.bagxpro-home-main .section-cards .card-description.bagxpro-scroll-reveal {
    transition-delay: 0.2s;
}

.bagxpro-home-main .strate-presentation .container-text li.bagxpro-scroll-reveal:nth-child(1) {
    transition-delay: 0s;
}

.bagxpro-home-main .strate-presentation .container-text li.bagxpro-scroll-reveal:nth-child(2) {
    transition-delay: 0.12s;
}

.bagxpro-home-main .strate-presentation .container-text li.bagxpro-scroll-reveal:nth-child(3) {
    transition-delay: 0.24s;
}

.bagxpro-home-main .strate-presentation .container-text li.bagxpro-scroll-reveal:nth-child(4) {
    transition-delay: 0.36s;
}


.list-unstyled li{
    padding-left: 15px;
    position: relative;
}

.list-unstyled li:before{
    content: "-";
    position: absolute;
    left: 0;
}
@media (prefers-reduced-motion: reduce) {
    .bagxpro-scroll-reveal:not(.is-visible),
    .bagxpro-scroll-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
        will-change: auto;
    }
}

.list-logo{
    background: #EAB933;
    border-top: 1px solid #F3D78B;
}

.list-logo ul{
    display: flex;
    padding: 0 30px;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
}

.list-logo ul li{
    flex: 1; /* chaque élément prend une part égale */
    text-align: center;
    padding: 30px 3vw;

}

.list-logo ul li img{
    max-width: 250px;
    width: auto;
    max-height: 100px;
}

.list-logo .label{
    text-align: left;
    color: #FFF;
    font-size: clamp(16px, .9vw, 25px);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.section-cards{
    margin-top: 50px;
    .card-border{
        width: 100%;
        border-top: 5px solid #EAB933;
        padding: 40px;
        background: #FFF;
        height: 45vh;
        display: flex;
        flex-direction: column;

        .card-number{
            display: flex;
            align-items: baseline;
            flex-wrap: wrap;
            gap: 0.08em;
            font-size: clamp(22px, 3.2vw, 75px);
            line-height: 1;
            font-variant-numeric: tabular-nums;
        }

        .card-number__value {
            font-variant-numeric: tabular-nums;
        }

        .card-number__suffix {
            font-size: 0.92em;
            line-height: 1;
            white-space: nowrap;
        }

        .card-label{
            font-size: clamp(16px, 1.2vw, 22px);
        }

        .card-description{
            font-size: clamp(16px, 1vw, 20px);
            line-height: 1.3;
            color: #6C6C6C;
            margin-top: auto;
        }
    }
}

.container-image-cards-placeholder{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;

    .img-card{
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }
}


.cky-btn-accept {
    background: #EAB933 !important;
    border: 2px solid #EAB933 !important;
    border-radius: 30px !important;
}

.cky-consent-container .cky-consent-bar{
    background: #fff !important;
    border: 0 !important;
}

.cky-notice .cky-title{
    color: #000 !important;
}

.cky-consent-bar .cky-notice-des p, .cky-gpc-wrapper .cky-gpc-desc p, .cky-preference-body-wrapper .cky-preference-content-wrapper p, .cky-accordion-header-wrapper .cky-accordion-header-des p, .cky-cookie-des-table li div:last-child p{
    color: #000 !important;
}

.cky-btn-reject,
.cky-btn-customize,
.cky-btn-preferences{
    color: #000 !important;
    border-color: #EAB933!important;
    border-radius: 30px !important;
}



button.cky-accordion-btn{
    text-align: left !important;
}

.cky-prefrence-btn-wrapper .cky-btn{
    margin-bottom: 10px !important;
}

.cky-btn-revisit-wrapper{
    background: #EAB933 !important;
}


.strate-presentation{
    padding: 40px 0;
    .container-white{
        background: #FFF;
        padding: 80px;
    }

    img{
        width: 100%;
    }

    .row{
        align-items: center;
    }
    ul{
        padding-top: 20px;
        counter-reset: card;

        li{
            border-top: 1px solid #F7F7F7;
            padding: 30px 0;
            counter-increment: card;
            p{
                padding-left: 45px;
            }

            h3{
                margin-bottom: 10px;
                position: relative;
                padding-left: 45px;
                line-height: 1;
                &:before{
                    content: "0" counter(card) "/";
                    font-size: 18px;
                    font-weight: 500;
                    vertical-align: top;
                    color: #EAB933;
                    left: 0;
                    position: absolute;
                }
            }
        }
    }
}

.bagxpro-bestseller-tag {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1a1a1a;
    background: #EAB933;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(234, 185, 51, 0.4);
    animation:
        bagxpro-bestseller-pop 0.65s cubic-bezier(0.22, 1, 0.36, 1) both,
        bagxpro-bestseller-pulse 2.2s ease-in-out 0.65s infinite;
    will-change: transform, box-shadow;
}

.bagxpro-bestseller-tag::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 20%,
        rgba(255, 255, 255, 0.65) 50%,
        transparent 80%
    );
    transform: translateX(-180%) skewX(-18deg);
    animation: bagxpro-bestseller-shine 3.2s ease-in-out 1.1s infinite;
    pointer-events: none;
}

@keyframes bagxpro-bestseller-pop {
    0% {
        opacity: 0;
        transform: scale(0.82) translateY(6px);
    }
    65% {
        transform: scale(1.07) translateY(0);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes bagxpro-bestseller-pulse {
    0%, 100% {
        transform: scale(1) translateY(0);
        box-shadow: 0 2px 10px rgba(234, 185, 51, 0.4);
    }
    50% {
        transform: scale(1.06) translateY(-1px);
        box-shadow: 0 5px 18px rgba(234, 185, 51, 0.65);
    }
}

@keyframes bagxpro-bestseller-shine {
    0%, 28%, 100% {
        transform: translateX(-180%) skewX(-18deg);
    }
    38% {
        transform: translateX(320%) skewX(-18deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bagxpro-bestseller-tag {
        animation: none;
        will-change: auto;
    }

    .bagxpro-bestseller-tag::after {
        animation: none;
        display: none;
    }
}

.card-product{
    border-bottom: 5px solid #EAB933;
    margin-top: 30px;
    .img-product{
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;

        .bagxpro-bestseller-tag{
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 2;
            pointer-events: none;
        }

        img{
            max-width: 90%;
            max-height: 100%;
            height: auto;
            object-fit: contain;
            display: block;
            position: relative;
            margin: 0 auto;
        }

        &:before{
            content: "";
            width: 100%;
            height: 20vh;
            background: #FFF;
            position: absolute;
            bottom: 0;
            border-radius: 60px 0 0 0;
        }
    }
    .description-product{
        background: #FFF;
        padding: 20px 40px 40px;


        .button{
            margin-top: 10px;
        }
    }
}

.card-intro-product{
    background: #FFF;
    height: 100%;
    border-radius: 60px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* centre verticalement */
    padding: 00px 80px;
}

.card-intro-product__text {
    margin-top: 0;
}

.card-intro-product__text p:last-child {
    margin-bottom: 0;
}

.card-intro-product--empty {
    opacity: 0.85;
}


/* ARCHIVE PRODUIT */
.strate-introduction-archive-produit{
    padding-top: 250px;
    padding-bottom: 100px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
}

.strate-infos-archive-produit{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    margin-bottom: 60px;

    .title-archive-produit{
        font-size: 50px;
        line-height: 1;
        font-weight: 500;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.card-info{
    background: #FFF;
    padding: 80px 60px;
    height: 100%;
    border-top: 5px solid #EAB933;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;


    h3{
        margin-bottom: 10px;
    }
}

/* SINGLE PRODUIT — padding géré dans product-bag.css */


/* Loader plein écran au chargement */
.bagxpro-page-loader__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.bagxpro-page-loader__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 132px;
    max-height: 40px;
    height: auto;
    animation: bagxpro-loader-logo-pulse 1.4s ease-in-out infinite;
}

.bagxpro-page-loader__ring {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(234, 185, 51, 0.2);
    border-top-color: #eab933;
    border-radius: 50%;
    animation: bagxpro-loader-ring-spin 0.9s linear infinite;
}

@keyframes bagxpro-loader-ring-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bagxpro-loader-logo-pulse {
    0%,
    100% {
        opacity: 0.82;
        transform: scale(0.96);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bagxpro-page-loader__logo,
    .bagxpro-page-loader__ring {
        animation: none;
    }
}

/* Sidebar configurateur produits */
body.bagxpro-configurator-open {
    overflow: hidden;
}

.bagxpro-configurator {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: none;
    pointer-events: none;
}

.bagxpro-configurator:not([hidden]) {
    display: block;
}

.bagxpro-configurator.is-open {
    pointer-events: auto;
}

.bagxpro-configurator__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.36s ease;
}

.bagxpro-configurator.is-open .bagxpro-configurator__overlay {
    opacity: 1;
}

.bagxpro-configurator__panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(100%, 420px);
    max-width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.bagxpro-configurator.is-open .bagxpro-configurator__panel {
    transform: translate3d(0, 0, 0);
}

.bagxpro-configurator__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bagxpro-configurator__header h2 {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.2;
}

.bagxpro-configurator__close {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f1f1f1;
    color: #000;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease;
}

.bagxpro-configurator__close:hover,
.bagxpro-configurator__close:focus,
.bagxpro-configurator__close:focus-visible {
    background: #e5e5e5;
    outline: none;
    box-shadow: none;
}

.bagxpro-configurator__body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0 24px;
}

.bagxpro-configurator__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bagxpro-configurator__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.bagxpro-configurator__link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease;
}

.bagxpro-configurator__link:hover,
.bagxpro-configurator__link:focus-visible {
    background: rgba(234, 185, 51, 0.12);
    outline: none;
    text-decoration: none;
}

.bagxpro-configurator__link:hover .bagxpro-configurator__name,
.bagxpro-configurator__link:focus-visible .bagxpro-configurator__name {
    color: #eab933;
}

.bagxpro-configurator__thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
}

.bagxpro-configurator__thumb img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.bagxpro-configurator__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.bagxpro-configurator__name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    transition: color 0.2s ease;
}

.bagxpro-configurator__desc {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.65);
}

.bagxpro-configurator__empty {
    margin: 24px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.65);
}

@media (prefers-reduced-motion: reduce) {
    .bagxpro-configurator__overlay,
    .bagxpro-configurator__panel {
        transition: none;
    }
}

/* PAGE SERVICES */

.parent-pageid-554{
    .container-text-only {
        p, h1, h2, h3, h4 {
            max-width: 85%;
        }

        hr{
            margin: 40px 0;
        }
    }

    .container-image-full{

    }
}