/* =========================================================
   LPROJECT WEB — PAGE SERVICES
========================================================= */


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

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

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

    background: #09090b !important;
}


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

.lp-sp-page {
    position: relative;

    width: 100vw;
    max-width: none;

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

    overflow: hidden;

    background: #09090b;

    color: #fff;
}


/* =========================================================
   GRILLE
========================================================= */

.lp-sp-grid {
    position: fixed;

    inset: 0;

    z-index: 0;

    pointer-events: none;

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

    background-size:
        70px 70px;
}


/* =========================================================
   HALOS
========================================================= */

.lp-sp-glow {
    position: absolute;

    z-index: 0;

    border-radius: 50%;

    filter: blur(130px);

    pointer-events: none;
}


.lp-sp-glow-1 {
    width: 600px;
    height: 600px;

    top: 100px;
    left: -330px;

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


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

    top: 1500px;
    right: -280px;

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


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

.lp-sp-inner {
    position: relative;

    z-index: 2;

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

    margin: 0 auto;
}


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

.lp-sp-label {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 27px;

    color: #ff6a00;

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

    letter-spacing: .22em;

    text-transform: uppercase;
}


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

    flex: 0 0 auto;

    background: #ff6a00;
}


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

.lp-sp-hero {
    position: relative;

    padding:
        170px 0 145px;
}


.lp-sp-hero > .lp-sp-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(430px, .95fr);

    gap: 100px;

    align-items: center;
}


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

.lp-sp-hero-copy h1 {
    max-width: 800px;

    margin: 0;

    color: #f7f7f8 !important;

    font-size:
        clamp(62px, 6vw, 100px);

    font-weight: 650;

    line-height: .9;

    letter-spacing: -.06em;
}


.lp-sp-hero-copy h1 span {
    color: #ff6a00 !important;
}


.lp-sp-hero-punchline {
    margin:
        30px 0 0;

    color: #f5f5f6;

    font-size:
        clamp(27px, 2.3vw, 37px);

    line-height: 1.1;

    letter-spacing: -.035em;
}


.lp-sp-hero-punchline strong {
    color: #ff6a00;

    font-weight: 600;
}


.lp-sp-hero-intro {
    max-width: 580px;

    margin:
        25px 0 0;

    color: #96969c;

    font-size: 16px;

    line-height: 1.8;
}


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

.lp-sp-hero-visual {
    position: relative;

    min-width: 0;

    padding:
        20px 0;
}


.lp-sp-interface {
    width: 100%;

    position: relative;

    overflow: hidden;

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

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,106,0,.065),
            rgba(255,255,255,.012)
        ),
        #0d0d0f;

    box-shadow:
        0 40px 100px rgba(0,0,0,.30);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}


.lp-sp-interface:hover {
    transform:
        translateY(-7px);

    border-color:
        rgba(255,106,0,.48);

    box-shadow:
        0 50px 120px rgba(0,0,0,.38),
        0 0 60px rgba(255,106,0,.04);
}


.lp-sp-interface-head {
    padding:
        20px 24px;

    display: flex;

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

    gap: 20px;

    border-bottom:
        1px solid rgba(255,255,255,.07);

    color: #626268;

    font-size: 9px;

    letter-spacing: .14em;
}


.lp-sp-interface-head > div {
    display: flex;

    align-items: center;

    gap: 9px;
}


.lp-sp-interface-head i {
    width: 5px;
    height: 5px;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #ff6a00;

    box-shadow:
        0 0 12px rgba(255,106,0,.65);
}


.lp-sp-interface-main {
    padding:
        38px 24px 35px;

    border-bottom:
        1px solid rgba(255,255,255,.07);
}


.lp-sp-interface-label {
    display: block;

    margin-bottom: 12px;

    color: #57575d;

    font-size: 8px;

    letter-spacing: .2em;
}


.lp-sp-interface-main strong {
    display: block;

    color: #f5f5f6;

    font-size:
        clamp(30px, 3vw, 43px);

    font-weight: 600;

    line-height: .98;

    letter-spacing: -.04em;
}


.lp-sp-interface-main em {
    color: #ff6a00;

    font-style: normal;
}


.lp-sp-interface-service {
    min-height: 73px;

    padding:
        0 24px;

    display: grid;

    grid-template-columns:
        42px 1fr auto;

    gap: 15px;

    align-items: center;

    border-bottom:
        1px solid rgba(255,255,255,.07);

    transition:
        padding .3s ease,
        background .3s ease;
}


.lp-sp-interface-service:last-child {
    border-bottom: 0;
}


.lp-sp-interface-service:hover {
    padding-left: 31px;

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


.lp-sp-interface-service > span {
    color: #505056;

    font-size: 9px;
}


.lp-sp-interface-service strong {
    color: #eeeef0;

    font-size: 16px;

    font-weight: 600;
}


.lp-sp-interface-service small {
    color: #ff6a00;

    font-size: 9px;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.lp-sp-code {
    position: absolute;

    z-index: -1;

    color:
        rgba(255,106,0,.45);

    font-family: monospace;

    font-size: 10px;
}


.lp-sp-code-1 {
    top: 0;
    right: -30px;
}


.lp-sp-code-2 {
    bottom: 0;
    left: -40px;
}


/* =========================================================
   INTRO SERVICES
========================================================= */

.lp-sp-intro {
    padding:
        130px 0 70px;
}


.lp-sp-intro > .lp-sp-inner {
    display: grid;

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

    gap: 40px;
}


.lp-sp-intro-number {
    color: #4c4c52;

    font-size: 10px;

    letter-spacing: .2em;
}


.lp-sp-intro-title h2 {
    max-width: 900px;

    margin: 0;

    color: #f5f5f6 !important;

    font-size:
        clamp(52px, 5vw, 80px);

    line-height: .94;

    letter-spacing: -.05em;
}


.lp-sp-intro-title h2 span {
    color: #ff6a00 !important;
}


/* =========================================================
   SHOWCASES
========================================================= */

.lp-sp-showcase {
    position: relative;

    padding:
        45px 0;
}


.lp-sp-showcase-inner {
    position: relative;

    width: 100%;
    min-height: 430px;

    padding:
        65px 70px;

    display: grid;

    grid-template-columns:
        70px
        minmax(0, 1.15fr)
        minmax(280px, .7fr);

    align-items: center;

    gap: 50px;

    overflow: hidden;

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

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

    transition:
        border-color .4s ease,
        background .4s ease;
}


.lp-sp-showcase-inner:hover {
    border-color:
        rgba(255,106,0,.22);

    background:
        linear-gradient(
            100deg,
            rgba(255,106,0,.035),
            transparent 55%
        );
}


.lp-sp-showcase-number {
    align-self: start;

    padding-top: 8px;

    color: #4d4d53;

    font-size: 10px;

    letter-spacing: .2em;
}


/* =========================================================
   GROS MOT DÉCORATIF
========================================================= */

.lp-sp-ghost {
    position: absolute;

    right: -30px;
    bottom: -35px;

    color:
        rgba(255,255,255,.018);

    font-size:
        clamp(110px, 15vw, 220px);

    font-weight: 800;

    line-height: .8;

    letter-spacing: -.07em;

    pointer-events: none;

    transition:
        transform .5s ease,
        color .5s ease;
}


.lp-sp-showcase-inner:hover
.lp-sp-ghost {
    transform:
        translateX(-20px);

    color:
        rgba(255,106,0,.027);
}


/* =========================================================
   COPIE SERVICE
========================================================= */

.lp-sp-showcase-copy {
    position: relative;

    z-index: 2;

    min-width: 0;
}


.lp-sp-showcase-kicker {
    color: #ff6a00;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .2em;
}


.lp-sp-showcase-copy h2 {
    margin:
        12px 0 0;

    color: #f5f5f6 !important;

    font-size:
        clamp(58px, 6vw, 95px);

    line-height: .84;

    letter-spacing: -.06em;

    font-weight: 620;
}


.lp-sp-showcase-copy h2 strong {
    color: #ff6a00 !important;

    font-weight: inherit;
}


.lp-sp-showcase-copy p {
    max-width: 600px;

    margin:
        30px 0 0;

    color: #a0a0a6;

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================================
   COLONNE LATÉRALE
========================================================= */

.lp-sp-showcase-side {
    position: relative;

    z-index: 2;

    min-width: 0;

    padding-left: 55px;

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


.lp-sp-showcase-side > span {
    color: #66666c;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .2em;
}


.lp-sp-showcase-side ul {
    margin:
        23px 0 35px;

    padding: 0;

    list-style: none;
}


.lp-sp-showcase-side li {
    position: relative;

    padding:
        11px 0 11px 17px;

    color: #b0b0b5;

    font-size: 15px;

    line-height: 1.5;

    border-bottom:
        1px solid rgba(255,255,255,.055);
}


.lp-sp-showcase-side li::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 0;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #ff6a00;

    transform:
        translateY(-50%);
}


.lp-sp-showcase-side a {
    display: inline-flex;

    align-items: center;

    gap: 22px;

    color: #f5f5f6 !important;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none !important;
}


.lp-sp-showcase-side a span {
    width: 38px;
    height: 38px;

    display: inline-flex;

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

    flex: 0 0 auto;

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

    border-radius: 50%;

    color: #ff6a00;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


.lp-sp-showcase-side a:hover span {
    transform:
        translateX(5px);

    background: #ff6a00;

    color: #09090b;
}


/* =========================================================
   SHOWCASE INVERSÉ
========================================================= */

.lp-sp-showcase-reverse
.lp-sp-showcase-copy {
    grid-column: 3;
}


.lp-sp-showcase-reverse
.lp-sp-showcase-side {
    grid-column: 2;

    grid-row: 1;

    padding-left: 0;
    padding-right: 55px;

    border-left: 0;

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


/* =========================================================
   TIMELINE
========================================================= */

.lp-sp-timeline {
    position: relative;

    padding:
        150px 0 160px;
}


.lp-sp-timeline-head {
    max-width: 850px;

    margin-bottom: 100px;
}


.lp-sp-timeline-head h2 {
    margin: 0;

    color: #f5f5f6 !important;

    font-size:
        clamp(52px, 5vw, 80px);

    line-height: .94;

    letter-spacing: -.05em;

    font-weight: 620;
}


.lp-sp-timeline-head h2 span {
    color: #ff6a00 !important;
}


.lp-sp-timeline-head > p {
    max-width: 610px;

    margin:
        30px 0 0;

    color: #a0a0a6;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   TIMELINE — LIGNE
========================================================= */

.lp-sp-timeline-track {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 0;
}


.lp-sp-timeline-track::before {
    content: "";

    position: absolute;

    top: 14px;
    left: 0;
    right: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #ff6a00,
            rgba(255,106,0,.35)
        );
}


/* =========================================================
   TIMELINE — ÉTAPES
========================================================= */

.lp-sp-timeline-step {
    position: relative;

    min-width: 0;

    padding:
        55px 28px 0 0;

    transition:
        transform .3s ease;
}


.lp-sp-timeline-step:hover {
    transform:
        translateY(-7px);
}


/* =========================================================
   TIMELINE — POINT
========================================================= */

.lp-sp-timeline-dot {
    position: absolute;

    top: 7px;
    left: 0;

    width: 15px;
    height: 15px;

    border:
        2px solid #ff6a00;

    border-radius: 50%;

    background: #09090b;

    box-shadow:
        0 0 0 6px rgba(255,106,0,.04);

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


.lp-sp-timeline-step:hover
.lp-sp-timeline-dot {
    background: #ff6a00;

    transform:
        scale(1.15);

    box-shadow:
        0 0 0 8px rgba(255,106,0,.08),
        0 0 28px rgba(255,106,0,.20);
}


/* =========================================================
   TIMELINE — NUMÉRO
========================================================= */

.lp-sp-timeline-number {
    display: block;

    margin-bottom: 17px;

    color: #626268;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .18em;
}


/* =========================================================
   TIMELINE — TITRE
========================================================= */

.lp-sp-timeline-step strong {
    display: block;

    color: #f5f5f6;

    font-size: 21px;

    font-weight: 600;

    line-height: 1.2;

    transition:
        color .3s ease;
}


.lp-sp-timeline-step:hover strong {
    color: #ff6a00;
}


/* =========================================================
   TIMELINE — TEXTE
========================================================= */

.lp-sp-timeline-step p {
    max-width: 180px;

    margin:
        13px 0 0;

    color: #8e8e94;

    font-size: 14px;

    line-height: 1.65;
}


/* =========================================================
   STRIP
========================================================= */

.lp-sp-strip {
    padding:
        150px 0 130px;
}


.lp-sp-strip-head {
    margin-bottom:
        75px;
}


.lp-sp-strip-head h2 {
    max-width: 800px;

    margin: 0;

    color: #f5f5f6 !important;

    font-size:
        clamp(52px, 5vw, 78px);

    line-height: .94;

    letter-spacing: -.05em;
}


.lp-sp-strip-head h2 span {
    color: #ff6a00 !important;
}


/* =========================================================
   MARQUEE
========================================================= */

.lp-sp-marquee {
    width: 100%;

    overflow: hidden;

    padding:
        27px 0;

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

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

    background:
        rgba(255,255,255,.012);
}


.lp-sp-marquee-track {
    width: max-content;

    display: flex;

    align-items: center;

    gap: 34px;

    animation:
        lpSpMarquee 30s linear infinite;
}


.lp-sp-marquee-track span {
    color: #8a8a90;

    font-size:
        clamp(18px, 2vw, 26px);

    font-weight: 600;

    letter-spacing: .04em;

    white-space: nowrap;

    transition:
        color .3s ease;
}


.lp-sp-marquee:hover
.lp-sp-marquee-track {
    animation-play-state: paused;
}


.lp-sp-marquee:hover
.lp-sp-marquee-track span {
    color: #b8b8bd;
}


.lp-sp-marquee-track i {
    color: #ff6a00;

    font-size: 15px;

    font-style: normal;
}


@keyframes lpSpMarquee {

    from {
        transform:
            translateX(0);
    }

    to {
        transform:
            translateX(-50%);
    }

}


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

.lp-sp-final {
    padding:
        70px 0 120px;
}


.lp-sp-final-card {
    position: relative;

    width: 100%;
    min-height: 560px;

    padding:
        75px 80px;

    overflow: hidden;

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

    border-radius: 26px;

    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(255,106,0,.09),
            transparent 35%
        ),
        linear-gradient(
            125deg,
            rgba(255,106,0,.055),
            rgba(255,255,255,.012)
        );

    box-shadow:
        0 40px 100px rgba(0,0,0,.20);
}


.lp-sp-final-index {
    display: block;

    margin-bottom: 40px;

    color: #ff6a00;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .2em;
}


.lp-sp-final-card h2 {
    max-width: 940px;

    margin: 0;

    color: #f5f5f6 !important;

    font-size:
        clamp(58px, 6vw, 95px);

    line-height: .88;

    letter-spacing: -.06em;

    font-weight: 620;
}


.lp-sp-final-card h2 strong {
    color: #ff6a00 !important;

    font-weight: inherit;
}


.lp-sp-final-bottom {
    max-width: 900px;

    margin-top: 65px;

    display: flex;

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

    gap: 60px;
}


.lp-sp-final-bottom p {
    max-width: 470px;

    margin: 0;

    color: #96969c;

    font-size: 16px;

    line-height: 1.75;
}


.lp-sp-final-bottom > a {
    min-height: 58px;

    padding:
        0 24px;

    display: inline-flex;

    align-items: center;

    gap: 30px;

    flex: 0 0 auto;

    border:
        1px solid #ff6a00;

    border-radius: 999px;

    background: #ff6a00;

    color: #09090b !important;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 700;

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


.lp-sp-final-bottom > a:hover {
    transform:
        translateY(-4px);

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


.lp-sp-final-bottom > a span {
    transition:
        transform .3s ease;
}


.lp-sp-final-bottom > a:hover span {
    transform:
        translateX(5px);
}


.lp-sp-final-code {
    position: absolute;

    right: 50px;
    bottom: 40px;

    color:
        rgba(255,106,0,.22);

    font-family: monospace;

    font-size: 10px;
}


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

@media (max-width: 950px) {

    .lp-sp-hero > .lp-sp-inner {
        grid-template-columns:
            1fr;

        gap: 60px;
    }


    .lp-sp-hero-visual {
        width: 100%;
        max-width: 650px;
    }


    .lp-sp-intro > .lp-sp-inner {
        grid-template-columns:
            80px minmax(0, 1fr);

        gap: 30px;
    }


    .lp-sp-showcase-inner {
        grid-template-columns:
            55px minmax(0, 1fr);

        min-height: auto;

        padding:
            55px 35px;
    }


    .lp-sp-showcase-copy,
    .lp-sp-showcase-reverse
    .lp-sp-showcase-copy {
        grid-column: 2;
    }


    .lp-sp-showcase-side,
    .lp-sp-showcase-reverse
    .lp-sp-showcase-side {
        grid-column: 2;

        grid-row: auto;

        margin-top: 20px;

        padding:
            35px 0 0;

        border-left: 0;
        border-right: 0;

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


    .lp-sp-timeline-track {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        row-gap: 55px;
    }


    .lp-sp-timeline-track::before {
        display: none;
    }


    .lp-sp-timeline-step {
        padding:
            40px 30px 0 0;
    }


    .lp-sp-timeline-dot {
        top: 0;
    }

}


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

@media (max-width: 650px) {

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


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


    /* HERO */

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


    .lp-sp-hero-copy h1 {
        font-size:
            clamp(47px, 13vw, 66px);
    }


    .lp-sp-hero-punchline {
        font-size: 27px;
    }


    .lp-sp-hero-intro {
        font-size: 15px;
    }


    .lp-sp-interface-main {
        padding:
            30px 20px;
    }


    .lp-sp-interface-head,
    .lp-sp-interface-service {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* INTRO */

    .lp-sp-intro {
        padding:
            90px 0 45px;
    }


    .lp-sp-intro > .lp-sp-inner {
        grid-template-columns:
            1fr;

        gap: 20px;
    }


    .lp-sp-intro-title h2 {
        font-size:
            clamp(43px, 12vw, 58px);
    }


    /* SERVICES */

    .lp-sp-showcase {
        padding:
            20px 0;
    }


    .lp-sp-showcase-inner {
        display: block;

        min-height: 0;

        padding:
            45px 20px;
    }


    .lp-sp-showcase-number {
        margin-bottom: 38px;
    }


    .lp-sp-showcase-copy h2 {
        font-size:
            clamp(53px, 16vw, 72px);
    }


    .lp-sp-showcase-copy p {
        font-size: 15px;
    }


    .lp-sp-showcase-side,
    .lp-sp-showcase-reverse
    .lp-sp-showcase-side {
        margin-top: 40px;

        padding:
            32px 0 0;

        border: 0;

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


    .lp-sp-showcase-side li {
        font-size: 14px;
    }


    .lp-sp-ghost {
        right: -20px;
        bottom: -5px;

        font-size: 95px;
    }


    /* TIMELINE */

    .lp-sp-timeline {
        padding:
            100px 0 110px;
    }


    .lp-sp-timeline-head {
        margin-bottom: 65px;
    }


    .lp-sp-timeline-head h2 {
        font-size:
            clamp(43px, 12vw, 58px);
    }


    .lp-sp-timeline-head > p {
        font-size: 15px;
    }


    .lp-sp-timeline-track {
        display: block;
    }


    .lp-sp-timeline-track::before {
        display: block;

        top: 0;
        bottom: 0;
        left: 7px;
        right: auto;

        width: 1px;
        height: auto;

        background:
            linear-gradient(
                180deg,
                #ff6a00,
                rgba(255,106,0,.15)
            );
    }


    .lp-sp-timeline-step {
        min-height: 150px;

        padding:
            0 0 55px 50px;
    }


    .lp-sp-timeline-step:last-child {
        padding-bottom: 0;
    }


    .lp-sp-timeline-dot {
        top: 2px;
        left: 0;
    }


    .lp-sp-timeline-step p {
        max-width: 420px;

        font-size: 15px;
    }


    /* STRIP */

    .lp-sp-strip {
        padding:
            100px 0 90px;
    }


    .lp-sp-strip-head h2 {
        font-size:
            clamp(43px, 12vw, 58px);
    }


    /* FINAL */

    .lp-sp-final {
        padding:
            35px 0 80px;
    }


    .lp-sp-final-card {
        min-height: auto;

        padding:
            50px 25px;
    }


    .lp-sp-final-card h2 {
        font-size:
            clamp(48px, 13vw, 67px);
    }


    .lp-sp-final-bottom {
        margin-top: 45px;

        flex-direction: column;

        align-items: flex-start;

        gap: 30px;
    }


    .lp-sp-final-bottom p {
        font-size: 15px;
    }


    .lp-sp-final-bottom > a {
        width: 100%;

        justify-content: space-between;
    }


    .lp-sp-final-code {
        display: none;
    }

}


/* =========================================================
   ACCESSIBILITÉ
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .lp-sp-marquee-track {
        animation: none;
    }

}

/* =========================================================
   TITRE E-COMMERCE
   Une seule ligne + toujours contenu dans sa colonne
========================================================= */

.lp-ecommerce-title {
    white-space: nowrap !important;
    width: max-content !important;
    max-width: none !important;

    font-size: clamp(52px, 3.9vw, 70px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;

    overflow: visible !important;
}

.lp-ecommerce-title strong {
    color: #ff6a00;
}