   
    /* ACCUEIL */

@media screen and (max-width: 500px){
    header{
        position: relative;
    }
    .contain-accueil-left{
        padding-top: 90px;
    }
    .bg-contain-accueil{
        padding: 0px 0px 0px 50px !important;
    }
    .contain-accueil-left h1{
        font-size: 40px;
    }
    .contain-accueil-left h2{
        font-size: 20px;
        padding-top: 30px;
    }
    .contain-accueil-right img{
        width: 180px;
        position: absolute;
        top: 50%;
        transform: translate(-10%, -40%);
    }
    .bg-btn-accueil button{
        position: absolute;
        left: 15%;
        width: 70%;
        margin-top: 20px;
    }
    
    .arrow-accueil{
        width: 22px;
        left: 47%;
        bottom: 30px;
    }
}
@media screen and (max-width: 800px){
    .bg-contain-accueil{
        padding: 0px 0px 0px 100px;
    }
}

    /* FIN ACCUEIL */
   
   
   /* SWIPER */
@media screen and (min-width: 1000px){
    .swiper-responsive{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .swiper-ordi{
        display: none;
    }
}
@media screen and (max-width: 1540px){
    
    .main-categories .h1{
        font-size: 30px;
    }
    .swiper-slide-ordi p:first-child{
        font-size: 30px;
    }
    .swiper-slide-ordi :last-child{
        font-size: 20px;
        /*color: rgba(255, 255, 255, 0.6);*/
    }
    .swiper-slide-ordi >div{
        /*height: 600px;*/
        height: 100%;
    }
    .swiper-wrapper{
        height: fit-content !important;
    }
}
    /* FIN SWIPER */

@media screen and (max-width: 600px){

    .fixed-categories{
        display: none;
    }

    .gallery{
        --s: 100px;
    }
}

