.vdo {
  position: relative;
}
.vdo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-color: #eff1f7;
  z-index: 0;
}
@media (min-width:980px) {
  .vdo::after {
    height: calc(100% - 360px);
    max-height: 720px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .vdo::after {
    height: calc(100% - 220px);
  }
}
.vdo .container-rg {
  position: relative;
  z-index: 1;
}
@media (min-width:768px) and (max-width:979px) {
  .vdo .displayCard__video iframe {
    max-height: 100vh;
  }
}
@media (max-width:767px) {
  .vdo .pad-t-b.level4 {
    padding-bottom: 8px;
  }
}

.bg-bege2 {
  background-color: #eff1f7 !important;
}

.vdo article.glbl .displayCard__video .youtubeVideo {
  position: inherit;
}

.vdo article.glbl .cnt-max750 {
  padding: 50px 0 0;
}

@media (max-width:979px) {
  .vdo .ct-card-group {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-node-type-ct-video .infos + .ct-card-group {
  margin-top: 32px;
}

.full-screen-liabrary.vdo article.glbl p.ct-type {
  margin-bottom: 16px;
}