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

.pied {
    height : 14em;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
}


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

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

#piedpage a {
}

#piedpage a:visited {
}

#piedpage a:active {
}

#piedpage a:hover {
    color:#00B5A3 !important;
    text-decoration:none;
}

@media (max-width: 767px) {
    .pied {
        height : 33em;
    }

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