  #page_dossier {
  max-width: 100%;
}
#BPL-TF2-TEDDY-OFFRE-FID {
  width: 100%;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #007577;
  padding: 60px 30px;
}
#BPL-TF2-TEDDY-OFFRE-FID h4{
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 12px;
}
#BPL-TF2-TEDDY-OFFRE-FID .txt{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  margin: 28px 0 6px;
}
#BPL-TF2-TEDDY-OFFRE-FID .txt1 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}
#BPL-TF2-TEDDY-OFFRE-FID .txt1 .bold {
  font-weight: 700;
}
#BPL-TF2-TEDDY-OFFRE-FID .old-price {
  position: relative;
  display: inline-block;
}
#BPL-TF2-TEDDY-OFFRE-FID .old-price::after {
  content: "";
  position: absolute;
  left: -3%;
  top: 48%;
  width: 106%;
  height: 5px;
  background: #ff5a00;
  transform: rotate(-12deg);
  transform-origin: center;
}
@media only screen and (max-width: 767px) {
  #BPL-TF2-TEDDY-OFFRE-FID{
    padding: 28px 10px;
    margin-bottom: 0;
  }
  #BPL-TF2-TEDDY-OFFRE-FID h4 {
      font-size: 18px;
      letter-spacing: 2px;
      padding-bottom: 0;
  }
  #BPL-TF2-TEDDY-OFFRE-FID .txt {
    font-size: 16px;
    margin: 10px 0 3px;
  }
  #BPL-TF2-TEDDY-OFFRE-FID .txt1 {
    font-size: 13px;
  }
  #BPL-TF2-TEDDY-OFFRE-FID .old-price::after {
    height: 2px;
  }
}
@media only screen and (max-width: 480px) {
  #BPL-TF2-TEDDY-OFFRE-FID{
    padding: 20px 8px 24px;
  }
}
