.outer {
  visibility: hidden;
}
.box {
  width: 400px;
  height: auto;
  color: white;
  z-index: 113;
  padding: 25px;
  background-image: url('https://www.chooseparisregion.org/themes/gavias_meipaly/MicrosoftTeams-image.png'); /*URL à modifier en fonction de l'instance de travail*/
  background-position: right;
  background-size: cover;
}
.nl_wrapper{
  display: flex;
  flex-direction: row-reverse;
}
.close_newsletter {
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
div #un {
  position: fixed;
  /*right: 15px;*/
  right: 10px;
  bottom: 10px;
}

@media (max-width: 1023px) {
  .box {
    width: 100%;
    padding: 5px;
    height: auto;
  }
  div #un {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .nl_wrapper {
    display: flex;
    flex-direction: column;
  }
  .box h2 {
    font-size: 15px;
    text-align: center;
    margin: 0 0 0 !important;
  }
  .box .desc {
    display: none;
  }
  .box .action {
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
  }
  .box .btn-theme-second {
    padding: 14px;
    font-size: 13px !important;
    width: 50%;
    margin-top: 15px;
  }
  .close_newsletter {
    font-size: 16px;
  }
}

/* bloc footer  */
.footer-column span {
  font-family: "NHaasGroteskTXW02-75Bd",sans-serif;
    text-transform: initial!important;
    line-height: 1;
}