@media only screen and (max-width: 5000px) {


}


@media only screen and (max-width: 3000px) {


}


@media only screen and (max-width: 1200px) {
    .item-boutique {
        width: 50%;
        padding: 15px 15px;
    }

}


@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 768px) {

    .item-boutique {
        width: 100%;
        padding: 0;
        /* margin-bottom: 10px; */
    }
    .wrapper-boutique {
  padding-top: 0;
}

    .itb-title {
      font-size: 14px;
    }
    .itb-prize {
      font-size: 18px;
    }
   
    .input-form.mot-cles {
        width: 50%;
    }
    .form {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        height: 100%;
    }

    .wrapper-form .input-form, .wrapper-form .input-select {
        width: 50%;
        border-right: 1px solid #dedede;
        padding: 5px;
        position: relative;
        margin-bottom: 13px;
    }

    .btn-primary {
        width: 50%;
    }
    .input-form.types {
        border: none;
    }

    .wrapper-form {
        background-color: #fff;
        box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
        border-radius: 30px;
        padding: 17px;
        margin-bottom: 45px;
    }
    .wrapper-form form {
        box-shadow: none !important;
        height: 100%;
        padding: 0;
    }

    .wrapper-form input, .wrapper-form select, .wrapper-form .categories {
    height: 30px;
    font-size: 17px;
}

.btn.btn-primary button {
    height: 45px;
}
    
.wrap-content-not-fund {
    font-size: 14px;
}

    .wrapper-pagination-left {
    font-size: 14px;
}



}


@media only screen and (max-width: 600px) {

    .container.boutique {
        width: 100%;
    }
    .input-form.mot-cles {
        width: 100%;
    }

    .wrapper-form .input-form, .wrapper-form .input-select {
        width: 100%;
        border-right: none;
        padding: 5px;
        position: relative;
        height: 34px;
        border-bottom: 1px solid #f1eded;
        border-radius: 6px;
    }
    .btn.btn-primary {
        width: 100%;
    }
    
}


@media only screen and (max-width: 425px) {

    form.search-form input {
        font-size: 14px;
        padding-left: 15px;
    }
    .wrap-item-boutique-bottom-right {
        width: 100%;
        padding-top: 15px;
    }
    .wrap-item-boutique-bottom-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-right: 0px;
    }
    .wrap-item-boutique-bottom {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
   .itb-title {
      font-size: 13px;
    }
    .itb-prize {
      font-size: 17px;
    }
    .itb-text {
  font-size: 12px;
  padding-bottom: 0px;
}
   

.btn-action-commande button {
    font-size: 12px;
}


}


@media only screen and (max-width: 410px) {


}


@media only screen and (max-width: 375px) {

   

}


@media only screen and (max-width: 320px) {

    
}