  #page_dossier {
  max-width: 100%;
}
#bpl-GOOD-DAYS-WEB1 {
  width: 100%;
  background-color: #0D3880;
  color: #ffffff;
  position: relative;
  /* padding: 20px 20px; */
  margin-bottom: 30px;
}
.minus{
  position: relative;
  
}

.minus .de::before{
  content: "BIS";
  font-weight: 400;
  position: absolute;
  width: fit-content;
  height: 100%;
  font-size: 17px;
  top: 5px;
  left: 10px
}
.minus .fr::before {
    content: "Jusqu'Ã ";
    font-weight: 400;
    position: absolute;
    width: fit-content;
    height: 100%;
    font-size: 14px;
    top: 5px;
    left: -6px;
}
#bpl-GOOD-DAYS-WEB1 .prolongation-band{
  background-color: #ffffff;
  text-align: center;
  color: #0D3880;
  font-size: 18px;
  text-transform: uppercase;
  padding: 2px 10px;
  border: 1px solid #0D3880;
  font-weight: 900;
}
#bpl-GOOD-DAYS-WEB1 .prolongation-band p{
  font-weight: 500;
}
#bpl-GOOD-DAYS-WEB1 .prolongation-band span{
  font-weight: 700;
}
#bpl-GOOD-DAYS-WEB1 .bandeau-content {
    padding: 20px 20px;
  display: flex;
    justify-content: space-between;
}
#bpl-GOOD-DAYS-WEB1 .txt1{
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  margin-right: 20px;
}
#bpl-GOOD-DAYS-WEB1 .txt1 sup{
  font-size: 14px;
  line-height: 18px;
  top: -14px;
}
#bpl-GOOD-DAYS-WEB1 .bandeau-content .remise {
  display: flex;
  align-items: center;
  width: 92%;
  justify-content: center;
}

#bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-number {
  font-size:90px;
  line-height: 80px;
  font-weight: 900;
  margin-right: 10px;
  position: relative;
}
#bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-number sup {
  font-size: 15px;
  position: absolute;
  right: -6px;
  top: 29%;
}

#bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
#bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-description span {
  font-weight: 600;
}
#bpl-GOOD-DAYS-WEB1 .ml {
  position: absolute;
  right: 4px;
  bottom: 2px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
.minus .de::before{
  font-size: 11px;
  top: -2px;
  left: 4px
}
.minus .fr::before{
  font-size: 9px;
  top: -2px;
  left: -10px;
}
  #bpl-GOOD-DAYS-WEB1 .txt1 {
    font-size: 15px;
    line-height: 20px;
  }
  #bpl-GOOD-DAYS-WEB1 .txt1 sup {
    font-size: 8px;
    line-height: 14px;
    top: -4px;
  }
  #bpl-GOOD-DAYS-WEB1 .prolongation-band{
  font-size: 12px;
}
  #bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-number {
    font-size: 45px;
    line-height: 45px;
  }
  #bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-number sup{
    font-size: 10px;
    position: absolute;
    /* right: -6px; */
    top: 9px;
    vertical-align: text-bottom;
    line-height: 20px;
  }
  #bpl-GOOD-DAYS-WEB1 .bandeau-content .remise-description {
    font-size: 8px;
    line-height: 10px;
  }
  #bpl-GOOD-DAYS-WEB1 .ml {
    font-size: 6px;
    line-height: 8px;
  }
}
@media only screen and (max-width: 480px) {

 #bpl-GOOD-DAYS-WEB1 {
  margin-bottom: 30px;
}
#bpl-GOOD-DAYS-WEB1 .bandeau-content{
  padding: 10px;
}
}