#BPL-soldes-booster {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

#BPL-soldes-booster>div:nth-of-type(1)>h3 {
  color: white;
  font-size: 40px;
  line-height: 54px;
  font-weight: 900;
    text-transform: uppercase;

}
#BPL-soldes-booster .supp {
  font-weight: 800;
  font-size: 17px;
  line-height: 22px;
  color: #E61F1B;
  text-transform: uppercase;
}
#BPL-soldes-booster .txt1 {
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  color: #E61F1B;
}
#BPL-soldes-booster .txt2 {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #E61F1B;
  text-transform: uppercase;
}
#BPL-soldes-booster>div:nth-of-type(1)>p {
  color: white;
  font-weight: 600 !important;
  font-size: 10px;
  margin-left: 3px;
}
#BPL-soldes-booster .txtOffre {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E61F1B;
}
#BPL-soldes-booster .txtOffre span.perc{
  font-size: 70px;
  line-height: 86px;
  vertical-align: top;
  top: 0;
}
#BPL-soldes-booster .txtOffre span.minus-text{
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#BPL-soldes-booster .txtOffre span.minus-text .minus{
  font-size: 120px;
  font-weight: 600;
  margin-top: 4px;
  margin-left: 3px;
  margin-bottom: 30px;
}
#BPL-soldes-booster .txtOffre sup {
  font-size: 16px;
  line-height: 48px;
  vertical-align: top;
  top: 0px;
}
#BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
  margin-top: 5px;
  font-weight: 600 !important;
  cursor: pointer;
  color: #272A45;
}

#BPL-soldes-booster>div:nth-of-type(2)>.cta-offer span {
  text-decoration: underline !important;
}

#BPL-soldes-booster>div:nth-of-type(2)>.cta-offer span:hover {
  text-decoration: none !important;
}

#BPL-soldes-booster .ml-offer {
  position: absolute;
  bottom: 2px;
  right: 8px;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  #BPL-soldes-booster .supp {
      font-size: 24px;
      line-height: 28px;
  }
  #BPL-soldes-booster .txt1 {
    font-size: 11px;
    line-height: 16px;
  }
  #BPL-soldes-booster .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  #BPL-soldes-booster .blText2{
    text-align: left;
    margin-left: 10px;
  }
  .nodesk {
    display: none;
  }

  #BPL-soldes-booster>div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
  }

  #BPL-soldes-booster>div:nth-of-type(1)>h3 {

    font-size: 7vw;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3.es {
    font-size: 5.7vw;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3.pl {
    font-size: 4vw;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>p {
    font-size: 29px;
  }

  #BPL-soldes-booster .supp {
      font-size: 34px;
      line-height: 38px;
  }
  #BPL-soldes-booster .txt1 {
    font-size: 16px;
    line-height: 18px;
    margin: 4px 0 6px ;
  }
  #BPL-soldes-booster .txt2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  #BPL-soldes-booster {
    max-width: 100%;
    height: 160px;
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/bandeau/SOLDES_PE25/OFFRE/bg-desk.webp?v=2);
    background-size: cover;
    background-position: 32%;
    justify-content: space-between;
    flex-direction: initial;
    padding: 0 50px;
    gap: 0;
  }

  #BPL-soldes-booster>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58%;
  }

  #BPL-soldes-booster .txtOffre {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E61F1B;
}
#BPL-soldes-booster .txtOffre span.perc{
  font-size: 70px;
  line-height: 86px;
  vertical-align: top;
  top: 0;
}
#BPL-soldes-booster .txtOffre span.minus-text{
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#BPL-soldes-booster .txtOffre span.minus-text .minus{
  font-size: 120px;
  font-weight: 600;
  margin-top: 4px;
  margin-left: 3px;
  margin-bottom: 30px;
}
#BPL-soldes-booster .txtOffre sup {
  font-size: 16px;
  line-height: 48px;
  vertical-align: top;
  top: 0px;
}

  #BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
    margin-bottom: 20px;
    font-size: 30px;
  }
}


@media (min-width: 1150px) {
  #BPL-soldes-booster>div:nth-of-type(1)>.cta-offer {
    margin-left: 90px;
  }

  #BPL-soldes-booster {
    padding: 0 60px 0 5%;
  }
}

@media (min-width: 1400px) {


  #BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
    margin-bottom: 20px;
  }
}

@media (min-width: 1700px) {

  #BPL-soldes-booster {
    padding: 0 100px;
  }

  #BPL-soldes-booster>div:nth-of-type(1)>h3 {
    font-size: 120px;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3.es {
    font-size: 100px;
  }

  #BPL-soldes-booster>div:nth-of-type(2)>.prct {
    margin-left: 20px;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3.pl {
    font-size: 80px;
  }
}

@media (max-width: 470px) {
  #BPL-soldes-booster>div:nth-of-type(1)>h3.deCH {
    padding-right: 60px;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3.pl {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
    #BPL-soldes-booster>div:nth-of-type(2) {
      width: 58%;
  }
    #BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
      margin-bottom: 20px;
      font-size: 20px;
  }
}
@media (max-width: 999px) {
  #BPL-soldes-booster .blText {
    position: relative;
    width: 100%;
  }
  #BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 52px;
    line-height: 48px;
  }
  #BPL-soldes-booster .cta-offer span{
    display: none;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3 {
    font-size: 10vw;
    line-height: 8vw;
  }
  #BPL-soldes-booster {
    height: 320px;
    width: 100%;
    background-image: url(//media.idkids.fr/media/content/cms/Commun/BPL/SOLDES_OFFRE_V2_AH25/img-mobV2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center 29%;
    justify-content: space-around;
}
}
@media (max-width: 767px) {
  #BPL-soldes-booster .txtOffre {
      font-size: 80px;
      line-height: 60px;
  }
  #BPL-soldes-booster .txtOffre span.perc {
    font-size: 40px;
    line-height: 55px;
  }
  #BPL-soldes-booster .txtOffre span.minus-text .minus {
    font-size: 80px;
    margin-bottom: 10px;
  }
  #BPL-soldes-booster .txtOffre span.minus-text {
    font-size: 8px;
    line-height: 9px;
  }
  #BPL-soldes-booster .txtOffre sup {
    font-size: 11px;
    line-height: 34px;
  }
  #BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
    top: 0px;
  }
  #BPL-soldes-booster {
    height: 240px;
    background-position: center 25%;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3 {
    margin-top: -20px;
  }
}
@media (max-width: 480px) {
  #BPL-soldes-booster>div:nth-of-type(1)>h3 span{
      display: block;
  }
  #BPL-soldes-booster>div:nth-of-type(2) {
      width: 100%;
  }
  #BPL-soldes-booster>div:nth-of-type(2)>.cta-offer {
    right: 5px;
    font-size: 36px;
    line-height: 36px;
  }
  #BPL-soldes-booster>div:nth-of-type(1)>h3 {
    margin-top: -15px;
    font-size: 15vw;
    line-height: 16vw;
  }
  #BPL-soldes-booster {
    height: 230px;
    background-position: top;
  }
}
