#renfort-HH-sup.offer-banner-HH {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  min-height: 25px;
  text-align: center;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 6px 10px;
  color: #7dbc8e;
  background: #ffffff;
  border: 1px solid #7dbc8e;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#renfort-HH-sup.offer-banner-HH-timer {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  background-color: white;
  color: #be1823;
  border: 1px solid #be1823;
}

#renfort-HH-sup.offer-banner-HH:not(.offer-banner-HH-fix) {
  bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  #renfort-HH-sup.offer-banner-HH {
    padding: 5px 10px;
    font-size: 11px;
  }
  #renfort-HH-sup.offer-banner-HH:not(.offer-banner-HH-fix) {
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  #renfort-HH-sup.offer-banner-HH.offer-banner-HH-fix {
    padding: 5px 10px;
    position: fixed;
    z-index: 1001;
    width: calc(100% - 20px);
    left: 10px;
  }
}