/* #pop-up-whitepaper {
  background: white;
  width: 580px;
  box-shadow: 0px 2px 16px #0000002e;
  border-radius: 14px;
  top: 5%;
  left: 0;
  right: 0;
  margin: 20px auto;
  visibility: hidden;
}

.btn-close {
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #222;
  background-color: transparent;
}

#modal-whitepaper {
  padding: 0px 50px 30px 50px;
  margin-top: -20px;
}

.start {
  margin-bottom: 0px;
}

.account {
  color: #665eff;
  margin-top: 0px;
}

.hbspt-form {
  margin-top: 20px;
}

.btn-modal {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 20px;
} */


.modalVid {
  position: fixed;
  display: none;
  right: calc(50% - (800px / 2));
  top: calc(50vh - (500px/2));
  background-color: white;
  width: 800px;
  /* padding: 30px 40px; */
  box-shadow: 8px 8px 12px #333;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: url('../images/nouveaux_visuels/BG-grey-tarifs.png');
}

.boutonFerme  {
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: black; 
  background-color: transparent;
  z-index: 10;
}

.modal-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px 20px 40px;
}


.title-modal .blue-main-heading {
  margin-bottom: 20px;
  margin-top: 10px;
}

._titre.blue-main-heading.conferences.replay {
  margin: 0;
  color: #fff;
  text-align: center;
}

.modal-replay-title-block {
  padding: 30px 40px 30px 40px;
  background-color: #0b3863;
  border-bottom-left-radius: 50px;
}

.programme_02.a-cacher {
  display: none;
}

@media screen and (max-width: 991px) {
  .modalVid {
    max-width: 100%;
    right: 0;
    width: unset;
    padding: 10px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .video-replay {
    width: 100%;
  }
}