.apprentissage {
    background-color: #390E17;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-profil {
    font-size : 18px !important;
}

.apprentissage>div>h4 {
    color: white;
    font-size : 18px;
}

.entrainement {
    background-color: #C61533;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.entrainement>div>h4 {
    color: white;
    font-size : 18px;
}

.matchmaking {
    background-color: white;
    color: #390E17;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.matchmaking>div>h4 {
    color: #390E17;
}

.divider {
    border-color: white;
    border: 2px solid white !important;
    opacity: 1;
}

.red-divider{
    border-color:#390E17 !important;
}

.tournois {
    display: flex;
    flex-direction: row;
    justify-content: center;
}