#page_dossier {
    max-width: 100%;
}

#PE26_SOLDES_TOUT-A {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - var(--banner-height, 0px));
    min-height: 550px;
    color: #FFFFFF;
    text-align: center;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#PE26_SOLDES_TOUT-A picture.bg,
#PE26_SOLDES_TOUT-A img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#PE26_SOLDES_TOUT-A .blocRight {
    background-color: #E20000;
    display: flex;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 100%;
    align-items: center;
    padding-top: 7vh;
}

#PE26_SOLDES_TOUT-A .imgLeft {
    width: 50%;
    height: 100%;
}

#PE26_SOLDES_TOUT-A .imgLeft img {
    object-fit: cover;
    object-position: top;
    height: 100%;
}

#PE26_SOLDES_TOUT-A .txt1 {
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
}
#PE26_SOLDES_TOUT-A .txtOffre {
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 50px 0 15px;
}
#PE26_SOLDES_TOUT-A .texte p.pct {
    font-size: 250px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}

#PE26_SOLDES_TOUT-A .texte p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: -0.6em;
}

#PE26_SOLDES_TOUT-A .txt2 {
    font-size: 46px;
    line-height: 46px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 66px;
}
#PE26_SOLDES_TOUT-A .txt2 sup{
    font-size: 50%;
    line-height: normal;
    top: 0;
    vertical-align: top;
}
#PE26_SOLDES_TOUT-A .ctas-group {
    max-width: 590px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin: 3vh auto 0;
}

#PE26_SOLDES_TOUT-A .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_SOLDES_TOUT-A .ctas-group a:hover {
    color: #E20000;
    background-color: #FFFFFF;
}
#PE26_SOLDES_TOUT-A .ctas-group a:first-of-type{
    order: 1;
}
#PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(2){
    order: 2;
}
#PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(3){
    order: 4;
}
#PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(4){
    order: 5;
}
#PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(5){
    order: 3;
}
#PE26_SOLDES_TOUT-A .ctas-group a:last-of-type{
    order: 6;
}

#PE26_SOLDES_TOUT-A .cdt {
    position: absolute;
    width: 100%;
    text-align: right;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
}


@media screen and (max-width: 1500px) {
   
    #PE26_SOLDES_TOUT-A .ctas-group a {
        font-size: 12px;
        height: 40px;
        width: 160px;
    }
    #PE26_SOLDES_TOUT-A .txt1,#PE26_SOLDES_TOUT-A .txtOffre {
        font-size: 45px;
    }

    #PE26_SOLDES_TOUT-A .texte p.pct {
        font-size: 175px;
    }

    #PE26_SOLDES_TOUT-A .txt2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    #PE26_SOLDES_TOUT-A .ctas-group a {
        font-size: 11px;
        height: 36px;
        width: 140px;
    }
}
@media screen and (max-width: 1024px) {

    #PE26_SOLDES_TOUT-A .txt1,#PE26_SOLDES_TOUT-A .txtOffre {
        font-size: 45px;
    }

    #PE26_SOLDES_TOUT-A .texte p.pct {
        font-size: 150px;
    }
    #PE26_SOLDES_TOUT-A .txt2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    #PE26_SOLDES_TOUT-A .imgLeft {
        display: none;
    }

    #PE26_SOLDES_TOUT-A .blocRight {
        width: 100%;
        position: initial;
    }
    #PE26_SOLDES_TOUT-A {
        background-color: #E20000;
        padding: 70px 0 40px;
    }

    #PE26_SOLDES_TOUT-A .texte p.pct {
        font-size: 150px;
        margin: 30px 0;
    }

    #PE26_SOLDES_TOUT-A .txt1 {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 10vh;
        font-weight: 500;
    }
    #PE26_SOLDES_TOUT-A .txt1:nth-child(2) {
        font-size: 25px;
    }

    #PE26_SOLDES_TOUT-A .txt2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #PE26_SOLDES_TOUT-A .cdt {
        position: absolute;
        width: 100%;
        text-align: right;
        font-size: 9px;
        right: 6px;
        bottom: 2px;
    }

    .magic-days-band {
        font-size: 16px;
    }
    #PE26_SOLDES_TOUT-A .txtOffre {
        margin-top: 0;
        font-size: 35px;
    }
    #PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(3){
        order: 3;
    }
    #PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(4){
        order: 4;
    }
    #PE26_SOLDES_TOUT-A .ctas-group a:nth-of-type(5){
        order: 5;
    }
    #PE26_SOLDES_TOUT-A .ctas-group {
        max-width: 330px;
        gap: 10px;
        margin: 3vh auto 0;
    }
    #PE26_SOLDES_TOUT-A .ctas-group a {
        font-size: 12px;
        height: 45px;
        width: 138px;
    }
}


@media screen and (max-width: 480px) {
    #PE26_SOLDES_TOUT-A {
        height: calc(100svh - var(--banner-height, 0px));
        min-height: calc(100svh - var(--banner-height, 0px));
    }
    #PE26_SOLDES_TOUT-A .texte p.pct {
        font-size: 119px;
        margin: 10px 0 20px;
    }
    #PE26_SOLDES_TOUT-A .txt1 sup {
        font-size: 10px;
        line-height: 14px;
        top: 0;
        vertical-align: top;
    }
    #PE26_SOLDES_TOUT-A .cdt {
        font-size: 8px;
        right: initial;
        bottom: 4px;
        text-align: center;
    }
    #PE26_SOLDES_TOUT-A .blocRight {
        padding-top: 0;
    }
}
@media screen and (max-width: 370px) {
    #PE26_SOLDES_TOUT-A .texte p.pct {
        font-size: 110px;
    }
}