footer {
    position: relative;
    overflow: hidden;
}

footer::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/10/fond-footer.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

footer .container-xxxl {
    position: relative;
    z-index: 1;
}

footer .space-15 {
    height: 10px !important;
}

footer div[style*="background:#160B76"] .text-block a,
footer div[style*="background: center center / cover rgb(22, 11, 118)"] .text-block a {
    color: var(--color-light) !important;
}

footer p img {
    width: 15px !important;
    height: 19px !important;
    margin-right: 2px !important;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    footer p {
        text-align: start !important;
    }

    footer .image-block {
        justify-content: start !important;
    }

    footer .footer-cols>.container-fluid {
        gap: 20px !important;
    }
}