  #page_dossier {
  max-width: 100%;
}
#bpl-Soldes-touta {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 40px;
}
#bpl-Soldes-touta .contBnd{
  background-color: #E61F1B;
  color: #ffffff;
  position: relative;
  padding: 18px;
}
#bpl-Soldes-touta .bandeau-content {
  display: flex;
  align-items: center;
}
#bpl-Soldes-touta .blcRemise {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
}
#bpl-Soldes-touta.de .blcRemise {
    width: 76%;
}
#bpl-Soldes-touta .firtBloc{
  font-size: 60px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 5%;
}
#bpl-Soldes-touta .txtOffre {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 5px;
}
#bpl-Soldes-touta p.pct {
    font-size: 108px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}

#bpl-Soldes-touta p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: -0.6em;
}
#bpl-Soldes-touta .banner-btm{
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #E61F1B;
  text-transform: uppercase;
  font-size: 20px;
  border: 1px solid #E61F1B;
  text-align: center;
}
#bpl-Soldes-touta .banner-btm span{
  font-weight: 600;
}
#bpl-Soldes-touta .ml {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size:11px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  #bpl-Soldes-touta .firtBloc {
    font-size: 50px;
  }
  #bpl-Soldes-touta .blcRemise {
    width: 65%;
  }
  #bpl-Soldes-touta.de .blcRemise {
    width: 76%;
}
}

@media only screen and (max-width: 767px) {
  #bpl-Soldes-touta .contBnd{
    padding: 18px 10px;
  }
  #bpl-Soldes-touta .firtBloc {
    font-size: 28px;
  }
  #bpl-Soldes-touta .txtOffre {
    font-size: 20px;
}
#bpl-Soldes-touta p.pct {
    font-size: 90px;
}
#bpl-Soldes-touta .blcRemise {
    width: 70%;
}
#bpl-Soldes-touta.de .blcRemise {
    width: 70%;
}
#bpl-Soldes-touta p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: -0.6em;
}
  #bpl-Soldes-touta .banner-btm{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #bpl-Soldes-touta .firtBloc {
    font-size: 25px;
    padding-left: 2%;
  }
  #bpl-Soldes-touta .txtOffre {
    font-size: 12px;
  }
  #bpl-Soldes-touta p.pct {
      font-size: 45px;
  }
  #bpl-Soldes-touta .blcRemise {
      width: 70%;
  }
  #bpl-Soldes-touta .ml {
    font-size: 6px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 390px) {
 #bpl-Soldes-touta .firtBloc {
    font-size: 20px;
  }
}