.gallery-perso {
    max-width: 3100px !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2vmin;
    padding: 0 14px;
}

.gallery-perso::after {
    content: "";
    display: block;
    flex-grow: 10;
}

.gallery-perso li {
    list-style-type: none;
    height: 300px;
    flex-grow: 1;
}

.gallery-perso img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.taille-logos-personnalisations {
    width: 150px;
}