#page_dossier {
  max-width: 100%;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#AH25_GOOD_DAYS {
  color: #fff;
}
#AH25_GOOD_DAYS {
  position: relative;
}
#AH25_GOOD_DAYS .GOOD-DAYS-left {
  display:flex;
  position:relative;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  width:100%;
  background-color:#00ff2f;
  color:#181818;
}

#AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 77px;
  margin-bottom: 80px;
}
#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: 270px;
  text-align: center;
}

#AH25_GOOD_DAYS .exclu-text {
  color: #181818;
    text-align: center;
    font-size: 22px;
    height: 32px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}

#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: 90px;
  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: 180px;
  height: 45px;
  margin: 15px 0 30px;
  background-color: #00ff2f;
  color: #181818;
  border: 1px solid #181818;
  transition: all 0.3s ease-in-out;
  line-height: 1.1;
}
#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: #00ff2f;
  color: #181818;
  border: 1px solid #181818;
  transition: all 0.3s ease-in-out;
}
#AH25_GOOD_DAYS .GOOD-DAYS-cta:hover {
  background-color: #181818;
  color: #00ff2f;
  border: 1px solid #181818;
}
#AH25_GOOD_DAYS .GOOD-DAYS-cta.dech:hover {
  background-color: #181818;
  color: #00ff2f;
  border: 1px solid #181818;
}

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

@media (min-width: 768px) {
  #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: #00ff2f;
  color: #181818;
  border: 1px solid #181818;
  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: #00ff2f;
  color: #181818;
  border: 1px solid #181818;
  transition: all 0.3s ease-in-out;
}

  #AH25_GOOD_DAYS .GOOD-DAYS-container {
    display:flex;
    height: calc(100svh - var(--banner-height, 0px));
  }

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

  #AH25_GOOD_DAYS .GOOD-DAYS-right {
    width: 50%;
    display: block;
    overflow: hidden;
  }

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


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

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

  #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: 40px;
    margin-top: 120px;
  }

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

  #AH25_GOOD_DAYS .GOOD-DAYS-offres{
    height: 420px;
  }
  #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 (min-width: 768px) and (max-width: 1300px) {
    #AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
      font-size: 28px;
      margin-top: 60px;
      margin-bottom: 70px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number {
      font-size: 94px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offres {
    height: 240px;
  }
}

@media (max-width: 480px) {
  #AH25_GOOD_DAYS .exclu-text {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offres {
    height: auto;
    min-height: 270px;
  }
  #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;
    
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-cta {
    margin: 35px 0 30px;
  }
  #AH25_GOOD_DAYS{
    min-height:calc(100svh - var(--banner-height,0px));
    display:flex;
    flex-direction:column;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-left{
    flex:1;
    min-height:max(600px,calc(100svh - 28px - var(--banner-height,0px)));
  }
}