.blockLeft img{max-width:100%;}

.WrapperInterne {
    width: 100%;
    display: block;
    padding: 10vh 0px 40px 0px;
}

.DisplayInterneBlock{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.TitreInterne{
    color: #209e88;
    font-size: 6em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: left;
    margin-bottom: 6vh;
}
.sousTitre{
  color: #209e88;
    font-size: 3em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: left;
}
.Description{
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;

}
.Description p {
    margin: 25px 0px;
    line-height: 22px;
}
.NotreMission {
    width: 100%;
    display: block;
    background: #fff;
    padding: 30px 0px;
}
.BlockVideo {
    width: 100%;
    display: block;
    margin-top: 10vh;
}
@media screen and (min-width:768px) {
.ContentNotreMission{padding-left:80px;}
}

.TitreVideo{
   color: #000;
    font-size: 4.5em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: center;
margin-bottom:15vh;
}
@media screen and (max-width:767px) {
.DisplayInterneBlock {
 
    flex-direction: column;
}
.blockLeft, .blocRight{
padding:0px;
}
.TitreInterne {
    font-size: 4em;
    margin-bottom: 6px;
}
.sousTitre {
    font-size: 2.5em;

}
.TitreVideo {
 
    font-size: 3.5em;
 
    margin-bottom: 5vh;
}
.BlockVideo {

    margin-top: 5vh;
}
}
.darkHeader {
    overflow: hidden;
}

img.ImgboxInt {
    max-width: 100%;
}
.blockLeft img{max-width:100%;}
.blockRight img{max-width:100%;}

