/*
* CSS qui contient la partie footer des pages on y retrouve le design pour la barre de mention légal ainsi que accées support
*/
.footer-text {
    padding-top: 10px;
}

a {
    color: gray;
}

.footer-connexion {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f5f4f4;
    line-height: 36px;
    text-align: center;
    width: 100%;

}

.footer-main {
    position: absolute;
    bottom: 0;
    background-color: #f5f4f4;
    text-align: center;
    margin: 0;
    height: 35px;
    line-height: 35px;
}

.footer span {
    margin: 15px;
}