.BannerPresantation {
    background: url(../Images/Banner.jpg) top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    height:30vh;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
.TitrePrincipalInterne{
    color: #fff;
    font-weight: 400;
    font-size: 4em;
    text-transform: uppercase;
    background: url(../Images/BeforeTitre.png) no-repeat top left !important;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 70px;
    margin-left: -30px;
    margin-bottom: 4vh;
    margin-top: 4vh;
    /* width: 100%; */
    position: relative;
    /* text-align: center; */
    display: table;
    margin: auto;
    width: auto;
}
.TitrePrincipalInterne:after {
    content: "";
    width: 100px;
    height: 2px;
    left:  calc(50% - 30px);
    background: #56c8ff;
    position: absolute;
    z-index: 0;
    bottom: 10px;
}

@media screen and (max-width: 767px){
.TitrePrincipalInterne{
    font-size: 3em;
    padding-left:30px;
    background: url(../Images/BeforeTitreRes.png) no-repeat top left !important;
}
.BannerPresantation {
    padding: 0px 10px;
}
.WrapperInterne {
    margin: 5vh 0px;
}
}




