/* FOOTER */
footer {
    position: relative !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    text-align:center;

    width: 100%;
    background-color: #EEEEEE !important;
    z-index: 999;
}


footer span.titre {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom:10px;
    font-family: "Roboto";
    font-weight: 400;
    color:#1D1D1B !important;
}


footer span.lien {
    font-family: "Roboto";
    display: block;
    color:#ccc;
    font-weight: 300;
    font-size: 13px;
    margin-bottom:6px;
}

footer span.lien a {
    color:#1D1D1B !important;
}