.nouveaux_produits{margin-bottom: 5vh;}
.nouveaux_produits_lg{display:block}
.nouveaux_produits_sm{display:none;}
.nouveaux_produits_xs{display:none;}

@media only screen and (max-width:1200px){

.nouveaux_produits_lg{display:none}
.nouveaux_produits_sm{display:block;}

}

@media only screen and (max-width:768px){

.nouveaux_produits_lg{display:none}
.nouveaux_produits_sm{display:none;}
.nouveaux_produits_xs{display:block;}
}



