.membres-container {
    max-width: 100%;
    padding: 70px 0;
}

.membre-section {
    display: flex;
    width: 100%;
    gap: 10px;
}

.instrument-label {
    /* flex: 1; */
    width: 48%;
    display: flex;
    justify-content: flex-end;
}

.instrument-label h2 {
    font-size: var(--text-medium);
    line-height: var(--text-medium-line-h);
    font-weight: var(--regular);
    margin: 0;
}

.membres-list {
    width: 52%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.membre-nom {
    font-size: var(--text-medium);
    line-height: var(--text-medium-line-h);
}

.update_membre
{
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
}
.update_membre p
{
    font-size: var(--text-small) !important;
    max-width: 100%;
    line-height: var(--text-small-line-h) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .membre-section {
        flex-direction: column;
    }

    .instrument-label {
    justify-content: center;
}
    
.membre-section {
    padding-bottom: 30px;
    gap: 0px;
    text-align: center;
}
    .instrument-label,
    .membres-list {
        width: 100%;
    }
}
