.categories-produits {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
}

.categorie-card {
    width: 160px;
    text-align: center;
    text-decoration: none;
}

.categorie-card img {
    width: 100%;
    height: auto;
    display: block;
}