.site-main {
    /* padding-left: 1rem; */
    padding-bottom: 1rem;
}
ul.products.columns-4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    /* padding: 2rem; */
}
.bouton_single {
    color: white;
}
li.product {
    width: 24%;
}
.img-reco {
    max-width: 230px;
    max-height: 450px;
}