  #page_dossier {
  max-width: 100%;
}
#BPL-TF4-CADEAUX-OXY {
  width: 100%;
  color: #C6002E;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
#BPL-TF4-CADEAUX-OXY img.bg, #BPL-TF4-CADEAUX-OXY picture{
  min-height: 250px;
  object-fit: cover;
  object-position: center;
}
#BPL-TF4-CADEAUX-OXY .blocRight{
  width: 54%;
  position: absolute;
  right: 2%;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
}
#BPL-TF4-CADEAUX-OXY h4{
  font-size: 64px;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#BPL-TF4-CADEAUX-OXY .txt{
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}
@media only screen and (max-width: 1500px) {
  #BPL-TF4-CADEAUX-OXY .blocRight {
    width: 50%;
    right: 2%;
  }
  #BPL-TF4-CADEAUX-OXY h4 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  #BPL-TF4-CADEAUX-OXY .txt{
    font-size: 25px;
    line-height: 30px;
 }
}
@media only screen and (max-width: 1024px) {
  #BPL-TF4-CADEAUX-OXY .blocRight {
    width: 60%;
    right: 2%;
  }
  #BPL-TF4-CADEAUX-OXY h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  #BPL-TF4-CADEAUX-OXY .txt{
    font-size: 20px;
    line-height: 25px;
 }
}
@media only screen and (max-width: 767px) {
  #BPL-TF4-CADEAUX-OXY h4 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 10px;
  }
  #BPL-TF4-CADEAUX-OXY .txt {
    font-size: 15px;
    line-height: 20px;
  }
  #BPL-TF4-CADEAUX-OXY .blocRight{
    width: 50%;
    right: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .no-mob{display: none;}
  #BPL-TF4-CADEAUX-OXY img.bg, #BPL-TF4-CADEAUX-OXY picture{
    min-height: 130px;
    object-fit: cover;
    object-position: center;
  }
  #BPL-TF4-CADEAUX-OXY h4 {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 7px;
  }
  #BPL-TF4-CADEAUX-OXY .txt {
    font-size: 10px;
    line-height: 14px;
    width: 90%;
  }
}
@media only screen and (max-width: 390px) {
  #BPL-TF4-CADEAUX-OXY h4 {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 6px;
  }
}