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: #1C2056;
    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(22px, 3vw,  70px);
    line-height: 3vw;
    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: #AE6532;
    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;
    text-transform: uppercase;
}
header.burger .logo, header.burger .logo-scroll{
    margin-top: 5px;
    width: 170px;
}

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


/* 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: #1C2056;
}

.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-label abbr{
    text-decoration: none;
    color: #AE6532;
}

.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%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.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%);
}

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

.list-logo ul{
    display: flex;
    padding: 0 30px;
    align-items: center;
}

.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: 100%;
}

.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{
            font-size: clamp(22px, 3.2vw, 75px);
            line-height: 1;
        }

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

        .card-description{
            font-size: clamp(16px, 1vw, 20px);
            text-transform: uppercase;
            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;
    }
}


.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;
                }
            }
        }
    }
}



.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;
        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 */
.bagxpro-single-produit{
    padding-top: 100px;
    padding-bottom: 100px;
}