  #page_dossier {
  max-width: 100%;
}
#bpl-school-days {
  width: 100%;
  background-color: #0D3880;
  color: #ffffff;
  position: relative;
  padding: 20px 20px;
  margin-bottom: 30px;
}
#bpl-school-days .bandeau-content {
  display: flex;
    justify-content: space-between;
}
#bpl-school-days .txt1{
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  margin-right: 20px;
}
#bpl-school-days .txt1 sup{
  font-size: 18px;
  line-height: 25px;
  top: 0;
}
#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:90px;
  line-height: 80px;
  font-weight: 900;
  margin-right: 10px;
  position: relative;
}
#bpl-school-days .bandeau-content .remise-number sup {
  font-size: 15px;
  position: absolute;
  right: -6px;
  top: 20%;
}

#bpl-school-days .bandeau-content .remise-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  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 .txt1 {
    font-size: 15px;
    line-height: 20px;
  }
  #bpl-school-days .txt1 sup {
    font-size: 8px;
    line-height: 14px;
  }
  #bpl-school-days .bandeau-content .remise-number {
    font-size: 45px;
    line-height: 45px;
  }
  #bpl-school-days .bandeau-content .remise-number sup{
    font-size: 10px;
    position: absolute;
    /* right: -6px; */
    top: 0;
    vertical-align: text-bottom;
    line-height: 20px;
  }
  #bpl-school-days .bandeau-content .remise-description {
    font-size: 8px;
    line-height: 10px;
  }
  #bpl-school-days .ml {
    font-size: 6px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 480px) {
 #bpl-school-days {
  padding: 10px;
  margin-bottom: 30px;
}
}