  #page_dossier {
  max-width: 100%;
}
@keyframes fade {

  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
#bpl-school-days {
  width: 100%;
  background-color: #1D1D1B;
  color: #ffffff;
  position: relative;
  padding: 18px;
  margin-bottom: 30px;
}
#bpl-school-days .bandeau-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bpl-school-days .firtBloc{
  font-size: 35px;
  line-height: 35px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
#bpl-school-days .firtBloc sup {
    font-size: 0.2em;
    line-height: 1;
    vertical-align: 2.2em;
    left: 0.2em;
}
#bpl-school-days .firtBloc span{
  letter-spacing: 2px;
}
#bpl-school-days .bandeau-content .remise {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  opacity: 0;
  animation: fade 4s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bpl-school-days.es .bandeau-content .remise {
  animation: none;
  opacity: 1;
}
#bpl-school-days .bandeau-content .remise-number {
  font-size:76px;
  line-height: 76px;
  font-weight: 900;
  margin-right: 10px;
  position: relative;
}
#bpl-school-days .bandeau-content .remise-number sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: -0.6em;
}
#bpl-school-days .bandeau-content .remise:nth-child(1) {
  animation-delay: 0s;
}

#bpl-school-days .bandeau-content .remise:nth-child(2) {
  animation-delay: 2s;
  /* start after first finishes */
}
#bpl-school-days .bandeau-content .remise-description {
  font-size: 43px;
  line-height: 43px;
  font-weight: 900;
  text-transform: uppercase;
}
#bpl-school-days .bandeau-content .remise-description2 {
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
#bpl-school-days .ml {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 8px;
  line-height: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #bpl-school-days {
    padding: 18px 10px;
  }
  #bpl-school-days .firtBloc {
    font-size: 28px;
    line-height: 28px;
  }
  #bpl-school-days .bandeau-content .remise {
    left: 96px;
  }
  #bpl-school-days .bandeau-content .remise-number {
    font-size:50px;
    line-height: 50px;
    margin-right: 8px;
  }
  #bpl-school-days .bandeau-content .remise-description {
    font-size: 24px;
    line-height: 24px;
  }
  #bpl-school-days .bandeau-content .remise-description2 {
    font-size: 17px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 480px) {
  #bpl-school-days .firtBloc {
    font-size: 19px;
    line-height: 19px;
  }
  #bpl-school-days .bandeau-content .remise {
    left: 60px;
    max-width: 248px;
  }
  #bpl-school-days .bandeau-content .remise-number {
    font-size:42px;
    line-height: 42px;
    margin-right: 6px;
  }
  #bpl-school-days .bandeau-content .remise-description2 {
    font-size: 14px;
    line-height: 16px;
  }
  #bpl-school-days .ml {
    font-size: 6px;
    line-height: 8px;
  }

}
@media only screen and (max-width: 390px) {
 #bpl-school-days .firtBloc {
    font-size: 18px;
    line-height: 18px;
  }
  #bpl-school-days .bandeau-content .remise {
    left: 60px;
  }
  #bpl-school-days .bandeau-content .remise-number {
    font-size:34px;
    line-height: 34px;
  }
  #bpl-school-days .bandeau-content .remise-description {
    font-size: 19px;
    line-height: 19px;
  }
  #bpl-school-days .bandeau-content .remise-description2 {
    font-size: 12px;
    line-height: 14px;
  }
}