  #page_dossier {
  max-width: 100%;
}
#BPL-GOOD-PRICE-PL {
  width: 100%;
  background-color: #1C387B;
  color: #fff;
  position: relative;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
#BPL-GOOD-PRICE-PL .contBloc{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#BPL-GOOD-PRICE-PL h4{
  font-size: 65px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#BPL-GOOD-PRICE-PL .txt1{
  font-size: 25px;
  line-height: 34px;
}
@media only screen and (max-width: 1500px) {
  #BPL-GOOD-PRICE-PL .contBloc{
    width: 90%;
  }
  #BPL-GOOD-PRICE-PL h4{
    font-size: 50px;
    line-height: 50px;
  }
  #BPL-GOOD-PRICE-PL .txt1{
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #BPL-GOOD-PRICE-PL {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  #BPL-GOOD-PRICE-PL .contBloc{
    width: 95%;
  }
  #BPL-GOOD-PRICE-PL img.logo{
    width: 100px;
  }
  #BPL-GOOD-PRICE-PL h4{
    font-size: 40px;
    line-height: 40px;
  }
  #BPL-GOOD-PRICE-PL .txt1{
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #BPL-GOOD-PRICE-PL {
    padding: 30px 0px;
  }
  #BPL-GOOD-PRICE-PL .contBloc{
    width: 100%;
    justify-content: space-evenly;
  }
  #BPL-GOOD-PRICE-PL h4{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  #BPL-GOOD-PRICE-PL .txt1{
    font-size: 15px;
    line-height: 20px;
  }
  #BPL-GOOD-PRICE-PL img.logo{
    width: 84px;
  }
}
@media only screen and (max-width: 480px) {
  #BPL-GOOD-PRICE-PL {
    padding: 15px 0px;
  }
  #BPL-GOOD-PRICE-PL h4{
    font-size: 15px;
    line-height:20px;
  }
  #BPL-GOOD-PRICE-PL .txt1{
    font-size: 11px;
    line-height: 15px;
  }
  #BPL-GOOD-PRICE-PL img.logo{
    width: 64px;
  }
}