
#electricite_batiment .bloc-realisation {
    padding: 0;
}
#electricite_batiment .box-realisation {
    position: relative;
    overflow: hidden;
    height: 100%;
}
#electricite_batiment .img-realisation {
    height: 100vh;
    display: block;
    width: 100%;
}
#electricite_batiment .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a70b7+0,da2f29+100&0.7+0,0.7+100 */
background: -moz-radial-gradient(center, ellipse cover, rgba(58,112,183,0.7) 0%, rgba(218,47,41,0.7) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(58,112,183,0.7) 0%,rgba(218,47,41,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(58,112,183,0.7) 0%,rgba(218,47,41,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33a70b7', endColorstr='#b3da2f29',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0px 30px;
    overflow: hidden;
    flex-direction: column;
}
#electricite_batiment .bloc-realisation:hover .overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#electricite_batiment .name-realisation:hover { color: #fff;}
#electricite_batiment .bloc-realisation:hover .name-realisation {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
}
#electricite_batiment .name-realisation {
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
    font-weight: bold;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
#electricite_batiment .link-realisation {
    font-size: 13px;
    color: #fff;
    font-family: 'Futura PT';
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.41;
    letter-spacing: 0.5px;
}
#electricite_batiment .title-realisation {
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    line-height: 43px;
    font-family: 'Arcon Rounded';
}

    #electricite_batiment .bx-wrapper{
    max-width: 100% !important;
    margin: 0px auto;
    float: right;
}
#electricite_batiment .bxslider_electricite_batiment li {
    width: 33vw !important;
} 
#electricite_batiment .plus {
    color: #fff;
    font-size: 24px;
    margin-top: 100px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
transition:0.8s;
}
#electricite_batiment .bx-next:after {
    content: "\62";
    font-family: 'font-icon' !important;
    color: #396cb3;
    font-size: 24px;
    transition:0.5s;
    font-weight: 700;
    }
    #electricite_batiment .bx-next:hover:after {color: #2900a5;
    transition:0.5s;}
    #electricite_batiment .bx-prev:after {
    content: "\61";
    font-family: 'font-icon' !important;
    color: #396cb3;
    font-size: 24px;
    transition:0.5s;
    font-weight: 700;
    }
    #electricite_batiment .bx-prev:hover:after {color: #2900a5;
    transition:0.5s;}
#electricite_batiment .bx-prev{font-size:0;margin-right: 15px;}
#electricite_batiment .bx-next{font-size:0;}
#electricite_batiment .bx-controls {
    z-index: 99999;
    position: absolute;
    right: 0;
    height: 50px !important;
    width: 100px;
    bottom: 0;
    top: calc(100vh - 50px);
    background: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
#electricite_batiment .bx-wrapper li {width: 99.5vw !important;}
}
@media screen and (max-width: 767px) {

}




