#page_dossier {
    max-width: 100%;
}
#Module4RDC{
    display: flex;
    align-items: center;
    justify-content: center;
}
#Module4RDC .blcitem img{
    min-height: 290px;
    object-fit: cover;
    object-position: center;
}
#Module4RDC .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#Module4RDC 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;
}
#Module4RDC a:hover{
    text-decoration: underline;
    text-underline-offset: 4px;
}
@media screen and (max-width: 767px) {
    #Module4RDC img{
        display: block;
    }
    #Module4RDC{
        flex-wrap: wrap;
    }
    #Module4RDC .blcitem {
        flex: 1 1 50%;
    }
    #Module4RDC a {
        font-size: 18px;
        line-height: 20px;
    }
}