/* ==========================
   FOOTER
========================== */
#main-footer {
    margin-top: 10px;
    text-align: center;
    padding: 5px 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 100%);
    font-size: 0.8rem;
    min-height: 50px;

    /* alignement vertical */
    display: flex;
    justify-content: center;
    align-items: center;

    bottom: 0;
    left: 0;
    width: 100%;

    box-shadow: -1px -3px 1px rgba(0, 255, 255, 0.5);
    z-index: 1000;
}
