#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;
}

@media screen and (max-width: 600px) {
  #modal-whitepaper {
    padding: 0px 10px 10px 10px;
    margin-top: -20px;
  }
  #pop-up-whitepaper {
    margin: 20px 10px;
  }
}

.modalVid {
  position: fixed;
  display: none;
  right: calc(50% - (660px / 2));
  top: calc(40vh - (365px/2));
  background-color: white;
  width: 800px;
  padding: 30px 40px;
  box-shadow: 8px 8px 12px #333;
  border-radius: 5px;
}

.boutonFerme {
  position: absolute;
  right: 10px;
  top: 5px;
  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;
}

