#page_dossier {
    max-width: 100%;
}
#PE26_M1_VENTE_PRIVEE_CTA {
    width: 100%;
    height: calc(100dvh - 40px - var(--banner-height, 0px));
    min-height: 600px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
}

#PE26_M1_VENTE_PRIVEE_CTA picture.bg,
#PE26_M1_VENTE_PRIVEE_CTA img.bg,
#PE26_M1_VENTE_PRIVEE_CTA video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

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

.bntBtm-inner {
    background-color: #E61F1B;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    text-align: right;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bntBtm-inner .txtinte{
    width: 31%;
}
.bntBtm-inner .txtinte span{
   text-align: center;
   width: 226px;
   float: left;
}
.bntBtm-inner .txtinte span.nl{
   width: 316px;
}
#PE26_M1_VENTE_PRIVEE_CTA .blocRight {
    position: absolute;
    color: #E61F1B;
    width:28%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 3%;
}

#PE26_M1_VENTE_PRIVEE_CTA .texte {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#PE26_M1_VENTE_PRIVEE_CTA .txt1 sup {
    font-size: 12px;
    vertical-align: 10px;
}

#PE26_M1_VENTE_PRIVEE_CTA .ctas-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    justify-content: center;
}

#PE26_M1_VENTE_PRIVEE_CTA .txt1 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #E61F1B;
    font-weight: 600;
    text-align: left;
    position: relative;
    overflow: visible;
}

#PE26_M1_VENTE_PRIVEE_CTA .txt2 {
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #E61F1B;
    font-weight: 400;
}
#PE26_M1_VENTE_PRIVEE_CTA .vp-title{
    opacity: 0;
}
/* animation */
#PE26_M1_VENTE_PRIVEE_CTA .vp-title:nth-child(1) {
  animation: switchText 4s infinite;
}

#PE26_M1_VENTE_PRIVEE_CTA .vp-title:nth-child(2) {
  animation: switchText 4s infinite;
  animation-delay: 2s;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* SWITCH HARD (pas de fade) */
@keyframes switchText {
  0%, 49.99% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}
#PE26_M1_VENTE_PRIVEE_CTA .txt3 {
    font-size: 23px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #E61F1B;
    font-weight: 400;
    padding-top: 20px;
}

#PE26_M1_VENTE_PRIVEE_CTA .offer {
    color: #E61F1B;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 170px;
    line-height: 1;
    font-weight: 900;
    margin: 0 auto 15px;
}

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

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

#PE26_M1_VENTE_PRIVEE_CTA .offer .minus .to-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20px, -54%);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#PE26_M1_VENTE_PRIVEE_CTA .ctas-group .ctaOnly {
    margin-top: 60px;
}

#PE26_M1_VENTE_PRIVEE_CTA .ctas-group a {
    color: #ffffff;
    border: 1px solid #E61F1B;
    background: #E61F1B;
    background-color: #E61F1B;
    font-size: 14px;
    height: 46px;
    text-transform: uppercase;
    width: 172px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#PE26_M1_VENTE_PRIVEE_CTA .ctas-group a:hover {
    color: #E61F1B;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
}

#PE26_M1_VENTE_PRIVEE_CTA .cdt {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    bottom: 8px;
    right: 15px;
    color: #000000;
}
@media screen and (max-width: 1600px) {
    #PE26_M1_VENTE_PRIVEE_CTA .blocRight {
        width: 30%;
    }
    #PE26_M1_VENTE_PRIVEE_CTA .txt1 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .txt2 {
        font-size: 16px;
        line-height: 1.2;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .offer {
        font-size: 132px;
        line-height: 1;
    }

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

    #PE26_M1_VENTE_PRIVEE_CTA .blocRight {
        width: 430px;
    }
    #PE26_M1_VENTE_PRIVEE_CTA .ctas-group a {
        font-size: 12px;
        line-height: 1.2;
        height: 40px;
        width: 145px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bntBtm-inner {
        font-size: 20px;
    }
    .bntBtm-inner .txtinte{
        width: calc(430px + 3%);
    }
    .bntBtm-inner .txtinte span{
        width: 190px;
    }
    .bntBtm-inner .txtinte span.nl{
        width: 255px;
    }
}
@media screen and (min-width: 767px) {
    #PE26_M1_VENTE_PRIVEE_CTA .ctas-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: right;
        align-items: end;
        margin: 15px;
    }
}

@media screen and (max-width: 767px) {
    .bntBtm-inner .txtinte{
        width: 100%;
        text-align: center;
    }
    .bntBtm-inner .txtinte span{
        width: 100%;
    }
    .bntBtm-inner .txtinte span.nl{
        width: 100%;
    }
    #PE26_M1_VENTE_PRIVEE_CTA .blocRight {
        flex-direction: column;
        height: max-content;
        margin: auto auto 35px;
        right: 0;
        left: 0;
    }
    #PE26_M1_VENTE_PRIVEE_CTA .texte {
        position: initial;
        height: 415px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .txt1 {
        font-size: 22px;
        margin-left: 10px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .txt1 sup {
        font-size: 9px;
        vertical-align: 10px;
        top: 0;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .txt2 {
        font-size: 10px;
        margin-top: 3px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .txt3 {
        font-size: 16px;
        line-height: 18px;
        padding: 5px 0 2px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA {
        height: calc(100svh - 32px - var(--banner-height, 0px));
        min-height: calc(100svh - 32px - var(--banner-height, 0px));
    }

    #PE26_M1_VENTE_PRIVEE_CTA .cdt {
        font-size: 9px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .offer {
        font-size: 90px;
        height: 270px;
        line-height: 1;
        margin: 0;
        overflow: visible;
    }

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

    #PE26_M1_VENTE_PRIVEE_CTA .ctas-group {
        gap: 5px;
        margin-top: 13px;
    }

    #PE26_M1_VENTE_PRIVEE_CTA .ctas-group a {
        font-size: 11px;
        line-height: 32px;
        width: 138px;
        height: 36px;
        margin-top: 0;
    }

    #PE26_M1_VENTE_PRIVEE_CTA picture.bg,
    #PE26_M1_VENTE_PRIVEE_CTA img.bg,
    #PE26_M1_VENTE_PRIVEE_CTA video {
        object-position: top;
    }

    .bntBtm-inner {
        font-size: 16px;
        height: 34px;
        padding-right: 0;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    #PE26_M1_VENTE_PRIVEE_CTA .ctas-group a {
        width: 140px;
    }
    #PE26_M1_VENTE_PRIVEE_CTA .blocRight {
        width: auto;
    }
}