/* Forminator – footer email */
.champ .forminator-email--field {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px !important;
    color: #fff;
    width: 300px !important;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 12px;
}

/* Bouton s'abonner */
.forminator-button {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0;
    cursor: pointer;
    width: 255px !important;
}

/* Page inscription */
.evenement-template-default {
    & .forminator-label {
        font-size: 1.125rem !important;
        font-weight: 700 !important;
    }

    & input {
        height: 3rem;
        border: none;
        border-radius: .5rem;
        padding: 5px 15px;
        font-size: 1.125rem;
        font-weight: 400;
    }

    & .forminator-checkbox-label {
        font-size: 1.1rem !important;
        font-weight: 400;
        line-height: 1.625rem;
    }

    & .forminator-consent__label>p {
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.625rem;
        margin: 0 !important;
    }

    & input[type="checkbox"],
    & .forminator-checkbox-box {
        border: 2px solid var(--wp--preset--color--accent-2) !important;
        width: 30px;
        height: 20px;
    }

    & .forminator-button {
        border-color: var(--wp--preset--color--accent-2) !important;
        border-style: solid;
        border-width: 1px !important;
        border-radius: 0;
        padding-right: 20px;
        padding-left: 20px;
        font-size: clamp(14px, .875rem + ((1vw - 3.2px) * .392), 18px);
        color: var(--wp--preset--color--accent-2);
    }

    & label.forminator-consent {
        align-self: center;
    }
}

/* Champ recherche (bord inférieur) */
#is-search-input-58 {
    border: none;
    border-bottom: 1px solid #444 !important;
    padding: 0;
}