.button, button {
    background-color: #2e6ba;
    border: 0.1rem solid #2e6ba;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

ul#navigation-footer li a {
    color: white;
    text-align:center;
    font-weight : 400;
    text-decoration: none;
}


#navigation-footer > li:nth-child(2) > a:nth-child(1) {
    color: white;
}

#nav-complete {
    width: 100%;
    background: #191919;
    opacity: 1;
}

section.text-align-center > ul:nth-child(1) > li:nth-child(1) {
    color: #18ca5a
}

.footer-flex-container {
    max-width:1400px;
    width:80%;
    margin-left: auto;
    margin-right :auto;
}

section.text-align-center ul li a {
    color:white;
    font-family: var(--unnamed-font-family-avenir-next);
    font-size: var(--unnamed-font-size-18);
}


.footer-menu {
    width : 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 85px;
    padding-bottom: 85px;
}

.footer-logo, section.text-align-center {
    width: 20%;
}

section.text-align-center ul > li:nth-child(1) {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom : 19px;
    font-family: var(--unnamed-font-family-avenir-next-bold);
    font-size: var(--unnamed-font-size-18);
}

section.text-align-center ul li {
    list-style: none;
}

section.text-align-center ul li a {
   text-decoration: none;
}

.footer-flex-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-img > img:nth-child(1) {
    width: 1400px;
    height: 131px;
}

.footer-right {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px/22px var(--unnamed-font-family-avenir-next);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal normal 16px/22px Avenir Next;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer-right{
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}
