.elementor-29 .elementor-element.elementor-element-91b7b0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-362187f{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-0e9b70b > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-362187f{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-557b80a */@font-face {
    font-family: "PLT-FunnelSans";
    src: url("https://coachella-passes.com/wp-content/uploads/2026/09/FunnelSans-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}


/* =====================================================
   BLOC CONTACT
===================================================== */

.plt-contact-block {
    width: 100%;

    background: #FAE8CE !important;

    padding: 34px 30px 32px;

    box-sizing: border-box;
}


/* =====================================================
   TITRE CONTACT
===================================================== */

.plt-contact-title {
    width: 100%;
    max-width: 640px;

    margin: 0 auto 26px !important;
    padding: 0 !important;

    color: #1a1a1a !important;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;

    font-size: 28px !important;
    line-height: 1.1 !important;

    font-weight: 600 !important;
}


/* =====================================================
   FORMULAIRE
===================================================== */

.plt-contact-form {
    width: 100%;
    max-width: 640px;

    margin: 0 auto;

    background: transparent !important;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;
}


/* =====================================================
   RESET CONTACT FORM 7
===================================================== */

.plt-contact-form p {
    margin: 0 !important;
}


.plt-contact-form br {
    display: none;
}


.plt-contact-form .wpcf7-form-control-wrap {
    display: block;

    width: 100%;
}


/* =====================================================
   CHAMPS
===================================================== */

.plt-contact-field {
    width: 100%;

    margin-bottom: 18px;
}


/* =====================================================
   INPUTS + TEXTAREA
===================================================== */

.plt-contact-form .plt-contact-input,
.plt-contact-form .plt-contact-textarea {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    background: #fbfaf7 !important;

    border: 1px solid #555 !important;

    border-radius: 2px !important;

    outline: none !important;

    box-shadow: none !important;

    color: #294e2c !important;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;

    font-size: 13px !important;

    font-weight: 400 !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


/* =====================================================
   INPUT
===================================================== */

.plt-contact-form .plt-contact-input {
    height: 42px !important;

    min-height: 42px !important;
    max-height: 42px !important;

    padding: 0 11px !important;

    line-height: 40px !important;
}


/* =====================================================
   TEXTAREA
===================================================== */

.plt-contact-form .plt-contact-textarea {
    min-height: 155px !important;

    padding: 11px !important;

    line-height: 1.4 !important;

    resize: vertical;
}


/* =====================================================
   PLACEHOLDERS
===================================================== */

.plt-contact-form .plt-contact-input::placeholder,
.plt-contact-form .plt-contact-textarea::placeholder {
    color: #5f6460 !important;

    opacity: 1;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;

    font-size: 13px !important;

    font-weight: 400 !important;
}


/* =====================================================
   FOCUS
===================================================== */

.plt-contact-form .plt-contact-input:focus,
.plt-contact-form .plt-contact-textarea:focus {
    border-color: #17699a !important;

    box-shadow:
        0 0 0 1px rgba(23,105,154,.08) !important;
}


/* =====================================================
   BOUTON
===================================================== */

.plt-contact-submit-wrap {
    margin-top: 5px;
}


.plt-contact-form .plt-contact-submit {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 96px !important;

    height: 42px !important;

    margin: 0 !important;

    padding: 0 18px !important;

    background-color: transparent !important;

    background-image:
        url("https://coachella-passes.com/wp-content/uploads/2026/09/button-bg-blue.png") !important;

    background-repeat: no-repeat !important;

    background-position: center !important;

    background-size: 112% 120% !important;

    border: none !important;

    border-radius: 0 !important;

    outline: none !important;

    box-shadow: none !important;

    color: #ffffff !important;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;

    font-size: 17px !important;

    line-height: 1 !important;

    font-weight: 700 !important;

    letter-spacing: .01em;

    cursor: pointer;

    transform: rotate(-0.6deg);

    overflow: hidden;

    transition:
        transform .25s ease,
        filter .25s ease;
}


/* =====================================================
   HOVER BOUTON
===================================================== */

.plt-contact-form .plt-contact-submit:hover {
    background-color: transparent !important;

    color: #ffffff !important;

    transform:
        rotate(0deg)
        translateY(-2px);

    filter: brightness(1.08);
}


/* =====================================================
   FOCUS BOUTON
===================================================== */

.plt-contact-form .plt-contact-submit:focus-visible {
    outline: 2px solid #17699a !important;

    outline-offset: 3px !important;
}


/* =====================================================
   SPINNER CF7
===================================================== */

.plt-contact-form .wpcf7-spinner {
    margin-left: 10px;
}


/* =====================================================
   ERREURS
===================================================== */

.plt-contact-form .wpcf7-not-valid-tip {
    display: block;

    margin-top: 5px;

    color: #b7352d !important;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;

    font-size: 12px !important;

    line-height: 1.3;
}


/* =====================================================
   CHAMPS INVALIDES
===================================================== */

.plt-contact-form .wpcf7-not-valid {
    border-color: #b7352d !important;
}


/* =====================================================
   MESSAGE APRÈS ENVOI
===================================================== */

.wpcf7:has(.plt-contact-block)
.wpcf7-response-output {
    width: 100%;
    max-width: 640px;

    margin:
        18px
        auto
        0 !important;

    padding:
        10px
        12px !important;

    box-sizing: border-box;

    border:
        1px solid
        #294e2c !important;

    background: transparent !important;

    color: #294e2c !important;

    font-family:
        "PLT-FunnelSans",
        Arial,
        sans-serif !important;

    font-size: 13px !important;

    line-height: 1.4 !important;
}


/* =====================================================
   SUPPRIME FONDS PARASITES CF7 / ELEMENTOR
===================================================== */

.wpcf7:has(.plt-contact-block),
.wpcf7:has(.plt-contact-block) form,
.elementor-shortcode:has(.plt-contact-block),
.elementor-widget-container:has(.plt-contact-block) {
    background: #FBF5E9 !important;

    border: none !important;

    box-shadow: none !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .plt-contact-block {
        padding:
            28px
            18px
            26px;
    }


    .plt-contact-title {
        max-width: 100%;

        margin-bottom: 22px !important;

        font-size: 24px !important;
    }


    .plt-contact-form {
        max-width: 100%;
    }


    .plt-contact-field {
        margin-bottom: 14px;
    }


    .plt-contact-form .plt-contact-input {
        height: 40px !important;

        min-height: 40px !important;
        max-height: 40px !important;

        line-height: 38px !important;
    }


    .plt-contact-form .plt-contact-textarea {
        min-height: 140px !important;
    }


    .plt-contact-form .plt-contact-submit {
        min-width: 96px !important;

        height: 42px !important;

        background-size:
            114%
            122% !important;
    }

}


/* =====================================================
   PETIT MOBILE
===================================================== */

@media (max-width: 420px) {

    .plt-contact-block {
        padding-left: 16px;
        padding-right: 16px;
    }


    .plt-contact-title {
        font-size: 23px !important;
    }


    .plt-contact-form .plt-contact-submit {
        background-size:
            116%
            124% !important;
    }

}

.wpcf7 .hidden-fields-container {
    display: none !important;
}

/* =====================================================
   ORDINATEUR UNIQUEMENT
===================================================== */

@media (min-width: 768px) {

    /* CASES */
    .plt-contact-form .plt-contact-input {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;

        padding: 0 14px !important;

        font-size: 15px !important;

        line-height: 46px !important;
    }


    /* TEXTE DANS LES CASES */
    .plt-contact-form .plt-contact-input::placeholder,
    .plt-contact-form .plt-contact-textarea::placeholder {
        font-size: 15px !important;
    }


    /* TEXTAREA */
    .plt-contact-form .plt-contact-textarea {
        min-height: 180px !important;

        padding: 14px !important;

        font-size: 15px !important;

        line-height: 1.45 !important;
    }


    /* ESPACE ENTRE LES CASES */
    .plt-contact-field {
        margin-bottom: 20px;
    }


    /* BOUTON */
    .plt-contact-form .plt-contact-submit {
        min-width: 108px !important;

        height: 46px !important;

        padding: 0 20px !important;

        font-size: 18px !important;
    }

}/* End custom CSS */