.mc-field-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.mc-field-group .generic-field{
    width: 100%;
}
.nl-right-bloc {
    flex-wrap: wrap;
}
.section-newsletter .bloc-description {
    max-width: 29.4375rem;
    flex-shrink: 0;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.section-newsletter .newsletter-form-container .bloc-description{
    font-size: .75rem;
}
.section-newsletter .lettrine {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    gap: 10px;
    max-width: 106px;
    max-height: 84px;
}
.section-newsletter .input-field{
    margin-top: 0;
    margin-bottom: 0;
}
.section-newsletter .messages{
    padding: 0.5rem 0.375rem;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 90%;
    border-width:1px;
}
.section-newsletter .messages.messages--error{
    border-color: rgb(252 165 165 / 1);
    background-color: rgb(254 242 242 / 1);
}
.section-newsletter .messages.messages--success{
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.section-newsletter .form-wrapper{
    position: relative;
}
.section-newsletter .ajax-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    background-color: #FFF;
    font-size: 80%;
    border-radius: 50px;
}
@media (min-width: 1024px){
    .section-newsletter{
        padding-top: 5.75rem;
        padding-bottom: 5.88rem;
    }
    .section-newsletter .lettrine{
        max-height: 84px;
        height: 84px;
        max-width: 140px;
    }
    .section-newsletter .nl-left-first-bloc{
        gap: 10px;
    }
}

@media (min-width: 100px) and (max-width: 1023px){
    .section-newsletter{
        padding-top: 2.75rem;
        padding-bottom: 2.38rem;
    }
    .section-newsletter .nl-left-first-bloc{
        gap: 15px;
    }
    .section-newsletter .nl-left-bloc{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1875rem;
        margin-left: 0;
    }
    .section-newsletter .lettrine {
        font-size: 40px;
        line-height: 48px;
    }
    .section-newsletter .nl-main-bloc{
        gap: 25px;
    }
    .section-newsletter .mc-field-group{
        flex-direction: column;
    }
    .section-newsletter button, .section-newsletter input[type="submit"], .section-newsletter .submit-newsletter{
        width: 100%;
    }
    .section-newsletter .newsletter-form-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}