/* Mentions Legales */
#mentionLegales {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.mentionArticle {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: left;
}

.mentionArticle ul {
    list-style-type: none;
}

.ml-tt {
    font-size: 1.5rem;
    color: #333;
}

@media (max-width: 768px) {

    #mentionLegales {
        margin-top: 15vh;
    }

    .mentions {
        background: #363636;
    }
}