/* OAcom Template - Footer Styles */

footer {
    padding-top: 4rem !important;
    margin: 0 !important;
    background-color: #4A5458 !important;
    position: relative;
    z-index: 10001;
}

footer .footermenu ul {
    padding: 0 !important;
    left: 0;
}

footer svg {
    position: relative;
    fill: #D3CFC1;
}

footer ul.menu {
    font-size: unset;
    position: relative !important;
}

footer ul {
    list-style-type: none;
}

footer ul a {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #D3CFC1;
}

.container-footer {
    margin: 0;
}

.container-footer > .container {
    flex-direction: row-reverse;
    overflow: visible;
}

/* On large screens the footer container spans 90% instead of the fixed 1280px cap */
@media (min-width: 1200px) {
    .container-footer > .container {
        max-width: 90%;
        width: 90%;
    }
}

.footer-mention {
    color: #D3CFC1;
    font-size: 0.9rem;
}

.footer-mention a {
    color: #D3CFC1;
    text-decoration: underline;
}
