.PresentationHome{
width:100%;
display:table;
}

.BlockLeftHome{
    padding: 0px !important;
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}
.BlockLeftHome img {
    border: none !important;
    max-width: 100%;
    width: 100%;
}
.BlockRightHome{
    font-family: 'Lato', sans-serif;
    padding: 0px !important;
    vertical-align: middle;
    display: table-cell;
position: relative;
    float: none !important;
    /* margin-bottom: 20vh; */
}
.TitrePrincipalPresentation{
  color:#01497e;
  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: 10vh;
  margin-top: 4vh;
}

.txtPresentationVoirPlus {
    padding-left: 50px;
    width: 80%;
    margin-bottom: 15vh;
}
.txtPresentation{
    color: #454545;
    font-weight: 400;
    font-size: 1.6em;
    text-align: justify;
    line-height: 22px;
}
.txtPresentation p{
margin-bottom:2vh;
}
.VoirPlusPre {
    display: table;
    margin: auto;
    margin-top:6vh;
}
.VoirPlusPre a{
    color: #fff;
    font-weight: 400;
    font-size: 1.8em;
      text-transform: uppercase;  
    background: #01497e;
    text-decoration: none !important;
    border: 1px solid #01497e;
    padding: 10px 40px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.VoirPlusPre a:hover{
     border: 1px solid #01497e;
    background: #fff;
    color: #01497e;
}

@media screen and (max-width:767px)  {
.PresentationHome {
    margin-top: 20px;
    width: 100%;
    display: block !important;
}
.BlockLeftHome {
    display: block  !important;
margin-bottom:4vh;
padding: 0px 15px !important
 
}
.BlockRightHome {
    font-family: 'Lato', sans-serif;
    padding: 0px 15px !important;
}    
.TitrePrincipalPresentation {
    font-size: 3em;    margin-bottom: 4vh  !important;
    padding-left: 70px;
    margin-left: 00px;
    margin-top: 0px !important;

}
.txtPresentationVoirPlus {
    padding-left: 00px !important;
    width: 100% !important;
    margin-bottom: 5vh !important;
}
}





