@media screen and (max-width: 768px) {
 #num_article_panier .nbre_panier {
    display: block !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #86754d;
    margin-top: -30px;
    margin-left: -15px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
}

}

