#page_dossier {
    max-width: 100%;
}
#m1CocooningOKOB {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#m1CocooningOKOB picture.bg,#m1CocooningOKOB img.bg ,#m1CocooningOKOB video{
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
#m1CocooningOKOB .blocText{
    position: absolute;
    bottom: 12vh;
    width: 100%;
}
#m1CocooningOKOB .blocText h3{
    font-size: 72px;
    line-height:72px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:45px;
    letter-spacing: 20px;
    color: #ffffff;
}
#m1CocooningOKOB .blocText h3 span{
    letter-spacing: 1px;
}
#m1CocooningOKOB .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#m1CocooningOKOB .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;
}
#m1CocooningOKOB .ctas a:hover {
    background-color: #0D3880;
    color: #ffffff;
}
#m1CocooningOKOB .ast{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #000000;
    font-size: 14px;
}
.no-desk{display: none;}
@media screen and (max-width: 767px) {
    .no-desk{display: block;}
    .no-mob{display: none !important;}
    #m1CocooningOKOB {
        min-height: auto;
    }
    #m1CocooningOKOB picture.bg,#m1CocooningOKOB img.bg ,#m1CocooningOKOB video{
        min-height: 600px;
        height: auto;
    }
    #m1CocooningOKOB .blocText h3 {
        font-size: 46px;
        line-height: 56px;
        letter-spacing: 10px;
    }   
    #m1CocooningOKOB .ctas {
        max-width: 366px;
    }
    #m1CocooningOKOB .ctas a{
        color: #0D3880;
    }
}
@media screen and (max-width: 480px) {
    #m1CocooningOKOB .blocText h3 {
        font-size: 42px;
        line-height: 43px;
        margin-bottom: 30px;
    }   
    #m1CocooningOKOB .ctas {
        max-width: 286px;
    }
    #m1CocooningOKOB .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {
    #m1CocooningOKOB .blocText h3 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 25px;
    }   
}