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