.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.video {
  padding: 40px 0;
  overflow: hidden;
}
body main section.video.active {
  background-color: #F7F7F7;
  margin-top: 30px;
  margin-bottom: 30px;
}
body main section.video.active .contenu .column-1 .titre h2 {
  background-color: #F7F7F7;
}
body main section.video .contenu h2 {
  font-size: 34px;
  color: #BECC00;
  font-weight: 600;
}
body main section.video .contenu .column-2 {
  align-items: center;
}
body main section.video .contenu .column-2 .embed {
  width: 100%;
  height: 100%;
}
body main section.video .contenu .column-2 .embed iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 30px;
}
body main section.video .contenu .column-2 .bloc {
  padding: 40px 0 40px 30px;
}
body main section.video .contenu .column-2 .bloc h2 {
  margin-bottom: 30px;
}
body main section.video .contenu .column-1 .titre {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
body main section.video .contenu .column-1 .titre:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #BECC00;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
body main section.video .contenu .column-1 .titre h2 {
  text-align: center;
  display: table;
  margin: 0 auto .5rem;
  padding: 0 15px;
  background-color: #fff;
}
body main section.video .contenu .column-1 .embed {
  margin: auto;
  display: table;
}
body main section.video .contenu .column-1 .embed iframe {
  width: 850px;
  height: 480px;
  border-radius: 30px;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.video {
    padding: 35px 0;
  }
  body main section.video.active {
    margin-top: 25px;
  }
  body main section.video .contenu h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.video {
    padding: 30px 0;
  }
  body main section.video.active {
    margin-top: 20px;
  }
  body main section.video .contenu h2 {
    font-size: 28px;
  }
  body main section.video .contenu .column-2 .bloc {
    padding: 40px 0 40px 20px;
  }
  body main section.video .contenu .column-2 .embed iframe {
    min-height: 320px;
  }
  body main section.video .contenu .column-1 .titre {
    margin-bottom: 30px;
  }
  body main section.video .contenu .column-1 .embed iframe {
    width: 650px;
    height: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.video {
    padding: 20px 0;
  }
  body main section.video.active {
    margin-top: 15px;
    padding: 30px 0;
  }
  body main section.video .contenu h2 {
    font-size: 26px;
  }
  body main section.video .contenu .column-2 .bloc {
    padding: 40px 0 40px 20px;
  }
  body main section.video .contenu .column-2 .bloc h2 {
    margin-bottom: 20px;
  }
  body main section.video .contenu .column-2 .embed iframe {
    min-height: 270px;
  }
  body main section.video .contenu .column-1 .titre {
    margin-bottom: 30px;
  }
  body main section.video .contenu .column-1 .embed iframe {
    width: 650px;
    height: 370px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.video {
    padding: 20px 0;
  }
  body main section.video.active {
    margin-top: 15px;
    padding: 30px 0;
  }
  body main section.video .contenu h2 {
    font-size: 26px;
  }
  body main section.video .contenu .column-2 {
    flex-direction: column-reverse;
  }
  body main section.video .contenu .column-2 .bloc {
    padding: 0 0 20px;
    text-align: center;
  }
  body main section.video .contenu .column-2 .bloc h2 {
    margin-bottom: 20px;
  }
  body main section.video .contenu .column-2 .embed iframe {
    width: 650px;
    height: 370px;
    display: table;
    margin: auto;
  }
  body main section.video .contenu .column-1 .titre {
    margin-bottom: 30px;
  }
  body main section.video .contenu .column-1 .embed iframe {
    width: 650px;
    height: 370px;
  }
}
@media (max-width: 767.98px) {
  body main section.video {
    padding: 20px 0;
  }
  body main section.video.active {
    margin-top: 15px;
    padding: 30px 0;
  }
  body main section.video .contenu h2 {
    font-size: 22px;
  }
  body main section.video .contenu .column-2 {
    flex-direction: column-reverse;
  }
  body main section.video .contenu .column-2 .bloc {
    padding: 0 0 20px;
    text-align: center;
  }
  body main section.video .contenu .column-2 .bloc h2 {
    margin-bottom: 20px;
  }
  body main section.video .contenu .column-2 .embed iframe {
    width: 100%;
    height: 250px;
    display: table;
    margin: auto;
  }
  body main section.video .contenu .column-1 .titre {
    margin-bottom: 30px;
  }
  body main section.video .contenu .column-1 .embed iframe {
    width: 100%;
    height: 250px;
  }
}
