#page_dossier {
    max-width: 100%;
}
#contTF3-new-ess-OBF-lot2 {
    width: 100%;
    height:calc(100dvh - var(--banner-height,0px));
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    min-height: 500px;
}
#contTF3-new-ess-OBF-lot2 picture.bg,#contTF3-new-ess-OBF-lot2 img.bg ,#contTF3-new-ess-OBF-lot2 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#contTF3-new-ess-OBF-lot2 .blocText{
    position: absolute;
    bottom: 6vh;
    width: 100%;
    text-align: center;
}
#contTF3-new-ess-OBF-lot2 .blocText h3{
    font-size: 60px;
    line-height:1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 15px;
    color: #ffffff;
}
#contTF3-new-ess-OBF-lot2 .ctas {
    margin:30px auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#contTF3-new-ess-OBF-lot2 .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-color:#ffffff;
    color: #82C7D3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#contTF3-new-ess-OBF-lot2 .ctas a:hover {
    background-color: #82C7D3;
    color: #ffffff;
}
#contTF3-new-ess-OBF-lot2 .ast{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #82C7D3;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    #contTF3-new-ess-OBF-lot2 .ctas a {
        width: 140px;
        height: 36px;
        font-size: 13px;
    }
    #contTF3-new-ess-OBF-lot2 .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-lot2 {
        min-height: auto;
        text-align: center;
    }
    #contTF3-new-ess-OBF-lot2 .blocText{
        width: 100%;
        bottom: 50px;
    }
    #contTF3-new-ess-OBF-lot2 .blocText h3 {
        font-size: 35px;
        line-height: 1.2;
        letter-spacing: 6px;
        margin-bottom: 10px;
    }  
     #contTF3-new-ess-OBF-lot2 .ctas {
        margin: 30px auto 20px;
    }
    #contTF3-new-ess-OBF-lot2 .logo{
        width: 100px;
    }
    #contTF3-new-ess-OBF-lot2 .ctas a {
        width: 140px;
        height: 36px;
        font-size: 13px;
    }
    #contTF3-new-ess-OBF-lot2 .ast {
        bottom: 10px;
        font-size: 10px;
        color: #ffffff;
    }
}

@media screen and (max-width: 480px) {
    #contTF3-new-ess-OBF-lot2 .ctas {
        max-width: 286px;
    }
    #contTF3-new-ess-OBF-lot2 .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
    #contTF3-new-ess-OBF-lot2 .ast {
        font-size: 10px;
    }
    #contTF3-new-ess-OBF-lot2 .logo{
        width: 75px;
    }
}
@media screen and (max-width: 390px) {
    #contTF3-new-ess-OBF-lot2 .blocText h3 {
        font-size: 28px;
        margin-bottom: 10px;
    } 
    #contTF3-new-ess-OBF-lot2 .ctas a{
        width: 138px;
        height: 40px;
        font-size: 12px;
    }
    #contTF3-new-ess-OBF-lot2 .ast {
        font-size: 9px;
        bottom: 2px;
    }
}