  #page_dossier {
    max-width: 100%;
  }

  #bpl-happy-hours {
    width: 100%;
    background-color: #ffff00;
    color: #181818;
    position: relative;
    /* padding: 20px 20px; */
    margin-bottom: 30px;
  }

  .minus {
    position: relative;

  }

  .minus .text-to {
    font-weight: 400;
    position: absolute;
    width: fit-content;
    height: 100%;
    font-size: 14px;
    top: 5px;
    left: 4px;
    text-transform: uppercase;
  }

  .minus .text-to.fr {
    font-size: 10px;
    left: 2px;
  }

  .minus .text-to.be {
    font-size: 14px;
    left: 10px
  }

  .minus .text-to.it {
    font-size: 12px;
    left: 1px
  }

  #bpl-happy-hours .prolongation-band {
    background-color: #ffffff;
    text-align: center;
    color: #00ff2f;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2px 10px;
    border: 1px solid #00ff2f;
    font-weight: 900;
  }

  #bpl-happy-hours .prolongation-band p {
    font-weight: 500;
  }

  #bpl-happy-hours .prolongation-band span {
    font-weight: 700;
  }

  #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: 18px;
    line-height: 25px;
    top: 0;
  }

  #bpl-happy-hours .bandeau-content .remise {
    display: flex;
    align-items: center;
    width: 92%;
    justify-content: center;
  }

  #bpl-happy-hours .bandeau-content .remise-number {
    font-size: 90px;
    line-height: 80px;
    font-weight: 900;
    margin-right: 10px;
    position: relative;
  }

  #bpl-happy-hours .bandeau-content .remise-number sup {
    font-size: 15px;
    position: absolute;
    right: -6px;
    top: 20%;
  }

  #bpl-happy-hours .bandeau-content .remise-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
  }

  #bpl-happy-hours .ml {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }

  @media only screen and (max-width: 767px) {
     .logo {
      width: 80px;
    }
    .minus .text-to {
      font-size: 9px;
      top: 27px;
      left: 2px
    }

    .minus .text-to.fr {
      font-size:7px;
      left: 1px
    }

    .minus .text-to.be {
      font-size: 10px;
      left: 8px
    }

    .minus .text-to.it {
      font-size: 8px;
      left: 1px
    }

    #bpl-happy-hours .txt1 {
      font-size: 15px;
      line-height: 20px;
    }

    #bpl-happy-hours .txt1 sup {
      font-size: 8px;
      line-height: 14px;
    }

    #bpl-happy-hours .prolongation-band {
      font-size: 12px;
    }

    #bpl-happy-hours .bandeau-content .remise {
      flex-direction: column;
    }

    #bpl-happy-hours .bandeau-content .remise-number {
      font-size: 60px;
      line-height: .9;
      margin: 0;
    }

    #bpl-happy-hours .bandeau-content .remise-number sup {
      font-size: 10px;
      position: absolute;
      /* right: -6px; */
      top: 0;
      vertical-align: text-bottom;
      line-height: 20px;
    }

    #bpl-happy-hours .bandeau-content .remise-description {
      font-size: 8px;
      line-height: 1
    }

    #bpl-happy-hours .ml {
      bottom: 8px;
      right: 8px;
      font-size: 7px;
      line-height: 1;
    }
  }

  @media only screen and (max-width: 480px) {
    #bpl-happy-hours .bandeau-content .remise-description {
      font-size: 7px;
      line-height: 1
    }
    #bpl-happy-hours {
      margin-bottom: 30px;
    }
    #bpl-happy-hours .ml {
        bottom: 4px;
        right: 4px;
        font-size: 6px;
        line-height: 1;
    }
    #bpl-happy-hours .bandeau-content {
        padding: 10px 13px 15px;
    }
  }