#page_dossier {
    max-width: 100%;
}
#M4_LAST_DAYS{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E61F1B;
}
#M4_LAST_DAYS picture.bg,#M4_LAST_DAYS img.bg ,#M4_LAST_DAYS video{
    width: 100%;
    min-height: 500px;
    max-height: 1000px;
    object-fit: cover;
    object-position: center;
}
#M4_LAST_DAYS .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#M4_LAST_DAYS .blocTxt{
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    height: max-content;
    margin: auto;
    width: 100%;
}
#M4_LAST_DAYS .txt1 {
    font-size: 12px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#M4_LAST_DAYS .blocTxt.txt-col {
    color: #ffffff !important;
}
#M4_LAST_DAYS .blocTxt.txt-col h4 {
    color: #ffffff !important;
}
#M4_LAST_DAYS .blocTxt.txt-col .offer {
    color: #ffffff !important;
}
#M4_LAST_DAYS .blocTxt.txt-col .txt1 {
    color: #ffffff !important;
}
#M4_LAST_DAYS h4{
    font-size: 1.9vw;
    line-height: 2.4vw;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#M4_LAST_DAYS .offer {
    font-size: 6vw;
    line-height: 0.8;
    font-weight: 900;
    margin: 0 auto 0;
}

#M4_LAST_DAYS .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 3em;
  font-weight: 400;
}

#M4_LAST_DAYS .offer .minus {
  position: relative;
}
#M4_LAST_DAYS .offer .minus .to-txt {
    position: absolute;
    left: 14%;
    bottom: 60%;
    font-size: 0.5vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M4_LAST_DAYS .offer .minus .to-txt.deCH{
    position: absolute;
    left: 0;
    bottom: 60%;
    font-size: 0.8vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M4_LAST_DAYS 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;
}
#M4_LAST_DAYS .blocTxt.txt-col a.cta{
    color: #E61F1B;
    background-color: #ffffff;
}
#M4_LAST_DAYS .blocTxt.txt-col a.cta:hover{
    color: #ffffff;
    border: 1px #ffffff solid;
    background-color: #E61F1B;
}
#M4_LAST_DAYS a.cta:hover{
    color: #E61F1B;
    background-color: #ffffff;
}
#M4_LAST_DAYS .cdt {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
}
#M4_LAST_DAYS .cdt1 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    color: #ffffff;
}
.soldes-band {
    height: 34px;
    text-transform: uppercase;
    color: #E61F1B;
    text-align: center;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    #M4_LAST_DAYS .txt1 {
        font-size: 7px;
        padding-bottom: 15px;
    }
    #M4_LAST_DAYS img{
        display: block;
    }
    #M4_LAST_DAYS{
        flex-wrap: wrap;
    }
    #M4_LAST_DAYS .blcitem {
        flex: 1 1 25%;
    }
    #M4_LAST_DAYS h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #M4_LAST_DAYS .offer {
        font-size: 40px;
        margin: 0 auto 0;
    }

    #M4_LAST_DAYS .offer sup {
        font-size: .17em;
        top: -.8em;
        vertical-align: 2.5em;
    }

    #M4_LAST_DAYS .offer .minus .to-txt {
        left: 4%;
        font-size: 5px;
    }
    #M4_LAST_DAYS .offer .minus .to-txt.deCH {
        left: 0;
        font-size: 4px;
    }
    #M4_LAST_DAYS a.cta{
        font-size: 10px;
        width: 106px;
        height: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    #M4_LAST_DAYS .cdt1 {
        right: 6px;
        bottom: 5px;
        font-size: 8px;
    }
    #M4_LAST_DAYS .cdt {
        right: 6px;
        bottom: 5px;
        font-size: 8px;
    }
}
@media screen and (max-width: 480px) {
    #M4_LAST_DAYS .txt1 {
        font-size: 14px;
    }
    #M4_LAST_DAYS .blcitem {
        flex: 1 1 100%;
    }
    #M4_LAST_DAYS h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    #M4_LAST_DAYS .offer {
        font-size: 105px;
        margin: 0 auto 0;
    }

    #M4_LAST_DAYS .offer sup {
        font-size: .17em;
        left: -0.6em;
        vertical-align: 2.6em;
    }

    #M4_LAST_DAYS .offer .minus .to-txt {
        left: 5%;
        font-size: 12px;
    }
    #M4_LAST_DAYS .offer .minus .to-txt.deCH {
        left: 0;
        font-size: 10px;
    }
}