

@media(max-width:768px){


    header{
        padding: 10px 5%;
        width: 90%;
    }
    nav img{
        margin-left: 10px;
    } 
    #banner {
        padding: 10px;
    }

    #banner div{
        padding: 10px;
    }


    nav{
        justify-content: space-between;
    }
    nav #links{
        display: none;
    }
    nav #burgers{
        display: block;
    }

    #intro img{
        width: 100%;
    } 

    #nouveautes section .new{
        width: 170px;
        margin: 10px 5px;
        min-width: 160px;
    }
    #nouveautes section .new a{
        font-size: 14px;
    }


    #about {
        display:block;
        
    }
    #about section {
        box-shadow: 5px 10px 15px lightgray;
    }
    #about > img{
        position: relative;
        width: 100%;
        margin: 30px auto !important;
        display: inline-block;
        border: 10px solid white;
        box-shadow: 10px 15px 20px lightgray;
        box-sizing: border-box;
    }

    #gout {
        display: block;
        margin-top: 40px;
    }
    #gout > img{
        position: relative;
        display:block;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        border: 10px solid white;
        box-shadow: 10px 15px 20px lightgray;
        margin: auto;
    }





    #gout section {
        margin: 30px 10px;
    }

    #right-i i{
        font-size: 16px;
    }

    #searchb {
        margin-right: 5px;
    }
    #offre > img{
        width: 100% ;
        box-sizing: border-box;
        display: block;
    }
    #offre section {
        text-align: center;
    }
    #offre section .imgs{
        gap:10px;
    }
    #offre section .imgs img{
        width: 70px;
    }

    #articles{
        gap: 5px;
    }
    .article{
        width: 49%;
    }
    .article .title{
        font-size: 14px;
    }
    .article .desc{
        font-size: 12px;
    }
    #addToCartBtn span{
        display: none;
    }
    .other{
        width: 110px;
    }
    .champ.md{
        width: 100%;
    }
    #form_order .flex{
        display: block;
    }
    .radio-group{
        gap: 10;
    }
    .radio-option{
        width: 40% !important;
        font-size: 16px;
        padding: 10px;
    }

    .radio-option i {
      font-size: 25px;
    }

    .radio-option span {
      font-size: 16px;
      font-weight: 400;
      margin-left: 5px;
    }

    .cartItem{
        gap: 10px;
    }
    .cartItem div *{
        margin: 5px 0px;
        font-size: 14px;
    }
    .success i{
        display: block;
        margin: 10px auto;
    }
    /* #top-filter */
}


@media (max-width: 992px) {

    .review-card {
        padding: 16px;
    }

    .review-card p {
        font-size: 13px;
    }

    .review-header img {
        width: 45px;
        height: 45px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .review-card {
        padding: 14px;
    }

    .review-card p {
        font-size: 12px;
        line-height: 1.5;
    }

    .review-header img {
        width: 40px;
        height: 40px;
    }

    .review-header h4 {
        font-size: 14px;
    }

    .imgotherhidden{
        width: 360px;
        border: 2px solid black;
        display: block;
        margin: 20px auto;
    }
    .imgothershowed{
        display: none;
    }
    .suggestion{
        width: 140px;
    }
    #suggestions{
        margin: auto;
        justify-content: center;
    }
    .cnt600{
        text-align: center;
    }
}