
/* ===================================
   PAGES LÉGALES
   Mentions légales / Politique de confidentialité / Cookies
   =================================== */


/* SECTION INTRO */

.page-legal {
    width: 70%;

    margin: 0 auto;
    padding: 100px;
}

.intro {
    width: 90%;
    margin: 0 auto 75px;
    text-align: center;
}

.page-legal h1 {
    margin: 0;
    margin-top: 20px;

    font-size: 42px;
    font-weight: 700;

    line-height: 1.15;
    letter-spacing: -0.5px;
}

.page-legal p {
    max-width: 720px;

    margin: 0 auto;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.75;
}

.page-legal .electrocardiogram {
    display: block;

    width: 190px;
    height: auto;

    margin: 28px auto 25px;
}

/* SECTION LEGAL-CONTAINER */

.legal-container {
    width: 80%;
    margin: 0 auto;
}

.legal-bloc {
    padding: 40px;
}

.legal-bloc h2 {
    position: relative;

    margin: 0 0 24px;

    padding-bottom: 12px;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 0.2px;

    border-bottom: 1px solid #000;
}


.legal-bloc p {
    margin: 0 0 18px;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.85;
}

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

