.mentions{
    padding: 200px 19% 40px 19%;
}

.mentions h1{
    font-size: 76px;
    line-height: 76px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mentions .titre{
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

.mentions .paragraphe{
    margin-bottom: 40px;
    gap: 20px;
}

.mentions .paragraphe p{
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1600px){
    .mentions{
        padding: 200px 15% 10px 15%;
    }
}

@media (max-width: 992px){
    .mentions{
        padding: 110px 80px 40px 80px;
    }
    .mentions h1{
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 600px){
    .mentions{
        padding: 110px 36px 40px 36px;
    }
    .mentions .titre{
        font-size: 22px;
        line-height: 26px;
    }
}