/* Styles nécessaires pour le 'sticky footer' */

.pied {
    height : 11.4em;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    background-color : black !important;
}

div.piedpage{
     height : 11.4em;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    background-color: : black !important;
}

.footMenuItem {
    color: #FFF;
    height: 1.9em;
    display: inline-block;
    text-transform: uppercase;
    font-size: larger;
    padding-top: 2px;

}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 14em !important;
}




@media (max-width: 767px) {
    .pied {
        height :12em;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding-bottom: 50px;
        background-color: : black !important;
    }

    .footMenuItem {
        color: #FFF;
        height: 2.3em;
        display: inline-block;
        text-transform: uppercase;
        font-size: larger;
        padding-top: 2px;
    }
    
}