#page_dossier {
    max-width: 100%;
}
#module3Soldes{
    display: flex;
    align-items: center;
    justify-content: center;
}
#module3Soldes picture.bg,#module3Soldes img.bg ,#module3Soldes video{
    width: 100%;
    min-height: 500px;
    max-height: 1000px;
    object-fit: cover;
    object-position: center;
}
#module3Soldes .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#module3Soldes .blocTxt{
    position: absolute;
    text-align: center;
    bottom:0;
    top: 0;
    height: max-content;
    margin: auto;
    width: 100%;
}
#module3Soldes h4{
    font-size: 2.4vw;
    line-height: 2.6vw;
    font-weight: 400;
    text-transform: uppercase;
    color: #E61F1B;
    margin-bottom: 4px;
}
#module3Soldes p.txtOffre{
    font-size: 2.6vw;
    line-height: 2.8vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #E61F1B;
    margin-bottom: 16px;
}
#module3Soldes a.cta{
    font-size: 14px;
    width: 178px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #E61F1B;
    display: inline-block;
    letter-spacing: 2px;
}
#module3Soldes a.cta:hover{
    color: #E61F1B;
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    #module3Soldes img{
        display: block;
    }
    #module3Soldes{
        flex-wrap: wrap;
    }
    #module3Soldes .blcitem {
        flex: 1 1 33%;
    }
    #module3Soldes h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    #module3Soldes p.txtOffre {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #module3Soldes a.cta{
        font-size: 11px;
        width: 120px;
        height: 38px;
        line-height: 38px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 480px) {
    #module3Soldes .blcitem {
        flex: 1 1 100%;
    }
    #module3Soldes h4 {
        font-size:28px;
        line-height:28px;
        margin-bottom: 8px;
    }
    #module3Soldes p.txtOffre {
        font-size:30px;
        line-height:34px;
        margin-bottom: 14px;
    }
    #module3Soldes a.cta{
        font-size: 12px;
        width: 138px;
        height: 45px;
        line-height: 45px;
        letter-spacing: 2px;
    }
}