/* footer utilise des styles de header */

footer{
    z-index: 1001;
    background-color: #222;
    width: 100%;
    min-height: 200px;
    text-align: center;

    position: absolute;
    bottom: 0;
}

.footer-contact{
    /*border: solid thin white;*/
    color: #eee;
}
.footer-logo{
    /*border: solid thin red;*/
    position: relative;
    width: 100%;
    height: 55px;
}
.footer-infos{
    /*border: solid thin green;*/
    position: relative;
    width: 100%;
    /*height: 60px;*/
}

.footer-menu{
    text-align: center;
    width: 100%;
    height: 40%;
    display: inline-block;
}
.footer-menu > .items-footer{
    display: inline-block;
    margin-top: 15px;
}
.footer-menu > .items-footer > ul > .item-menu > .item-menu-selection .title-menu{
    display: block;
}
.footer-mail{
    position: relative;
    width: 220px;
    height: 35px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.footer-mail > img{
    position: absolute;
    width: 35px;
    display: block;
}
.footer-mail > span{
    position: absolute;
    top: 5px;
    left: 42px;
    display: block;
}

.footer-facebook{
    color: #fff;
    text-decoration: none;
}
.footer-facebook > img{
    width: 35px;
}

.logo-footer{
    position: absolute;
    top: 30px;
    left: 50%;
    width: 0;
    transform: scale(0.21);
    -webkit-transform: scale(0.21);
}