#page_dossier {
    max-width: 100%;
}
#M3_SOLDES{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E61F1B;
}
#M3_SOLDES picture.bg,#M3_SOLDES img.bg ,#M3_SOLDES video{
    width: 100%;
    min-height: 500px;
    max-height: 1000px;
    object-fit: cover;
    object-position: center;
}
#M3_SOLDES .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#M3_SOLDES .blocTxt{
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    height: max-content;
    margin: auto;
    width: 100%;
}
#M3_SOLDES h4{
    font-size: 1.9vw;
    line-height: 2.4vw;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#M3_SOLDES .offer {
  font-size: 9vw;
  line-height: 1;
  font-weight: 900;
  margin: 0 auto 25px;
}

#M3_SOLDES .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 3em;
  font-weight: 400;
}

#M3_SOLDES .offer .minus {
  position: relative;
}
#M3_SOLDES .offer .minus .to-txt {
    position: absolute;
    left: 5%;
    bottom: 60%;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M3_SOLDES .offer .minus .to-txt.deCH{
    position: absolute;
    left: 0;
    bottom: 60%;
    font-size: 0.8vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M3_SOLDES a.cta{
    font-size: 12px;
    width: 132px;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #E61F1B;
    display: inline-block;
    letter-spacing: 2px;
}
#M3_SOLDES a.cta:hover{
    color: #E61F1B;
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    #M3_SOLDES img{
        display: block;
    }
    #M3_SOLDES{
        flex-wrap: wrap;
    }
    #M3_SOLDES .blcitem {
        flex: 1 1 33%;
    }
    #M3_SOLDES h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #M3_SOLDES .offer {
        font-size: 50px;
        margin: 0 auto 20px;
    }

    #M3_SOLDES .offer sup {
        font-size: .17em;
        top: -.8em;
        vertical-align: 2.5em;
    }

    #M3_SOLDES .offer .minus .to-txt {
        left: 6%;
        font-size: 5px;
    }
    #M3_SOLDES .offer .minus .to-txt.deCH {
        left: 0;
        font-size: 4px;
    }
    #M3_SOLDES a.cta{
        font-size: 10px;
        width: 106px;
        height: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 480px) {
    #M3_SOLDES .blcitem {
        flex: 1 1 100%;
    }
    #M3_SOLDES h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    #M3_SOLDES .offer {
        font-size: 110px;
        margin: 0 auto 20px;
    }

    #M3_SOLDES .offer sup {
        font-size: .17em;
        left: -0.6em;
        vertical-align: 2.6em;
    }

    #M3_SOLDES .offer .minus .to-txt {
        left: 5%;
        font-size: 12px;
    }
    #M3_SOLDES .offer .minus .to-txt.deCH {
        left: 0;
        font-size: 10px;
    }
}