#page_dossier {
    max-width: 100%;
}
#Module1-TF3-PAM-OKOB {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #97B7F0;
}
#Module1-TF3-PAM-OKOB picture.bg,#Module1-TF3-PAM-OKOB img.bg ,#Module1-TF3-PAM-OKOB video{
    width: 100%;
    min-height: 600px;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
#Module1-TF3-PAM-OKOB .blocText{
    position: absolute;
    bottom: 12vh;
    width: 100%;
}
#Module1-TF3-PAM-OKOB .blocText h3{
    font-size: 58px;
    line-height:68px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:10px;
    letter-spacing: 20px;
    color: #ffffff;
}
#Module1-TF3-PAM-OKOB .blocText h3 span{
    letter-spacing: 1px;
}
#Module1-TF3-PAM-OKOB .blocText .appel-prix{
    font-size: 40px;
    line-height:40px;
   margin-bottom: 50px;
   color: #ffffff;
   text-transform: uppercase;
}
#Module1-TF3-PAM-OKOB .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Module1-TF3-PAM-OKOB .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #0D3880;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Module1-TF3-PAM-OKOB .ctas a:hover {
    background-color: #0D3880;
    color: #ffffff;
}
@media screen and (max-width: 1400px) {
    #Module1-TF3-PAM-OKOB .blocText h3 {
        font-size: 44px;
        line-height: 56px;
        letter-spacing: 10px;
    }  
    #Module1-TF3-PAM-OKOB .blocText .appel-prix{
        font-size: 25px;
        line-height:25px;
        margin-bottom: 40px;
    } 
}
.no-desk{display: none;}
@media screen and (max-width: 767px) {
    .no-desk{display: inline-block;}
    #Module1-TF3-PAM-OKOB .ctas {
        max-width: 366px;
    }
    #Module1-TF3-PAM-OKOB{
       min-height: auto;
    }
    #Module1-TF3-PAM-OKOB picture.bg,#Module1-TF3-PAM-OKOB img.bg ,#Module1-TF3-PAM-OKOB video{
        width: 100%;
        min-height: 600px;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    #Module1-TF3-PAM-OKOB .blocText h3 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 5px;
    }   
    #Module1-TF3-PAM-OKOB .blocText .appel-prix{
        font-size: 20px;
        line-height:20px;
        margin-bottom: 30px;
    } 
    #Module1-TF3-PAM-OKOB .ctas {
        max-width: 286px;
    }
    #Module1-TF3-PAM-OKOB .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {
    #Module1-TF3-PAM-OKOB .blocText h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    } 
    #Module1-TF3-PAM-OKOB .blocText .appel-prix{
        font-size: 18px;
    }   
}