/* ==========================================================
   GLOBAL VIBES STUDIOS
   CONTACT — HERO
   ========================================================== */


/* ==========================================================
   SECTION HERO
   L'image de fond est gérée directement dans DIVI
   ========================================================== */

.gvs-contact-hero {
    position: relative !important;

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

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

    overflow: hidden;
}


/* ==========================================================
   VOILE CINÉMATOGRAPHIQUE — PLEINE SURFACE
   ========================================================== */

.gvs-contact-hero__overlay {
    position: absolute !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

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

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.58) 0%,
            rgba(0, 0, 0, 0.42) 22%,
            rgba(0, 0, 0, 0.62) 50%,
            rgba(0, 0, 0, 0.42) 78%,
            rgba(0, 0, 0, 0.58) 100%
        );

    pointer-events: none;
}


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

.gvs-contact-hero__inner {
    position: relative;
    z-index: 2;

    width: min(1180px, calc(100% - 80px));

    margin: 0 auto;

    text-align: center;
}


/* ==========================================================
   SURTITRE
   ========================================================== */

.gvs-contact-hero__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 24px;

    color: #d4af37;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}


.gvs-contact-hero__line {
    display: block;

    width: 42px;
    height: 1px;

    background: #d4af37;
}


/* ==========================================================
   TITRE
   ========================================================== */

.gvs-contact-hero__title {
    margin: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: inherit;

    font-size: clamp(48px, 5.4vw, 82px);

    font-weight: 700;

    line-height: 0.98;

    letter-spacing: -0.035em;

    text-transform: uppercase;
}


.gvs-contact-hero__title-white {
    display: block;

    color: #ffffff;
}


.gvs-contact-hero__title-gold {
    display: block;

    margin-top: 8px;

    color: #d4af37;
}


/* ==========================================================
   SÉPARATEUR
   ========================================================== */

.gvs-contact-hero__separator {
    display: block;

    width: 58px;
    height: 2px;

    margin: 30px auto 24px;

    background: #d4af37;
}


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

.gvs-contact-hero__intro {
    max-width: 680px;

    margin: 0 auto;

    color: rgba(255, 255, 255, 0.82);

    font-size: 16px;

    font-weight: 400;

    line-height: 1.7;
}


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

@media (max-width: 980px) {

    .gvs-contact-hero {
        min-height: 590px;
    }


    .gvs-contact-hero__inner {
        width: min(100% - 50px, 900px);
    }


    .gvs-contact-hero__title {
        font-size: clamp(42px, 7vw, 64px);
    }


    .gvs-contact-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.64) 0%,
                rgba(0, 0, 0, 0.48) 25%,
                rgba(0, 0, 0, 0.66) 50%,
                rgba(0, 0, 0, 0.48) 75%,
                rgba(0, 0, 0, 0.64) 100%
            );
    }

}


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

@media (max-width: 767px) {

    .gvs-contact-hero {
        min-height: 540px;
    }


    .gvs-contact-hero__inner {
        width: calc(100% - 36px);
    }


    .gvs-contact-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.52) 0%,
                rgba(0, 0, 0, 0.66) 40%,
                rgba(0, 0, 0, 0.82) 100%
            );
    }


    .gvs-contact-hero__eyebrow {
        gap: 10px;

        margin-bottom: 20px;

        font-size: 10px;

        letter-spacing: 0.14em;
    }


    .gvs-contact-hero__line {
        width: 26px;
    }


    .gvs-contact-hero__title {
        font-size: clamp(38px, 11vw, 52px);

        line-height: 1.02;
    }


    .gvs-contact-hero__title-gold {
        margin-top: 6px;
    }


    .gvs-contact-hero__separator {
        width: 45px;

        margin: 24px auto 20px;
    }


    .gvs-contact-hero__intro {
        max-width: 92%;

        font-size: 14px;

        line-height: 1.65;
    }

}
/* ==========================================================
   CONTACT HERO — CORRECTION CONTENEUR DIVI
   ========================================================== */

.gvs-contact-hero-section {
    position: relative !important;

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

    overflow: hidden !important;
}


/* Supprime les espacements Divi autour du module */

.gvs-contact-hero-section > .et_pb_row,
.gvs-contact-hero-section .et_pb_column,
.gvs-contact-hero-section .et_pb_code,
.gvs-contact-hero-section .et_pb_code_inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Le Hero interne occupe réellement toute la section */

.gvs-contact-hero-section .gvs-contact-hero {
    min-height: 650px;

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


/* Le filtre couvre alors l'image du haut jusqu'en bas */

.gvs-contact-hero-section .gvs-contact-hero__overlay {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
}
/* ==========================================================
   GLOBAL VIBES STUDIOS
   CONTACT — BLOC 2 / VOTRE PROJET
   VERSION DÉFINITIVE
   ========================================================== */

.gvs-contact-project {
    position: relative;

    width: 100%;

    padding: 110px 0 120px;

    background: #f5f4f0;
    color: #111111;
}


.gvs-contact-project__inner {
    width: min(1180px, calc(100% - 80px));

    margin: 0 auto;
}


/* ==========================================================
   EN-TÊTE
   ========================================================== */

.gvs-contact-project__header {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto 72px;

    text-align: center;
}


.gvs-contact-project__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 24px;

    color: #d4af37;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;

    letter-spacing: 0.20em;
    text-transform: uppercase;
}


.gvs-contact-project__line {
    display: block;

    width: 42px;
    height: 1px;

    background: #d4af37;
}


.gvs-contact-project__title {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    color: #111111;

    font-family: inherit;

    font-size: clamp(42px, 4.5vw, 70px);
    font-weight: 600;
    line-height: 0.96;

    letter-spacing: -0.045em;

    text-transform: uppercase;
}


.gvs-contact-project__title-main {
    display: block;

    color: #111111 !important;

    white-space: nowrap;
}


.gvs-contact-project__title-gold {
    display: block;

    margin-top: 8px;

    color: #d4af37 !important;
}


.gvs-contact-project__intro {
    max-width: 680px;

    margin: 30px auto 0;

    color: #555555;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}


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

.gvs-contact-form {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto;
}


/* ==========================================================
   CHAMPS IDENTITÉ
   ========================================================== */

.gvs-contact-form__grid {
    display: grid;

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

    column-gap: 70px;
    row-gap: 42px;

    margin-bottom: 62px;
}


.gvs-contact-form__field label,
.gvs-contact-form__message label {
    display: block;

    margin-bottom: 13px;

    color: #111111;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


.gvs-contact-form__field label span,
.gvs-contact-form__message label span,
.gvs-contact-form__group legend span {
    color: #d4af37;
}


.gvs-contact-form__field input {
    display: block;

    width: 100%;

    padding: 7px 0 15px;

    border: 0;
    border-bottom: 1px solid rgba(17,17,17,0.34);
    border-radius: 0;

    background: transparent;

    color: #111111;

    font-family: inherit;
    font-size: 17px;

    outline: none;

    transition:
        border-color 0.25s ease,
        padding-left 0.25s ease;
}


.gvs-contact-form__field input::placeholder {
    color: #8a8a8a;
    opacity: 1;
}


.gvs-contact-form__field input:focus {
    border-bottom-color: #d4af37;

    padding-left: 5px;
}


/* ==========================================================
   GROUPES TYPE DE PROJET / BUDGET
   ========================================================== */

.gvs-contact-form__group {
    margin: 0 0 52px;

    padding: 0;

    border: 0;
}


.gvs-contact-form__group legend {
    display: block;

    width: 100%;

    margin-bottom: 24px;

    color: #111111;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}


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

.gvs-contact-form__choices {
    display: grid;

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

    gap: 12px;
}


.gvs-contact-form__choices--budget {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


.gvs-contact-choice {
    position: relative;

    display: block;

    cursor: pointer;
}


.gvs-contact-choice input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;
}


.gvs-contact-choice span {
    display: flex;

    min-height: 58px;

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

    padding: 12px 18px;

    border: 1px solid rgba(17,17,17,0.25);

    background: transparent;

    color: #111111;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.10em;

    text-align: center;

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


.gvs-contact-choice:hover span {
    border-color: #d4af37;

    transform: translateY(-2px);
}


.gvs-contact-choice input:checked + span {
    border-color: #111111;

    background: #111111;

    color: #d4af37;
}


/* ==========================================================
   MESSAGE
   ========================================================== */

.gvs-contact-form__message {
    margin-bottom: 50px;
}


.gvs-contact-form__message textarea {
    display: block;

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

    padding: 22px 24px;

    border: 1px solid rgba(17,17,17,0.24);
    border-radius: 0;

    background: rgba(255,255,255,0.38);

    color: #111111;

    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;

    resize: vertical;

    outline: none;

    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}


.gvs-contact-form__message textarea::placeholder {
    color: #777777;
}


.gvs-contact-form__message textarea:focus {
    border-color: #d4af37;

    background: rgba(255,255,255,0.72);
}


/* ==========================================================
   PIÈCE JOINTE
   ========================================================== */

.gvs-contact-form__upload {
    display: flex;

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

    gap: 40px;

    padding: 28px 0;

    border-top: 1px solid rgba(17,17,17,0.15);
    border-bottom: 1px solid rgba(17,17,17,0.15);
}


.gvs-contact-form__upload-text {
    display: flex;

    flex-direction: column;

    gap: 6px;
}


.gvs-contact-form__upload-text strong {
    color: #111111;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;

    letter-spacing: 0.10em;
}


.gvs-contact-form__upload-text span {
    color: #777777;

    font-size: 14px;
}


.gvs-contact-upload-button {
    position: relative;

    flex: 0 0 auto;

    cursor: pointer;
}


.gvs-contact-upload-button input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;
}


.gvs-contact-upload-button span {
    display: inline-flex;

    min-height: 48px;

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

    padding: 0 23px;

    border: 1px solid #111111;

    background: transparent;

    color: #111111;

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

    letter-spacing: 0.10em;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}


.gvs-contact-upload-button:hover span {
    border-color: #111111;

    background: #111111;

    color: #ffffff;
}


/* ==========================================================
   ENVOI
   ========================================================== */

.gvs-contact-form__submit {
    margin-top: 55px;

    text-align: center;
}


.gvs-contact-form__submit button {
    display: inline-flex;

    min-width: 300px;
    min-height: 62px;

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

    gap: 30px;

    padding: 0 30px;

    border: 1px solid #111111;

    background: #111111;

    color: #ffffff;

    font-family: inherit;

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

    letter-spacing: 0.13em;

    cursor: pointer;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.gvs-contact-form__submit button > span {
    color: #d4af37;

    font-size: 21px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.gvs-contact-form__submit button:hover {
    background: #d4af37;

    color: #111111;

    transform: translateY(-2px);
}


.gvs-contact-form__submit button:hover > span {
    color: #111111;

    transform: translateX(5px);
}


.gvs-contact-form__submit p {
    margin: 17px 0 0;

    color: #777777;

    font-size: 13px;
}


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

@media (max-width: 1100px) {

    .gvs-contact-project__header {
        max-width: 900px;
    }


    .gvs-contact-project__title-main {
        white-space: normal;
    }

}


@media (max-width: 980px) {

    .gvs-contact-project {
        padding: 90px 0 100px;
    }


    .gvs-contact-project__inner {
        width: min(100% - 50px, 900px);
    }


    .gvs-contact-project__header {
        margin-bottom: 62px;
    }


    .gvs-contact-project__title {
        font-size: clamp(40px, 7vw, 60px);

        line-height: 0.98;
    }


    .gvs-contact-form__grid {
        column-gap: 40px;
    }


    .gvs-contact-form__choices,
    .gvs-contact-form__choices--budget {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


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

@media (max-width: 767px) {

    .gvs-contact-project {
        padding: 70px 0 80px;
    }


    .gvs-contact-project__inner {
        width: calc(100% - 36px);
    }


    .gvs-contact-project__header {
        margin-bottom: 52px;
    }


    .gvs-contact-project__eyebrow {
        gap: 10px;

        margin-bottom: 20px;

        font-size: 10px;

        letter-spacing: 0.16em;
    }


    .gvs-contact-project__line {
        width: 25px;
    }


    .gvs-contact-project__title {
        font-size: clamp(34px, 10.5vw, 46px);

        line-height: 1;

        letter-spacing: -0.03em;
    }


    .gvs-contact-project__title-main {
        white-space: normal;
    }


    .gvs-contact-project__title-gold {
        margin-top: 5px;
    }


    .gvs-contact-project__intro {
        max-width: 100%;

        margin-top: 22px;

        font-size: 14px;
        line-height: 1.65;
    }


    .gvs-contact-form__grid {
        grid-template-columns: 1fr;

        gap: 34px;

        margin-bottom: 52px;
    }


    .gvs-contact-form__group {
        margin-bottom: 46px;
    }


    .gvs-contact-form__choices,
    .gvs-contact-form__choices--budget {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .gvs-contact-choice span {
        min-height: 54px;

        padding: 10px;

        font-size: 10px;
    }


    .gvs-contact-form__message {
        margin-bottom: 42px;
    }


    .gvs-contact-form__message textarea {
        min-height: 180px;

        padding: 18px;
    }


    .gvs-contact-form__upload {
        flex-direction: column;

        align-items: flex-start;

        gap: 22px;

        padding: 24px 0;
    }


    .gvs-contact-upload-button,
    .gvs-contact-upload-button span {
        width: 100%;
    }


    .gvs-contact-form__submit {
        margin-top: 45px;
    }


    .gvs-contact-form__submit button {
        width: 100%;

        min-width: 0;
    }

}
/* ==========================================================
   GLOBAL VIBES STUDIOS
   CONTACT — BLOC 3 / CONTACT DIRECT
   ========================================================== */

.gvs-contact-direct {
    position: relative;

    width: 100%;

    padding: 70px 0 80px;

    background: #0b0b0b;

    color: #ffffff;
}


.gvs-contact-direct__inner {
    width: min(1180px, calc(100% - 80px));

    margin: 0 auto;

    border: 1px solid rgba(255,255,255,0.16);

    padding: 32px 42px 38px;
}


/* ==========================================================
   EN-TÊTE
   ========================================================== */

.gvs-contact-direct__header {
    text-align: center;

    margin-bottom: 30px;
}


.gvs-contact-direct__title {
    margin: 0 0 8px;

    color: #d4af37;

    font-family: inherit;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.06em;

    text-transform: uppercase;
}


.gvs-contact-direct__intro {
    margin: 0;

    color: rgba(255,255,255,0.70);

    font-size: 14px;
    line-height: 1.6;
}


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

.gvs-contact-direct__grid {
    display: grid;

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

    margin-top: 28px;
}


/* ==========================================================
   ÉLÉMENTS
   ========================================================== */

.gvs-contact-direct__item {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    min-height: 160px;

    padding: 8px 28px;

    text-align: center;

    text-decoration: none;

    color: #ffffff;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.gvs-contact-direct__item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 16px;
    right: 0;

    width: 1px;
    height: calc(100% - 32px);

    background: rgba(255,255,255,0.16);
}


.gvs-contact-direct__item:hover {
    transform: translateY(-3px);
}


/* ==========================================================
   ICÔNE
   ========================================================== */

.gvs-contact-direct__icon {
    display: flex;

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

    width: 48px;
    height: 48px;

    margin-bottom: 14px;

    border: 1px solid #d4af37;
    border-radius: 50%;

    color: #d4af37;

    font-size: 22px;
    line-height: 1;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.gvs-contact-direct__item:hover .gvs-contact-direct__icon {
    background: #d4af37;

    color: #0b0b0b;

    transform: scale(1.05);
}


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

.gvs-contact-direct__label {
    display: block;

    margin-bottom: 7px;

    color: #d4af37;

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

    letter-spacing: 0.10em;

    text-transform: uppercase;
}


.gvs-contact-direct__value {
    display: block;

    margin-bottom: 5px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}


.gvs-contact-direct__meta {
    display: block;

    color: rgba(255,255,255,0.56);

    font-size: 12px;
    line-height: 1.45;
}


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

@media (max-width: 980px) {

    .gvs-contact-direct {
        padding: 60px 0 70px;
    }


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

        padding: 30px;
    }


    .gvs-contact-direct__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        row-gap: 30px;
    }


    .gvs-contact-direct__item:nth-child(2)::after {
        display: none;
    }


    .gvs-contact-direct__item:nth-child(1),
    .gvs-contact-direct__item:nth-child(2) {
        padding-bottom: 28px;

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

}


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

@media (max-width: 767px) {

    .gvs-contact-direct {
        padding: 50px 0 60px;
    }


    .gvs-contact-direct__inner {
        width: calc(100% - 36px);

        padding: 28px 18px 18px;
    }


    .gvs-contact-direct__title {
        font-size: 16px;
        line-height: 1.35;
    }


    .gvs-contact-direct__intro {
        max-width: 290px;

        margin: 0 auto;

        font-size: 13px;
    }


    .gvs-contact-direct__grid {
        grid-template-columns: 1fr;

        margin-top: 28px;

        row-gap: 0;
    }


    .gvs-contact-direct__item {
        min-height: auto;

        padding: 28px 10px;
    }


    .gvs-contact-direct__item:not(:last-child)::after {
        display: none;
    }


    .gvs-contact-direct__item:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.14);
    }


    .gvs-contact-direct__icon {
        width: 46px;
        height: 46px;
    }

}
/* ==========================================================
   WHATSAPP — COULEUR OFFICIELLE
   ========================================================== */

.gvs-contact-direct__icon--whatsapp {
    border-color: #25D366;
    color: #25D366;
}

.gvs-contact-direct__icon--whatsapp svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.gvs-contact-direct__item:hover
.gvs-contact-direct__icon--whatsapp {
    background: #25D366;
    border-color: #25D366;
    color: #ffffff;
}
/* ==========================================================
   GLOBAL VIBES STUDIOS
   CONTACT — BLOC 4 / SIGNATURE FINALE
   VERSION CORRIGÉE
   ========================================================== */


/* ==========================================================
   SECTION DIVI EXTÉRIEURE
   L'image de fond est chargée dans DIVI
   ========================================================== */

.gvs-contact-signature-section {
    position: relative !important;

    width: 100% !important;

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

    overflow: hidden !important;

    background-color: #080808;
}


/* ==========================================================
   VOILE SUR TOUTE L'IMAGE
   ========================================================== */

.gvs-contact-signature-section::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.48) 0%,
            rgba(0, 0, 0, 0.68) 28%,
            rgba(0, 0, 0, 0.82) 50%,
            rgba(0, 0, 0, 0.68) 72%,
            rgba(0, 0, 0, 0.48) 100%
        );

    pointer-events: none;
}


/* ==========================================================
   SUPPRESSION DES ESPACEMENTS / FONDS DIVI
   ========================================================== */

.gvs-contact-signature-section > .et_pb_row,
.gvs-contact-signature-section .et_pb_column,
.gvs-contact-signature-section .et_pb_code,
.gvs-contact-signature-section .et_pb_code_inner {
    position: relative;

    width: 100% !important;
    max-width: 100% !important;

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

    background: transparent !important;
}


.gvs-contact-signature-section > .et_pb_row {
    z-index: 2;
}


/* ==========================================================
   BLOC INTERNE
   ========================================================== */

.gvs-contact-signature {
    position: relative;

    z-index: 2;

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

    display: flex;

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

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

    background: transparent !important;

    color: #ffffff;
}


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

.gvs-contact-signature__inner {
    position: relative;

    width: min(1180px, calc(100% - 80px));

    margin: 0 auto;

    text-align: center;
}


/* ==========================================================
   TITRE
   ========================================================== */

.gvs-contact-signature__title {
    margin: 0;
    padding: 0;

    font-family: inherit;

    font-size: clamp(42px, 4.2vw, 72px);

    font-weight: 600;

    line-height: 0.98;

    letter-spacing: -0.045em;

    text-transform: uppercase;
}


.gvs-contact-signature__title-white {
    display: block;

    color: #ffffff;
}


.gvs-contact-signature__title-gold {
    display: block;

    margin-top: 10px;

    color: #d4af37;
}


/* ==========================================================
   LIGNE OR
   ========================================================== */

.gvs-contact-signature__line {
    display: block;

    width: 54px;
    height: 2px;

    margin: 30px auto 24px;

    background: #d4af37;
}


/* ==========================================================
   SIGNATURE
   ========================================================== */

.gvs-contact-signature__brand {
    color: #ffffff;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.2;

    letter-spacing: 0.28em;

    text-transform: uppercase;
}


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

@media (max-width: 980px) {

    .gvs-contact-signature {
        min-height: 420px;
    }

    .gvs-contact-signature__inner {
        width: min(860px, calc(100% - 50px));
    }

    .gvs-contact-signature__title {
        font-size: clamp(38px, 6vw, 58px);
        line-height: 1;
    }

}


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

@media (max-width: 767px) {

    .gvs-contact-signature {
        min-height: 380px;
    }

    .gvs-contact-signature-section::before {
        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,0.50) 0%,
                rgba(0,0,0,0.76) 50%,
                rgba(0,0,0,0.58) 100%
            );
    }

    .gvs-contact-signature__inner {
        width: calc(100% - 36px);
    }

    .gvs-contact-signature__title {
        font-size: clamp(32px, 10vw, 46px);

        line-height: 1.02;

        letter-spacing: -0.035em;
    }

    .gvs-contact-signature__title-gold {
        margin-top: 8px;
    }

    .gvs-contact-signature__line {
        width: 42px;

        margin: 24px auto 20px;
    }

    .gvs-contact-signature__brand {
        font-size: 11px;

        letter-spacing: 0.20em;
    }

}
/* ==========================================================
   CONTACT
   MESSAGE APRÈS ENVOI DU PROJET
   ========================================================== */

.gvs-project-feedback {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto 55px;

    padding: 26px 30px;

    display: flex;
    align-items: center;

    gap: 22px;

    border: 1px solid rgba(212, 175, 55, 0.50);

    background: rgba(212, 175, 55, 0.07);
}


/* ICÔNE */

.gvs-project-feedback__icon {
    flex: 0 0 auto;

    width: 46px;
    height: 46px;

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

    border: 1px solid #d4af37;
    border-radius: 50%;

    color: #d4af37;

    font-size: 21px;
    font-weight: 600;
}


/* CONTENU */

.gvs-project-feedback__content {
    flex: 1;
}


.gvs-project-feedback__title {
    display: block;

    margin: 0 0 6px;

    color: #111111;

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

    line-height: 1.4;

    letter-spacing: 0.10em;

    text-transform: uppercase;
}


.gvs-project-feedback__text {
    margin: 0 !important;

    color: #666666;

    font-size: 14px;

    line-height: 1.6;
}


/* ERREUR */

.gvs-project-feedback--error {
    border-color: rgba(160, 40, 40, 0.40);

    background: rgba(160, 40, 40, 0.06);
}


.gvs-project-feedback--error
.gvs-project-feedback__icon {
    border-color: #9f3030;

    color: #9f3030;
}


/* MOBILE */

@media (max-width: 767px) {

    .gvs-project-feedback {
        margin-bottom: 40px;

        padding: 22px 20px;

        align-items: flex-start;

        gap: 16px;
    }


    .gvs-project-feedback__icon {
        width: 40px;
        height: 40px;

        font-size: 18px;
    }


    .gvs-project-feedback__title {
        font-size: 11px;

        letter-spacing: 0.08em;
    }


    .gvs-project-feedback__text {
        font-size: 13px;
    }

}
/* Message de confirmation caché par défaut */
.gvs-project-feedback[hidden] {
    display: none !important;
}