  #page_dossier {
  max-width: 100%;
}
#bpl-LAST-DAYS-PL {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 40px;
}
#bpl-LAST-DAYS-PL .contBnd{
  background-color: #E61F1B;
  color: #ffffff;
  position: relative;
  padding: 25px 10px 40px;
}
#bpl-LAST-DAYS-PL .bandeau-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
#bpl-LAST-DAYS-PL .firtBloc{
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
#bpl-LAST-DAYS-PL .txtOffre {
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 10px;
    text-align: center;
}
#bpl-LAST-DAYS-PL .offeres {
  position: relative;
  overflow: hidden;
}
#bpl-LAST-DAYS-PL .offeres .pct {
  opacity: 0;
  animation: rotatePct 4.5s infinite;
  width: 240px;
}

/* DÃ©calage des animations */

#bpl-LAST-DAYS-PL .offeres .pct-1 { animation-delay: 0s; }

#bpl-LAST-DAYS-PL .offeres .pct-2 { animation-delay: 1.5s;
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 }

#bpl-LAST-DAYS-PL .offeres .pct-3 { animation-delay: 3s;
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 }

@keyframes rotatePct {
  0%   { opacity: 0; }
  0.01% { opacity: 1; }
  33.33% { opacity: 1; }
  33.34% { opacity: 0; }
  100% { opacity: 0; }
}
#bpl-LAST-DAYS-PL .blcRemise{
    display: flex;
    align-items: center;
}
#bpl-LAST-DAYS-PL p.pct {
    font-size: 71px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}

#bpl-LAST-DAYS-PL p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: 0em;
}
#bpl-LAST-DAYS-PL .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-LAST-DAYS-PL .banner-btm span{
  font-weight: 600;
}
#bpl-LAST-DAYS-PL .ctas-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    flex-wrap: wrap;
}

#bpl-LAST-DAYS-PL .ctas-group a {
    color: #E61F1B;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 17px;
    line-height: 47px;
    height: 47px;
    width: 219px;
}
#bpl-LAST-DAYS-PL .ctas-group a:hover {
    color: #ffffff;
    background-color: transparent;
}
#bpl-LAST-DAYS-PL .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-LAST-DAYS-PL .firtBloc {
    font-size: 50px;
  }
   #bpl-LAST-DAYS-PL .ctas-group a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  #bpl-LAST-DAYS-PL .contBnd{
    padding: 20px 10px 35px;
  }
  #bpl-LAST-DAYS-PL .firtBloc {
    font-size: 25px;
  }
  #bpl-LAST-DAYS-PL .txtOffre {
    font-size: 15px;
  }
  #bpl-LAST-DAYS-PL .banner-btm{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  #bpl-LAST-DAYS-PL .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-LAST-DAYS-PL .offeres .pct {
      font-size: 50px;
      width: 174px;
  }
  #bpl-LAST-DAYS-PL .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-LAST-DAYS-PL .firtBloc {
    font-size: 25px;
  }
 #bpl-LAST-DAYS-PL .txtOffre {
    font-size: 13px;
    margin-right: 5px;
}
#bpl-LAST-DAYS-PL .bandeau-content {
  gap: 19px;
}
#bpl-LAST-DAYS-PL p.pct {
    font-size:33px;
    width: 150px;
}
  #bpl-LAST-DAYS-PL .ml {
    font-size: 6px;
    line-height: 8px;
  }
  #bpl-LAST-DAYS-PL .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;
  }
    #bpl-LAST-DAYS-PL .banner-btm{
    line-height: 23px;
    font-size: 9px;
  }
}

@media only screen and (max-width: 390px) {
  #bpl-LAST-DAYS-PL .firtBloc {
    font-size: 20px;
  }
 #bpl-LAST-DAYS-PL .txtOffre {
    font-size: 11px;
    margin-right: 5px;
}
#bpl-LAST-DAYS-PL .bandeau-content {
  gap: 14px;
}
#bpl-LAST-DAYS-PL p.pct {
    font-size:29px;
    width: 140px;
}
  #bpl-LAST-DAYS-PL .ml {
    font-size: 6px;
    line-height: 8px;
  }
  #bpl-LAST-DAYS-PL .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;
  }
}