	/* footer */
ul {
    list-style: none;

}
/* Footer Options */
.site-footer h1 {
    text-align: center;
}
.navigation__footer a {
    color: var(--black);
    margin-right: 2rem;
}
.navigation__footer a:hover {
    cursor: pointer;
    color: var(--blue);
}
.navigation__footer a:last-of-type {
    margin-right: 0;
}
.footer__bgc {
    background-color: var(--lightGray2);
    border: 1px solid var(--black);
}
.copyright {
    color: var(--black);
    font-weight: bold;
    text-align: center;
}
@media (min-width: 460px){
    .footer__bgc {
        background-color: var(--lightGray2);
    }
}
@media (min-width: 990px){
    .footer__bgc {
        border-top: 0;
    }
    .border-footer {
        border: 1px solid var(--black);
    }
    .caracteristics-icons {
        display: flex;
        list-style: none;
        justify-content: space-evenly;
        color: var(--black);
        font-size: 1.8rem;
    }

    /* bar */
    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navigation__footer {
        display: flex;
    }    
}