#page_dossier {
    max-width: 100%;
}

#TF4_CEREM_ROSE_OK {
    width: 100%;
    height: calc(100dvh - var(--banner-height, 0px));
    min-height: 500px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    contain: paint;
}

#TF4_CEREM_ROSE_OK:focus-visible {
    outline: 2px solid #F196B8;
    outline-offset: 3px;
}

#TF4_CEREM_ROSE_OK picture.bg,
#TF4_CEREM_ROSE_OK #heroDesktop,
#TF4_CEREM_ROSE_OK .hero-fx,
#TF4_CEREM_ROSE_OK .hero-stack {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#TF4_CEREM_ROSE_OK picture.bg,
#TF4_CEREM_ROSE_OK #heroDesktop {
    z-index: 0;
}

#TF4_CEREM_ROSE_OK picture.bg img,
#TF4_CEREM_ROSE_OK #heroDesktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

#TF4_CEREM_ROSE_OK .hero-fx {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    backface-visibility: hidden;
}

#TF4_CEREM_ROSE_OK .hero-stack {
    z-index: 1;
}

#TF4_CEREM_ROSE_OK .hero-stack .frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: none;
    backface-visibility: hidden;
}

#TF4_CEREM_ROSE_OK .hero-stack .frame.active {
    opacity: 1;
}

#TF4_CEREM_ROSE_OK .blocText {
    position: absolute;
    bottom: 6vh;
    width: 100%;
    text-align: center;
    z-index: 2;
}

#TF4_CEREM_ROSE_OK .blocText .title {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 15px;
    color: #ffffff;
}

#TF4_CEREM_ROSE_OK .blocText .title span {
    letter-spacing: 1px;
}

#TF4_CEREM_ROSE_OK .blocText .title sup {
    font-size: 30px;
    line-height: 1.8;
    top: 0;
    vertical-align: top;
}

#TF4_CEREM_ROSE_OK .blocText p.appel-prix {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
}

#TF4_CEREM_ROSE_OK .ctas {
    margin: 30px auto 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}

#TF4_CEREM_ROSE_OK .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-color: #ffffff;
    color: #F196B8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s, color .2s;
    text-transform: uppercase;
    text-decoration: none;
}

#TF4_CEREM_ROSE_OK .ctas a:hover {
    background-color: #F196B8;
    color: #ffffff;
}

#TF4_CEREM_ROSE_OK .ast {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
}

.no-desk {
    display: none;
}

@media screen and (max-width: 1500px) {
    #TF4_CEREM_ROSE_OK .blocText .title {
        font-size: 50px;
        letter-spacing: 12px;
    }

    #TF4_CEREM_ROSE_OK .blocText .title sup {
        font-size: 22px;
    }

    #TF4_CEREM_ROSE_OK .blocText p.appel-prix {
        font-size: 30px;
    }

    #TF4_CEREM_ROSE_OK .ctas a {
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    #TF4_CEREM_ROSE_OK .ast {
        right: 15px;
        bottom: 15px;
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    #heroDesktop {
        display: none !important;
    }

    #TF4_CEREM_ROSE_OK .hero-fx {
        display: block !important;
        pointer-events: none;
    }

    .no-desk {
        display: inline-block;
    }

    #TF4_CEREM_ROSE_OK .blocText {
        width: 100%;
        bottom: 50px;
    }

    #TF4_CEREM_ROSE_OK .blocText .title {
        font-size: 35px;
        line-height: 1.2;
        letter-spacing: 6px;
        margin-bottom: 10px;
    }

    #TF4_CEREM_ROSE_OK .blocText p.appel-prix {
        font-size: 18px;
        line-height: 1;
        font-weight: 300;
    }

    #TF4_CEREM_ROSE_OK .ctas {
        margin: 30px auto 0px;
    }

    #TF4_CEREM_ROSE_OK .logo {
        width: 100px;
    }

    #TF4_CEREM_ROSE_OK .ctas a {
        width: 140px;
        height: 36px;
        font-size: 13px;
    }

    #TF4_CEREM_ROSE_OK .ast {
        bottom: 10px;
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) {
    #TF4_CEREM_ROSE_OK {
        height: calc(100svh - var(--banner-height, 0px));
        min-height: calc(100svh - var(--banner-height, 0px));
    }

    #TF4_CEREM_ROSE_OK .ctas {
        max-width: 286px;
    }

    #TF4_CEREM_ROSE_OK .ctas a {
        width: 138px;
        height: 45px;
        font-size: 12px;
    }

    #TF4_CEREM_ROSE_OK .ast {
        font-size: 9px;
        bottom: 2px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    #TF4_CEREM_ROSE_OK .logo {
        width: 75px;
    }
}

@media screen and (max-width: 390px) {
    #TF4_CEREM_ROSE_OK .blocText .title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 7px;
    }

    #TF4_CEREM_ROSE_OK .blocText p.appel-prix {
        font-size: 16px;
    }

    #TF4_CEREM_ROSE_OK .ctas a {
        width: 138px;
        height: 40px;
        font-size: 12px;
    }

    
}

@media (prefers-reduced-motion: reduce) {
    #TF4_CEREM_ROSE_OK .hero-fx {
        display: none !important;
    }
}