body main .video-entete {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: calc(100vh - 130px);
  min-height: 880px;
  position: relative;
  padding-top: 300px;
}
body main .video-entete:before {
  content: '';
  width: 100%;
  height: 100%;
  background: ;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
body main .video-entete .video-ctn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 880px;
  z-index: 0;
}
body main .video-entete .video-ctn video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .video-entete > .container {
  z-index: 9;
  position: relative;
}
body main .video-entete .btn--video {
  width: 160px;
  height: 160px;
  border: 3px solid ;
  border-radius: 80px;
  display: block;
  transition: all 0.3s ease;
  margin: 0 auto 60px;
}
body main .video-entete .btn--video .play {
  display: block;
  height: 0;
  width: 0;
  margin-top: 42px;
  margin-left: 57px;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 60px solid ;
  transition: all 0.3s ease;
}
body main .video-entete .btn--video:hover {
  border: 3px solid ;
}
body main .video-entete .btn--video:hover .play {
  border-left: 60px solid ;
}
body main .video-entete .wysiwyg-content {
  max-width: 760px;
  margin: 0 auto;
}
body main .video-entete .btn--primary {
  display: block;
  margin: 50px auto 0;
  width: max-content;
}
body main .video-entete .btn--primary:hover {
  color: ;
}
@media (max-width: 767.98px) {
  body main .video-entete {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  body main .video-entete {
    min-height: 0;
  }
  body main .video-entete .video-ctn {
    min-height: 0;
  }
}
