footer {
    margin-top: 170px;
    position: relative;
    overflow: hidden;
}

footer .separator-block {
    width: 50px!important;
}

footer .separator-block.full {
    width: 100%!important;
}

footer a {
    color: var(--color-light)!important;
}

.page-id-15 footer > div {
    background-color: var(--color-tertiary)!important;
}

.page-id-15 footer .text-block a {
    color: var(--color-light)!important;
}

.page-id-15 footer .text-block a:hover {
    color: var(--color-secondary)!important;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 80px;
    }
    footer p {
        text-align: center!important;
    }
    footer .image-block {
        justify-content: center!important;
    }
    footer .separator-block {
        margin-left: auto;
        margin-right: auto;
    }
    footer .reseaux > .container-fluid{
        justify-content: center!important;
    }
}