#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: #0D3880;
  color: #fff;
}

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

#AH25_GOOD_DAYS .exclu-text {
  color: #0D3880;
  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: #0D3880;
  border: 1px solid #0D3880;
  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: #0D3880;
  border: 1px solid #0D3880;
  transition: all 0.3s ease-in-out;
}

#AH25_GOOD_DAYS .GOOD-DAYS-cta.dech:hover {
  background-color: #0D3880;
  color: #fff;
  border: 1px solid #fff;
}
#AH25_GOOD_DAYS .GOOD-DAYS-cta:hover {
  background-color: #0D3880;
  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: 110px;
  line-height: 21px;
}

@media (min-width: 992px) {
  #AH25_GOOD_DAYS .GOOD-DAYS-offres {
    min-height: 335px;
}
  #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: #0D3880;
  border: 1px solid #0D3880;
  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: #0D3880;
  border: 1px solid #0D3880;
  transition: all 0.3s ease-in-out;
}
#AH25_GOOD_DAYS .GOOD-DAYS-left {
  height: calc(100vh - 60px);
  min-height: 623px;
}

  #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(100vh - 60px);
    min-height: 623px;
    overflow: hidden;
  }

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


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

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

  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-desc {
    font-size: 16px;
    margin-top: 90px;
  }

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

@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-left {
    min-height: 800px;
  }

  #AH25_GOOD_DAYS .GOOD-DAYS-right {
    min-height: 800px;
  }


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


@media (max-width: 1450px) {
  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number {
    font-size: 110px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
      margin-bottom: 70px;
  } 
  #AH25_GOOD_DAYS .GOOD-DAYS-offres {
        min-height: 300px;
    }

}
@media (max-width: 480px) {
  #AH25_GOOD_DAYS .exclu-text {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offres {
    min-height: 290px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-number {
    font-size: 108px;
  }
  #AH25_GOOD_DAYS .GOOD-DAYS-left .GOOD-DAYS-title {
    margin-bottom: 80px;
    margin-top: 50px;
  }
#AH25_GOOD_DAYS .GOOD-DAYS-offre .GOOD-DAYS-offre-desc {
    margin-top: 80px;
}
}