#page_dossier {
    max-width: 100%;
}

#AH25_M1_SOLDES {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height:calc(100vh - 27px);
    min-height:630px;
}
#AH25_M1_SOLDES.withBnd {
    height:calc(100vh - 61px);
}
.prob-a  a:not([href]){
    display: contents !important; 
}
.soldes-band {
    height: 34px;
    text-transform: uppercase;
    color: #0D3880;
    text-align: center;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#AH25_M1_SOLDES .blocRight {
    background-color: #E61F1B;
    position: relative;
    color: #FFFFFF;
    text-align: center;
    width: 30%;
    min-width: 380px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#AH25_M1_SOLDES .imgLeft {
    width: 70%;
    height: 100%;
}

#AH25_M1_SOLDES .imgLeft img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

#AH25_M1_SOLDES .txt1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

#AH25_M1_SOLDES .offer {
  text-orientation: mixed;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 150px;
  line-height: 1;
  font-weight: 900;
  margin: 0 auto;
  color: #ffffff;
}

#AH25_M1_SOLDES .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 1.7em;
  font-weight: 400;
}

#AH25_M1_SOLDES .offer .minus {
  position: relative;
}

#AH25_M1_SOLDES .offer .minus .to-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20px, -50%);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
#AH25_M1_SOLDES .offer .minus .to-txt.deCH {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20px, -54%);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#AH25_M1_SOLDES .ctas-group.ctaOnly{
    margin-top: 60px;
}
#AH25_M1_SOLDES .ctas-group {
    max-width: 362px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 40px;
}

#AH25_M1_SOLDES .ctas-group a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    text-transform: uppercase;
    width: 172px;
}
#AH25_M1_SOLDES .ctas-group.ctaOnly a{
    background-color: #FFFFFF;
    color: #E61F1B;
}
#AH25_M1_SOLDES .ctas-group a:hover {
    color: #E61F1B;
    background-color: #FFFFFF;
}
#AH25_M1_SOLDES .ctas-group.ctaOnly a:hover{
    background-color: transparent;
    color: #FFFFFF;
}

#AH25_M1_SOLDES .blocRight .cdt{
    font-size: 11px;
    line-height: 1.2;
    position: absolute;
    bottom: 8px;
}

@media screen and (max-width: 1600px) {
    #AH25_M1_SOLDES .txt1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    #AH25_M1_SOLDES .offer {
        font-size: 120px;
        line-height: 1;
    }

    #AH25_M1_SOLDES .offer sup {
        font-size: .10em;
        top: -.8em;
        vertical-align: 2.7em;
    }

    #AH25_M1_SOLDES .offer .minus .to-txt {
        font-size: 13px;
    }
    #AH25_M1_SOLDES .offer .minus .to-txt.deCH {
        font-size: 11px;
    }
    #AH25_M1_SOLDES .ctas-group {
        max-width: 300px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        margin-top: 30px;
    }
    #AH25_M1_SOLDES .ctas-group.PL {
        max-width: 335px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        margin-top: 30px;
    }
    
    #AH25_M1_SOLDES .ctas-group a {
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        width: 145px;
    }
    #AH25_M1_SOLDES .ctas-group.PL a {
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        width: 160px;
    }
}

@media screen and (max-width: 767px) {
    #AH25_M1_SOLDES .imgLeft {
        display: none;
    }

    #AH25_M1_SOLDES .blocRight {
        width: 100%;
        position: initial;
        min-width: auto;
    }

    #AH25_M1_SOLDES {
        height: auto;
        min-height: auto;
        padding: 70px 0 20px;
        background-color: #E61F1B;
    }
    #AH25_M1_SOLDES .cdt {
        font-size: 9px;
    }

    .soldes-band {
        font-size: 16px;
    }
    #AH25_M1_SOLDES .offer {
        font-size: 133px;
    }

    #AH25_M1_SOLDES .offer sup {
        font-size: .10em;
        top: -.8em;
        vertical-align: 2.7em;
    }

    #AH25_M1_SOLDES .offer .minus .to-txt {
        font-size: 15px;
    }
    #AH25_M1_SOLDES .offer .minus .to-txt.deCH {
        font-size: 13px;
    }

    #AH25_M1_SOLDES .ctas-group {
        margin-bottom: 25px;
        max-width: 330px;
        gap: 10px;
        margin-top: 30px;
    }
    #AH25_M1_SOLDES .ctas-group.PL {
        margin-bottom: 25px;
        max-width: 330px;
        gap: 10px;
        margin-top: 30px;
    }
    #AH25_M1_SOLDES .ctas-group.ctaOnly{
        margin-top: 40px;
    }
    #AH25_M1_SOLDES .ctas-group a {
        font-size: 11px;
        line-height: 28px;
        height: 28px;
        width: 160px;
    }
    #AH25_M1_SOLDES .ctas-group.PL a {
        font-size: 11px;
        line-height: 28px;
        height: 28px;
        width: 160px;
    }
    #AH25_M1_SOLDES .ctas-group.ctaOnly a {
        font-size: 11px;
        line-height: 38px;
        height: 38px;
        width: 160px;
    }
}

@media screen and (max-width: 480px) {
    #AH25_M1_SOLDES .offer .minus .to-txt {
        position: absolute;
        top: 0;
        bottom: 2px;
        right: -50px;
        left: 0;
        transform: none;
        text-transform: uppercase;
        height: max-content;
        width: max-content;
        margin: auto;
        display: block;
        float: left;
    }
    #AH25_M1_SOLDES .offer .minus {
        position: relative;
        height: max-content;
        display: inline-block;
    }
}
@media screen and (max-width: 370px) {
    #AH25_M1_SOLDES .ctas-group {
        max-width: 310px;
    }
    #AH25_M1_SOLDES .ctas-group a {
        width: 140px;
    }  
    #AH25_M1_SOLDES .ctas-group.PL {
        max-width: 315px;
    }
    #AH25_M1_SOLDES .ctas-group.PL a {
        width: 160px;
    } 
    #AH25_M1_SOLDES .ctas-group.ctaOnly a {
        line-height: 42px;
        height: 42px;
        width: 138px;
    }
}