  #page_dossier {
  max-width: 100%;
}
#bpl-outlet {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#bpl-outlet .bandeau-content {
  display: flex;
  align-items: center;
  background-color: #FF0000;
  color: #ffffff;
  position: relative;
  padding: 18px;
}
#bpl-outlet .txt1{
  font-size: 43px;
  line-height: 43px;
  text-align: left;
  margin-right: 20px;
}
#bpl-outlet .txtOffre {
  font-weight: 700;
  font-size: 124px;
  line-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}
#bpl-outlet .txtOffre span.minus-text{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
#bpl-outlet .txtOffre span.minus-text .minus{
  font-size: 124px;
  font-weight: 700;
  margin-top: 2px;
  margin-left: 3px;
  margin-bottom: 20px;
}
#bpl-outlet .txtOffre sup {
  font-size: 22px;
  line-height: 40px;
  vertical-align: top;
  top: 0px;
}
#bpl-outlet .excluWeb{
  height: 37px;
  line-height: 37px;
  font-size: 23px;
  color: #FF0000;
  text-transform: uppercase;
}
#bpl-outlet .excluWeb span{
  font-weight: 600;
}
#bpl-outlet .ml {
  position: absolute;
  right: 6px;
  bottom: 2px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #bpl-outlet .txt1 {
    font-size:20px;
    line-height: 22px;
  }
  #bpl-outlet .txtOffre {
    font-size: 95px;
    line-height: 80px;
  }
  #bpl-outlet .txtOffre span.minus-text{
    font-size: 12px;
    line-height: 16px;
  }
  #bpl-outlet .txtOffre span.minus-text .minus{
    font-size: 95px;
    font-weight: 700;
    margin-top: 2px;
    margin-left: 3px;
    margin-bottom: 20px;
  }
  #bpl-outlet .txtOffre sup {
    font-size: 11px;
    line-height: 30px;
  }
  #bpl-outlet .excluWeb {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
  #bpl-outlet .ml {
    font-size: 10px;
    line-height: 12px
  }
}
@media only screen and (max-width: 480px) {
  #bpl-outlet .bandeau-content{
    flex-direction: column;
  }
  #bpl-outlet .txt1 br{
    display: none;
  }
  #bpl-outlet .txt1 {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 390px) {
   #bpl-outlet .excluWeb {
    height: 25px;
    line-height: 25px;
    font-size: 11px;
  }
  #bpl-outlet .ml {
    font-size: 8px;
    line-height: 12px
  }
}