.box-contact{display:none;}
.banner-interne {
    position: relative;
    overflow: hidden;
    height: 540px;
}
.img-header {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.banner-interne:before {
content: "";
    background: rgba(0,0,0,0.57);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    width: 100%;
    -webkit-animation: translatewidth 1s 0s ease-in-out forwards;
    animation: translatewidth 1s 0.4s ease-in-out forwards;
    }
    
}
.banner-interne:after {
    content: "";
    background: url(/Files/App_002/Images/bg.png) top center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.breadcrumb-icr {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.title-breadcrumb {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 35px;
}
.ul-breadcrumb {
    position: relative;
}

.ul-breadcrumb li {
    position: relative;
    margin: 5px 0;
    display: inline-block;
}

a.breadcrumb-link {
    font-size: 14px;
    color: #2900a5;
}
.icon-separateur {
    position: relative;
    margin: 5px;
}
.icon-separateur:after {
    content: "/";
    font-size: 14px;
    color: #2900a5;
    position: absolute;
    top: 0;
}
.breadcrumb-link {
    font-size: 14px;
    color: #fff;
    /* padding-left: 0; */
}
.nos-realisations {
    height: 830px;
    margin-top:50px;
    margin-bottom:50px;
}
 .listes-realisations {margin-top: 100px;}
.breadcrumb-link a {color: #fff;}
.breadcrumb-link a:hover {color: #e6e6e6;}
.menufooter {display: none;}
.navigation {display: none;}
.cd-top.cd-is-visible {display: none;}
.txt-map {text-align: center;}
.maps-realisations {
    display: block;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .banner-interne {
    height: 360px;
}
.img-header {
    height: 360px;
}
.title-breadcrumb{font-size:25px}
}
