#page_dossier {
  max-width: 100%;
}

#AH25_HAPPY_HOURS {
  height: auto;
  color: #fff;
}
.prob-a  a:not([href]){
    display: contents !important; 
    color: #fff !important;
}
#AH25_HAPPY_HOURS .happy-hours-left {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 620px;
  justify-content: center;
  background-color: #00ff2f;
}

#AH25_HAPPY_HOURS .happy-hours-left .happy-hours-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 77px;
  margin-bottom: 100px;
}

#AH25_HAPPY_HOURS .happy-hours-right {
  display: none;
}

/* Fade Animation */

#AH25_HAPPY_HOURS .happy-hours-offres {
  position: relative;
  width: 100%;
  height: 60px;
  font-weight: bold;
  height: 324px;
  text-align: center;
}

#AH25_HAPPY_HOURS .exclu-text {
  color: #00ff2f;
  text-align: center;
  font-size: 22px;
  height: 32px;
  text-transform: uppercase;
}

#AH25_HAPPY_HOURS .exclu-text span {
  font-weight: 700;
}

#AH25_HAPPY_HOURS .happy-hours-offre {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade 6s infinite;
}

#AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-number {
  font-size: 128px;
  font-weight: 800;
  transform: rotate(-90deg);
  width: fit-content;
}

#AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-number sup {
  font-size: 0.1em;
  vertical-align: 5em;
}

#AH25_HAPPY_HOURS .ml {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 100%;
  font-size: 8px;
  text-align: right;
  margin-right: 0;
}

#AH25_HAPPY_HOURS .happy-hours-cta {
  display: flex;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 45px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #00ff2f;
  border: 1px solid #00ff2f;
  transition: all 0.3s ease-in-out;
}

#AH25_HAPPY_HOURS .happy-hours-cta:hover {
  background-color: #00ff2f;
  color: #fff;
  border: 1px solid #fff;
}

#AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-desc {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 85px;
}

#AH25_HAPPY_HOURS .happy-hours-offre:nth-child(1) {
  animation-delay: 0s;
}

#AH25_HAPPY_HOURS .happy-hours-offre:nth-child(2) {
  animation-delay: 2s;
  /* start after first finishes */
}

#AH25_HAPPY_HOURS .happy-hours-offre:nth-child(3) {
  animation-delay: 4s;
  /* start after first finishes */
}


@media (min-width: 992px) {
  #AH25_HAPPY_HOURS .happy-hours-left {
    height: calc(100vh - 32px);
    min-height: 670px;
  }

  #AH25_HAPPY_HOURS .happy-hours-container {
    display: flex;
  }

  #AH25_HAPPY_HOURS .happy-hours-left {
    width: 50%;
  }

  #AH25_HAPPY_HOURS .happy-hours-right {
    width: 50%;
    display: block;
    height: calc(100vh - 32px);
    min-height: 670px;
    overflow: hidden;
  }

  #AH25_HAPPY_HOURS .happy-hours-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


@media (min-width: 1200px) {
  #AH25_HAPPY_HOURS .happy-hours-left .happy-hours-title {
    font-size: 35px;
    margin-top: 100px;
  }

  #AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-number {
    font-size: 130px;
  }

  #AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-desc {
    font-size: 18px;

  }

  #AH25_HAPPY_HOURS .ml {
    font-size: 12px;
  }
}

@media (min-width: 1700px) {
  #AH25_HAPPY_HOURS .happy-hours-left .happy-hours-title {
    font-size: 45px;
    margin-top: 120px;
  }

  #AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-number {
    font-size: 150px;
  }

  #AH25_HAPPY_HOURS .happy-hours-offres {
    height: 400px;
  }

  #AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-desc {
    font-size: 20px;
    margin-top: 120px;

  }

  #AH25_HAPPY_HOURS .happy-hours-cta {
    width: 170px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1920px) {
  #AH25_HAPPY_HOURS .happy-hours-left .happy-hours-title {
    font-size: 2vw;
    margin-bottom: 6vw;
    margin-top: 3.5vw;
  }

  #AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-number {
    font-size: 9.8vw;
  }

  #AH25_HAPPY_HOURS .happy-hours-offres {
    height: 24.5vw;
  }

  #AH25_HAPPY_HOURS .happy-hours-offre .happy-hours-offre-desc {
    font-size: 1.1vw;
    margin-top: 7vw;
  }

  #AH25_HAPPY_HOURS .happy-hours-cta {
    width: 9.5vw;
    height: 2.3vw;
    font-size: 0.8vw;
  }

  #AH25_HAPPY_HOURS .ml {
    font-size: .6vw;
  }

  #AH25_HAPPY_HOURS .exclu-text {
    color: #00ff2f;
    font-size: 1.5vw;
    height: 2.3vw;
  }

  #AH25_HAPPY_HOURS .happy-hours-left {
    height: calc(100vh - 2.3vw);
  }

  #AH25_HAPPY_HOURS .happy-hours-right {
    height: calc(100vh - 2.3vw);
  }
}

@media (max-width: 480px) {
  #AH25_HAPPY_HOURS .exclu-text {
    font-size: 13px;
    line-height: 28px;
    height: 28px;
  }
  #AH25_HAPPY_HOURS .happy-hours-offres {
    height: 310px;
  }
}



@keyframes fade {

  0%,
  33.33% {
    opacity: 1;
  }

  33.34%,
  100% {
    opacity: 0;
  }
}