.bloc-nl {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    /* gap: 0.75rem; */
}

.nl-left-bloc {
    display: flex;
    flex-wrap: wrap;
    margin-left: 7.7rem;
    

}

.nl-left-first-bloc {
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.nl-right-bloc {
    flex-wrap: wrap;
    margin-top: 5.25rem;
}

.bloc-nl-percentage {
    color: var(--Vert, #179387);
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bloc-nl-text {
    color: var(--Vert, #179387);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.bloc-description {
    max-width: 29.4375rem;
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* padding-right: 2.5rem; */
}

.nl-input {
    max-width: 25.4375rem !important;
}

.nl-input-container {
    height: 52px;
    background: #C4D7D133 !important;
    border-color: #C4D7D133 !important;
    padding-left: 2rem !important;
}

.mdl-textfield__label:after {
    bottom: 0 !important;
}

.custom-input .mdl-textfield__input:hover::placeholder,
.custom-input .mdl-textfield__input:focus::placeholder {
    /* 
.nl-input:active { */
    border-bottom: 1px solid #CBE1DA !important;
    /* background: var(--Gris-clair, #FAFAFA) !important; */
}

.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: none !important;
}

.nl-btn {
    max-width: 6.75rem !important;
    height: 3.125rem !important;
    padding: 1.1875rem 1.5625rem 1.125rem 1.375rem !important;
    flex-shrink: 0;
}

.bloc-nl-condition {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    max-width: 32.625rem;
    
}

.bloc-nl-form {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* .mdl-textfield {
    padding-top: 14px !important;
    padding-bottom: 0px !important;
    background-color: #C4D7D14D;
    border-bottom: 1px solid #CBE1DA !important;
}

.is-focused {
    background-color: #FAFAFA;
}

.is-focused label {
    font-size: 10px !important;
}

.mdl-textfield__label:after {
    background-color: var(--Vert, #179387) !important;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: 11px !important;
} */

@media only screen and (max-width: 1023px) {
    .bloc-nl {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.625rem;
    }

    .nl-main-bloc {
        justify-items: center;
    }

    .nl-left-bloc {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1875rem;
        margin-left: 0;
        /* margin-right: 2.5rem; */
    }

    /* .nl-left-first-bloc {
        display: flex;
        flex-direction: row;
        align-items: center;
    } */

    .bloc-nl-percentage {
        font-size: 3.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .nl-right-bloc {
        /* flex-wrap: wrap; */
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .bloc-nl-text {
        font-size: 1.1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
    }

    .bloc-description {

        max-width: 20.25rem;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .bloc-nl-form {
        display: flex;
        align-items: flex-start;
        max-width: 20.3125rem;
        flex-shrink: 0;
        flex-wrap: nowrap !important;
    }

    .mdl-textfield {
        width: 100% !important;
    }

    .nl-btn {
        width: 100% !important;
        max-width: 20.3125rem !important;
        height: 50px !important;
        padding: 1.125rem 0rem 1.0625rem 0rem !important;
    }

    .bloc-nl-condition {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        max-width: 325px !important;
    }
}