@media screen and (max-width: 600px) {
    

    .item-cart .fa-trash{
        display: block;
        margin: 20px auto 10px;
        text-align: center;
        width: 100px;
    }

    #client-filtre-product {
        display: block;
        /* max-width: 400px; */
        padding: 10px;
        /* margin: auto; */
    }
    #client-filtre-product > div {
        margin: 10px;
        /* width: 100%; */
    }
    #client-filtre-product input , #client-filtre-product select {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin: 10px auto !important;
    }
    
    #info-boutique {
        display: block;
        text-align: center;
    }
    #info-boutique div{
        text-align: center;
    }
    #info-boutique div h4{
        text-align: center;
    }
    #info-boutique img{
        margin-top: -50px;
    }
    #boutiquelogo{
        margin: 10px auto;
    }
    .item-cart{
        display: block;
    }

    #about{
        text-align: center !important;
    }
    .item-cart input{
        width: 130px;
        display: block;
        margin: auto;

    }
    .item-cart select {
        display: block;
        width: 150px;
        margin: 5px auto;
    }
    .item-cart .flex {
        display: block !important;
        text-align: center;
        /* background-color:lightblue ; */
    } 
    
    #form_recherche input{
        margin-top: 10px;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
    #form_recherche i {
        top: 20px;
    }
    #links {
        display: none;
    }

    #bars{
        display: block;
    }

    .product-item h4{
        font-size: 12px;
    }
    nav img{
        width: 60px;
    }

    

    .title{
        font-size: 25px;
        margin: 20px auto;
    }


    .cat{
        margin: 30px auto;
    }

    
    #fond div{
        font-size: 30px;
    }


    #inscription input{
        width: 100%;
    }
    
    .ab{
        margin: 20px auto;
    }
    #banner div{
        padding: 50px 20px 10px;
        
    }
    #banner {
        height: 300px;
        /* background-image: none; */
        color: white;
        background-image: linear-gradient( rgba(22, 22, 22, 0.308), rgba(19, 19, 19, 0.221)), url('../imgs/back.jpg');
    }
    #banner div p{
        font-size: 14px;
        color: rgb(244, 244, 244);
        text-shadow: 1px 1px 3px rgb(24, 24, 24);
    }
    
    #adb, .adb{
        text-align: center;

    }
    .sabn p{
        font-size: 14px;
    }
    .testi {
        margin: 20px auto;
    }
    #ticket {
        text-align: justify;
        padding: 10px;
    }
    .ticket{
        margin: 20px auto;
    }
    #banner div a{
        font-size: 14px;
        padding: 8px 12px;
    }
    #marques{
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) ), url("../imgs/fourgon2.jpg");
        height: 350px;
        /* background-position: left; */
    }   

    .products{
        text-align: center;
    }

    .product-item{
        width: 140px;
        margin: 2px;
    }
    .product-item small, .product-item span{
        font-size: 12px !important;

    }
    .product-item .container-img{
        width: 140px;
        height: 160px;
        
    }

    #about p{
        text-align: justify;
    }
    #serv{
        justify-content: center;
    }
    .serv{
        width: 120px;
        border: none;
        font-size: 14px;
        border-top: 3px solid rebeccapurple;
        display: inline-block;
        margin: 5px;
    }
    .serv i{
        font-size: 22px;
    }
    .serv span{
        text-align: center;
        margin: 10px 0px;
        font-size: 12px;
    }

    #banner-user{
        height: 250px;
    }
    
    .nv{
        top:130px
    }

    .product-item .container-img img{
        width: 140px;
    }

    /* #client-filtre-product select{
        margin: 5px 0px;
    } */
    #client-filtre-product button {
        margin: 5px 0px;
        display: block;
        width: 100%;
    }
    #client-filtre-product .flex{
        /* width: 180px; */
        display: block;
    }

    #banner h1{
        font-size: 30px !important;
        color: white;
    }

    footer{
        display: block;
        text-align: center;
    }
    #client-filtre-product select{
        margin-top: 10px;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    #client-filtre-product #search {
     width: 100% !important;
        box-sizing: border-box;   
    }



    .popular{
        width: 160px;
        
        margin: 5px;
        background-color: white;
        border-radius: 10px;
        padding: 5px;
        box-shadow: 3px 3px 10px rgb(233, 233, 233);
    }
    .container-img {
        width: 160px;
        /* height: 200px; */
        height: auto;
        overflow: hidden;
    }
    .popular h2{
        font-size: 14px;
    }
    .popular img, .sugges img{
        /* width: 240px; */
        width: 100%;
        object-fit: cover;
    }

}