#footer{
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: calc(2*var(--h_header));
    z-index: 1;
    background-color: black;
}