footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer{
    height: var(--size-footer);
    /* background-color: var(--color-black-secundary); */
    background-color: #F00014;
    font-size: 1.4em;
}

.footer span{
    color: white;
}

.footer .link-page:hover::before {
   color: white;
}

.footer .link-page:hover::after {
    color: white;
}

/* #f0f0f0 */