  #page_dossier {
  max-width: 100%;
}
#bpl-outlet-pl {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}
#bpl-outlet-pl .contBnd{
  background-color: #FF0000;
  color: #ffffff;
  position: relative;
  padding: 18px 0px 10px;
}
#bpl-outlet-pl .bandeau-content {
  display: flex;
  align-items: center;
}
#bpl-outlet-pl .blcRemise {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84%;
}
#bpl-outlet-pl .firtBloc{
  font-size: 40px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 35px;
}
#bpl-outlet-pl .txtOffre {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 8px;
}
#bpl-outlet-pl p.pct {
    font-size: 63px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
#bpl-outlet-pl .txtSupp{
  font-size: 23px;
  line-height: 1.1;
  font-weight: 700;
  color: #E61F1B;
  background-color: #ffffff;
  padding: 5px 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
}
#bpl-outlet-pl p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
}
#bpl-outlet-pl .banner-btm{
  height: 37px;
  line-height: 37px;
  background-color: #fff;
  color: #E61F1B;
  text-transform: uppercase;
  font-size: 23px;
  border: 1px solid #E61F1B;
  text-align: center;
}
#bpl-outlet-pl .banner-btm span{
  font-weight: 600;
}
#bpl-outlet-pl .blOffre{
  display: flex;
  align-items: center;
}
#bpl-outlet-pl .ml {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size:12px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  #bpl-outlet-pl .contBnd{
    padding: 18px 0px;
  }
  #bpl-outlet-pl .firtBloc {
    font-size: 28px;
  }
  #bpl-outlet-pl .txtOffre {
    font-size: 16px;
}
#bpl-outlet-pl p.pct {
    font-size: 60px;
}
#bpl-outlet-pl .blcRemise {
    width: 83%;
}
#bpl-outlet-pl p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
}
  #bpl-outlet-pl .banner-btm{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  #bpl-outlet-pl .txtSupp {
    font-size:16px;
  }
  #bpl-outlet-pl.de .txtSupp {
    font-size: 14px;
  }
  #bpl-outlet-pl.frBE .txtSupp {
    font-size: 12px;
  }
  #bpl-outlet-pl .ml {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #bpl-outlet-pl .blcRemise {
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
  #bpl-outlet-pl .bandeau-content {
    justify-content: center;
    flex-direction: column;
  }
  #bpl-outlet-pl .contBnd {
      padding: 12px 0px 20px;
  }
  #bpl-outlet-pl .firtBloc {
    font-size: 17px;
    padding-left: 0;
    margin-bottom: 8px;
  }
  #bpl-outlet-pl .txtOffre {
    font-size: 10px;
  }
  #bpl-outlet-pl p.pct {
      font-size: 61px;
  }
  #bpl-outlet-pl .blcRemise {
      width: 100%;
  }
  #bpl-outlet-pl .ml {
    font-size: 7px;
    bottom: 2px;
    right: 2;
  }
  #bpl-outlet-pl .txtSupp {
    font-size:8px;
    line-height: 1;
    width: 100%;
    margin-left: 0;
    padding: 5px 10px;
  }
  #bpl-outlet-pl .blOffre {
    flex-direction: column;
  }
}
@media only screen and (max-width: 390px) {
 #bpl-outlet-pl .firtBloc {
    font-size: 20px;
  }
}