/** 10/03/2022 
    Affichage 1 produit par ligne en mobile
**/
@media (max-width: 719px) {
    .prod .prod__article {
        width: 100%;
        margin-bottom: 20px;
    }
    .prod .prod__img {
        width: 100%;
        height: 100%;
    }
}