
/* ==========================================
   FOOTER FIXE
========================================== */

footer {
    position: fixed;
    bottom: 0;
    left: 2.5%;       /* (100% - 95%) / 2 */
    width: 95%;
    height: 70px;

    z-index: 1000;

    text-align: center;
    background: #222;
    color: #ccc;
    border-radius: 15px 15px 0 0;
}

