/*24.LIGHTBOXVIDEO.CSS*/
body.page-template-homepage.overflow-hidden {
  overflow: hidden;
}
body.page-template-homepage .lightbox {
  top: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  height: 0;
  width: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
body.page-template-homepage .lightbox .inner {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  body.page-template-homepage .lightbox .inner {
    width: 99%;
  }
}
body.page-template-homepage .lightbox.active {
  height: 100vh;
}
body.page-template-homepage #contentGlissiere {
  background: transparent url("../../images/hourglass.gif") no-repeat scroll 50% 50%;
  height: 100%;
  margin-left: 0;
  padding: 0;
  width: 100%;
  margin-top: 55px;
}
body.page-template-homepage .lightbox .inner .close {
  background: #FFFFFF;
  border-radius: 100%;
  cursor: pointer;
  height: 45px;
  margin-left: 95%;
  padding: 10px;
  position: absolute;
  top: -15px;
  width: 45px;
  text-align: center;
}
body.page-template-homepage .lightbox .inner .close span {
  font-weight: 700;
  color: #05374F;
  text-transform: uppercase;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
}
@media (max-width: 767px) {
  body.page-template-homepage .lightbox .inner .close {
    margin-left: 85%;
  }
}

/*24.FIN LIGHTBOXVIDEO.CSS*/