/* ------------------------------------------------
   PAGE MENTIONS LÉGALES
------------------------------------------------ */

.page-mentions {
    background-color: #f6eade;
}

.mentions {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 40px 80px 40px;
}

.retour {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    color: #1d381d;
    margin-bottom: 40px;
    transition: color 0.3s;
}

.retour:hover {
    color: #e84143;
}

.mentions h1 {
    font-family: "Inter", sans-serif;
    font-size: 2em;
    font-weight: 300;
    color: #1d381d;
    margin-bottom: 50px;
    text-align: left;
}

.mentions h2 {
    font-size: 1.1em;
    font-weight: 400;
    color: #1d381d;
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
}

.mentions section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(29, 56, 29, 0.15);
}

.mentions section:last-child {
    border-bottom: none;
}

.mentions p {
    font-family: "Roboto Serif", serif;
    font-weight: 100;
    font-size: 0.95em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
}

.mentions p:last-child {
    margin-bottom: 0;
}

.mentions strong {
    font-weight: 400;
    color: #1d381d;
}

.mentions a {
    color: #1d381d;
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s;
}

.mentions a:hover {
    color: #e84143;
}

/* ------------------------------------------------
   MEDIA QUERIES
------------------------------------------------ */

@media screen and (max-width: 768px) {
    .mentions {
        padding: 80px 25px 60px 25px;
    }

    .mentions h1 {
        font-size: 1.6em;
        margin-bottom: 35px;
    }

    .mentions section {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}
