
/******************************************************************************/
/*                            compFooterMarqueBlanche                         */
/******************************************************************************/
#footer {
    background: #000;
    font-size: 14px;
}
#footerContainer {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0 150px;
}
#footerContainer .footerColonne {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
#footerContainer .footerColonne .footerTitre {
    color: #fff;
}
#footerContainer .footerColonne .footerListe a {
    color: #999;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}
#footerContainer .footerColonne .footerListe a:hover {
  color: #bc9c69;
}
.footerReseau a {
    margin-right: 16px;
    color: #999;
    font-size: 17px;
    font-family: "FontAwesome";
    text-decoration: none;
}
.footerReseau a:last-child{
    margin: 0;
}
.footerReseau a:hover {
  color: #bc9c69;
}
.icon-wechat:before {
  content: "\f1d7";
}
.icon-twitter:before {
  content: "\e61b";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}

#footerLogo {
    background: url(../image/logo-screen-white_normal.png) no-repeat scroll center center transparent;
    width: 100%;
    height: 100px;
    background-size: contain;
    position: absolute;
    margin: -68px auto;
}
#footerContainerBottom {
    background: #0F0F0F;
    height: 100px;
}

.compFooterMarqueBlanche .dataContentComposants {
  display: none;
}




