#page_dossier {
    max-width: 100%;
}
#M3_SOLDES_DE{
    display: flex;
    align-items: center;
    justify-content: center;
}
#M3_SOLDES_DE.blocRed{
    background-color: #E61F1B;
}
#M3_SOLDES_DE picture.bg,#M3_SOLDES_DE img.bg ,#M3_SOLDES_DE video{
    width: 100%;
    min-height: 500px;
    max-height: 1000px;
    object-fit: cover;
    object-position: center;
}
#M3_SOLDES_DE .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #E61F1B;
}
#M3_SOLDES_DE .blcitem.redBloc{
    color: #ffffff;
    background-color: #E61F1B;
    height: 100%;
}
#M3_SOLDES_DE .blcitem.redBloc .blocTxt{ 
    position: relative;
}
#M3_SOLDES_DE .blocTxt{
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    height: max-content;
    margin: auto;
    width: 100%;
}
#M3_SOLDES_DE h4{
    font-size: 2vw;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
#M3_SOLDES_DE .txt2{
    font-size: 1.9vw;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 22px 0 5px;
    letter-spacing: 1.3px;
}
#M3_SOLDES_DE .offer {
  font-size: 8vw;
  line-height: 1;
  font-weight: 700;
}

#M3_SOLDES_DE .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 3em;
  font-weight: 400;
}

#M3_SOLDES_DE .offer .minus {
  position: relative;
}

#M3_SOLDES_DE .offer .minus .to-txt {
    position: absolute;
    left: 5%;
    bottom: 60%;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M3_SOLDES_DE 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;
    margin-top: 20px;
}
#M3_SOLDES_DE a.cta:hover{
    color: #E61F1B;
    background-color: #ffffff;
}
#M3_SOLDES_DE.blocRed .redBloc a.cta{
    background-color: #ffffff;
    color: #E61F1B;
    border: 1px solid #ffffff;
}
#M3_SOLDES_DE.blocRed .redBloc a.cta:hover{
    background-color: transparent;
    color: #ffffff;

}
@media screen and (max-width: 767px) {
    #M3_SOLDES_DE img{
        display: block;
    }
    #M3_SOLDES_DE{
        flex-wrap: wrap;
    }
    #M3_SOLDES_DE .blcitem {
        flex: 1 1 33%;
    }
    #M3_SOLDES_DE h4 {
        font-size: 19px;
    }
    #M3_SOLDES_DE .txt2{
        font-size: 18px;
        margin: 15px 0 2px;
        letter-spacing: 1px;
    }
    #M3_SOLDES_DE .offer {
        font-size: 50px;
    }

    #M3_SOLDES_DE .offer sup {
        font-size: .17em;
        top: -.8em;
        vertical-align: 2.5em;
    }

    #M3_SOLDES_DE .offer .minus .to-txt {
        left: 6%;
        font-size: 5px;
    }
    #M3_SOLDES_DE a.cta{
        font-size: 10px;
        width: 106px;
        height: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 480px) {
    #M3_SOLDES_DE .blcitem {
        flex: 1 1 100%;
    }
    #M3_SOLDES_DE h4 {
        font-size: 30px;
        line-height: 30px;
    }
    #M3_SOLDES_DE .txt2{
        font-size: 28px;
        margin: 15px 0 2px;
        letter-spacing: 1px;
    }
    #M3_SOLDES_DE .offer {
        font-size: 110px;
    }

    #M3_SOLDES_DE .offer sup {
        font-size: .17em;
        left: -0.6em;
        vertical-align: 2.6em;
    }

    #M3_SOLDES_DE .offer .minus .to-txt {
        left: 5%;
        font-size: 12px;
    }
    #M3_SOLDES_DE .blcitem.redBloc{
        color: #ffffff;
        background-color: #E61F1B;
        min-height: 400px;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}