#page_dossier {
    max-width: 100%;
}
#Module1-TF3-CEREM-OKOB {
    width: 100%;
    height: calc(100vh - 27px);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#Module1-TF3-CEREM-OKOB picture.bg,#Module1-TF3-CEREM-OKOB img.bg ,#Module1-TF3-CEREM-OKOB video{
    width: 100%;
    min-height: 500px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#Module1-TF3-CEREM-OKOB .blocText{
    position: absolute;
    bottom: 10vh;
    width: 100%;
}
#Module1-TF3-CEREM-OKOB .blocText h3{
    font-size: 60px;
    line-height:1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:15px;
    letter-spacing: 15px;
    color: #ffffff;
}
#Module1-TF3-CEREM-OKOB .blocText h3 span{
    letter-spacing: 1px;
}
#Module1-TF3-CEREM-OKOB .blocText .appel-prix{
    font-size: 40px;
    line-height:1;
   margin-bottom: 30px;
   color: #ffffff;
}
#Module1-TF3-CEREM-OKOB .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Module1-TF3-CEREM-OKOB .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #001429;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Module1-TF3-CEREM-OKOB .ctas a:hover {
    background-color: #001429;
    color: #ffffff;
}
#Module1-TF3-CEREM-OKOB .ast{
    font-size: 14px;
    line-height:1;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.no-desk{display: none;}
@media screen and (max-width: 767px) {
    .no-desk{display: inline-block;}
    #Module1-TF3-CEREM-OKOB .ctas {
        max-width: 366px;
    }
    #Module1-TF3-CEREM-OKOB {
        height: calc(100dvh - 27px);
    }
    #Module1-TF3-CEREM-OKOB picture.bg,#Module1-TF3-CEREM-OKOB img.bg ,#Module1-TF3-CEREM-OKOB video{
        width: 100%;
        min-height: auto;
        height: 100%;
    }
}
@media screen and (max-width: 480px) {
    #Module1-TF3-CEREM-OKOB .blocText h3 {
        font-size: 35px;
        letter-spacing: 5px;
        margin-bottom: 10px;
    }   
    #Module1-TF3-CEREM-OKOB .blocText .appel-prix{
        font-size: 18px;
        margin-bottom: 30px;
        font-weight: 300;
    } 
    #Module1-TF3-CEREM-OKOB .ctas {
        max-width: 286px;
    }
    #Module1-TF3-CEREM-OKOB .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
    #Module1-TF3-CEREM-OKOB .ast {
        font-size: 10px;
    }
}
@media screen and (max-width: 390px) {
    #Module1-TF3-CEREM-OKOB .blocText h3 {
        font-size: 26px;
        margin-bottom: 10px;
    } 
}