.WrapperInterne {
    margin: 10vh 0px;
}

.displayblockInterne{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
  margin:auto;
float:none !important;
}
.BlockRight,.BlockLeft{  } 
.BlockRight  {float:right;padding-right: 0px;padding-left: 50px; margin-bottom:20px;}
.BlockLeft  img{max-width:100% !important;}
  .txtcontent{
  color: #454545;
    font-weight: 400;
    font-size: 1.6em;
    text-align: justify;
    line-height: 22px;
}

.PaddingLeft {
    padding-right: 30px;
}
.PaddingRight {
    padding-left: 30px;
}
.SousTitreInterne{
    color: #01497e;
    font-weight: 400;
    font-size: 2em;
    text-transform: uppercase;
   position:relative;
   display:block;
margin-bottom:15px;
}
.SousTitreInterne:after {
    content: "";
    width: 80px;
    height: 2px;
    margin-left: 20px;
    background: #56c8ff;
    position: absolute;
    z-index: 0;
    bottom: 10px;
}
@media screen and (max-width: 767px){
.displayblockInterne {

    flex-direction: column;
}
.BlockRight {
    margin-top: 6vh;
}
.PaddingLeft {
    padding: 0px !important;
    margin-bottom: 4vh;
}
.PaddingRight {
    padding: 0px !important;
    margin-bottom: 4vh;
}
.BlockRight  {float:none !important;display:table;margin:auto;margin-bottom:20px;padding: 0px !important;}
.WrapperInterne {
    margin: 5vh 0px;
}
}













