.newsletter {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 98%;
    height: 30rem;
}

.newsletter>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formulaire {
    width: -webkit-fill-available;
    background-color: rgba(86, 88, 85, 0.60);
    /* padding: 1.6rem 4rem; */
    max-width: none;
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    gap: 50px;
}

.titresNewsletter {
    width: 100%;
}

.titresNewsletter>h2 {
    color: var(--white);
    font-size: 30px;
    margin: 0;
    margin-bottom: 0.5em;
}

.titresNewsletter>p {
    text-align: center;
    color: var(--white);
    font-size: 20px;
}

.tnp.tnp-subscription {
    max-width: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.tnp.tnp-subscription>form {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 80%;
    align-items: center;
    color: var(--white);
    gap: 20px;
}

.tnp-field-email,
.tnp-privacy-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 5px;
}

.tnp-email {
    border-radius: 10px;
    /* height: 30px; */
    border: none;
    background-color: var(--white);
    padding: 10px 20px;
    font-family: 'Lexend', 'Arial';
}

.tnp-submit {
    text-align: left;
    font-family: 'Lexend';
    font-weight: normal;
    font-size: 17px;
    border: none;
}

@media only screen and (max-width: 480px) {
    .newsletter {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        width: 90%;
        height: 40rem;
    }

    .titresNewsletter>h2{
        margin: 0 1rem;
        margin-bottom: .5em;
    }
}

.wpcf7 form .wpcf7-response-output {
    background-color: var(--black-grey);
    color: var(--white);
    border: 0;
    border-color: transparent;
    padding: 1rem 2rem;
    border-radius: 10px;
}

input.tnp-privacy {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.tnp-privacy-field>label {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.tnp-privacy+a {
    font-size: 13px;
}