.abz_footer {
    float: left;
    width: 100%;
}

.abz_footer_contact {
    margin-top: 45px;
}

.form_box {
    margin-bottom: 20px;
}

.textarea_footer {
    height: 27px !important;
}

.abz_footer .form-control {
    border-bottom: 1px solid #000000;
    background: transparent !important;
}

.abz_footer input::placeholder {
    color: #000;
    font-size: 8px !important;
}

.abz_footer textarea::placeholder {
    color: #000;
    font-size: 8px !important;
}

.abz_footer div.checker {
    cursor: pointer;
    margin-right: 15px;
    width: initial;
    display: unset;
    vertical-align: -4px;
}

.map_slide img {
    width: 100%;
    /* max-width: 240px; */
    object-fit: cover;
    height: 272px;
}

.addr_side {
    float: left;
    width: 220px;
}

.map_slide {
    width: calc(100% - 220px);
    float: left;
    max-height: 100%;
}

.abz_paris_bg {
    background: url(/modules/abz_footer/img/paris_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.abz_footer {
    float: left;
    width: 100%;
    padding: 20px 0px 10px 0px;
    margin-top: -80px;
}

#index .footer-container {
    margin-top: -100px;
    padding-bottom: 0px !important;
}

.cta_close_nl_pop {
    text-align: right;
    padding: 5px 20px;
    cursor: pointer;
}

.abz_footer #submitMessageabz {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    padding: 12px 0px 10px 0px;
    font-size: 10px;
    background: #fff;
    color: #000;
    display: block;
}

.pop_nl_abz_footer_content {
    max-width: 800px;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.img_nl {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* max-height: 165px; */
    position: absolute;
    left: 0;
    top: 0;
}

.error_form,
.error_form::placeholder {
    border-color: #d70e0e !important;
    color: #d70e0e !important;
    font-size: 8px !important;
}

.abz_footer .form-control:focus {
    border-color: #000 !important;
    outline: 0;
}

.valide_form_footer {
    margin-top: 30px;
}

a.footer_contact {
    font-size: 29px;
    /* letter-spacing: 3px; */
    margin: 15px;
}

.abz_footer label {
    color: #333;
    font-size: 10px;
}

.adrr_hover p {
    font-size: 12px;
}

.title_footer {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 35px;
}

.pop_nl_abz_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999999999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 2px 11px 1px #747474;
    padding-bottom: 40px;
}

.footer_nl_form_sentence p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

    .pop_nl_abz_footer_content {

        display: block;
    }

    .footer_nl_form_sentence p {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 15px;
    }
 

    .img_nl {
        display: none;
    }

    .addr_side {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer_address > div {
        padding: 0px;
    }

    .map_slide {
        width: 100%;
        float: left;
        max-height: 100%;
    }

    .block_adresse {
        max-width: 100%;
        ;
    }

    .block_adresse {
        text-align: center;
        max-width: 100%;
    }

    .base_footer {
        padding-bottom: 120px;
    }
}