  #page_dossier {
  max-width: 100%;
}
#bpl-Soldes-WithCta {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 40px;
}
#bpl-Soldes-WithCta .contBnd{
  background-color: #E61F1B;
  color: #ffffff;
  position: relative;
  padding: 25px 10px 40px;
}
#bpl-Soldes-WithCta .bandeau-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#bpl-Soldes-WithCta .firtBloc{
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
#bpl-Soldes-WithCta .offer {
  font-size: 93px;
  line-height: 1;
  font-weight: 900;
}

#bpl-Soldes-WithCta .offer sup {
  font-size: .2em;
  vertical-align: 2.3em;
  font-weight: 400;
}

#bpl-Soldes-WithCta .offer .minus {
  position: relative;
}

#bpl-Soldes-WithCta .offer .minus .to-txt {
    position: absolute;
    left: 5%;
    bottom: 60%;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
#bpl-Soldes-WithCta .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-WithCta .banner-btm span{
  font-weight: 600;
}
#bpl-Soldes-WithCta .ctas-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    flex-wrap: wrap;
}

#bpl-Soldes-WithCta .ctas-group a {
    color: #E61F1B;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 17px;
    line-height: 47px;
    height: 47px;
    width: 219px;
}
#bpl-Soldes-WithCta .ctas-group a:hover {
    color: #ffffff;
    background-color: transparent;
}
#bpl-Soldes-WithCta .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-WithCta .firtBloc {
    font-size: 50px;
  }
  #bpl-Soldes-WithCta .offer {
    font-size: 80px;
  }
  #bpl-Soldes-WithCta .offer .minus .to-txt {
    font-size: 9px;
  }
  #bpl-Soldes-WithCta .ctas-group a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  #bpl-Soldes-WithCta .contBnd{
    padding: 20px 10px 35px;
  }
  #bpl-Soldes-WithCta .firtBloc {
    font-size: 28px;
  }
  #bpl-Soldes-WithCta .banner-btm{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  #bpl-Soldes-WithCta .ctas-group {
      display: flex;
      overflow-x: auto;
      white-space: nowrap;
      gap: 12px;
      padding-bottom: 10px;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: flex-start;
      -ms-overflow-style: none; 
      scrollbar-width: none;
  }

  #bpl-Soldes-WithCta .ctas-group a {
      flex: 0 0 70%;
      width: auto;
      min-width: 180px;
      max-width: 200px;
      white-space: nowrap;
  }
}
@media only screen and (max-width: 480px) {
  #bpl-Soldes-WithCta .firtBloc {
    font-size: 25px;
  }
  #bpl-Soldes-WithCta .offer {
    font-size: 50px;
  }
  #bpl-Soldes-WithCta .offer .minus .to-txt {
    font-size: 6px;
  }
  #bpl-Soldes-WithCta .ml {
    font-size: 6px;
    line-height: 8px;
  }
  #bpl-Soldes-WithCta .ctas-group a {
      flex: 0 0 70%;
      width: auto;
      min-width: 100px;
      max-width: 100px;
      white-space: nowrap;
      font-size: 8px;
      height: 22px;
      line-height: 22px;
  }
}