  #page_dossier {
  max-width: 100%;
}
#bpl-HAPPY-HOURS {
  width: 100%;
  background-color: #00FF2F;
  color: #181818;
  position: relative;
  /* padding: 20px 20px; */
  margin-bottom: 30px;
}
#bpl-HAPPY-HOURS .prolongation-band{
  background-color: #ffffff;
  text-align: center;
  color: #181818;
  font-size: 23px;
  text-transform: uppercase;
  padding: 2px 10px;
  border: 1px solid #00ff2f;
}
#bpl-HAPPY-HOURS .prolongation-band p{
  font-weight: 400;
}
#bpl-HAPPY-HOURS .prolongation-band span{
  font-weight: 600;
}
#bpl-HAPPY-HOURS .bandeau-content {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bpl-HAPPY-HOURS .txt1{
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  margin-right: 20px;
}
#bpl-HAPPY-HOURS .txt1 sup{
  font-size: 14px;
  line-height: 18px;
  top: -14px;
}
#bpl-HAPPY-HOURS .bandeau-content .offers {
  display: flex;
  align-items: center;
  width: 92%;
  justify-content: center;
  position: relative;
  height: 110px;
}

#bpl-HAPPY-HOURS .bandeau-content .num {
  font-size:130px;
  line-height: .9;
  font-weight: 900;
  margin-right: 14px;
  position: relative;
}
#bpl-HAPPY-HOURS .bandeau-content .num sup {
  font-size: 15px;
  position: absolute;
  right: -6px;
  top: 29%;
}

#bpl-HAPPY-HOURS .bandeau-content .desc {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
#bpl-HAPPY-HOURS .bandeau-content .desc span {
  font-weight: 600;
}
#bpl-HAPPY-HOURS .ml {
  position: absolute;
  right: 4px;
  bottom: 42px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

#bpl-HAPPY-HOURS .offer {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
}

/* animation */
#bpl-HAPPY-HOURS .offer:nth-child(1) {
  animation: switchOffer 3s infinite;
}

#bpl-HAPPY-HOURS .offer:nth-child(2) {
  animation: switchOffer 3s infinite;
  animation-delay: 1500ms;
}

/* SWITCH HARD (pas de fade) */
@keyframes switchOffer {
  0% { opacity: 0; }
  0.01%,49.99% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
@media only screen and (max-width: 767px) {
  #bpl-HAPPY-HOURS .txt1 {
    font-size: 16px;
    line-height: 1.2;
  }
  #bpl-HAPPY-HOURS .txt1 sup {
    font-size: 8px;
    line-height: 14px;
    top: -4px;
  }
  #bpl-HAPPY-HOURS .prolongation-band{
  font-size: 11px;
}
  #bpl-HAPPY-HOURS .bandeau-content .num {
    font-size: 57px;
    margin-right: 10px;
  }
  #bpl-HAPPY-HOURS .bandeau-content .num sup{
    font-size: 9px;
    position: absolute;
    top: 0;
    vertical-align: text-bottom;
    line-height: 20px;
  }
  #bpl-HAPPY-HOURS .bandeau-content .desc {
    font-size: 10px;
  }
  #bpl-HAPPY-HOURS .ml {
    font-size: 6px;
    line-height: 8px;
    bottom: 30px;
  }
  #bpl-HAPPY-HOURS .bandeau-content .offers {
    height: 38px;
  }
}

@media only screen and (max-width: 440px) {
  #bpl-HAPPY-HOURS .bandeau-content {
    padding: 20px 8px;
  }
  #bpl-HAPPY-HOURS .txt1 {
    font-size: 15px;
    margin-right: 10px;
  }
  #bpl-HAPPY-HOURS .prolongation-band{
    font-size: 10px;
  }
  #bpl-HAPPY-HOURS .bandeau-content .num {
    font-size: 50px;
    margin-right: 10px;
  }
  #bpl-HAPPY-HOURS .bandeau-content .desc {
    font-size: 9px;
  }
  #bpl-HAPPY-HOURS .ml {
    font-size: 6px;
    line-height: 8px;
    bottom: 25px;
  }
  #bpl-HAPPY-HOURS .bandeau-content .offers {
    height: 34px;
  }
}