.footer-container {
    position: fixed;
    bottom: 1.3vw;
    width: 100%;
    height: 2.292vw;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    /* background: #B7C0AD; */
    background: #FFFFFF;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 99;
    padding: 0 8px;
    align-items: center;
}

.footer-container .footer-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    height: 100%;
}

.footer-logo {
    height: 100%;
    width: 16.15vw;
    text-align: left;
    display: flex;
    justify-content: center;
}

.footer-logo a {
    font-family: 'Apoc Light Sans';
    font-size: 1.1vw;
    line-height: 2.3vw;
    text-transform: uppercase;
}

.footer-address {
    height: 100%;
    width: 16.12vw;
    border-left: 1px solid #000000;
    margin: 0 -1px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-address a, .footer-address p {
    font-size: 0.55vw;
    line-height: 14px;
    font-family: 'Roobert Light', sans-serif;
}

.footer-rrss {
    height: 100%;
    width: 32.24vw;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: 0 1px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-lang-contact {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-lang {
    width: 43%;
    height: 100%;
    border-right: 1px solid #000000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-lang a {
    font-family: 'Roobert Light', sans-serif;
    font-size: 0.55vw;
    line-height: 14px;
    margin: 0 0.15vw;
}

.footer-contact {
    width: 56%;
    position: relative;
    height: 100%;
    margin-right: 0;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact a {
    font-family: 'Apoc Revelations', sans-serif;
    font-size: 1.25vw;
    text-transform: uppercase;
}

.legal-links, .home-legal-links {
    height: 100%;
    border-right: 1px solid #000000;
    margin: 0 1px 0 -1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

a.legal-border {
    border-right: 1px solid #000000;
}

.footer-rrss a {
    font-family: 'Apoc Revelations', sans-serif;
    font-size: 1.25vw;
    line-height: 1.55vw;
    text-transform: uppercase;
    margin: 0 0.521vw;
}

.legal-links a, .home-legal-links a {
    font-family: 'Roobert Light', sans-serif;
    font-size: 0.55vw;
    line-height: 0.65vw;
    padding: 0 0.47vw;
}

@media screen and (min-width: 2200px) {
}

@media screen and (max-width: 1610px) {
}

@media screen and (max-width: 1224px) {
    .footer-container {
        display: none;
    }
}

@media screen and (max-width: 600) {
}