#page_dossier {
    max-width: 100%;
}

#contTF3-new-ess-OBF-v2 {
    width: 100%;
    height: calc(100svh - var(--banner-height, 0px));
    min-height: 500px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #6F85AB;
}

#contTF3-new-ess-OBF-v2:focus-visible {
    outline: 2px solid #6F85AB;
    outline-offset: 3px;
}

#contTF3-new-ess-OBF-v2 picture.bg {
    display: block;
    width: 100%;
    height: 100%;
}

#contTF3-new-ess-OBF-v2 img.bg,
#contTF3-new-ess-OBF-v2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

#contTF3-new-ess-OBF-v2 .blocText {
    position: absolute;
    bottom: 6vh;
    width: 100%;
    text-align: center;
}

#contTF3-new-ess-OBF-v2 .blocText .title {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 15px;
    color: #6F85AB;
}

#contTF3-new-ess-OBF-v2 .blocText .title span {
    letter-spacing: 1px;
}

#contTF3-new-ess-OBF-v2 .blocText .title sup {
    font-size: 30px;
    line-height: 1.6;
    top: 0;
    vertical-align: top;
}

#contTF3-new-ess-OBF-v2 .blocText p.appel-prix {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #6F85AB;
}

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

#contTF3-new-ess-OBF-v2 .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-color: #ffffff;
    color: #6F85AB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
    text-transform: uppercase;
    text-decoration: none;
}

#contTF3-new-ess-OBF-v2 .ctas a:hover {
    background-color: #6F85AB;
    color: #ffffff;
}

#contTF3-new-ess-OBF-v2 .ast {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #6F85AB;
    font-size: 12px;
    line-height: 1;
}

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

    #contTF3-new-ess-OBF-v2 .blocText .title sup {
        font-size: 22px;
    }

    #contTF3-new-ess-OBF-v2 .blocText p.appel-prix {
        font-size: 30px;
    }

    #contTF3-new-ess-OBF-v2 .ctas a {
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    #contTF3-new-ess-OBF-v2 .ast {
        right: 15px;
        bottom: 15px;
        font-size: 11px;
    }
}

.no-desk {
    display: none;
}

@media screen and (max-width: 767px) {
    .no-desk {
        display: inline-block;
    }

    #contTF3-new-ess-OBF-v2 img.bg {
        object-position: center;
    }

    #contTF3-new-ess-OBF-v2 .blocText {
        width: 100%;
        bottom: 50px;
    }

    #contTF3-new-ess-OBF-v2 .blocText .title {
        font-size: 35px;
        line-height: 1.2;
        letter-spacing: 6px;
        margin-bottom: 10px;
    }

    #contTF3-new-ess-OBF-v2 .blocText p.appel-prix {
        font-size: 18px;
        line-height: 1;
        font-weight: 300;
    }

    #contTF3-new-ess-OBF-v2 .ctas {
        margin: 30px auto 20px;
    }

    #contTF3-new-ess-OBF-v2 .logo {
        width: 100px;
    }

    #contTF3-new-ess-OBF-v2 .ctas a {
        width: 140px;
        height: 36px;
        font-size: 13px;
    }

    #contTF3-new-ess-OBF-v2 .ast {
        bottom: 10px;
        font-size: 10px;
    }
}

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

    #contTF3-new-ess-OBF-v2 .ctas {
        max-width: 286px;
    }

    #contTF3-new-ess-OBF-v2 .ctas a {
        width: 138px;
        height: 45px;
        font-size: 12px;
    }

    #contTF3-new-ess-OBF-v2 .ast {
        font-size: 10px;
    }

    #contTF3-new-ess-OBF-v2 .logo {
        width: 75px;
    }
}

@media screen and (max-width: 390px) {
    #contTF3-new-ess-OBF-v2 .blocText .title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 7px;
    }

    #contTF3-new-ess-OBF-v2 .blocText p.appel-prix {
        font-size: 15px;
    }

    #contTF3-new-ess-OBF-v2 .ctas a {
        width: 138px;
        height: 40px;
        font-size: 12px;
    }

    #contTF3-new-ess-OBF-v2 .ast {
        font-size: 9px;
        bottom: 2px;
        left: 4px;
    }
}