/* -------------------------------------------------------- */


/*                       PIED DE PAGE                       */


/* -------------------------------------------------------- */

footer {
    clear: both;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding-top: 0.313em;
    background-color: black;
    text-align: center;
    color: white;
    font-size: 1.000em;
    line-height: 2;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    color: #FF4E11;
}

footer h4 {
    color: #FF4E11;
    font-size: 1.500em;
}

footer h4:hover {
    color: white;
}

#MenuFooter ul {
    padding: 0;
    font: 1.000em 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
}

#MenuFooter li {
    list-style-type: none;
    Line-Height: 2;
}

#MenuFooter {
    margin: 0 auto;
}

.colonne {
    width: 33%;
    float: left;
    text-align: left;
}

.gauche {
    text-align: left;
}

.marge {
    margin-left: 2.4em;
}

.droite {
    text-align: right;
}

.central {
    text-align: center;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    /* Moyen écran */
    #MenuFooter {
        width: 70%;
    }
    footer h4 {
        font-size: 1.500em;
    }
}

@media screen and (min-width:1025px) {
    /* Grand écran */
    #MenuFooter {
        width: 50%;
    }
    footer h4 {
        font-size: 2.00em;
    }
}