.main-content .page,
#page_dossier {
    max-width: none !important;
    padding: 0 !important;
}

#z1-home-container-offre1 {
    position: relative;
    height: fit-content;
    background-color: #E5E5E5;
}

#z1-home-container-offre1 picture,
#z1-home-container-offre1 img.bg {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: top;
}

#z1-home-container-offre1 .ast {
    font-size: 9px;
    text-align: right;
    position: absolute;
    right: 4px;
    bottom: -13px;
}

#z1-home-container-offre1 .texte {
    width: 100%;
    text-align: center;
}

#z1-home-container-offre1 .bl {
    width: 100%;
    height: 100%;
}

#z1-home-container-offre1 .texte h4 {
    font-weight: 900;
    font-size: 70px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 70px;
    padding-top: 6px;
    position: relative;
    z-index: 1;
}
#z1-home-container-offre1 .texte h4::before {
  content: "";
  background: url('//media.idkids.fr/media/content/cms/Commun/Homepage/Z1/SOLDES_PE25/TOUTA-BE/img-mob.webp');
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#z1-home-container-offre1 .texte p.ddtxt {
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}


#z1-home-container-offre1 .texte .reduc {
    margin-top: 34px;
}

#z1-home-container-offre1 .texte .reduc p.txt-1 {
    font-weight: 800;
    font-size: 27px;
    line-height: 36px;
    padding: 5px 0;
    color: #DC0F14;
    text-transform: uppercase;
}
#z1-home-container-offre1 .texte .reduc p.txt-1.txt2 {
    font-size: 18px;
    line-height: 26px;
}
#z1-home-container-offre1 .texte .reduc p.txtOffre {
    font-weight: 700;
    font-size: 95px;
    line-height: 80px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    color: #DC0F14;
}


#z1-home-container-offre1 .texte.pl .reduc p:nth-of-type(2) {
    font-size: 70px;
    line-height: 60px;
}

#z1-home-container-offre1 .texte .reduc p.txtOffre sup {
    font-weight: 700;
    font-size: 40px;
    top: 22px;
}

#z1-home-container-offre1 .texte.pl .reduc p:nth-of-type(2) sup {
    font-weight: 700;
    font-size: 37px;
    top: -23px;
}

#z1-home-container-offre1 .texte .reduc p.txtOffre sup sup {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    top: -20px;
}


#z1-home-container-offre1 .sup span {
    font-size: 30px;
    font-weight: 700;
}


#z1-home-container-offre1 .ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 320px;
    margin: auto;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#z1-home-container-offre1 .ctas a {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 145px;
    height: 48px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    color: #DC0F14;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #DC0F14;
    transition: all .3s;
    line-height: 16px;
}

#z1-home-container-offre1 .ctas a.pl {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 145px;
    height: 40px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 11px;
    color: #DC0F14;
    letter-spacing: 0;
    text-align: center;
}

#z1-home-container-offre1 .ctas a:hover {
    background: #DC0F14;
    color: #FFFFFF;
}

#z1-home-container-offre1 .cdt {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: end;
}

@media (min-width: 390px) {
    #z1-home-container-offre1 .texte h4 {
        font-size: 80px;
        padding-top: 6px;
        line-height: 80px;
    }
    #z1-home-container-offre1 .texte h4::before {
        height: 156px;
    }
    #z1-home-container-offre1 .texte p.ddtxt {
        font-size: 21px;
    }
    #z1-home-container-offre1 .texte .reduc {
        margin-top: 60px;
    }

}

@media (min-width: 600px) {
    #z1-home-container-offre1 .texte h4::before {
        height: 166px;
    }
}

@media (min-width: 768px) {
    #z1-home-container-offre1 .sup {
        font-size: 25px;
        line-height: 65px;
        color: #DC0F14;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        width: fit-content;
        margin: 0 auto 0 auto;
        padding: 0 20px;
    }


    #z1-home-container-offre1 .ctas {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 320px;
        margin: auto;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #z1-home-container-offre1 .ctas.desk {
        display: flex;
    }


    #z1-home-container-offre1 .texte h4::before {
        content: none;
    }

    #z1-home-container-offre1 picture,
    #z1-home-container-offre1 img.bg {
        width: 100%;
        min-height: 650px;
        max-height: auto;
        object-fit: cover;
        object-position: left;
    }

    #z1-home-container-offre1 .texte {
        position: absolute;
        width:700px;
        top: 42%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre span {
        font-size: 30px;
        padding-right: 15px;
    }

    #z1-home-container-offre1 .texte h4 {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 8vw;
        line-height: 7vw;
    }
    #z1-home-container-offre1 .texte p.ddtxt {
        font-size: 2vw;
    }
    #z1-home-container-offre1 .texte h4.es,#z1-home-container-offre1 .texte h4.pl {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 100px;
    }


    #z1-home-container-offre1 .texte .reduc {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 16% 0 0 0;
    }

    #z1-home-container-offre1 .texte .reduc p {
        margin-bottom: 20px;
        color: #DC0F14;
    }

    #z1-home-container-offre1 .texte .reduc p.txt-1 {
        padding-top: 0px;
        margin-bottom: 0;
        font-size: 2.2vw;
        line-height: 1vw;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre {
        margin-bottom: 0px;
        font-size: 9vw;
        line-height: 8vw;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre sup {
        font-size: 4vw;
        line-height: 4.4vw;
        top: 0;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre sup sup {
        font-size: 13px;
        top: 0;
        vertical-align: top;
        line-height: 2.6vw;
    }


    #z1-home-container-offre1 .ctas {
        position: absolute;
        bottom: 25px;
        width: 100%;
        gap: 10px;
    }

    #z1-home-container-offre1 .ctas a {
        width: 180px;
        height: 45px;
    }

}


@media (min-width: 1130px) {
    #z1-home-container-offre1 picture,
    #z1-home-container-offre1 img.bg {
        min-height: 100%;
        max-height: 100%;
    }

    #z1-home-container-offre1 .texte {
        width: 50%;
        top: 43%;
    }

    #z1-home-container-offre1 .texte .reduc {
        margin: 10% 0 0 0;
    }

    #z1-home-container-offre1 .texte .reduc p.txt-1 {
        font-size: 2vw;
        margin: 4px 0;
    }
    #z1-home-container-offre1 .texte .reduc p.txt-1.txt2 {
        font-size: 1.8vw;
        line-height: 1vw;
        margin: 0;
    }
    #z1-home-container-offre1 .texte .reduc p.txtOffre {
        font-size: 8vw;
        line-height: 7vw;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre sup {
        font-size: 4vw;
        top: 0;
        line-height: 4.4vw;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre sup sup {
        top: 0;
        vertical-align: top;
        line-height: 2.4vw;
    }

}

@media (min-width: 1500px) {
    #z1-home-container-offre1 .texte .reduc {
        margin: 80px 0 0 0;
    }
}

@media (min-width: 1700px) {

    #z1-home-container-offre1 .texte {
        top: 44%;
    }
    #z1-home-container-offre1 .texte .reduc {
        margin: 90px 0 0 0;
    }

    #z1-home-container-offre1 .texte .reduc p {
        font-size: 200px;
        line-height: 160px;
    }


    #z1-home-container-offre1 .ctas a {
        width: 245px;
        height: 56px;
        font-size: 18px;
    }

    #z1-home-container-offre1 .texte .reduc p.txt-1 {
        font-size: 50px;
        line-height: 50px;
    }
    #z1-home-container-offre1 .texte .reduc p.txt-1.txt2{
        font-size: 30px;
        line-height: 30px;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre {
        font-size: 178px;
        line-height: 140px;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre sup {
        font-size: 84px;
        top: 42px;
        line-height: 0px;
    }

    #z1-home-container-offre1 .texte .reduc p.txtOffre sup sup {
        font-size: 18px;
        top: -46px;
    }
    #z1-home-container-offre1 .texte h4 {
        font-size: 8vw;
        line-height: 7vw;
    }
    #z1-home-container-offre1 .texte p.ddtxt {
        font-size: 2vw;
    }

}

@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
  #z1-home-container-offre1{
    padding-bottom: 30px;
  }
}