 .box-video{
  position: relative;
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;

}
.RepeaterVideo {
    margin-bottom: 8vh;
    text-align: center;
}
.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: url(../Images/ImgVideo.jpg)  no-repeat 0 0;
  background-size: cover;
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -7px 0 0 -2px;
  border: solid transparent;
  border-left-color: #f2f2f2;
  border-width: 7px 7px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}

 

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}




.WrapperInterne{
   padding:15vh 0px 12vh 0px;
}

@media screen and (max-width:767px)  {
 .box-video{
  position: relative;
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
  height: 50vh;
}
}


.ListeDesVideo{
    display: flex;
    flex-wrap: wrap;
}

.VoirPlusDetails{display: inline-block;margin: auto;margin-top: 0;overflow: hidden;position: relative;cursor: pointer;}
.VoirPlusDetails a{
  padding: 8px 30px;
  background: #fff;
  /* font-family: 'Bauhaus Md BT'; */
  -webkit-transition: 0.500s linear;
  -ms-transition: 0.500s linear;
  -moz-transition: 0.500s linear;
  -o-transition: 0.500s linear;
  transition: 0.500s linear;
  overflow: hidden;
  display: block;
  color: #209e88;
  border: 2px solid #209e88;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration:none;
}

.VoirPlusDetails  a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #209e88;
    color:#fff;
    transition: -webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1);
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
.VoirPlusDetails  a:hover:before{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    color:#fff  !important;
}
.VoirPlusDetails:hover {
    color: #fff !important;
    /* z-index: 99999; */
    position: relative;
}

.VoirPlusDetails:hover span{
    color: #fff !important;
    /* z-index: 99999; */
    position: relative;
}

.RepeaterVideo  .TitreVideo {
    color: #000 !important;
    font-size: 2.5em !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}





