#page_dossier {
    max-width: 100%;
}
#Module4RDCEQP{
    display: flex;
    align-items: center;
    justify-content: center;
}
#Module4RDCEQP .blcitem img{
    min-height: 290px;
    object-fit: cover;
    object-position: center;
}
#Module4RDCEQP .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#Module4RDCEQP a{
    font-size: 1.4vw;
    line-height: 1.8vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 30px;
    bottom: 0;
    width: 100%;
    height: max-content;
    margin: auto;
    text-decoration: none;
}
#Module4RDCEQP a:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}
@media screen and (max-width: 767px) {
    #Module4RDCEQP img{
        display: block;
    }
    #Module4RDCEQP{
        flex-wrap: wrap;
    }
    #Module4RDCEQP .blcitem {
        flex: 1 1 50%;
    }
    #Module4RDCEQP a {
        font-size: 18px;
        line-height: 20px;
    }
}