.mentions-legales {
    background-color: #b34448;
    background-image: url("../src/images/logos/le-balcon-mosaique.svg");
    background-size: 240px 240px;
    .container{
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: #232325;
        background-repeat: repeat;
        background-size: 10%;
        max-width: 1350px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto
    }
    a{
        color: #b34448;
        text-decoration: none;
    }
    h1{
        text-align: center;
        font-family: "Merriweather Sans";
        font-weight: bold;
    }
    h2{
        font-family: "Merriweather Sans";
    }
    h3{
        font-family: "Merriweather Sans";
        text-decoration: underline;
        margin-top: 20px;
        font-size: 1.5rem;
        font-weight: bold;
    }
}
footer .top .right-side .footer-infos {
    width: 100%;
    padding-right: 25px;
    padding-bottom: 8px;
    a{
        color: #fff;
        text-decoration: underline;
    }
}