#page_dossier {
    max-width: 100%;
}

#PE26_M1_SOLDES_ACCRO {
    position: relative;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - var(--banner-height, 0px));
    min-height: 550px;
}

#PE26_M1_SOLDES_ACCRO .blocTxt {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    width: 40%;
    height:80%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10%;
    background-color: #E20000;
    margin: auto;
    margin-top: 3%;
    padding: 10px;
}
#PE26_M1_SOLDES_ACCRO picture.bg,
#PE26_M1_SOLDES_ACCRO img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#PE26_M1_SOLDES_ACCRO .txt1 {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #FFFFFF;
}
#PE26_M1_SOLDES_ACCRO .txt2 {
    font-weight: 500;
    font-size: 2.5vw;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom:8vh;
    color: #FFFFFF;
}

#PE26_M1_SOLDES_ACCRO .offer {
  font-size: 12vw;
  line-height: 1;
  font-weight: 900;
  margin: 0 auto;
  color: #FFFFFF;
}

#PE26_M1_SOLDES_ACCRO .offer sup {
    font-size: .15em;
    top: 0;
    vertical-align: 4em;
    font-weight: 400;
}

#PE26_M1_SOLDES_ACCRO .offer .minus {
   position: relative;
    display: inline-block;
}

#PE26_M1_SOLDES_ACCRO .offer .minus .to-txt {
    position: absolute;
    bottom: 62%;
    left: 43%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 1.3vw;
    font-weight: 400;
    text-transform: uppercase;
}
#PE26_M1_SOLDES_ACCRO .ctas-group {
    max-width: 590px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin: 2vh auto 7vh;
}

#PE26_M1_SOLDES_ACCRO .ctas-group a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #E20000;
    font-size: 14px;
    line-height: 1.2;
    height: 46px;
    text-transform: uppercase;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .2em;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:hover {
    color: #E61F1B;
    background-color: #FFFFFF;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:first-of-type{
    order: 1;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(2){
    order: 2;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(3){
    order: 4;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(4){
    order: 5;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(5){
    order: 3;
}
#PE26_M1_SOLDES_ACCRO .ctas-group a:last-of-type{
    order: 6;
}
#PE26_M1_SOLDES_ACCRO .blocTxt .cdt{
    font-size: 11px;
    line-height: 1.2;
    position: absolute;
    bottom: 8px;
    color: #FFFFFF;
}

@media screen and (max-width: 1500px) {
    #PE26_M1_SOLDES_ACCRO .ctas-group a {
        font-size: 12px;
        height: 40px;
        width: 160px;
    }
    
}
@media screen and (max-width: 1200px) {
    #PE26_M1_SOLDES_ACCRO .ctas-group a {
        font-size: 11px;
        height: 36px;
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    #PE26_M1_SOLDES_ACCRO .blocTxt {
        width: 90%;
        padding: 20px;
        height: auto;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 20px 0px;
        bottom: 20px;
    }
    #PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(3){
        order: 3;
    }
    #PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(4){
        order: 4;
    }
    #PE26_M1_SOLDES_ACCRO .ctas-group a:nth-of-type(5){
        order: 5;
    }
    #PE26_M1_SOLDES_ACCRO .cdt {
        font-size: 9px;
    }
    #PE26_M1_SOLDES_ACCRO .txt1 {
        font-size: 34px;
        line-height: 1;
    }
    #PE26_M1_SOLDES_ACCRO .txt2 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    #PE26_M1_SOLDES_ACCRO .offer {
        font-size: 100px;
    }

    #PE26_M1_SOLDES_ACCRO .offer sup {
        font-size: .10em;
        top: 0;
        vertical-align: 6.2em;
    }

    #PE26_M1_SOLDES_ACCRO .offer .minus .to-txt {
        font-size: 11px;
    }

    #PE26_M1_SOLDES_ACCRO .ctas-group {
        margin-bottom: 25px;
        max-width: 330px;
        gap: 10px;
        margin: 20px auto 40px;
    }
    #PE26_M1_SOLDES_ACCRO .ctas-group a {
        font-size: 12px;
        height: 45px;
        width: 138px;
    }
}

@media screen and (max-width: 480px) {
    #PE26_M1_SOLDES_ACCRO {
        height: calc(100svh - var(--banner-height, 0px));
        min-height: calc(100svh - var(--banner-height, 0px));
    }
    #PE26_M1_SOLDES_ACCRO .ctas-group a {
        font-size: 10px;
        height: 32px;
        width: 120px;
    }
}
@media screen and (max-width: 390px) {
    #PE26_M1_SOLDES_ACCRO .txt1 {
        font-size: 29px;
        margin-bottom: 4px;
    }
    #PE26_M1_SOLDES_ACCRO .txt2 {
        font-size: 21px;
    }
    #PE26_M1_SOLDES_ACCRO .offer {
        font-size: 100px;
    }
    #PE26_M1_SOLDES_ACCRO .blocTxt .cdt {
        font-size: 9px;
    }
}
@media screen and (max-width: 370px) {
    #PE26_M1_SOLDES_ACCRO .offer {
        font-size: 85px;
    }
    #PE26_M1_SOLDES_ACCRO .offer .minus .to-txt {
        font-size: 9px;
    }
}