/* Mentions Légales */

#legal_mentions{
    padding: 32px 10%;
}

address{
    line-height: 40px;
    font-size: 20px;
    font-style: normal;
}

#legal_mentions h2{
    line-height: 50px;
    margin: 20px 0;
    font-size: 26px;
}

#legal_mentions p{
    font-size: 20px;
}

#legal_mentions p a{
    font-size: 20px;
    color: var(--BLUE-COLOR);
    text-decoration: underline 1px solid var(--BLUE-COLOR);
    text-underline-offset: 2px;
}

.CGVdownload{
    color: var(--BLUE-COLOR);
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
}

@media screen and (max-width: 700px) {
    address{
        font-size: 18px;
        line-height: 35px;
    }
    #legal_mentions h2{
        font-size: 24px;
        line-height: 45px;
    }
}

@media screen and (max-width: 400px) {
    address{
        font-size: 16px;
        line-height: 30px;
    }

    #legal_mentions h2{
        font-size: 18px;
        line-height: 40px;
    }
}