#footer {
    background-color: #f0f0f0;
}
#footer a{
    color: #999 !important;
}
#footer .container.wide {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

/* reassurance */
.reassurance-content img {
    height: 50px;
}
.reassurance-text p {
    color: #999;
}
/* fin */


#footer .container.wide .row:nth-child(3) {
    max-width: 90%;
    margin: auto;
    padding: 40px 0;
}
#footer .footer-column .widget.section-widget .widget-title {
    color: #000;
}
#footer .container.wide .rs-footer {
    text-align: right;
    padding-right: 25px;
}
#footer .container.wide .rs-footer >div {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
#footer .container.wide .rs-footer .fa {
    background: #178289;
    color: #fff;
    padding: 1px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    height: 42px;
}
#footer .container.wide .rs-footer > div > span span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
#footer .container.wide .row:nth-child(2) {
    background-color: #fff;
}
.site-footer.site-footer--dark .site-copyright{
    color: #ffffff !important;
}