@media screen and (max-width: 1300px){
    .cards-tapisserie{
        column-gap: 50px;
    }
    .section-cards{
        padding: 100px 40px 100px 40px;
    }
}
@media screen and (max-width: 600px){
    
    /* ACUEIL */
    .bg-carousel-new h1{
        font-size: 20px;
    }
    .bg-carousel-new h1{
        letter-spacing: 15px;
    }
    .bg-carousel-new label{
        transition: 0.5s !important;
    }
    .bg-carousel-new .text-accueil{
        top: 44%;
    }
    /* FIN ACCUEIL */

    /* NOS CATEGORIES */
    .section-propos, .section-categories{
        margin: 100px 20px 100px 20px;
    }
    .section-categories h3, .section-propos h3{
        text-align: center;
    }
    /* FIN NOS CATEGORIES */

    /* A PROPOS */
    .contain-section-propos-right{
        justify-content: end;
    }
    .contain-section-propos{
        row-gap: 70px;
    }
    .bloc-left{
        left: -30px;
        top: -30px;
    }
    .section-propos{
        margin-bottom: 50px !important;
    }
    /* FIN A APROPOS */
}