
#page_dossier {
    max-width: 100%;
}
#z1-home-container-last-days img.logo {
    margin: 0 auto 20px;
}
#z1-home-container-last-days {
  width: 100%;
  position: relative;
  min-height: 120vh;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  background-color: #D5003A;
}

#z1-home-container-last img.logo{
    margin: 0 auto 60px;
}
#z1-home-container-last-days .texte {
  width: 100%;
  text-align: center;
}

#z1-home-container-last-days .bl {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  height: max-content;
  margin: auto;
  top: 8%;
}
  #z1-home-container-last-days .txt2 {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 10px;
  }

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  padding-top: 0px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}
#z1-home-container-last-days .slo .texte  .reduc p:nth-of-type(1) span:first-of-type {
  left: 20px;
}
#z1-home-container-last-days .pl .texte  .reduc p:nth-of-type(1) span:first-of-type {
  left: 11px;
}
#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span:first-of-type {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 4px;
  top: -21px;
}

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.nl-be {
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  left: 12px;
  top: -21px;
}

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.it-it {
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: 5px;
  top: -21px;
}

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.lg {
    font-size: 10px;
    left: -3px;
  }

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.pl {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 12px;
  top: -21px;
}
#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de-ch {
  font-size: 10px;
  left: 1px;
}

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.slo {
  font-size: 13px;
  left: 20px;
}
#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de {
  left: 11px;
}

#z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.ro {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 5px;
  top: -21px;
}


#z1-home-container-last-days .texte .reduc p:nth-of-type(1) sup {
  font-size: 20px;
  letter-spacing: 0;
  top: 22px;
  font-weight: 300;
}

#z1-home-container-last-days .ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 320px;
  margin: auto;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#z1-home-container-last-days .ctas a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 145px;
  height: 48px;
  background: #ffffff;
  font-weight: 400;
  font-size: 14px;
  color: #D5003A;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #D5003A;
  transition: all 0.3s;
}

#z1-home-container-last-days .ctas a.pl {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 145px;
  height: 40px;
  background: #ffffff;
  font-weight: 400;
  font-size: 11px;
  color: #D5003A;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #D5003A;
  transition: all 0.3s;
}

#z1-home-container-last-days .ctas a:hover {
  background: #D5003A;
  color: #ffffff;
  border: 1px solid #ffffff;
}


@media (min-width: 768px) {
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.lg {
    font-size: 13px;
  }
  .only-mob{
    display: none;
  }
}
@media (min-width: 768px) {
  #z1-home-container-last-days .txt2 {
    font-size: 28px;
    line-height: 18px;
    padding: 20px 0 50px;
  }
  #z1-home-container-last-days .ctas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 320px;
    margin: auto;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #z1-home-container-last-days .ctas.desk {
    display: flex;
  }
  #z1-home-container-last-days .texte {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #z1-home-container-last-days .slo .texte .reduc p:nth-of-type(1) span:first-of-type {
    left: 38px;
  }
  #z1-home-container-last-days .pl .texte .reduc p:nth-of-type(1) span:first-of-type {
    left: 25px;
  }
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span:first-of-type {
    font-size: 21px;
    left: 12px;
    top: -30px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.nl-be {
    font-size: 28px;
    left: 19px;
    top: -28px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.it-it {
    font-size: 22px;
    left: 8px;
    top: -26px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.lg {
    font-size: 14px;
    left: -6px;
    top: -26px;
  }


  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de {
    left: 15px;
  }
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.pl {
    font-size: 18px;
    left: 16px;
    top: -26px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.slo {
    font-size: 18px;
    left: 28px;
    top: -26px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de-ch {
    font-size: 14px;
    left: 0px;
    top: -26px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.ro {
    font-size: 18px;
    left: 7px;
    top: -26px;
  }
  #z1-home-container-last-days .texte .reduc {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #z1-home-container-last-days .texte .reduc.nl-be {
    margin: 100px 0 0 0;
  }

  #z1-home-container-last-days .texte .reduc.de {
    margin: 100px 0 0 0;
  }

  #z1-home-container-last-days .texte .reduc p {
    margin-bottom: 20px;
    color: #ffffff;
  }


  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) {
    font-size: 200px;
    line-height: 150px;
    width: max-content;
    margin: 0 auto;
  }
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) sup {
    font-size: 50px;
    top: 28px;
  }
  #z1-home-container-last-days .pl .ctas {
    bottom: 10px;
  }
  #z1-home-container-last-days .ctas {
    width: 100%;
    gap: 10px;
  }
  #z1-home-container-last-days .pl .ctas a {
    width: 215px;
    height: 45px;
  }
  #z1-home-container-last-days .ctas a {
    width: 180px;
    height: 45px;
  }

}
@media (min-width:1200px) and (max-width:1350px) {
  #z1-home-container-last-days .texte .reduc p.it-it {
   transform: translateX(-20px);
  }
}

@media (min-width: 1200px) {
  #z1-home-container-last-days .txt2 {
      font-size: 32px;
      line-height: 30px;
  }
  #z1-home-container-last-days .texte .reduc.pl-pl {
    margin: 100px 0 0 0;
  }
}

@media (min-width: 1400px) {
  #z1-home-container-last-days .texte .reduc.pl-pl {
    margin: 120px 0 0 0;
  }
}


@media (min-width: 1700px) {
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de {
    left: 28px;
  }
  #z1-home-container-last-days .texte .reduc p {
    font-size: 200px;
    line-height: 160px;
  }

  #z1-home-container-last-days .ctas a {
    width: 245px;
    height: 56px;
    font-size: 18px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span:first-of-type {
    font-size: 25px;
    top: -40px;
    left: 12px;
  }
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.nl-be {
    font-size: 39px;
    top: -40px;
    left: 35px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.it-it {
    font-size: 35px;
    top: -40px;
    left: 12px;
  }
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.lg {
    left: 0px;
    font-size: 20px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.slo {
    font-size: 27px;
    top: -40px;
    left: 47px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.pl {
    font-size: 27px;
    top: -40px;
    left: 28px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de-ch {
    font-size: 22px;
    top: -40px;
    left: 1px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.ro {
    font-size: 27px;
    top: -40px;
    left: 14px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) span.de {
    font-size: 27px;
    top: -40px;
    left: 27px;
  }

  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) {
    font-size: 220px;
    line-height: 180px;
  }
  #z1-home-container-last-days .texte .reduc p:nth-of-type(1) sup {
    font-size: 40px;
    top: 26px;
  }
}

@media (max-width: 767px) {
  #z1-home-container-last-days {
        min-height: 600px;
  }
  #z1-home-container-last-days img.logo {
        margin: 0 auto 20px;
        width: 200px;
  }
  #z1-home-container-last-days {
    background-color: #D5003A;
    padding-bottom: 30px;
  }
  #z1-home-container-last-days .reduc {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
#z1-home-container-last-days .reduc {
    padding-top: 5px;
}
#z1-home-container-last-days .pl .ctas a {
  font-size: 13px;
}
#z1-home-container-last-days .texte.es .reduc {
 padding-top: 20px;
}
}