.mentionLegales h1{
    font-size: 2em;
    text-decoration: underline;
    font-weight: 700;
}

.mentionLegales b u,.mentionLegales h2{
    font-size: 1.7em;
    text-decoration: underline;
    font-weight: 600;
}
.mentionLegales strong {
    font-weight: 600;
}

.mentionLegales .uniformSpacing, .mentionLegales .container{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.mentionLegales .uniformSpacing .content{
    display: flex;
    flex-direction: column;
    gap: .3em;
}
