#page_dossier {
    max-width: 100%;
}
#Module2RDC{
    display: flex;
    align-items: center;
    justify-content: center;
}
#Module2RDC .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
}
#Module2RDC picture.bg,#Module2RDC img.bg ,#Module2RDC video{
    width: 100%;
    min-height: 500px;
    max-height: 1000px;
    object-fit: cover;
    object-position: center;
}
#Module2RDC .blocTxt{
    position: absolute;
    text-align: center;
    bottom: 15%;
    width: 100%;
}
#Module2RDC h4{
    font-size: 2.2vw;
    line-height: 2.6vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom:50px;
    letter-spacing: .8vw;
}
#Module2RDC h4 span{
    letter-spacing: normal;
}
#Module2RDC img.appel-prix{
    position: absolute;
    left: 10%;
    top: 20%;
}
#Module2RDC .ctas{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
#Module2RDC a.cta{
    font-size: 14px;
    width: 178px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0D3880;
    background-color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
}
#Module2RDC a.cta:hover{
    color: #ffffff;
    background-color: #0D3880;
}
.no-desk{display: none;}

@media screen and (max-width: 1500px) {
    #Module2RDC img.appel-prix{
        width: 80px;
    }   
}
@media screen and (max-width: 767px) {
    .no-desk{display: inline-block;}
    #Module2RDC img.bg{
        width: 100%;
        min-height: 500px;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    #Module2RDC{
        flex-wrap: wrap;
    }
    #Module2RDC .blcitem {
        flex: 1 1 50%;
    }
    #Module2RDC h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    #Module2RDC a.cta{
        font-size: 10px;
        width: 110px;
        height: 34px;
        line-height: 34px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 480px) {
    #Module2RDC img.appel-prix{
        width: 50px;
        left: 10%;
        top: 14%;
    } 
    #Module2RDC .blocTxt{
        bottom: 40px;
    }
    #Module2RDC .blcitem {
        flex: 1 1 100%;
    }
    #Module2RDC h4 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    #Module2RDC a.cta{
        font-size: 12px;
        width: 138px;
        height: 45px;
        line-height: 45px;
        letter-spacing: 2px;
    }
}