#BPL-soldes-booster2 {
  background-color: #F0EEF1;
  padding: 25px 0;
  color: #E61F1B;
  position: relative;
  text-align: center;
}
#BPL-soldes-booster2 .text{
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
#BPL-soldes-booster2 .text sup{
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
  top: 0;
}
#BPL-soldes-booster2 .text span{
  font-weight: 700;
}
#BPL-soldes-booster2 .ml-offer {
  position: absolute;
  bottom: 2px;
  right: 8px;
  font-size: 10px;
  color: #272A45;
}

@media (max-width: 1500px) {
  #BPL-soldes-booster2 .text{
    font-size: 28px;
    line-height: 26px;
  }
}

@media (max-width: 1250px) {
  #BPL-soldes-booster2 .text{
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  #BPL-soldes-booster2 {
    padding: 15px 0 27px;
  }
  #BPL-soldes-booster2 .text span{
    display: block;
  }
}

@media (max-width: 480px) {
  #BPL-soldes-booster2 .text{
    font-size: 14px;
    line-height: 20px;
  }
  #BPL-soldes-booster2 .text sup{
    font-size: 10px;
    line-height: 20px;
  }
}