@media screen and ( max-width: 1056px ){
    .univers-idees-cadeaux .main-title{
        color: #2D2D2D;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        margin: 15px auto;
        width: 100%;
        display: block;
    }
}

/* breadcrumb */
.univers-idees-cadeaux .breadcrumb{
    position: absolute;
    z-index: 1;
}
.univers-idees-cadeaux .breadcrumb ul a{
    color: #3A3A3A;
}
@media screen and ( max-width: 1056px ){
    .univers-idees-cadeaux .breadcrumb{
        position: relative;
    }
}

/* cross-selling */
.univers-idees-cadeaux .cross-selling{
    margin-top: 60px;
}
.univers-idees-cadeaux .cross-selling .title-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.univers-idees-cadeaux .cross-selling .title{
    color: #2D2D2D;
    font-size: 28px;
    line-height: 43px;
    font-family: 'DM Serif Display',sans-serif;
    text-align: center;
    margin-bottom: 18px;
}
@media screen and ( min-width: 1056.98px ){
    .univers-idees-cadeaux .cross-selling .title-section .slider-arrow{
        position: relative;
        width: 34px;
        height: 34px;
        border-radius: 20px;
        border: 0.5px solid #000000;
        display: flex;
    }
    .univers-idees-cadeaux .cross-selling .slider-arrow.showm{
        display: none!important;
    }
}
@media screen and ( max-width: 1056px ){
    .univers-idees-cadeaux .cross-selling .slider-arrow.showd{
        display: none;
    }
    .univers-idees-cadeaux .cross-selling{
        margin-top: 25px;
    }
    .univers-idees-cadeaux .cross-selling .title-section{
        justify-content: center;
    }
    .univers-idees-cadeaux .cross-selling .title{
        font-size: 25px;
        line-height: 25px;
    }
    .univers-idees-cadeaux .productblock .textblock .flex-container{
        display: flex;
    }
    .univers-idees-cadeaux .productblock .textblock .seo{
        justify-content: flex-end;
        margin-top: 5px;
    }
    .univers-idees-cadeaux .productblock .textblock .color{
        margin-top: 5px;
    }
}

/* categories */
.section-categories{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.section-categories .categorie{
    line-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    width: 25%;
    text-align: center;
}
.section-categories .categorie .visuel{
    width: 100%;
    transition: .5s;
    object-fit: cover;
}
.section-categories .categorie:hover .visuel{
    transform: scale(1.07);
    filter: brightness(70%);
}
.section-categories .categorie .textblock{
    position: absolute;
    bottom: 90px;
    left: 2vw;
    text-align: left;
}
.section-categories .categorie .name{
    color: #FFFFFF;
    text-align: left;
    font-family: 'DM Serif Display',sans-serif;
    font-size: 46.5px;
    font-weight: 400;
    line-height: 54px;
}
.section-categories .categorie .btn{
    width: 180px;
    height: 32px;
    padding: 0;
    border: 1px solid #2D2D2D;
    margin-top: 55px;
}
@media screen and ( max-width: 1056px ) {
    .section-categories{
        flex-direction: column;
    }
    .section-categories.showm{
        margin-bottom: 40px;
    }
    .section-categories .categorie{
        width: 100%;
        margin: unset;
    }
    .section-categories .categorie .textblock{
        bottom: 18px;
        width: 100%;
        padding-left: 13px;
        box-sizing: border-box;
    }
    .section-categories .categorie .name{
        font-size: 35px;
        line-height: 36px;
    }
    .section-categories .categorie .btn{
        min-width: 155px;
        width: 90%;
        max-width: 175px;
        margin-top: 27px;
    }
}
@media screen and ( max-width: 385px ){
    .section-categories .categorie .btn{
        width: 155px;
        font-size: 3vw;
    }
}

/* section-choix-categories */
.section-choix-categories{
    background-color: #F6F4EF;
    padding: 50px 0 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.section-choix-categories.first-line{
    padding-bottom: 35px;
}
.section-choix-categories.second-line{
    padding-top: 0;
}
.section-choix-categories .title-categorie-container{
    left: 2vw;
    position: relative;
}
.section-choix-categories .categorie-title{
    color: #2D2D2D;
    font-family: 'DM Serif Display',sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 3.4vw;
    line-height: 4vw;
}
.section-choix-categories .go-back{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 55px;
    cursor: pointer;
}
.section-choix-categories .go-back .svg-container{
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    border: 0.5px solid #000000;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-choix-categories .go-back .svg-container svg{
    position: absolute;
}
.section-choix-categories .go-back .back{
    color: #2D2D2D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.7px;
    margin-left: 20px;
}
.section-choix-categories .categorie{
    line-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    width: 25%;
    padding: 0 1vw;
    box-sizing: border-box;
    text-align: center;
}
.section-choix-categories .categorie.title-categorie-section{
    top: -9vw;
}
.section-choix-categories .categorie.bg-green .textblock{
    background-color: #2C4542;
    color: #FFFFFF;
}
.section-choix-categories .categorie.bg-green .textblock .name{
    color: #FFFFFF;
}
.section-choix-categories .textblock{
    width: 100%;
    padding-bottom: 17px;
}
.section-choix-categories .name{
    color: #2D2D2D;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 30px;
}
.section-choix-categories .description{
    font-weight: 400;
    margin-top: 30px;
    font-size: 13px;
    line-height: 18px;
}
.section-choix-categories .description .flag{
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.section-choix-categories .btn{
    margin-top: 30px;
    width: auto;
    height: 37px;
    padding: 0 20px;
}
.section-choix-categories .btn.gift-card{
    white-space: nowrap;
}
.section-choix-categories .btn.view-all{
    width: auto;
    padding: 0 15px;
}
.section-choix-categories .btn.guide-broderie{
    width: auto;
    padding: 0 15px;
}
@media screen and ( min-width: 1926.98px ){
    .section-choix-categories .mh-60 .description{
        margin-top: 20px;
    }
    .section-choix-categories .mh-60 .btn{
        margin-top: 25px;
    }
}
@media screen and ( min-width: 1520.98px ) and ( max-width: 1926px ){
    body.de_DE .section-choix-categories .description{
        min-height: 90px;
    }
    .section-choix-categories .mh-60 .description{
        margin-top: 15px;
        min-height: 80px;
    }
    .section-choix-categories .mh-60 .btn{
        margin-top: 15px;
    }
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1520px ){
    body.de_DE .section-choix-categories .description{
        min-height: 130px;
    }
    .section-choix-categories .mh-60 .description{
        min-height: 60px;
    }
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1780px ){
    .section-choix-categories .go-back .back {
        font-size: 0.9vw;
    }
    .univers-broderie .section-choix-categories .name{
        font-size: 1.4vw;
    }
    body.de_DE .section-choix-categories .name{
        font-size: 1.3vw;
    }
    .section-choix-categories .description{
        min-height: 90px;
    }
    .section-choix-categories .mh-60 .description{
        margin-top: 15px;
    }
    .section-choix-categories .description br{
        display: none;
    }
    .section-choix-categories .btn{
        margin-top: 1vw;
    }
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1370px ) {
    .section-choix-categories .name{
        margin-top: 1.5vw;
        font-size: 1.7vw;
        line-height: 1.8vw;
    }
    .section-choix-categories .description{
        margin-top: 1.5vw;
    }
    .section-choix-categories .categorie.bg-green .description{
        width: 95%;
        margin: 1.5vw auto 0;
    }

}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1150px ) {
    .section-choix-categories .btn{
        margin-top: 2vw;
    }
    .section-choix-categories .btn.guide-broderie{
        padding: 0 10px;
    }
}
@media screen and ( max-width: 1056px ) {
    .section-choix-categories.first-line{
        padding-bottom: 0;
    }
    .section-choix-categories .categorie-title{
        font-size: 35px;
        line-height: 36px;
    }
    .section-choix-categories .go-back{
        display: none;
    }
    .section-choix-categories{
        flex-direction: column;
        padding-top: 45px;
        margin-top: -20px;
    }
    .section-choix-categories .categorie{
        width: 90%;
        margin: auto;
    }
    .section-choix-categories .categorie:not(.title-categorie-section){
        margin-top: 35px;
    }
    .section-choix-categories .categorie.title-categorie-section{
        top: unset;
    }
    .section-choix-categories .name{
        margin-top: 10px;
        font-size: 20px;
    }
    .section-choix-categories .categorie:not(.bg-green) .textblock{
        padding-bottom: 0;
    }
    .section-choix-categories .categorie .description{
        margin-top: 10px;
        max-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: max-height 0.3s ease;
    }
    .section-choix-categories .categorie.bg-green .description{
        padding: 0 10px;
    }
    .section-choix-categories .description .flag{
        margin-bottom: 0;
    }
    .section-choix-categories .categorie .description.showed{
        height: auto;
        max-height: 100px;
        white-space: initial;
        transition: max-height 0.3s ease;
    }
    .section-choix-categories .btn{
        width: 170px;
        padding: 9px 0;
        margin: 15px auto 0;
    }
    .section-choix-categories .btn.gift-card{
        width: auto;
        padding: 0 20px;
    }
}

/* carrousel-categorie */
.collections-evenements .container-carrousel-categorie{
    width: 65%;
    position: relative;
}
.container-carrousel-categorie .swiper-button-collection:not(.swiper-button-disabled){
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    border: 0.5px solid #000000;
    display: flex;
}
.container-carrousel-categorie .swiper-button-collection.swiper-button-prev{
    left: -50px;
}
.container-carrousel-categorie .swiper-button-collection.swiper-button-next{
    right: -50px;
}
.carrousel-categorie .swiper-slide{
    position: relative;
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carrousel-categorie .textblock{
    text-align: center;
    position: absolute;
    background-color: #FFFFFF;
    width: 63%;
    box-sizing: border-box;
    padding: 20px 10px;
}
.carrousel-categorie .collection-name{
    color: #2D2D2D;
    font-family: 'DM Serif Display',sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.carrousel-categorie .collection-name .collab{
    font-family: 'Montserrat',sans-serif;
    font-size: 31px;
    font-weight: 300;
    line-height: 120%;
}
.carrousel-categorie .collection-description{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 20px;
}
.carrousel-categorie .btn{
    margin-top: 20px;
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1100px ){
    .carrousel-categorie .textblock{
        width: 80%;
    }

}
@media screen and ( max-width: 1056px ){
    .container-carrousel-categorie .swiper-button-collection:not(.swiper-button-disabled){
        display: none;
    }
    .collections-evenements .container-carrousel-categorie{
        width: 100%;
    }
    .collections-evenements .container-carrousel-categorie .swiper-wrapper{
        display: flex;
        flex-direction: column;
    }
    .collections-evenements .container-carrousel-categorie .swiper-slide {
        margin: 35px auto 0;
        width: 90%;
    }
    .carrousel-categorie .textblock{
        position: relative;
        background-color: transparent ;
        width: 100%;
        padding: 10px 10px 0;
    }
    .carrousel-categorie .textblock .collection-name{
        font-family: 'Montserrat',sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        text-transform: uppercase;
    }
    .carrousel-categorie .collection-description{
        margin-top: 15px;
    }
    .carrousel-categorie .btn{
        margin-top: 15px;
    }
    .slide-nuances .cta-white.btn{
        width: fit-content;
        padding: 0 16px;
    }
}
.univers-broderie.design-2025{
    background-color: #F6F4EF;
}
.univers-broderie.design-2025 .section-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2C4542;
    padding-top: 90px;
}
.univers-broderie.design-2025 .section-intro h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 6px;
}
.univers-broderie.design-2025 .section-intro h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
}
.univers-broderie.design-2025 .section-intro p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 157%;
    text-align: center;
    margin-top: 54px;
    max-width: 850px;
}
.univers-broderie.design-2025 .section-intro .linkboxes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}
.univers-broderie.design-2025 .section-intro .linkboxes .linkbox{
    background-color: #FFFFFF;
    border-radius: 17px;
    border: solid 1px #2D2D2D;
    padding: 5px 10px 4px 10px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
}
.univers-broderie.design-2025 .section-intro .linkboxes .linkbox:hover{
    background-color: #f9f9f9;
}
@media screen and ( max-width: 1056px ){
    .univers-broderie.design-2025 .section-intro{
        padding-top: 60px;
    }
    .univers-broderie.design-2025 .section-intro h1{
        font-size: 13px;
        letter-spacing: 3px;
    }
    .univers-broderie.design-2025 .section-intro h2{
        font-size: 35px;
        line-height: 120%;
        margin: 20px auto 0;
        width: 84%;
    }
    .univers-broderie.design-2025 .section-intro p{
        font-size: 12px;
        line-height: 150%;
        margin: 20px auto 0;
        width: 84%;
    }
    .univers-broderie.design-2025 .section-intro .linkboxes{
        justify-content: flex-start;
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
        overflow: scroll;
        scrollbar-width: none;
    }
    .univers-broderie.design-2025 .section-intro .linkboxes .linkbox{
        white-space: nowrap;
    }
}
.univers-broderie.design-2025 .section-broderies-categories{
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    justify-content: center;
}
.univers-broderie.design-2025 .section-broderies-categories .broderies-categorie{
    box-sizing: border-box;
    margin-bottom: 85px;
}
.univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .textblock{
    text-align: center;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 78%;
}
.univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #2C4542;
}
.univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .description{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #2D2D2D;
    margin-top: unset;
}
.univers-broderie.design-2025 .section-broderies-categories .broderies-categorie img{
    line-height: 0;
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1920px ){
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .title{
        font-size: 1.565vw;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .description{
        font-size: 0.89vw;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .btn{
        font-size: 0.8vw;
    }
}
@media screen and ( max-width: 1056px ){
    .univers-broderie.design-2025 .section-broderies-categories{
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie{
        width: 50%;
        margin-bottom: 30px;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie.big-mb{
        width: 100%;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .textblock{
        gap: 15px;
        width: 90%;
        margin-top: 20px;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .title{
        font-size: 16px;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie.big-mb .title{
        font-size: 20px;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .description{
        font-size: 12px;
        line-height: 120%;
    }
    .univers-broderie.design-2025 .section-broderies-categories .broderies-categorie .btn{
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #2C4542;
    }
}
.univers-broderie.design-2025 .section-video-broderie{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}
.univers-broderie.design-2025 .section-video-broderie video{
    width: 50%;
    height: auto;
}
.univers-broderie.design-2025 .section-video-broderie .textblock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    text-align: left;
    color: #2C4542;
    width: 50%;
    padding: 2.5% 7.5%;
    box-sizing: border-box;
}
.univers-broderie.design-2025 .section-video-broderie .textblock .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
}
.univers-broderie.design-2025 .section-video-broderie .textblock .title b{
    font-weight: 600;
}
.univers-broderie.design-2025 .section-video-broderie .textblock .description{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: unset;
}
.univers-broderie.design-2025 .section-video-broderie .textblock .description .text-light{
    font-weight: 300;
}
.univers-broderie.design-2025 .section-video-broderie .textblock .description b{
    font-weight: 600;
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1920px ){
    .univers-broderie.design-2025 .section-video-broderie video{
        height: -webkit-fill-available;
        object-fit: cover;
    }
    .univers-broderie.design-2025 .section-video-broderie .textblock .title{
        font-size: 1.565vw;
    }
}
@media screen and ( max-width: 1056px ){
    .univers-broderie.design-2025 .section-video-broderie{
        padding-top: 50px;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .univers-broderie.design-2025 .section-video-broderie .textblock{
        width: 100%;
    }
    .univers-broderie.design-2025 .section-video-broderie .textblock .title{
        font-size: 20px;
        text-align: center;
    }
    .univers-broderie.design-2025 .section-video-broderie video{
        width: 100%;
    }
}
.univers-broderie.design-2025 .section-push-products{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 5px;
}
.univers-broderie.design-2025 .section-push-products .productblock .textblock .flex-container{
    width: 100%;
}
.univers-broderie.design-2025 .section-push-products .productblock .textblock .price span{
    white-space: nowrap;
}
.univers-broderie.design-2025 .section-push-products .textblock{
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.univers-broderie.design-2025 .section-push-products .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #2C4542;
}
.univers-broderie.design-2025 .section-push-products .description{
    margin-top: unset;
    font-size: 14px;
    line-height: 21px;
}
@media screen and ( min-width: 1056.98px ) and ( max-width: 1920px ){
    .univers-broderie.design-2025 .section-push-products > .textblock{
        width: 29%;
    }
    .univers-broderie.design-2025 .section-push-products .cross-selling{
        width: 71%;
    }
    .univers-broderie.design-2025 .section-push-products .productblock .textblock .title{
        font-size: 1.565vw;
    }
    .univers-broderie.design-2025 .section-push-products .productblock .textblock .description{
        font-size: 0.89vw;
    }
    .univers-broderie.design-2025 .section-push-products .productblock .textblock .btn{
        font-size: 0.8vw;
    }
}
@media screen and ( max-width: 1056px ){
    .univers-broderie.design-2025 .section-push-products{
        flex-direction: column;
        gap: 25px;
        padding: 0;
        margin-top: 50px;
    }
    .univers-broderie.design-2025 .section-push-products .textblock{
        align-items: center;
    }
    .univers-broderie.design-2025 .section-push-products .title{
        font-size: 20px;
        text-align: center;
        width: 80%;
    }
    .univers-broderie.design-2025 .section-push-products .description{
        font-size: 12px;
        line-height: 140%;
        text-align: center;
        width: 80%;
    }
    .univers-broderie.design-2025 .section-push-products .cross-selling{
        width: 100%;
    }
}
.univers-broderie.design-2025 .section-faq{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0;
    background-color: #FFFFFF;
}
.univers-broderie.design-2025 .section-faq .faq-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #2D2D2D;
}
.univers-broderie.design-2025 .section-faq .faq-question-container{
    margin: 40px auto 0;
    width: 100%;
    max-width: 887px;
    box-sizing: border-box;
    text-align: left;
}
.univers-broderie.design-2025 .section-faq .faq-question{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-bottom: solid 1px #2D2D2D;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.univers-broderie.design-2025 .section-faq .faq-answer{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    margin-top: 15px;
}
.univers-broderie.design-2025 .section-faq .btn{
    margin: 40px auto 0;
}
@media screen and ( max-width: 1056px ) {
    .univers-broderie.design-2025 .section-faq{
        padding: 50px 5%;
    }
    .univers-broderie.design-2025 .section-faq .faq-title{
        font-size: 20px;
        line-height: 29px;
    }
    .univers-broderie.design-2025 .section-faq .faq-question{
        font-size: 15px;
    }
}
