.utilisateurs {
    padding-bottom: 30px;
}

.utilisateurs > div {
    text-align: center;
}

.liste-utilisateurs {
    padding-bottom: 60px;
}

.logos {
    gap: 0;
}

.logos a {
    font-size: 0;
    line-height: 0;
}

.logos::-webkit-scrollbar {
    display: none;
}

.logos .logo-sm {
    width: 215px;
    height: 143px;
    aspect-ratio: 1.5;
    padding: 0 47px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);
}

.logos .logo-sm img {
    margin-right: 0;
    user-select: none;
}
