footer {
    margin-top: 5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    padding-bottom: 8rem;
}



footer .ccn-logo-link {
    position: absolute;
    left: 1rem;
    bottom: 1.7rem;
}


footer img.logo-community {
    max-width: 100px;
}






.footer-menu {
    margin-top: 2rem;
}



.footer-menu li {
    margin: 0 1rem;
}

.footer-menu a {
    text-align: center;
}




/* ===================================== */

footer.legal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 2rem;
    background: #222;
    color: hsl(224 4% 62% / 1);
    font-size: 0.8rem;
    text-transform: uppercase;
}

footer.legal img {
    height: 4rem;
    margin-right: 1.5rem;
}

footer.legal > div.left {
    display: flex;
    align-items: center;
}

footer.legal > div.right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

footer.legal .footer-menu-legal {
    margin-top: 1rem;
}

footer.legal ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    margin-left: auto;
    width: 100%;
    padding-left: 0;
}

footer.legal ul.social li {
    font-size: 0.8rem;
    border-left: none;
}
footer.legal ul.social li i {
    margin-left: 0;
    margin-right: 0;
}

footer.legal ul.social li a i.fa-envelope {
    padding-right: 0.4rem;
}

footer.legal ul > li {
    margin: 0;
    padding: 0 0.4rem;
    line-height: 0.8rem;
    background: transparent;
    border-left: 1px solid hsl(224 4% 48% / 1);
}

footer.legal ul > li:first-child {
    border-left: none;
}

footer.legal ul > li:hover {
    background: transparent;
}

footer.legal ul a {
    color: hsl(224 4% 62% / 1);
    text-transform: uppercase;
    text-decoration: none;
}

footer.legal ul a:hover {
    color: #ccc;
}

footer.legal .fa-envelope {
    /* color: var(--primary-color); */
}