#page_dossier {
    max-width: 100%;
}
#container_OXY_CADEAUX_NAISSANCE {
    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; 
}
#container_OXY_CADEAUX_NAISSANCE picture.bg,#container_OXY_CADEAUX_NAISSANCE img.bg ,#container_OXY_CADEAUX_NAISSANCE video{
    width: 100%;
    min-height: 550px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#container_OXY_CADEAUX_NAISSANCE .blocText{
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
#container_OXY_CADEAUX_NAISSANCE .blocText h3{
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:30px;
    letter-spacing: 10px;
    color: #20B9CE;
}
#container_OXY_CADEAUX_NAISSANCE .ctas {
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#container_OXY_CADEAUX_NAISSANCE .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-color:#ffffff;
    color: #20B9CE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#container_OXY_CADEAUX_NAISSANCE .ctas a:hover {
    background-color: #20B9CE;
    color: #ffffff;
}

#container_OXY_CADEAUX_NAISSANCE .ast{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #03509C;
    font-size: 12px;
}
.no-desk{
    display: none;
}
@media screen and (max-width: 1450px) {
    #container_OXY_CADEAUX_NAISSANCE .blocText{
        bottom: 6vh;
    }
    #container_OXY_CADEAUX_NAISSANCE .blocText h3{
        font-size: 50px;
        margin-bottom:26px;
    }
    #container_OXY_CADEAUX_NAISSANCE .ctas a {
        width: 170px;
        height: 45px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    #container_OXY_CADEAUX_NAISSANCE .logo{
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .no-desk{
        display: inline-block;
    }
    #container_OXY_CADEAUX_NAISSANCE .blocText h3 {
        font-size: 45px;
        letter-spacing: 8px;
    }
    #container_OXY_CADEAUX_NAISSANCE .ctas {
        max-width: 366px;
    }
    #container_OXY_CADEAUX_NAISSANCE .ctas a{
        border: 1px solid #20B9CE;
    }
    #container_OXY_CADEAUX_NAISSANCE picture.bg,#container_OXY_CADEAUX_NAISSANCE img.bg ,#container_OXY_CADEAUX_NAISSANCE video{
        width: 100%;
        min-height: 400px;
        height: auto;
        object-position: center;
        max-height: 600px;
    }
    #container_OXY_CADEAUX_NAISSANCE {
        min-height: auto;
        height: auto;
    }
    #container_OXY_CADEAUX_NAISSANCE .ast {
        right: initial;
        left: 4px;
        bottom: 5px;
        font-size: 10px;
    }
    #container_OXY_CADEAUX_NAISSANCE .blocText {
        bottom: 0;
        position: initial;
        background-color: #ffffff;
        padding: 18px;
    }
}
@media screen and (max-width: 480px) {
    #container_OXY_CADEAUX_NAISSANCE .blocText h3 {
        font-size: 35px;
        letter-spacing: 5px;
        margin-bottom: 30px;
    }
    #container_OXY_CADEAUX_NAISSANCE .ctas {
        max-width: 286px;
    }
    #container_OXY_CADEAUX_NAISSANCE .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    #container_OXY_CADEAUX_NAISSANCE .ast {
        font-size: 9px;
        bottom: 2px;
        left: 2px;
    }
    #container_OXY_CADEAUX_NAISSANCE .logo{
        width: 86px;
    }
}