.box_popup_homepage {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  position: fixed;
  display: none;
  height: 100vh;
}
.box_popup_homepage .content {
  width: 90vw;
  max-width: 1200px;
  height: auto;
  background-color: #FFF;
  margin: 5vh auto;
  padding: 5vh 15px 5vh 30px;
  position: relative;
  text-align: justify;
  z-index: 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.50);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.50);
  overflow: visible;
}
.box_popup_homepage .content .contenu{
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  max-height: 80vh;
}
.bouton-fermer{
  position: absolute;
  top: -9px;
  right: -7px;
  font-size: 36px;
  z-index: 1;
  cursor: pointer;
}
.bouton-fermer:hover{
  color: #1f1919;
}