.PresantationAcceuil{
   width: 100%;
  background: url("../Images/BgPresantation.jpg");
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8vh;
  font-family: 'Raleway', sans-serif !important;
background-repeat: no-repeat;
 background-size: contain;
background-position: bottom;

 
}
.PresantationAcceuil1{
  width: 80%;
  display: table;
  margin: auto;
position:relative;
}
.TitrePrincipal{
  color: #6e5187;
  font-size: 4em;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-bottom:6vh;
  width: 100%;

}
.TitrePrincipal span{
  color: #5d8e53;
}
.TextImgPre{
 z-index: 999;
 position: relative;

}
.VoirPlus{
  position: relative;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
 
}
.VoirPlus a{
    color: #735b8e;
    font-family: 'Raleway', sans-serif !important;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    margin-top: 5vh;
    text-decoration:none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 

}
 
.VoirPlus a:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    background: #735b8e;
    /* left: 50px; */
    top: 12px;
    right: 20%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;  
}


.VoirPlus a:hover{
  color:#5d8e53;
 padding-left:20px;
 text-decoration: none;
}
.VoirPlus a:hover:after{
    background: #5d8e53;
    width: 130px;
    right: : 0% !important;
}



.TextPres{
    color: #363636;
    padding-left: 0px !important;
    font-size: 1.3em;
line-height:1.7em;
    z-index: 10;
  font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    width: 320px !important;
    position: absolute !important;
    left: 0px;
    /* top: 0px; */
    /* bottom: 0px; */
    /* display: table-row; */
    top: 50%;
    transform: translateY(-50%);

}
.TextImgPre{
  position: absolute;
  width: 50%;
  left: 0px;
}

.TextImgPre img{float:right;}
.Img2{
  padding: 0px !important;
  margin-top: 6vh;
}
.Img3{
    margin-top: -20vh;
    right: 0px;

    float: right;
  background: url("../Images/ImgVideo.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding:0px !important;

}
.Img3 img, .Img2 img{
  max-width: 100%;
}
@media screen and (max-width:767px) {
.VoirPlus a:after{
  display:none;
}


.TextPres
{
    position: relative !important;
    width: 100% !important;
    text-align: center;
    display: block;
    top: inherit  !important;
    transform: inherit  !important;
   left:  inherit  !important;
}
.PresantationAcceuil1{width: 96%;}
.TextImgPre {
    position: relative;
    width: 100%;
    left: inherit;
}
.Presantation1{padding:0px !important;}
.Img2{display:none !important;}
.VoirPlus a{
 margin:3vh 0px !important;
}

 
.TextImgPre img {
    float: none;
    width: 100%;
    margin: auto;
    max-width: 100%;
    padding: 0px !important;
    max-height: 40vh;
}
.Img1, .BlockTroisImages{
padding:0px !important;
}
.Img3 {
    margin-top: 2vh;
    right: 0px;
    padding: 0px !important;
    float: right;
    width: 100%;
padding:0px !important;

}
.Img3 img{ width: 100%;}
}

.Img1  {padding-right:0px !important;}
.btn-info {
    background: none !important;
    border: none !important;
    height: 100%;
    display: block;
    background: none !important;
    height: 40vh;
}

.Play {
    background: url(../Images/Play.png) 50% 50% no-repeat;
    width: 91px;
    height: 91px;
    display: table;
    vertical-align: middle;
    margin: auto;
}




