/* =========================================================
   LPROJECT WEB — PAGES LÉGALES
========================================================= */


/* =========================================================
   RESET ASTRA
========================================================= */

body.page-template-page-mentions-legales #content,
body.page-template-page-mentions-legales .site-content,
body.page-template-page-mentions-legales .content-area,
body.page-template-page-mentions-legales .site-main,
body.page-template-page-mentions-legales article,
body.page-template-page-mentions-legales .entry-content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #09090b !important;
}


/* =========================================================
   PAGE
========================================================= */

.lp-legal-page {
    position: relative;

    width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: #09090b;

    color: #fff;
}


/* =========================================================
   FOND
========================================================= */

.lp-legal-grid {
    position: fixed;

    inset: 0;

    z-index: 0;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255,255,255,.024) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.024) 1px,
            transparent 1px
        );

    background-size:
        70px 70px;
}


.lp-legal-glow {
    position: absolute;

    z-index: 0;

    border-radius: 50%;

    filter: blur(130px);

    pointer-events: none;
}


.lp-legal-glow-1 {
    width: 620px;
    height: 620px;

    top: 100px;
    left: -340px;

    background:
        rgba(255,106,0,.10);
}


.lp-legal-glow-2 {
    width: 500px;
    height: 500px;

    top: 1600px;
    right: -300px;

    background:
        rgba(255,106,0,.055);
}


/* =========================================================
   CONTENEUR
========================================================= */

.lp-legal-inner {
    position: relative;

    z-index: 2;

    width:
        min(
            1260px,
            calc(100% - 70px)
        );

    margin: 0 auto;
}


/* =========================================================
   LABEL
========================================================= */

.lp-legal-label {
    display: flex;

    align-items: center;

    gap: 14px;

    color: #ff6a00;

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

    letter-spacing: .22em;

    text-transform: uppercase;
}


.lp-legal-label > span {
    width: 32px;
    height: 1px;

    background: #ff6a00;
}


/* =========================================================
   HERO
========================================================= */

.lp-legal-hero {
    padding:
        170px 0
        145px;
}


.lp-legal-hero
> .lp-legal-inner {
    min-height: 560px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 80px;
}


.lp-legal-hero-copy {
    position: relative;

    z-index: 3;
}


.lp-legal-hero-copy h1 {
    margin:
        28px 0 0;

    color:
        #f7f7f8 !important;

    font-size:
        clamp(
            64px,
            7vw,
            112px
        );

    font-weight: 650;

    line-height: .84;

    letter-spacing: -.07em;

    text-transform: uppercase;
}


.lp-legal-hero-copy h1 strong {
    color: #ff6a00;

    font-weight: inherit;
}


.lp-legal-hero-copy > p {
    max-width: 580px;

    margin:
        34px 0 0;

    color: #98989e;

    font-size: 17px;

    line-height: 1.75;
}


.lp-legal-hero-index {
    color:
        rgba(255,255,255,.025);

    font-size:
        clamp(
            180px,
            22vw,
            330px
        );

    font-weight: 800;

    line-height: .7;

    letter-spacing: -.12em;
}


/* =========================================================
   CONTENU
========================================================= */

.lp-legal-content {
    padding:
        30px 0
        120px;
}


/* =========================================================
   SECTION
========================================================= */

.lp-legal-section {
    position: relative;

    display: grid;

    grid-template-columns:
        90px
        minmax(0, 1fr);

    gap: 50px;

    padding:
        72px 0;

    border-top:
        1px solid
        rgba(255,255,255,.08);
}


.lp-legal-section:last-child {
    border-bottom:
        1px solid
        rgba(255,255,255,.08);
}


.lp-legal-number {
    color: #55555b;

    font-family: monospace;

    font-size: 10px;

    letter-spacing: .2em;

    padding-top: 8px;
}


/* =========================================================
   CONTENU SECTION
========================================================= */

.lp-legal-section-content {
    max-width: 900px;
}


.lp-legal-kicker {
    display: block;

    margin-bottom: 16px;

    color: #ff6a00;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .2em;
}


.lp-legal-section h2 {
    margin: 0;

    color:
        #f5f5f6 !important;

    font-size:
        clamp(
            38px,
            4vw,
            62px
        );

    font-weight: 620;

    line-height: .95;

    letter-spacing: -.045em;
}


.lp-legal-text {
    max-width: 760px;

    margin-top: 30px;

    color: #a2a2a8;

    font-size: 16px;

    line-height: 1.8;
}


.lp-legal-text p {
    margin:
        0 0
        20px;
}


.lp-legal-text strong {
    color: #dedee1;

    font-weight: 600;
}


.lp-legal-text a {
    color: #ff6a00 !important;

    text-decoration: none !important;

    transition:
        color .25s ease;
}


.lp-legal-text a:hover {
    color: #fff !important;
}


/* =========================================================
   LIEN INTERNE
========================================================= */

.lp-legal-inline-link {
    display: inline-flex;

    align-items: center;

    gap: 16px;

    margin-top: 8px;

    color: #f5f5f6 !important;

    font-size: 14px;

    font-weight: 600;
}


.lp-legal-inline-link span {
    color: #ff6a00;

    transition:
        transform .3s ease;
}


.lp-legal-inline-link:hover span {
    transform:
        translateX(5px);
}


/* =========================================================
   CTA
========================================================= */

.lp-legal-cta {
    padding:
        20px 0
        110px;
}


.lp-legal-cta-card {
    padding:
        48px 52px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;

    border:
        1px solid
        rgba(255,106,0,.28);

    border-radius: 20px;

    background:
        linear-gradient(
            125deg,
            rgba(255,106,0,.05),
            rgba(255,255,255,.008)
        );
}


.lp-legal-cta-card
> div
> span {
    color: #ff6a00;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .2em;
}


.lp-legal-cta-card h2 {
    margin:
        12px 0 0;

    color:
        #f5f5f6 !important;

    font-size:
        clamp(
            36px,
            4vw,
            58px
        );

    line-height: .95;

    letter-spacing: -.045em;
}


.lp-legal-cta-card > a {
    min-height: 56px;

    padding:
        0 24px;

    display: inline-flex;

    align-items: center;

    gap: 26px;

    flex: 0 0 auto;

    border-radius: 999px;

    background: #ff6a00;

    color:
        #09090b !important;

    font-size: 13px;

    font-weight: 700;

    text-decoration:
        none !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.lp-legal-cta-card
> a:hover {
    transform:
        translateY(-3px);

    box-shadow:
        0 18px 42px
        rgba(255,106,0,.17);
}


.lp-legal-cta-card
> a
> span {
    transition:
        transform .3s ease;
}


.lp-legal-cta-card
> a:hover
> span {
    transform:
        translateX(5px);
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 950px) {

    .lp-legal-hero
    > .lp-legal-inner {
        min-height: 0;

        display: block;
    }


    .lp-legal-hero-index {
        margin-top: 60px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .lp-legal-grid {
        background-size:
            45px 45px;
    }


    .lp-legal-inner {
        width:
            calc(100% - 34px);
    }


    .lp-legal-hero {
        padding:
            120px 0
            90px;
    }


    .lp-legal-hero-copy h1 {
        font-size:
            clamp(
                48px,
                14vw,
                66px
            );
    }


    .lp-legal-hero-copy > p {
        font-size: 15px;
    }


    .lp-legal-hero-index {
        font-size: 140px;
    }


    .lp-legal-content {
        padding-bottom: 80px;
    }


    .lp-legal-section {
        grid-template-columns:
            1fr;

        gap: 22px;

        padding:
            52px 0;
    }


    .lp-legal-section h2 {
        font-size:
            clamp(
                36px,
                11vw,
                48px
            );
    }


    .lp-legal-text {
        margin-top: 24px;

        font-size: 15px;
    }


    .lp-legal-cta {
        padding-bottom: 75px;
    }


    .lp-legal-cta-card {
        padding:
            38px 25px;

        flex-direction: column;

        align-items: flex-start;
    }


    .lp-legal-cta-card > a {
        width: 100%;

        justify-content: space-between;
    }

}