﻿.listeContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
    width: 100%;
    max-width: 1084px;
    justify-content: center;
}
