.BannerInterne {
    padding: 0px;
}
.BannerInterne img {
    width:100%;
    min-height: 100%;
}

.ImgBannerInt {
    height: 555px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wrapperInterneActive .ImgBannerInt:after{
  width: 100%;   
}
.ImgBannerInt:after {
    background: rgba(0,97,174,.5);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
  width: 100%;   
    height: 100%;
    background-size: contain;
}
.TitrePrincipalTop1 {
 height: 100%;
 position: absolute;
 top: 0;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -webkit-box-align: center;
 align-items: center;
 width: 100%;
 justify-content: center;
 z-index: 999;
}

.TitrePrincipalTop {/* width: 100%; */justify-content: center;text-align: center;position: relative;margin-top: 120px;}
.TitreTxt {
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
    font-family: 'Bodoni MT';
}

.PathInterne {
    color: #b9fc17;
    font-size: 14px;
}
.PathInterne a, .PathInterne span {color:#d1d1d1;}
.NumberTopInt {
    width: 51px !important;
    height: 51px !important;
    display: table !important;
    background: url(../Images/bgTitrePrinc.png) no-repeat center left !important;
    text-indent: 0px !important;
    color: #fff;
    font-size: 20px;
    font-family: 'Bodoni';
    line-height: 51px;
    text-align: center;
    position: relative;
    /* margin-right: 150px; */
    font-weight: bold;
    margin: auto;
}
.NumberTopInt:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #fff;
    left: 50%;
    top: -104px;
}

@media screen  and (max-width:767px)    {
.ImgBannerInt {
    height: 250px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.TitreTxt {
    margin-bottom: 15px;
    font-size: 30px;

}
.TitrePrincipalTop {
    margin-top: 45px;
}
.NumberTopInt:before {
    height: 60px;
    top: -64px;
}
.TitrePrincipalTop1 {
    align-items: flex-end;
    padding-bottom: 20px;
}
}
@media screen  and (max-width:767px)    { 
.BannerInterne {
    margin-top: 75px;
}
.ContentPartenairesText {
     margin-top: 80px !important;
    }
}
@media screen  and (max-width:580px)    { 
.BannerInterne {
    margin-top: 45px !important;
}

}