#page_dossier {
  max-width: 100%;
}

#AH25_FAMILY_DAYS {
  position: relative;
  background-color: #FF8000;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}
#AH25_FAMILY_DAYS.noBnd {
  margin-bottom: 0px;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#AH25_FAMILY_DAYS .exclu-text {
  color: #FF8000;
  background-color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  top: 100%;
  position: absolute;
  width: 100%;
  height: 30px;
  right: 0;
  left: 0;
}
#AH25_FAMILY_DAYS .family-days-offres {
  position: relative;
  width: 100%;
  height: 60px;
  font-weight: bold;
  height: 324px;
  text-align: center;
}
#AH25_FAMILY_DAYS .family-days-offre {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 26%;
  left: 0;
  opacity: 0;
  animation: fade 4s infinite;
  color: #ffffff;
}

#AH25_FAMILY_DAYS .family-days-offre .family-days-offre-number {
  font-size: 95px;
  font-weight: 800;
  transform: rotate(-90deg);
  width: fit-content;
}

#AH25_FAMILY_DAYS .family-days-offre .family-days-offre-number sup {
  font-size: 0.1em;
  vertical-align: 5em;
}
#AH25_FAMILY_DAYS .exclu-text span {
 position: absolute;
  right: 0;
  left: 0;
}
#AH25_FAMILY_DAYS .offer-container .logo {
  display: block;
  width: 86px;
  margin: auto;
  margin-top: 74px;
}

#AH25_FAMILY_DAYS .offer-container .offer {
  text-orientation: mixed;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 119px;
  font-weight: 800;
  margin: 0 auto;
  color: #545c5c;
}
#AH25_FAMILY_DAYS .family-days-offre .family-days-offre-desc {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 85px;
  width: 300px;
}

#AH25_FAMILY_DAYS .family-days-offre:nth-child(1) {
  animation-delay: 0s;
}

#AH25_FAMILY_DAYS .family-days-offre:nth-child(2) {
  animation-delay: 2s;
  /* start after first finishes */
}

#AH25_FAMILY_DAYS .family-days-offre:nth-child(3) {
  animation-delay: 4s;
  /* start after first finishes */
}
#AH25_FAMILY_DAYS .offer-container .offer sup {
  font-size: .17em;
  top: -.8em;
  vertical-align: 1.7em;
  font-weight: 400;
}


#AH25_FAMILY_DAYS .offer-container .offer .minus {
  position: relative;
}


#AH25_FAMILY_DAYS .offer-container .offer .minus .to-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10px, -50%);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

#AH25_FAMILY_DAYS .offer-container .desc {
  margin-top: 5PX;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  color: #545c5c;
}

#AH25_FAMILY_DAYS .offer-container .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: center;
  padding: 0 10px;
  max-width: 540px;
  margin: 20px auto 40px auto;
}

#AH25_FAMILY_DAYS .offer-container .ctas a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 30px;
  border: 1px solid #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  line-height: 1;
}

#AH25_FAMILY_DAYS .offer-container .ctas a:hover {
  background-color: #ffffff;
  color: #FF8000;
  text-decoration: none;
}

#AH25_FAMILY_DAYS .ml {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 7px;
  color: #ffffff;
}

@media (min-width: 768px) {
  #AH25_FAMILY_DAYS {
    background-image: url("//media.idkids.fr/media/content/cms/Commun/Homepage/Z1/AH25_HAPPY_HOURS/img1-mob.webp");
    color: #FF8000;
    height: calc(100vh - 61px);
    min-height: 600px;
    background-size: cover;
    align-items: end;
    padding-right: 80px;
    background-position: right;
    margin-bottom: 40px;
  }
  #AH25_FAMILY_DAYS.noBnd{
    height: calc(100vh - 27px);
    margin-bottom: 0px;
  }
#AH25_FAMILY_DAYS .exclu-text {
  color: #FF8000;
  background-color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 37px;
}
  #AH25_FAMILY_DAYS.hp-pl {
    padding-right: 30px;
  }
  #AH25_FAMILY_DAYS .family-days-offre {
    left: -15%;
    color: #FF8000;
  }
  #AH25_FAMILY_DAYS .offer-container {
    display: flex;
  }

  #AH25_FAMILY_DAYS .offer-container .logo {
    margin-top: 0;
    width: 120px;
  }

  #AH25_FAMILY_DAYS .offer-container .offer {
    font-size: 150px;
    font-weight: 800;
    color: #FF8000;
  }

  #AH25_FAMILY_DAYS .offer-container .offer .minus .to-txt {

    transform: translate(15px, -50%);
    font-size: 15px;
  }

  #AH25_FAMILY_DAYS .offer-container .desc {
    margin-top: 10px;
    font-size: 17px;
    color: #FF8000;
  }

  #AH25_FAMILY_DAYS .offer-container .ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    align-items: end;
    gap: 16px;
  }

  #AH25_FAMILY_DAYS .offer-container .ctas a {
    border: none;
    width: fit-content;
    font-size: 16px;
    color: #545C5C ;
  }

  #AH25_FAMILY_DAYS .offer-container .ctas a:hover {
    text-decoration: underline;
    border: none;
    background: none;
    color: #545c5c;
  }

  #AH25_FAMILY_DAYS .ml {
    font-size: 10px;
  }

}
@media (max-width: 480px) {
  #AH25_FAMILY_DAYS .family-days-offres {
    height: 310px;
  }
  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-desc {
    margin-top: 65px;
  }
}
@media (min-width: 992px) {
  #AH25_FAMILY_DAYS {
    background-image: url("//media.idkids.fr/media/content/cms/Commun/Homepage/Z1/AH25_HAPPY_HOURS/img1-desk.webp");
    color: #FF8000;
    padding-right: 100px;
  }

  #AH25_FAMILY_DAYS.hp-pl {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-number {
    font-size: 120px;
  }
  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-desc {
    font-size: 18px;
  }
}
@media (min-width: 1199px) {
  #AH25_FAMILY_DAYS .offer-container .logo {
    width: 146px;
  }

  #AH25_FAMILY_DAYS .offer-container .offer {
    font-size: 160px;
  }

  #AH25_FAMILY_DAYS .offer-container .desc {
    margin-top: 15px;
    font-size: 18px;
  }


  #AH25_FAMILY_DAYS .offer-container .ctas a {
    font-size: 18px;
  }

}

@media (min-width: 1700px) {
  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-number {
    font-size: 110px;
  }

  #AH25_FAMILY_DAYS .family-days-offres {
    height: 400px;
  }

  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-desc {
    font-size: 20px;
    margin-top: 90px;

  }
  #AH25_FAMILY_DAYS {
    padding-right: 130px;
  }

  #AH25_FAMILY_DAYS.hp-pl {
    padding-right: 70px;
  }

  #AH25_FAMILY_DAYS .offer-container .logo {
    width: 156px;
  }


  #AH25_FAMILY_DAYS .offer-container .offer {
    font-size: 180px;
  }

  #AH25_FAMILY_DAYS .offer-container .desc {
    margin-top: 20px;
    font-size: 20px;
  }

  #AH25_FAMILY_DAYS .offer-container .ctas {
    gap: 30px;
  }

  #AH25_FAMILY_DAYS .offer-container .ctas a {
    font-size: 20px;
  }

  #AH25_FAMILY_DAYS .offer-container {
    column-gap: 40px;
  }
}
@media (min-width: 1920px) {
  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-number {
    font-size: 5.8vw;
  }

  #AH25_FAMILY_DAYS .family-days-offres {
    height: 24.5vw;
  }

  #AH25_FAMILY_DAYS .family-days-offre .family-days-offre-desc {
    font-size: 1.1vw;
    margin-top: 5vw;
  }
}


@keyframes fade {

  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}