/* =========================
   MOBILE VERSION
========================= */

.mentions-legales {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5rem;
    margin-bottom:4rem;
}

.mentions-legales h2 {
    margin-left: 0;
    margin-right: auto;
    margin-top: 4rem;
}

.mentions-legales > p {
    margin-bottom: 2rem;
}

.mentions-legales section {
    width: 100%;
    padding: 1.5rem;
    background-color: #F8F8F8;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-sizing:border-box;
}

.mentions-legales section h4 {
    margin-bottom: 1.5rem;
}

.mentions-legales section:not(:last-child) {
    margin-bottom: 2rem;
}

.mentions-legales p {
    margin-bottom: 1rem;
}


/* =========================
   DESKTOP VERSION
========================= */
@media(min-width: 1024px) {
    .mentions-legales {
        width: 60%;
    }
}