.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 110rem;
    width: 100%;
    margin: auto;
}

#nav-complete {
    margin-top: 2rem;
    padding-top:5rem;
    padding-bottom:5rem;
    background-color: #1b8fcf;
}

.text-align-left > li > a {
    color: white;
    text-decoration: none;
}

.text-align-center {
/*     margin-left:10rem; */
}

.text-align-center > ul {
    list-style-type: none;

}

.footer-logo > img {
    max-width:8rem;
}

/* .width-150 */

