  #page_dossier {
  max-width: 100%;
}
#bpl-school-days {
  width: 100%;
  background-color: #203D7F;
  color: #ffffff;
  position: relative;
  padding: 14px 25px 10px;
  margin-bottom: 30px;
}
#bpl-school-days .bandeau-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bpl-school-days .txtLogo{
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3px;
}
#bpl-school-days .bandeau-content .remise {
  display: flex;
  align-items: center;
  width: 92%;
  justify-content: center;
}

#bpl-school-days .bandeau-content .remise-number {
  font-size:93px;
  line-height: 80px;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
}
#bpl-school-days .bandeau-content .remise-number sup {
  font-size: 17px;
  position: absolute;
  right: -6px;
  top: 16%;
}

#bpl-school-days .bandeau-content .remise-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
#bpl-school-days .bandeau-content .remise-description span{
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#bpl-school-days .ml {
  position: absolute;
  right: 4px;
  bottom: 2px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #bpl-school-days {
    padding: 10px;
  }
  #bpl-school-days .txtLogo {
    font-size:11px;
    line-height: 14px;
  }
  #bpl-school-days .bandeau-content .remise-number {
    font-size: 55px;
    line-height: 55px;
  }
  #bpl-school-days .bandeau-content .remise-number sup{
    font-size: 14px;
    position: absolute;
    top: 0;
    vertical-align: text-bottom;
    line-height: 30px;
  }
  #bpl-school-days .bandeau-content .remise-description {
    font-size:12px;
    line-height: 12px;
  }
  #bpl-school-days .bandeau-content .remise-description span{
    font-size:14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  #bpl-school-days .ml {
    font-size: 6px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 480px) {
  #bpl-school-days .bandeau-content .remise {
    width: calc(100% - 112px)
  }
  #bpl-school-days img.logo{
    width: 92px;
  }
  #bpl-school-days .txtLogo {
    font-size: 8px;
    line-height: 14px;
  }
  #bpl-school-days .bandeau-content .remise-number {
    font-size: 44px;
    line-height: 44px;
  }
  #bpl-school-days .bandeau-content .remise-number sup{
    font-size: 9px;
    position: absolute;
    top: 0;
    vertical-align: text-bottom;
    line-height: 20px;
  }
  #bpl-school-days .bandeau-content .remise-description {
    font-size:10px;
    line-height: 10px;
  }
  #bpl-school-days .bandeau-content .remise-description span{
    font-size:12px;
    line-height: 12px;
  }
  #bpl-school-days .ml {
    font-size: 5px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 390px) {
  #bpl-school-days .bandeau-content .remise-number {
    font-size: 38px;
    line-height: 38px;
  }
  #bpl-school-days .bandeau-content .remise-number sup{
    font-size: 8px;
    line-height: 20px;
  }
  #bpl-school-days .bandeau-content .remise-description {
    font-size:9px;
    line-height: 9px;
  }
  #bpl-school-days .bandeau-content .remise-description span{
    font-size:11px;
    line-height: 11px;
  }
}