  #page_dossier {
  max-width: 100%;
}
#bpl-good-days4 {
  width: 100%;
  background-color: #E6EAED;
  color: #002169;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 30px;
}
#bpl-good-days4 .bandeau-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
#bpl-good-days4 .slider {
  position: relative;
  overflow: hidden;
  width: 50%;
}
#bpl-good-days4 .remise{
  opacity: 0;
  animation: fade 3s infinite;
}
#bpl-good-days4 .remise.item-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#bpl-good-days4 .remise:nth-child(1) {
  animation-delay: 0s;
}
#bpl-good-days4 .remise:nth-child(2) {
  animation-delay: 1s;
}
#bpl-good-days4 .remise:nth-child(3) {
  animation-delay: 2s;
}

@keyframes fade {
  0%, 33.32%   { opacity: 1; }
  33.33%, 100% { opacity: 0; }
}
#bpl-good-days4 .txtexlu{
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
#bpl-good-days4 .txtexlu span{
  font-weight: 700;
  margin-right: 12px;
}
#bpl-good-days4 .container {
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#bpl-good-days4 .bandeau-content .img {
  display: block;
  text-align: center;
  margin-top: 6px;
}

#bpl-good-days4 .bandeau-content .remise {
  align-items: center;
  display: flex;
}

#bpl-good-days4 .bandeau-content .remise-number {
  font-size: 102px;
  line-height:90px;
  font-weight: 700;
  margin-right: 10px;
  position: relative;
}
#bpl-good-days4 .bandeau-content .remise-number sup {
  font-size: 15px;
  position: absolute;
  right: -6px;
  top: 20%;
}

#bpl-good-days4 .bandeau-content .remise-description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
#bpl-good-days4 .bandeau-content .remise-description span{
  font-weight: 700;
  font-size: 25px;
}
#bpl-good-days4 .ml {
  position: absolute;
  right: 4px;
  bottom: 2px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 1250px) {
  #bpl-good-days4 .txtexlu{
    font-size: 18px;
    line-height: 26px;
  }
  #bpl-good-days4 .bandeau-content .img img{
    width: 260px;
  }
  #bpl-good-days4 .bandeau-content .remise-number {
    font-size:80px;
    line-height: 80px;
  }
  #bpl-good-days4 .bandeau-content .remise-number sup {
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 20%;
  }
  #bpl-good-days4 .bandeau-content {
    gap: 30px;
    justify-content: space-around;
  }
  #bpl-good-days4 .bandeau-content .remise-description {
    font-size: 16px;
    line-height: 20px;
  }
  #bpl-good-days4 .bandeau-content .remise-description span{
    font-size: 20px;
  }
  #bpl-good-days4 .ml {
    font-size: 11px;
    line-height: 14px;
  }
  #bpl-good-days4 .bandeau-content .remise {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
    #bpl-good-days4 .bandeau-content {
        gap: 0px;
    }
     #bpl-good-days4 .bandeau-content {
      flex-direction: column;
      justify-content: center;
    }
    #bpl-good-days4 .slider {
      width: 100%;
    }
    #bpl-good-days4 .bandeau-content .remise {
      justify-content: center;
    }
    #bpl-good-days4 .remise.item-2 {
      right: 0;
    }
}
@media only screen and (max-width: 480px) {
  #bpl-good-days4 .txtexlu span {
    margin-right: 0;
  }
  #bpl-good-days4 {
    padding: 15px 10px;
  }
  #bpl-good-days4 .bandeau-content {
    flex-direction: column;
  }
  #bpl-good-days4 .txtexlu {
    font-size: 10px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  #bpl-good-days4 .txtexlu br{
    display: none;
  }
  #bpl-good-days4 .bandeau-content .img img {
    width: 170px;
  }
  #bpl-good-days4 .bandeau-content .remise-number {
    font-size: 70px;
    line-height: 70px;
  }
  #bpl-good-days4 .bandeau-content .remise-description {
    font-size: 11px;
    line-height: 14px;
  }
  #bpl-good-days4 .bandeau-content .remise-description span{
    font-size:14px;
  }
  #bpl-good-days4 .ml {
    font-size: 5px;
    line-height: 10px;
  }
}