#popup {
  box-shadow: 10px 10px 20px #00000029;
  max-width: 1000px;
  margin: 3% auto;
  text-align: center;
}

.boutonFerme {
  float: right;
  margin-bottom: -23px;
  margin-right: -23px;
  background-color: transparent;
  padding: 0;
}

.modal-header {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.modal-header img {
  margin-right: 40px;
}

#video-popup {
  max-width: 1000px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-height: 500px;
}

.modal-header h2 {
  margin-bottom: 0 !important;
}

/* .link-youtube {
  font-family: WorkSans-Regular, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.link-youtube:hover {
  font-weight: bold;
} */

@media screen and (max-width: 1100px) {
  #popup {
    margin-left: 40px;
    margin-right: 40px;
  }
  .modal-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal-header img {
    margin-bottom: 20px;
  }
  .modal-header h2 {
    font-size: 30px !important;
  }
}