.mentions{
    min-height: 100vh;
    padding: 150px 5%;
}

.mentions h1,.mentions h2,.mentions h3,.mentions h4,.vigueur{
    
}

.mentions h1{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    text-align: center;
 }

.vigueur{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    text-align: center;
    color: #969696;
    margin-top: 5px;
 }

 .mentions h3{
    margin: 50px 0 25px 0;
    font-size: 1.5rem;
    font-weight: 600;
 }

 .mentions p{
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
 }

 strong{
    font-weight: 600;
 }