#page_dossier {
    max-width: 100%;
}
#M3_LAST_DAYS_PL{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E61F1B;
}
#M3_LAST_DAYS_PL picture.bg,#M3_LAST_DAYS_PL img.bg ,#M3_LAST_DAYS_PL video{
    width: 100%;
    min-height: 500px;
    max-height: 1000px;
    object-fit: cover;
    object-position: center;
}
#M3_LAST_DAYS_PL .blcitem{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#M3_LAST_DAYS_PL .blocTxt{
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    height: max-content;
    margin: auto;
    width: 100%;
}
#M3_LAST_DAYS_PL .txt1 {
    font-size: 17px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
#M3_LAST_DAYS_PL .blocTxt.txt-col .txt1 {
    color: #ffffff !important;
}
#M3_LAST_DAYS_PL .blocTxt.txt-col h4 {
    color: #ffffff !important;
}
#M3_LAST_DAYS_PL h4{
    font-size: 1.9vw;
    line-height: 2.4vw;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#M3_LAST_DAYS_PL .offer {
  font-size: 9vw;
  line-height: 0.8;
  font-weight: 900;
  margin: 0 auto 0;
}

#M3_LAST_DAYS_PL .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 3em;
  font-weight: 400;
}

#M3_LAST_DAYS_PL .offer .minus {
  position: relative;
}
#M3_LAST_DAYS_PL .offer .minus .to-txt {
    position: absolute;
    left: 5%;
    bottom: 60%;
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M3_LAST_DAYS_PL .offer .minus .to-txt.deCH{
    position: absolute;
    left: 0;
    bottom: 60%;
    font-size: 0.8vw;
    font-weight: 400;
    text-transform: uppercase;
}
#M3_LAST_DAYS_PL a.cta{
    font-size: 12px;
    width: 132px;
    height: 37px;
    line-height: 37px;
    font-weight: 400;
    text-transform: uppercase;
    color: #E61F1B;
    background-color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
}
#M3_LAST_DAYS_PL .blocTxt a.cta:hover{
    color: #ffffff;
    border: 1px #ffffff solid;
    background-color: #E61F1B;
}
#M3_LAST_DAYS_PL .cdt {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
}
#M3_LAST_DAYS_PL .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;
}




#M3_LAST_DAYS_PL .blcitem .last-days-offres {
  position: relative;
  width: 100%;
  font-weight: bold;
  padding-bottom: 24%;  
  text-align: center;
}
#M3_LAST_DAYS_PL .blcitem .last-days-offre {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade 6s infinite;
  color: #E20000;
}
#M3_LAST_DAYS_PL .blcitem .txt-col .last-days-offre {
    color: #ffffff;
}
#M3_LAST_DAYS_PL .blcitem .last-days-offre .last-days-offre-number {
  font-size: 7vw;
  line-height: 0.9 !important;
  font-weight: 800 !important;
  width: fit-content;
}

#M3_LAST_DAYS_PL .blcitem .last-days-offre .last-days-offre-number sup {
  font-size: 0.1em;
  vertical-align: 6em;
}

#M3_LAST_DAYS_PL .blcitem .last-days-offre .last-days-offre-desc {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 110px;
  width: 300px;
}

#M3_LAST_DAYS_PL .blcitem .last-days-offre:nth-child(1) {
  animation-delay: 0s;
}

#M3_LAST_DAYS_PL .blcitem .last-days-offre:nth-child(2) {
  animation-delay: 2s;
  /* start after first finishes */
}

#M3_LAST_DAYS_PL .blcitem .last-days-offre:nth-child(3) {
  animation-delay: 4s;
  /* start after first finishes */
}
@media screen and (max-width: 767px) {
    #M3_LAST_DAYS_PL .txt1 {
        font-size: 10px;
        padding-bottom: 15px;
    }
    #M3_LAST_DAYS_PL img{
        display: block;
    }
    #M3_LAST_DAYS_PL{
        flex-wrap: wrap;
    }
    #M3_LAST_DAYS_PL .blcitem {
        flex: 1 1 33%;
    }
    #M3_LAST_DAYS_PL h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #M3_LAST_DAYS_PL .offer {
        font-size: 50px;
        margin: 0 auto 0;
    }

    #M3_LAST_DAYS_PL .offer sup {
        font-size: .17em;
        top: -.8em;
        vertical-align: 2.5em;
    }

    #M3_LAST_DAYS_PL .offer .minus .to-txt {
        left: 6%;
        font-size: 5px;
    }
    #M3_LAST_DAYS_PL .offer .minus .to-txt.deCH {
        left: 0;
        font-size: 4px;
    }
    #M3_LAST_DAYS_PL a.cta{
        font-size: 10px;
        width: 106px;
        height: 30px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    #M3_LAST_DAYS_PL .cdt1 {
        right: 6px;
        bottom: 5px;
        font-size: 8px;
    }
    #M3_LAST_DAYS_PL .cdt {
        right: 6px;
        bottom: 5px;
        font-size: 8px;
    }
}
@media screen and (max-width: 480px) {
    #M3_LAST_DAYS_PL .txt1 {
        font-size: 14px;
    }
    #M3_LAST_DAYS_PL .blcitem {
        flex: 1 1 100%;
    }
    #M3_LAST_DAYS_PL h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    #M3_LAST_DAYS_PL .offer {
        font-size: 110px;
        margin: 0 auto 0;
    }

    #M3_LAST_DAYS_PL .offer sup {
        font-size: .17em;
        left: -0.6em;
        vertical-align: 2.6em;
    }

    #M3_LAST_DAYS_PL .offer .minus .to-txt {
        left: 5%;
        font-size: 12px;
    }
    #M3_LAST_DAYS_PL .offer .minus .to-txt.deCH {
        left: 0;
        font-size: 10px;
    }
    #M3_LAST_DAYS_PL .blcitem .last-days-offre .last-days-offre-number {
        font-size: 22vw;
    }
    #M3_LAST_DAYS_PL .blcitem .last-days-offres {
        padding-bottom: 26%;
    }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}