html body .schema-organization {
    height: 0;
}

.footer-contact-strip {
    width: 100%;
    background: #f7c82a;
    color: #000;
}

.footer-contact-strip .footer-contact-strip__grid {
    display: grid;
    gap: 20px;
}

html body .footer-contact-strip__inner {
    padding: 60px 30px;
}

html body .footer-contact-strip__inner::before,
html body .footer-contact-strip__inner::after {
    display: none !important;
}

.footer-newsletter-title,
.footer-newsletter-subtitle,
.footer-newsletter-text {
    width: fit-content;
}

.footer-newsletter-text {
    max-width: 500px;
    color: #333;
}

html body .footer-newsletter-title {
    border: none;
    font-size: clamp(4rem ,3vw, 6rem);
    font-weight: 900 !important;
    line-height: clamp(4rem ,3vw, 5rem);
    padding-left: 0;
    margin-top: 0;

}


.footer-newsletter-subtitle {
    font-size: 2rem;
    max-width: 500px;
    text-align: left;
    line-height: 2.5rem;
}

.footer-newsletter-form .wpcf7-form-control[type="email"],
.footer-newsletter-form .wpcf7-form-control[type="text"] {
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 150px 10px 20px;
    height: 52px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.footer-contact-strip .cf7-inline__label {
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    color: #333;
}

/* Bouton "dans" l'input : les deux occupent la même cellule de grille */
.footer-newsletter-form .cf7-inline > p {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
}

.footer-newsletter-form .cf7-inline p > br {
    display: none;
}

.footer-newsletter-form .wpcf7-form-control-wrap[data-name="your-email"] {
    grid-row: 2;
    grid-column: 1;
    display: block;
    width: 100%;
}

.footer-newsletter-form .honeypot-newsletter-wrap {
    display: none !important;
}

.footer-newsletter-form .cf7-inline__submit {
    grid-row: 2;
    grid-column: 1;
    justify-self: end;
    align-self: center;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    background: #333;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    height: 40px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s linear;
}

.footer-newsletter-form .cf7-inline__submit:hover {
    color: #333;
    background: #f7c82a;
}

.cf7-inline__privacy {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}

.cf7-inline__privacy a,
.cf7-inline__privacy a:hover {
    color: #333;
}

@media screen and  (min-width: 1024px) {
    .footer-contact-strip .footer-contact-strip__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }

    .footer-newsletter-form {
        align-self: end;
    }
}
