#popup {
  box-shadow: 10px 10px 20px #00000029;
  max-width: 1010px;
  margin: 3% auto;
  background-color: #fff;
  padding-bottom: 50px;
}

.boutonFerme {
  float: right;
  background-color: #1794C6;
  padding: 0;
  height: 48px;
  width: 48px;
  margin-bottom: -68px;
}

.modal-header {
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 30px 30px 40px 30px;
  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: 20px;
}

.modal-header h2 {
  font-family: Marianne-Bold, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0 !important;
}

.modal-header p {
  font-family: Marianne-Regular, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
}

.modal-content {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03415c), to(#fff));
  background-image: linear-gradient(180deg, #03415c, #fff);
  padding: 30px 30px 0px 30px;
}

#hsForm_266ed07a-2ab8-4841-aa8a-6f17b6cac547, #hsForm_b78e0568-2b51-44bd-812f-9901958effe9 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-content img {
  margin-bottom: 40px;
}


@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;
    text-align: center;
  }
  .modal-header img {
    margin-bottom: 20px;
  }
  .modal-header h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 820px) {
  #email-266ed07a-2ab8-4841-aa8a-6f17b6cac547, #email-b78e0568-2b51-44bd-812f-9901958effe9 {
    width: 266px;
  }
  #hsForm_266ed07a-2ab8-4841-aa8a-6f17b6cac547, #hsForm_b78e0568-2b51-44bd-812f-9901958effe9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  #email-266ed07a-2ab8-4841-aa8a-6f17b6cac547, #email-b78e0568-2b51-44bd-812f-9901958effe9 {
    width: 100%;
  }
}