#page_dossier {
  max-width: 100%;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#AH25_GOOD_DAYS {
  height: auto;
  color: #fff;
}

#AH25_GOOD_DAYS .GOOD-DAYS-left {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #00ff2f;
  color: #fff;
}

#AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 77px;
  margin-bottom: 100px;
}
#AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title sup {
  font-size: 12px;
  vertical-align: top;
  line-height: 34px;
}
#AH25_GOOD_DAYS .GOOD-DAYS-right {
  display: none;
}

/* Fade Animation */

#AH25_GOOD_DAYS .GOOD-DAYS-offres {
  position: relative;
  width: 100%;
  font-weight: bold;
  height: 350px;
  text-align: center;
}

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

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

#AH25_GOOD_DAYS .GOOD-DAYS-offre {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

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

#AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number sup {
  font-size: 0.1em;
  vertical-align: 5em;
}

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

#AH25_GOOD_DAYS .GOOD-DAYS-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: 15px 0 30px;
  background-color: #fff;
  color: #00ff2f;
  border: 1px solid #00ff2f;
  transition: all 0.3s ease-in-out;
}
#AH25_GOOD_DAYS .GOOD-DAYS-cta.dech{
  display: flex;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 45px;
  margin: 20px 0 40px;
  background-color: #fff;
  color: #00ff2f;
  border: 1px solid #00ff2f;
  transition: all 0.3s ease-in-out;
}
#AH25_GOOD_DAYS .GOOD-DAYS-cta:hover {
  background-color: #00ff2f;
  color: #fff;
  border: 1px solid #fff;
}
#AH25_GOOD_DAYS .GOOD-DAYS-cta.dech:hover {
  background-color: #00ff2f;
  color: #fff;
  border: 1px solid #fff;
}

#AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-desc {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 90px;
  line-height: 21px;
}

@media (min-width: 992px) {
  #AH25_GOOD_DAYS .GOOD-DAYS-cta.dech{
  display: flex;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 45px;
  margin: 15px 0 15px;
  background-color: #fff;
  color: #00ff2f;
  border: 1px solid #00ff2f;
  transition: all 0.3s ease-in-out;
}
  #AH25_GOOD_DAYS .GOOD-DAYS-cta{
  display: flex;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin: 15px 0 15px;
  background-color: #fff;
  color: #00ff2f;
  border: 1px solid #00ff2f;
  transition: all 0.3s ease-in-out;
}
#AH25_GOOD_DAYS .GOOD-DAYS-left {
  height: calc(95vh - 67px);
  min-height: 620px;
}

  #AH25_GOOD_DAYS .GOOD-DAYS-container {
    display: flex;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-left {
    width: 50%;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-right {
    width: 50%;
    display: block;
    height: calc(95vh - 67px);
    min-height: 620px;
    overflow: hidden;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


@media (min-width: 1200px) {
  #AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
    font-size: 35px;
    margin-top: 80px;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number {
    font-size: 120px;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-desc {
    font-size: 18px;

  }

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

@media (min-width: 1700px) {
    #AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
    font-size: 45px;
    margin-top: 120px;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number {
    font-size: 150px;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-offres{
    height: 400px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-desc {
    font-size: 20px;
    margin-top: 120px;

  }


  #AH25_GOOD_DAYS .GOOD-DAYS-cta{
    width: 170px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 2px;
  }
}




@media (max-width: 480px) {
  #AH25_GOOD_DAYS .exclu-text {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offres {
    height: 310px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number {
    font-size: 118px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
    margin-bottom: 90px;
}
}