
 .BannerTop {
    min-height: 300px;
    position:relative;
    overflow: hidden;
}
.spanfooter {
    transform: rotateY(105%);
    direction: initial;
    text-align: right;
}
.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; 
}
.BlockLeftContact {
    direction: rtl;
}
.ContentTop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 80px;
    /* width: 100%; */
    justify-content: space-between;
    flex-direction: row-reverse;
}
.SousTitreContact {
    font-family: 'Arsenal', sans-serif;
    color: #234e9f;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: right;
}
.imgContact img {
    width: 100%;
}
.Mpas  {
    width: 100%;
    height: 100%;
	margin-bottom:80px;

}
.Mpas iframe {
    width: 100%;
     height:500px;
}
.imgContact {
    margin-bottom: 50px;
}
 
.DescriptionContact {
    color: #373737;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
}
@media screen    and (max-width:768px)  {
	.DescriptionContact {
		    text-align: center;
	}
	.spanfooter {
 
    text-align: center;
}
	.PathInterne, .Mpas{
  
    margin-bottom: 40px;
}

.ContentTop  {
    flex-direction: column;
}
.BlockRightContact {
    margin-top: 40px;	
}
.SousTitreContact {
	 text-align: center; 
}
}
