#page_dossier {
    max-width: 100%;
}

#AH26_M1_HAPPY_DAYS {
    width: 100%;
    height: calc(100dvh - var(--banner-height,0px));
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
}
#AH26_M1_HAPPY_DAYS picture.bg,#AH26_M1_HAPPY_DAYS img.bg ,#AH26_M1_HAPPY_DAYS video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
}
#AH26_M1_HAPPY_DAYS.withBnd {
    height: calc(100dvh - 45px - var(--banner-height,0px));
    min-height: 600px;
}

.prob-a  a:not([href]){
    display: contents !important; 
}

.LAST-DAYS-band {
    height: 34px;
    text-transform: uppercase;
    color: #181818;
    text-align: center;
    font-weight: 500;
    padding-right: 17%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #FFFF00;
}
.LAST-DAYS-band.HR {
    height: 34px;
    text-transform: uppercase;
    color: #181818;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFF00;
}

#AH26_M1_HAPPY_DAYS .blocRight {
    position: absolute;
    color: #FFFF00;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    gap: 3%;
    width: 100%;
}

#AH26_M1_HAPPY_DAYS .txt1 sup {
    font-size: 12px;
    vertical-align: 5px;
}
#AH26_M1_HAPPY_DAYS .txt1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #FFFF00;
    width: 100px;
    margin: auto;
    min-width: 100px;
    text-align: left;
}
#AH26_M1_HAPPY_DAYS .txt2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: #FFFF00;
}
#AH26_M1_HAPPY_DAYS .offer {
  color: #FFFF00 ;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 150px;
  line-height: 1;
  font-weight: 900;
  margin: 0 auto;
}

#AH26_M1_HAPPY_DAYS .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 1.7em;
  font-weight: 400;
}

#AH26_M1_HAPPY_DAYS .offer .minus {
  position: relative;
}

#AH26_M1_HAPPY_DAYS .offer .minus .to-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20px, -54%);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#AH26_M1_HAPPY_DAYS .ctas-group.ctaOnly{
    margin-top: 60px;
}
#AH26_M1_HAPPY_DAYS .blocRight .ctas-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: center;
    margin: 15px;
}
#AH26_M1_HAPPY_DAYS .blocRight .ctas-group a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 35px;
    border: 1px solid #181818;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #181818;
    line-height: 1;
}
#AH26_M1_HAPPY_DAYS .ctas-group.ctaOnly a{
    background-color: #FFFFFF;
    color: #E61F1B;
}

#AH26_M1_HAPPY_DAYS .cdt{
    font-size: 0px;
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #181818;
}
@media screen and (min-width: 1700px) {
    #AH26_M1_HAPPY_DAYS .blocRight {
        column-gap: 40px;
    }
    #AH26_M1_HAPPY_DAYS .blocRight .ctas-group a {
        font-size: 20px;
    }
}
@media screen and (max-width: 1600px) {
    .LAST-DAYS-band {
        padding-right: 19%;
    }
}
@media (min-width: 1200px) {
    #AH26_M1_HAPPY_DAYS .text1 {
        font-size: 44px;
        width: 107px;
        min-width: 100px;
    }
}
@media screen and (min-width: 768px) {
    #AH26_M1_HAPPY_DAYS .blocRight .ctas-group a {
        border: none;
        width: fit-content;
        font-size: 16px;
    }
    #AH26_M1_HAPPY_DAYS .blocRight {
        display: flex;
        justify-content: flex-end;
    }
    #AH26_M1_HAPPY_DAYS .blocRight .ctas-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: right;
        align-items: end;
    }
    #AH26_M1_HAPPY_DAYS .ctas-group a:hover {
        text-decoration: underline;
        border: none;
        background: none;
        color: #181818;
    }
    #AH26_M1_HAPPY_DAYS .ctas-group.ctaOnly a:hover{
        background-color: transparent;
        color: #FFFFFF;
    }
}
@media screen and (max-width: 767px) {
    #AH26_M1_HAPPY_DAYS picture.bg,#AH26_M1_HAPPY_DAYS img.bg ,#AH26_M1_HAPPY_DAYS video{
        display: none !important;
    }
    #AH26_M1_HAPPY_DAYS .txt2 .tohide{
        display: none;
    }
    #AH26_M1_HAPPY_DAYS {
        height: calc(100svh - var(--banner-height,0px));
        background-color: #FFFF00;
        color: #ffffff;
    }
    #AH26_M1_HAPPY_DAYS.withBnd {
        height: 500px;
        min-height: calc(100svh - 34px- var(--banner-height,0px));
    }
    #AH26_M1_HAPPY_DAYS .cdt{
        font-size: 9px;
        line-height: 1.2;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #181818;
    }

    .soldes-band {
        font-size: 16px;
    }
    #AH26_M1_HAPPY_DAYS .offer {
        font-size: 100px;
        color: #181818;
    }

    #AH26_M1_HAPPY_DAYS .offer sup {
        font-size: .10em;
        top: -.8em;
        vertical-align: 2.7em;
    }

    #AH26_M1_HAPPY_DAYS .offer .minus .to-txt {
        font-size: 15px;
    }
    #AH26_M1_HAPPY_DAYS .ctas-group {
        margin-bottom: 25px;
        gap: 10px;
        margin-top: 30px;
    }
    #AH26_M1_HAPPY_DAYS .ctas-group.ctaOnly{
        margin-top: 40px;
    }
    #AH26_M1_HAPPY_DAYS .ctas-group a {
        font-size: 11px;
        line-height: 40px;
        width: 138px;
        height: 40px;
        width: 138px;
    }
    #AH26_M1_HAPPY_DAYS .ctas-group.ctaOnly a {
        font-size: 11px;
        line-height: 38px;
        height: 38px;
        width: 160px;
    }
    #AH26_M1_HAPPY_DAYS .txt1 {
        color: #181818;
        font-size: 28px;
    }
    #AH26_M1_HAPPY_DAYS .txt2 {
        color: #181818;
        font-size: 14px;
    }
    .LAST-DAYS-band.HR {
        font-size: 15px;
    }
    .LAST-DAYS-band {
        font-size: 14px;
        line-height: 1.2;
        padding: initial;
        margin: auto;
        height: 35px;
        color: #FFFF00;
        justify-content: center;
        background-color: #181818;
    }
    #AH26_M1_HAPPY_DAYS .blocRight {
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    #AH26_M1_HAPPY_DAYS picture.bg,#AH26_M1_HAPPY_DAYS img.bg ,#AH26_M1_HAPPY_DAYS video{
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    #AH26_M1_HAPPY_DAYS .blocRight {
        left: 0;
        right: 0;
        width: 100%;
    }
    #AH26_M1_HAPPY_DAYS .txt2 {
        font-size: 14px;
    }
    #AH26_M1_HAPPY_DAYS .cdt {
        font-size: 6px;
    }
    #AH26_M1_HAPPY_DAYS picture.bg,#AH26_M1_HAPPY_DAYS img.bg ,#AH26_M1_HAPPY_DAYS video{
        max-height: 650px;
    }
    .LAST-DAYS-band.HR {
        font-size: 11px;
    }
    #AH26_M1_HAPPY_DAYS .offer .minus .to-txt {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    #AH26_M1_HAPPY_DAYS .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;
    }
    #AH26_M1_HAPPY_DAYS .offer .minus {
        position: relative;
        height: max-content;
        display: inline-block;
    }
}
@media screen and (max-width: 370px) {
    #AH26_M1_HAPPY_DAYS .ctas-group a {
        width: 140px;
    }  
    #AH26_M1_HAPPY_DAYS .ctas-group.ctaOnly a {
        line-height: 42px;
        height: 42px;
        width: 138px;
    }
    .LAST-DAYS-band.HR {
        font-size: 10px;
    }
}