.compFooterMarqueBlanche {
    clear: both;
    margin: 20px 0 0;
    padding: 20px 0;
}
.compFooterMarqueBlanche .headerComposants {
}
.compFooterMarqueBlanche .headerComposants .footerComposants {
}
.compFooterMarqueBlanche .headerComposants .footerComposants .contentComposants {
}
.compFooterMarqueBlanche .headerComposants .footerComposants .contentComposants .topContentComposants {
}
.compFooterMarqueBlanche .headerComposants .footerComposants .contentComposants .dataContentComposants {
    font-size: 12px;
    color: #8c8f94;
}
/*------------------------------------*\
    #STRUCTURE
\*------------------------------------*/
.compFooterMarqueBlanche .footerLinge {
    display: block;
    width: 100%;
}
.compFooterMarqueBlanche .footerLinge .footerColone {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.compFooterMarqueBlanche .footerLinge #footerColone2 {
    width: 60%;
}
.compFooterMarqueBlanche .footerLinge .footerColone .footerColone {
    width: 40%;
    vertical-align: top;
}
.compFooterMarqueBlanche .footerLinge .footerColone .footerColone:last-child {
    width: 20%;
}
.compFooterMarqueBlanche .footerTitre {
    font-family: "HelveticaNeueBold", sans-serif;
    color: #26272d;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 20px;
}
/*------------------------------------*\
    #RESEAUX SOCIAUX
\*------------------------------------*/
.compFooterMarqueBlanche .reseauSocieau .footerTitre {
    margin-bottom: 30px;
}
.compFooterMarqueBlanche .reseauSocieau .icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    display: inline-block;
    background-size: cover;
}
.compFooterMarqueBlanche .reseauSocieau .facbook {
    background: url("../image/icon_facbook.png") no-repeat center center / cover;
}
.compFooterMarqueBlanche .reseauSocieau .twitter {
    background: url("../image/icon_twitter.png") no-repeat center center / cover;
}
.compFooterMarqueBlanche .reseauSocieau .instagram {
    background: url("../image/icon_insta.png") no-repeat center center / cover;
}
.compFooterMarqueBlanche .reseauSocieau .facbook:hover {
    background: url("../image/icon_facbook_hover.png") no-repeat center center / cover;
}
.compFooterMarqueBlanche .reseauSocieau .twitter:hover {
    background: url("../image/icon_twitter_hover.png") no-repeat center center / cover;
}
.compFooterMarqueBlanche .reseauSocieau .instagram:hover {
    background: url("../image/icon_insta_hover.png") no-repeat center center / cover;
}
/*------------------------------------*\
    #ARCHI
\*------------------------------------*/
.compFooterMarqueBlanche ul {
    list-style: none;
}
.compFooterMarqueBlanche li {
    padding-bottom: 15px;
}
.compFooterMarqueBlanche li a {
    color: #8c8f94;
}
.compFooterMarqueBlanche li.footerTitre a {
    color: #26272d;
}
.compFooterMarqueBlanche li a:hover {
    color: #1085c7;
}
.compFooterMarqueBlanche li a span {
    font-size: 10px;
}
/*------------------------------------*\
    #LOGOS
\*------------------------------------*/
#footerColone3 {
    background: url(../image/logo-footer.png) no-repeat center center transparent;
    background-size: contain;
    height: 100px;
}

/*------------------------------------*\
    #OBLI
\*------------------------------------*/
#footerLinge2 {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    color: #8c8f94
}
#footerLinge2 a,
#footerLinge2 span {
    color: #8c8f94;
}
#footerLinge2 .visite {
    display: block;
    border-bottom: 1px solid #f4b5ca;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#footerLinge2 a:hover {
    color: #1085c7;
}
#footerLinge2 .separator {
    margin: 0 40px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #8c8f94;
}








