#page_dossier {
    max-width: 100%;
}
#container_JOGGING_LIGHT {
    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_JOGGING_LIGHT picture.bg,#container_JOGGING_LIGHT img.bg ,#container_JOGGING_LIGHT video{
    width: 100%;
    min-height: 550px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#container_JOGGING_LIGHT .blocText{
    position: absolute;
    bottom: 12vh;
    width: 100%;
}
#container_JOGGING_LIGHT .blocText h3{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:5px;
    letter-spacing: 10px;
    color: #001429;
}
#container_JOGGING_LIGHT .blocText h3 sup{
    font-size: 30px;
    line-height:1;
    letter-spacing: 1px;
    color: #001429;
    vertical-align: 10px;
}
#container_JOGGING_LIGHT .ctas {
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#container_JOGGING_LIGHT .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background-color:#ffffff;
    color: #001429;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#container_JOGGING_LIGHT .ctas a:hover {
    background-color: #001429;
    color: #ffffff;
}
#container_JOGGING_LIGHT .appel-prix {
    font-size: 40px;
    line-height: 1;
    color: #001429;
    padding-bottom: 30px;
}

#container_JOGGING_LIGHT .ast{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #001429;
    font-size: 12px;
}
.no-desk{
    display: none;
}
@media screen and (max-width: 767px) {
    .no-desk{
        display: inline-block;
    }
    #container_JOGGING_LIGHT .blocText h3 {
        font-size: 45px;
        letter-spacing: 8px;
    }   
    #container_JOGGING_LIGHT .appel-prix {
        font-size: 30px;
        padding-bottom: 30px;
    }
    #container_JOGGING_LIGHT .ctas {
        max-width: 366px;
    }
    #container_JOGGING_LIGHT picture.bg,#container_JOGGING_LIGHT img.bg ,#container_JOGGING_LIGHT video{
        width: 100%;
        min-height: 500px;
        height: auto;
        object-position: center;
    }
    #container_JOGGING_LIGHT {
        height: auto;
    }
    #container_JOGGING_LIGHT .ast {
        right: initial;
        left: 4px;
        bottom: 5px;
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    #container_JOGGING_LIGHT .blocText {
        bottom: 70px;
    }
    #container_JOGGING_LIGHT .blocText h3 {
        font-size: 35px;
        letter-spacing: 5px;
    }  
    #container_JOGGING_LIGHT .blocText h3 sup {
        font-size: 14px;
        vertical-align: 4px;
    }
    #container_JOGGING_LIGHT .appel-prix {
        font-size: 18px;
    }
    #container_JOGGING_LIGHT .ctas {
        max-width: 286px;
    }
    #container_JOGGING_LIGHT .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
    #container_JOGGING_LIGHT .ast {
        font-size: 9px;
        bottom: 2px;
        left: 2px;
    }
}
@media screen and (max-width: 390px) {
   
    #container_JOGGING_LIGHT picture.bg,#container_JOGGING_LIGHT img.bg ,#container_JOGGING_LIGHT video{
        max-height: 600px;
    } 
}