/* =========================================================
   LPROJECT WEB — CONTACT
========================================================= */


/* =========================================================
   SORTIE DU CONTENEUR ASTRA
   La page et la grille prennent toute la largeur de l'écran
========================================================= */

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

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

    background: #09090b !important;
}

body.page-template-page-contact #content > .ast-container,
body.page-template-page-contact .site-content > .ast-container {
    width: 100% !important;
    max-width: none !important;

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


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

.lp-contact-page {
    position: relative;

    /*
     * Full bleed :
     * même si Astra garde un parent centré,
     * la page sort du conteneur et prend 100vw.
     */
    width: 100vw;
    max-width: none;

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

    min-height: 100vh;

    overflow: hidden;

    padding: 150px 0 120px;

    background: #09090b;

    color: #fff;
}


/* =========================================================
   GRILLE PLEINE LARGEUR
========================================================= */

.lp-contact-grid {
    position: absolute;

    z-index: 0;

    inset: 0;

    width: 100%;
    height: 100%;

    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;

    background-position: center top;

    pointer-events: none;
}


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

.lp-contact-glow {
    position: absolute;

    z-index: 1;

    border-radius: 50%;

    filter: blur(100px);

    pointer-events: none;
}

.lp-contact-glow-1 {
    width: 500px;
    height: 500px;

    top: 10%;
    left: -250px;

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

.lp-contact-glow-2 {
    width: 450px;
    height: 450px;

    right: -250px;
    bottom: 5%;

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


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

.lp-contact-shell {
    position: relative;

    z-index: 2;

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

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(380px, .85fr);

    gap: 110px;

    align-items: start;
}


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

.lp-contact-eyebrow {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 28px;

    color: #ff6a00;

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

    letter-spacing: .22em;
}

.lp-contact-eyebrow span {
    width: 32px;
    height: 1px;

    background: #ff6a00;
}


.lp-contact-intro h1 {
    max-width: 720px;

    margin: 0;

    color: #fff !important;

    font-size: clamp(54px, 6vw, 92px);

    line-height: .91;

    letter-spacing: -.055em;

    font-weight: 650;
}

.lp-contact-intro h1 span {
    color: #ff6a00 !important;
}

.lp-contact-intro > p {
    max-width: 520px;

    margin: 30px 0 0;

    color: #77777d;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   FORMULAIRE
========================================================= */

.lp-contact-form {
    position: relative;

    min-height: 480px;

    margin-top: 80px;
}


/* =========================================================
   ÉTAPES
========================================================= */

.lp-contact-step {
    display: none;
}

.lp-contact-step.is-active {
    display: block;

    animation:
        lpContactIn
        .55s
        cubic-bezier(.2,.8,.2,1)
        both;
}


@keyframes lpContactIn {

    from {
        opacity: 0;

        transform:
            translateY(22px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


.lp-step-number {
    display: block;

    margin-bottom: 25px;

    color: #55555b;

    font-size: 10px;

    letter-spacing: .2em;
}


.lp-contact-step > label,
.lp-step-question {
    display: block;

    margin: 0 0 35px;

    color: #fff;

    font-size:
        clamp(34px, 3.7vw, 58px);

    line-height: 1;

    letter-spacing: -.04em;

    font-style: normal;
}


.lp-contact-step > label strong,
.lp-step-question em {
    color: #ff6a00;

    font-weight: 600;

    font-style: normal;
}


/* =========================================================
   INPUT PRINCIPAL
========================================================= */

.lp-input-line,
.lp-message-field {
    position: relative;

    display: flex;

    align-items: center;

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


.lp-input-line input,
.lp-message-field textarea {
    width: 100%;

    padding:
        18px 65px 18px 0;

    border: 0 !important;

    outline: 0 !important;

    background:
        transparent !important;

    color:
        #fff !important;

    font-size: 25px;

    box-shadow:
        none !important;
}


.lp-message-field textarea {
    min-height: 150px;

    resize: none;

    font-size: 18px;
}


.lp-input-line input::placeholder,
.lp-message-field textarea::placeholder {
    color: #45454b;
}


/* =========================================================
   BOUTON ÉTAPE
========================================================= */

.lp-step-next {
    position: absolute;

    right: 0;

    width: 48px;
    height: 48px;

    display: flex;

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

    padding: 0;

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

    border-radius: 50%;

    background:
        transparent;

    color: #ff6a00;

    font-size: 20px;

    cursor: pointer;

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


.lp-step-next:hover {
    background: #ff6a00;

    color: #08080a;

    border-color: #ff6a00;

    transform:
        translateX(3px);
}


.lp-contact-step > small {
    display: block;

    margin-top: 14px;

    color: #4d4d53;

    font-size: 9px;

    letter-spacing: .08em;
}


/* =========================================================
   CHOIX
========================================================= */

.lp-choice-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 10px;
}


.lp-choice {
    min-height: 125px;

    padding: 20px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    border:
        1px solid rgba(255,255,255,.09);

    border-radius: 12px;

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

    color: #fff;

    text-align: left;

    cursor: pointer;

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


.lp-choice > span {
    margin-bottom: auto;

    color: #505056;

    font-size: 9px;
}


.lp-choice strong {
    font-size: 16px;
}


.lp-choice small {
    margin-top: 4px;

    color: #66666c;

    font-size: 10px;
}


.lp-choice:hover {
    transform:
        translateY(-4px);

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

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

    box-shadow:
        0 16px 35px rgba(0,0,0,.18);
}


/* =========================================================
   BUDGET
========================================================= */

.lp-budget-list {
    border-top:
        1px solid rgba(255,255,255,.09);
}


.lp-budget-choice {
    width: 100%;

    padding: 20px 5px;

    display: grid;

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

    align-items: center;

    border: 0;

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

    background:
        transparent;

    color: #fff;

    text-align: left;

    cursor: pointer;

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


.lp-budget-choice > span {
    color: #4c4c52;

    font-size: 9px;
}


.lp-budget-choice strong {
    font-size: 15px;

    font-weight: 500;
}


.lp-budget-choice i {
    color: #ff6a00;

    font-style: normal;

    transition:
        transform .3s ease;
}


.lp-budget-choice:hover {
    padding-left: 12px;

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


.lp-budget-choice:hover i {
    transform:
        translateX(5px);
}


/* =========================================================
   DERNIERS CHAMPS
========================================================= */

.lp-final-fields {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 25px;
}


.lp-final-field label {
    display: block;

    margin-bottom: 10px;

    color: #77777d;

    font-size: 10px;
}


.lp-final-field label span {
    color: #48484e;
}


.lp-final-field input {
    width: 100%;

    padding: 15px 0;

    border: 0 !important;

    border-bottom:
        1px solid rgba(255,255,255,.16) !important;

    background:
        transparent !important;

    color:
        #fff !important;

    outline:
        none !important;

    box-shadow:
        none !important;
}


/* =========================================================
   BOUTON FINAL
========================================================= */

.lp-contact-submit {
    min-height: 58px;

    margin-top: 45px;

    padding: 0 24px;

    display: inline-flex;

    align-items: center;

    gap: 40px;

    border:
        1px solid #ff6a00;

    border-radius: 999px;

    background: #ff6a00;

    color: #09090b;

    font-weight: 700;

    cursor: pointer;

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


.lp-contact-submit:hover {
    transform:
        translateY(-3px);

    background: #ff7815;

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


.lp-contact-submit strong {
    font-size: 18px;
}


/* =========================================================
   CONSOLE DROITE
========================================================= */

.lp-project-console {
    position: sticky;

    top: 150px;

    padding-top: 70px;
}


.lp-console-card {
    position: relative;

    overflow: hidden;

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

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,106,0,.045),
            rgba(255,255,255,.015)
        ),
        #101012;

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


.lp-console-head,
.lp-console-status,
.lp-console-title,
.lp-console-progress,
.lp-console-footer {
    padding: 22px 25px;
}


.lp-console-head {
    display: flex;

    justify-content: space-between;

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

    color: #77777d;

    font-size: 9px;

    letter-spacing: .14em;
}


.lp-console-head > div {
    display: flex;

    align-items: center;

    gap: 9px;
}


.lp-console-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #ff6a00;

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


/* =========================================================
   CONSOLE — STATUT
========================================================= */

.lp-console-status {
    display: flex;

    justify-content: space-between;

    font-size: 8px;

    letter-spacing: .12em;

    color: #55555b;
}


.lp-console-status strong {
    color: #ff6a00;

    font-size: 8px;
}


.lp-console-status i {
    display: inline-block;

    width: 5px;
    height: 5px;

    margin-right: 6px;

    border-radius: 50%;

    background: #ff6a00;
}


/* =========================================================
   CONSOLE — TITRE
========================================================= */

.lp-console-title {
    padding-top: 45px;

    padding-bottom: 45px;
}


.lp-console-title small {
    display: block;

    margin-bottom: 10px;

    color: #55555b;

    font-size: 8px;

    letter-spacing: .18em;
}


.lp-console-title strong {
    display: block;

    color: #fff;

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

    line-height: .95;

    letter-spacing: -.04em;
}


/* =========================================================
   CONSOLE — DONNÉES
========================================================= */

.lp-console-data {
    display: grid;

    grid-template-columns:
        1fr 1fr;

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


.lp-console-data > div {
    min-height: 100px;

    padding: 20px 25px;

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

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


.lp-console-data > div:nth-child(even) {
    border-right: 0;
}


.lp-console-data span {
    display: block;

    margin-bottom: 18px;

    color: #4e4e54;

    font-size: 8px;

    letter-spacing: .15em;
}


.lp-console-data strong {
    color: #c7c7ca;

    font-size: 11px;

    font-weight: 500;
}


/* =========================================================
   PROGRESSION
========================================================= */

.lp-console-progress-head {
    display: flex;

    justify-content: space-between;

    margin-bottom: 13px;

    color: #55555b;

    font-size: 8px;

    letter-spacing: .12em;
}


.lp-console-progress-head strong {
    color: #ff6a00;
}


.lp-progress-track {
    height: 3px;

    overflow: hidden;

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


.lp-progress-track span {
    display: block;

    width: 0;
    height: 100%;

    background:
        #ff6a00;

    box-shadow:
        0 0 15px rgba(255,106,0,.5);

    transition:
        width .6s cubic-bezier(.2,.8,.2,1);
}


/* =========================================================
   CONSOLE — PIED
========================================================= */

.lp-console-footer {
    display: flex;

    justify-content: space-between;

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

    color: #45454b;

    font-size: 7px;

    letter-spacing: .15em;
}


.lp-console-footer strong {
    color: #ff6a00;
}


.lp-console-decoration {
    margin-top: 20px;

    color: #34343a;

    text-align: right;

    font-family: monospace;

    font-size: 10px;
}


/* =========================================================
   SUCCÈS
========================================================= */

.lp-contact-success {
    display: none;
}


.lp-contact-form.is-success
.lp-contact-step {
    display: none !important;
}


.lp-contact-form.is-success
.lp-contact-success {
    display: block;

    animation:
        lpContactIn .6s ease both;
}


.lp-success-icon {
    width: 60px;
    height: 60px;

    margin-bottom: 30px;

    display: flex;

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

    border:
        1px solid #ff6a00;

    border-radius: 50%;

    color: #ff6a00;

    font-size: 22px;
}


.lp-contact-success > span {
    color: #ff6a00;

    font-size: 9px;

    letter-spacing: .2em;
}


.lp-contact-success h2 {
    margin: 18px 0;

    font-size:
        clamp(42px, 5vw, 70px);

    line-height: .95;

    letter-spacing: -.04em;
}


.lp-contact-success h2 strong {
    color: #ff6a00;
}


.lp-contact-success p {
    color: #77777d;
}


.lp-contact-success a {
    display: inline-flex;

    gap: 12px;

    margin-top: 25px;

    color: #fff;

    text-decoration: none;
}


.lp-contact-success a span {
    color: #ff6a00;
}


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

@media (max-width: 950px) {

    .lp-contact-page {
        padding:
            130px 0 100px;
    }

    .lp-contact-shell {
        width:
            min(100% - 50px, 900px);

        grid-template-columns: 1fr;

        gap: 60px;
    }

    .lp-project-console {
        position: relative;

        top: auto;

        padding-top: 0;
    }

}


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

@media (max-width: 650px) {

    .lp-contact-page {
        padding:
            115px 0 90px;
    }

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

    .lp-contact-shell {
        width:
            calc(100% - 34px);
    }

    .lp-contact-intro h1 {
        max-width: 100%;

        font-size:
            clamp(46px, 14vw, 64px);
    }

    .lp-contact-form {
        min-height: 430px;

        margin-top: 60px;
    }

    .lp-choice-grid {
        grid-template-columns:
            1fr;
    }

    .lp-final-fields {
        grid-template-columns:
            1fr;
    }

    .lp-project-console {
        display: none;
    }

}

/* =========================================================
   CONTACT — ÉTATS FORMULAIRE
========================================================= */

.lp-contact-error {
    margin-top: 18px;

    color: #ff765e;

    font-size: 11px;
    line-height: 1.5;

    opacity: 0;

    transform: translateY(-5px);

    transition:
        opacity .25s ease,
        transform .25s ease;
}

.lp-contact-error.is-visible {
    opacity: 1;

    transform: translateY(0);
}


.lp-contact-submit:disabled {
    cursor: wait;

    opacity: .7;
}

.lp-contact-submit.is-loading strong {
    animation:
        lpContactArrowLoading
        .8s ease-in-out infinite alternate;
}

@keyframes lpContactArrowLoading {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(7px);
    }

}


/* Sélection avant changement d'étape */

.lp-choice.is-selected {
    border-color:
        rgba(255,106,0,.75);

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

.lp-budget-choice.is-selected {
    background:
        rgba(255,106,0,.08);

    color: #ff6a00;
}
/* =========================================================
   HONEYPOT ANTI-SPAM — INVISIBLE
========================================================= */

.lp-contact-honeypot {
    position: absolute !important;

    left: -9999px !important;
    top: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;

    opacity: 0 !important;

    pointer-events: none !important;

    visibility: hidden !important;
}

.lp-contact-honeypot input,
.lp-contact-honeypot label {
    display: none !important;
}

/* =========================================================
   FLUENT FORMS — MOTEUR INVISIBLE
========================================================= */

.lp-fluent-engine {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    left: -9999px !important;
    top: 0 !important;

    overflow: hidden !important;

    opacity: 0 !important;

    pointer-events: none !important;
}


/* On s'assure que Fluent Forms
   ne modifie jamais visuellement notre page */

.lp-fluent-engine,
.lp-fluent-engine * {
    max-width: 1px !important;
}

/* =========================================================
   CONTACT — SUPPRESSION DU BLEU SUR LES CHOIX
========================================================= */

.lp-choice,
.lp-budget-choice {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, .10) !important;
}

.lp-choice:hover,
.lp-budget-choice:hover,
.lp-choice:focus,
.lp-budget-choice:focus,
.lp-choice:focus-visible,
.lp-budget-choice:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(255, 106, 0, .45) !important;
}

/* Option survolée */
.lp-choice:hover,
.lp-budget-choice:hover {
    background: rgba(255, 106, 0, .055) !important;
}

/* Si un bouton reste sélectionné/focus après le clic */
.lp-choice:active,
.lp-budget-choice:active {
    border-color: #ff6a00 !important;
    box-shadow: none !important;
}