 .BannerTop {
    min-height: 300px;
    position:relative;
    overflow: hidden;
}
.BannerTop:after {
    content: "";
    background: url(../Images/AfterPresInterne.png) 50% 100% no-repeat !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 120px;
    left: 0px;
}
.BannerTop img {min-width:100%;min-height: 500px;max-width: 100%;}
.DescriptionInterne{
	color: #373737;
	font-size: 15px;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	line-height: 27px;
	text-align: justify;
}
.TitrePage {
    text-align: center;
    font-family: 'Arsenal', sans-serif;
    color: #234e9f;
    font-weight: 700;
    font-size: 60px;
}

.PathInterne {
    text-align: center;
    color: #dc2726;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 10vh;
}
.PathInterne a:hover{
    color: #dc2726;    
}  
.PathInterne a {
    text-align: center;
    color: #234e9f;
    font-size: 15px;
    text-decoration:none;
}
.SousTitreHome {
	font-family: 'Arsenal', sans-serif;
	color: #234e9f;font-weight: 700;
	font-size: 25px;
	margin-bottom: 50px;}
	
.ContentImg img {
   width: 100%;
   /* min-height: 500px; */
}
.ContentImgAfter2 img {
   width: 100%;
   min-height: 500px; 
}
.ContentTop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 80px;
    justify-content: space-between;
}



@media screen and (max-width:768px){
	.ContentImgAfter:after{
		display:none;
	}
	.PathInterne {
 
    margin-bottom: 30px;
}
	.BannerTop img {min-width:100%;min-height: 300px;}
	.ContentTop .DescriptionInterne {
    margin-bottom: 30px;
}
 
.SousTitreHome {

    margin-bottom: 20px;
}
 
 .ContentText {
    display: block  !important;
    margin: auto;
    float: none;
    transform: translate(0,000px) !important;
    width: 100% !important;
}
 
.ContentTop {
    flex-direction: column;
}
 
}
 
 