#page_dossier {
    max-width: 100%;
}
#AH25_Good_Days{
    position: relative;
}
#AH25_Good_Days .bandeau-good-days {
    background-color: #ebebeb;
    display: flex;
    position: relative;
    justify-content: center;
    color: #002069;
    text-align: center;
    height: auto;
    padding-top:60px;
    padding-bottom: 30px;
}

#AH25_Good_Days .bandeau-good-days .texte {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 30px 20px 50px;
}
#AH25_Good_Days .bandeau-good-days .first1 span{
    font-weight: 700;
    padding-right: 10px;
}
#AH25_Good_Days .bandeau-good-days .first1{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
#AH25_Good_Days .bandeau-good-days .first1.pl{
    font-size: 14px;
}
#AH25_Good_Days .bandeau-good-days .texte p.pct {
    font-size: 114px;
    line-height:114px;
    font-weight: 700;
    margin-top: 40px;
}
#AH25_Good_Days .bandeau-good-days .texte p.pct sup{
    font-size: 18px;
    line-height: 70px;
    vertical-align: top;
}
#AH25_Good_Days .bandeau-good-days .second span{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
#AH25_Good_Days .bandeau-good-days .second{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 46px;
}
#AH25_Good_Days .bandeau-good-days .texte a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #002069;
    border: 1px solid #002069;
    text-decoration: none;
    padding:8px 24px;
    transition: 300ms;
    width: auto;
    margin: 0 auto;
    text-transform: uppercase;
}
#AH25_Good_Days .bandeau-good-days .texte a:hover {
    color: #002069;
    background-color: #FFFFFF;
}
#AH25_Good_Days .cdt {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    bottom: 10px;
}
@media (min-width: 993px) {

    @keyframes changeBg {
        0%,49.9% { background-image: url('//media.idkids.fr/media/content/cms/Commun/Homepage/Z1/AH25_Good_Days/img-1.webp'); }
        50%,100% { background-image: url('//media.idkids.fr/media/content/cms/Commun/Homepage/Z1/AH25_Good_Days/img-2.webp'); }
    }
    #AH25_Good_Days {
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: top;
      animation: changeBg 2s infinite alternate;
      min-height: 750px;
        height: 100vh;
      background-color: #ebebeb;
    }

    #AH25_Good_Days .bandeau-good-days {
        width: 36%;
        align-items: center;
        padding: 0 20px;    
        height: 100%;
    }
    #AH25_Good_Days .bandeau-good-days img.good-id {
        width: 80%;
        
    }
    #AH25_Good_Days .bandeau-good-days .first1 span{
        font-size: 1.5vw;
        padding-left: 12px;
        margin-right: 20px;
    }
    #AH25_Good_Days .bandeau-good-days .first1{
        font-size: 1.5vw;
        line-height: 2vw;
    }
    #AH25_Good_Days .bandeau-good-days .first1.pl span{
        font-size: 1.2vw;
        padding-left: 12px;
    }
    #AH25_Good_Days .bandeau-good-days .first1.pl{
        font-size: 1.2vw;
        line-height: 2vw;
    }
    #AH25_Good_Days .bandeau-good-days .texte p.pct {
        font-size: 9vw;
        line-height: 8vw;
        margin-top: 3vw;
        font-weight: 700;
    }
    #AH25_Good_Days .bandeau-good-days .texte p.pct sup{
        font-size: 1.4vw;
        line-height: 4.2vw;
        vertical-align: top;
    }
    #AH25_Good_Days .bandeau-good-days .second span{
        font-weight: 700;
        font-size: 1.8vw;
    }
    #AH25_Good_Days .bandeau-good-days .second{
        font-size: 1.4vw;
        line-height: 2vw;
        margin-bottom: 2.4vw;
    }
    #AH25_Good_Days .bandeau-good-days .texte a {
        font-size: 1vw;
        color: #FFFFFF;
        background-color: #002069;
        border: 1px solid #002069;
        text-decoration: none;
        padding: 0.5vw 0;
        transition: 300ms;
        width: 36%;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 400;
    }
    #AH25_Good_Days .bandeau-good-days .texte a.nl {
        width: 62%;
    }

    #AH25_Good_Days .bandeau-good-days .texte a:hover {
        color: #002069;
        background-color: #FFFFFF;
    }

    #AH25_Good_Days .cdt {
        font-size: 12px;
        right: 6px;
        bottom: 4px;
        text-align: right;
    }

}

@media (max-width: 390px) {
  #AH25_Good_Days .bandeau-good-days .texte p.pct {
    font-size: 90px;
    line-height: 80px;
  }
  #AH25_Good_Days .bandeau-good-days .second span{
    font-size: 21px;
    line-height: 24px;
  }
  #AH25_Good_Days .bandeau-good-days .second{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  #AH25_Good_Days .bandeau-good-days .first1{
    font-size: 16px;
    line-height: 22px;
    }
    #AH25_Good_Days .bandeau-good-days .texte p.pct sup{
        font-size: 15px;
        line-height: 43px;
    }
}