/*.footer_reassurance {
    float: left;
    width: 100%;
    padding: 0px 10px;
}*/

.abz_footer_reassurance {
    float: left;
    width: 100%;
    padding: 100px 10px;
    background: #f5efe8;
    color: #000;
    margin-bottom: 80px;
}
.abz_footer_reassurance h3 {
    font-family: 'sackers', sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 25px 0px 15px 0px;
}
.abz_footer_reassurance a {
    color: #fff;
    text-decoration: none;
}
.title-blocksecu {
    margin-bottom: 20px;
    font-weight: 400;
}
.title-footer_reassurance {
    margin-bottom: 30px;
}
.sub-title-blocksecu {
    font-size: 12px;
}
.popop_footer_reassurance_content_text {
    color: #000;
}
.popup_footer {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    color: #000;
}
.popop_footer_reassurance_content {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    max-height: calc(100% - 100px);
    overflow: auto;
    padding: 20px;
    background: #fff;
    min-height: 145px;
    border: 1px solid #000;
}
.cta_close_popup_footer_reassurance {
    cursor: pointer;
    text-align: right;
}
.cta_open_hidden_footer {
    cursor: pointer;
}
.cta_popup_footer,
.sub-title-footer_reassurance p,
.sub-title-footer_reassurance a,
.sub-title-footer_reassurance span {
    font-size: 11px;
}
.content_secufooter_info {
    padding: 5px 20px;
}
.cta_popup_footer {
    cursor: pointer;
}
@media screen and (max-width: 767px) {}
.blocsecu_border:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 70px;
    background: #777;
    left: 0px;
    top: 50%;
    top: 50%;
    /* left: 50%; */
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 0px) and (max-width: 992px) {
    .title_secufooter {
        display: block;
    }
    .title-blocksecu,
    .sub-title-blocksec,
    .sub-title-blocksecu {
        text-align: left;
    }
    .container_footer_reassurance {
        display: none;
    }
    .blocsecu_border:before {
        content: "";
        display: block;
        position: relative;
        width: 50px;
        height: 1px;
        background: #777;
        /* left: -7.5px; */
        /* top: 50%; */
        /* top: initial; */
        /* bottom: initial; */
        margin: auto;
        margin-left: 50%;
        /* text-align: center; */
        /* left: initial; */
        /* font-size: 20px; */
        /* -webkit-transform: translate(-50%, -50%); */
        -ms-transform: translate(-50%, -50%);
        /* transform: translate(-50%, -50%); */
    }
    .content_secufooter_info.float-right {
        float: initial;
    }
    .content_secufooter_info {
        margin: 20px auto;
    }
}