#page_dossier {
    max-width: 100%;
}
#Container-EssantialsOK {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#Container-EssantialsOK picture.bg,#Container-EssantialsOK img.bg ,#Container-EssantialsOK video{
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
#Container-EssantialsOK .blocText{
    position: absolute;
    bottom: 20vh;
    width: 100%;
}
#Container-EssantialsOK .blocText h3{
    font-size: 65px;
    line-height:76px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2cqb;
    color: #FC4267;
}
#Container-EssantialsOK .blocText h3 span{
    letter-spacing: 1px;
}
#Container-EssantialsOK .blocText p.appel-prix{
    font-size:40px;
    line-height:76px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FC4267;
    margin-bottom: 40px;
}
#Container-EssantialsOK .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Container-EssantialsOK .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#FC4267;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Container-EssantialsOK .ctas a:hover {
    background-color: #ffffff;
    color: #FC4267;
}
.no-desk{display: none;}
@media screen and (max-width: 767px) {
    #Container-EssantialsOK .blocText{
        bottom: 5vh;
    }
    .no-desk{display: inline-block;}
    #Container-EssantialsOK .blocText h3 {
        font-size: 46px;
        line-height: 56px;
        letter-spacing: 10px;
        margin-bottom: 10px;
        color: #ffffff;
    }   
    #Container-EssantialsOK .blocText p.appel-prix{
        font-size:30px;
        line-height:40px;
        color: #ffffff;
    }
    #Container-EssantialsOK .ctas {
        max-width: 366px;
    }
    #Container-EssantialsOK .ctas a {
        background-color:#ffffff;
        color: #0D3880;
    }
    #Container-EssantialsOK .ctas a:hover {
        background-color: #0D3880;
        color: #ffffff;
    }
}
@media screen and (max-width: 480px) {
    #Container-EssantialsOK .blocText h3 {
        font-size: 42px;
        line-height: 52px;
    }   
    #Container-EssantialsOK .ctas {
        max-width: 286px;
    }
    #Container-EssantialsOK .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {
    #Container-EssantialsOK .blocText h3 {
        font-size: 36px;
        line-height: 44px;
    }   
    #Container-EssantialsOK .blocText p.appel-prix{
        font-size:26px;
        line-height:30px;
    }
}