.mentions__header{
display:flex;
flex-direction: column;
align-items: center;
padding:30px 0;
& h1{
width:80%;
font-family: 'PoppinsBlack';
padding:5px 0;
margin: 0;
color: var(--orange);
font-size: 2.5rem;
line-height:1;
word-break: break-word;
}
& p{
width:80%;
}
}
.mentions__legales{
display:flex;
flex-direction: column;
align-items: center;
margin-bottom:50px;
& p{
width:80%;
margin: 5px 0;
}
& h3{
font-size:1.2rem;
font-family:'PoppinsBold';
color:var(--noir);
text-align:left;
width:80%;
margin: 5px 0;
padding-top: 20px;
line-height:1;
}
}
@media screen and (max-width:768px){
.mentions__header{
& h1{
font-size:2rem;
}
& p{
font-size:0.9rem;
}
}
.mentions__legales{
& p{
font-size:0.9rem;
}
}
}