.wrap-video{
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 0 2% 0 2%;
  padding:0 3% 0 3%;
  cursor: pointer;
}

.wrap-video .illustration .inner:hover >  .wrap-bt-play{
  background: rgba(0,0,0,0.5);
}

.wrap-video .illustration .inner:hover >  .wrap-bt-play .bt_play{
  transform: scale(1.1);
}

.wrap-video .illustration{
  position: relative;
  width: 100%;
  /*border-radius: 350px 350px 0 0;
  border-top-color:#efc137;
  border-left-color:#efc137;
  border-right-color:#efc137;
  border-width: 10px;
  border-style: solid;
  border-bottom-color:white;*/
}

.wrap-video .illustration .fond-rond-jaune{
  position: relative;
  width: 100%;
  height:100%;
}
.wrap-video .illustration .fond-rond-jaune img{
  display: inline-block;
  width: 100%;
  height:auto;
}

.wrap-video .illustration .inner{
  position:absolute;
  bottom:0px;
  top:auto;
  left:0px;
  height:89%;

  width: 100%;
  text-align: center;

  margin: 0 auto;
}
.wrap-video .illustration .inner img{
  display: inline-block;
  box-sizing: border-box;
  border-radius: 40px;
  width: 87%;
  height:auto;
  border-radius: 300px 300px 0 0 ;
}

.wrap-video .illustration .inner .wrap-bt-play{
  position: absolute;
  border-radius: 300px 300px 0 0 ;
  width: 87%;
  height:97%;
  top:0;
  left:6.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.wrap-video .illustration .inner .bt_play{
  display: block;
  width: 14%;
  height: auto;
  transition: all 0.3s ease;
}

.wrap-video .illustration .inner .bt_play img{
  display: inline-block;
  width: 100%;
  height: auto;
}

.wrap-video .texte{
  font-family: 'HelveticaNeu', sans-serif;
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.wrap-video h3{
  color:#70cbd0;
  font-size:1.4em;
}

.wrap-video h3.jaune{
  color:#efc137;
}

.wrap-video p{
  color:#1e4a63;
}

.wrap-video .wrap-buttons{
  width: 87%;
  margin: 0 auto;
  margin-top:5%;
  text-align: center;
}
.wrap-video .wrap-buttons a p{
  color:#ffffff;
  font-size:0.9em;
  line-height: 0.9em;
}

#video-player{
  width: 80%;
  position: relative;
  background: transparent;
}
#video-player #video-container{
  background: transparent;
}

#video-player #video-container iframe{
  width: 100% !important;
  height: auto;

  aspect-ratio: 1.777777;
}

@media screen and (max-width: 1024px){
  .wrap-video{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 2% 0 2%;
    padding:0 3% 0 3%;
    cursor: pointer;
  }
}

@media screen and (max-width: 800px){
  .wrap-video{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 0 2% 0 2%;
    padding:0 3% 0 3%;
    cursor: pointer;
  }
}

@media screen and (max-width: 500px){
  .wrap-video{
    display: inline-block;
    vertical-align: top;
    width: 85%;
    margin: 0 2% 0 2%;
    padding:0 3% 0 3%;
    cursor: pointer;
  }
}
