#page_dossier {
  max-width: 100%;
}
#AH25_SCHOOL_DAYS {
  position: relative;
  height: 100vh;
  min-height: 800px;
}
#AH25_SCHOOL_DAYS .itCont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 0px);
  text-align: center;
}
#AH25_SCHOOL_DAYS .excluText {
  background-color: #ffffff;
  color: #0d3880;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  height: 34px;
  text-align: center;
}
#AH25_SCHOOL_DAYS .bloc-left {
  background-color: #0d3880;
  display: flex;
  justify-content: center;
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 50%;
  height: 100%;
  align-items: center;
}
#AH25_SCHOOL_DAYS .img-right {
  width: 50%;
  height: 100%;
}
#AH25_SCHOOL_DAYS .img-right img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  background-color: #e0e1e5;
}
#AH25_SCHOOL_DAYS .txt1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}

#AH25_SCHOOL_DAYS .txt1 sup {
  font-size: 22px;
  line-height: 66px;
  vertical-align: top;
}
#AH25_SCHOOL_DAYS .texte p.pct {
  font-size: 250px;
  line-height: 240px;
  font-weight: 700;
  margin: 30px 0 30px;
}
#AH25_SCHOOL_DAYS .texte p.pct sup {
  font-size: 38px;
  line-height: 130px;
  vertical-align: top;
}
#AH25_SCHOOL_DAYS .txt2 {
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 66px;
}
#AH25_SCHOOL_DAYS .texte a {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-decoration: none;
  padding: 10px 26px;
  transition: 300ms;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  display: inline-block;
}
#AH25_SCHOOL_DAYS .texte a:hover {
  color: #002069;
  background-color: #ffffff;
}
#AH25_SCHOOL_DAYS .cdt {
  position: absolute;
  width: 100%;
  text-align: right;
  font-size: 12px;
  bottom: 10px;
  right: 10px;
}

#AH25_SCHOOL_DAYS .txt-par-2 {
  font-size: 30px;
  font-weight: bold;
}

#AH25_SCHOOL_DAYS .txt-sur-2eme {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0 20px;
}

#AH25_SCHOOL_DAYS .txt-sur-une-selection {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-bottom: 55px;
}

/* Responsive  */

@media screen and (max-width: 1500px) {
  #AH25_SCHOOL_DAYS .txt1 {
    font-size: 40px;
    line-height: 50px;
  }
  #AH25_SCHOOL_DAYS .texte p.pct {
    font-size: 175px;
    line-height: 160px;
    margin: 50px 0 40px;
  }

  #AH25_SCHOOL_DAYS .txt2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 55px;
  }
  #AH25_SCHOOL_DAYS .texte p.pct sup {
    font-size: 30px;
    line-height: 90px;
  }
  #AH25_SCHOOL_DAYS .txt1 sup {
    font-size: 14px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1024px) {
  #AH25_SCHOOL_DAYS .txt1 {
    font-size: 30px;
    line-height: 40px;
  }
  #AH25_SCHOOL_DAYS .texte p.pct {
    font-size: 130px;
    line-height: 120px;
    margin: 50px 0 40px;
  }

  #AH25_SCHOOL_DAYS .txt2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 45px;
  }
  #AH25_SCHOOL_DAYS .texte p.pct sup {
    font-size: 20px;
    line-height: 64px;
  }
}

@media screen and (max-width: 767px) {
  #AH25_SCHOOL_DAYS .excluText {
    font-size: 16px;
  }
  #AH25_SCHOOL_DAYS .itCont {
    position: relative;
    background-color: #0d3880;
    padding: 70px 0 45px;
  }
  #AH25_SCHOOL_DAYS .img-right {
    display: none;
  }
  #AH25_SCHOOL_DAYS .bloc-left {
    width: 100%;
    position: initial;
  }
  #AH25_SCHOOL_DAYS {
    height: auto;
    min-height: auto;
  }
  #AH25_SCHOOL_DAYS .texte p.pct {
    font-size: 120px;
    line-height: 110px;
    margin: 40px 0 20px;
    white-space: nowrap;
    font-weight: 900;
  }
  #AH25_SCHOOL_DAYS .txt1 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    max-width: min-content;
    margin: 0 auto 10px;
  }
  #AH25_SCHOOL_DAYS .txt1 sup {
    font-size: 14px;
    line-height: 30px;
  }
  #AH25_SCHOOL_DAYS .txt2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #AH25_SCHOOL_DAYS .cdt {
    position: absolute;
    width: 100%;
    text-align: right;
    font-size: 12px;
    bottom: 4px;
    right: 6px;
    color: #ffffff;
  }

  #AH25_SCHOOL_DAYS .logo {
    width: 250px;
  }

  #AH25_SCHOOL_DAYS .txt-par-2 {
    font-size: 20px;
  }

  #AH25_SCHOOL_DAYS .txt-sur-2eme {
    font-size: 20px;
  }

  #AH25_SCHOOL_DAYS .txt-sur-une-selection {
    margin-bottom: 100px;
    font-size: 18px;
  }
}