  #page_dossier {
  max-width: 100%;
}
#BPL-TF4-MAISON-TANGIBLE {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
#BPL-TF4-MAISON-TANGIBLE img.bg, #BPL-TF4-MAISON-TANGIBLE picture{
  min-height: 150px;
  object-fit: cover;
  object-position: center;
}
#BPL-TF4-MAISON-TANGIBLE .blocRight{
  width: 40%;
  position: absolute;
  right: 2%;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
}
#BPL-TF4-MAISON-TANGIBLE .txt{
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  max-width: 610px;
}
@media only screen and (max-width: 1500px) {
  #BPL-TF4-MAISON-TANGIBLE .blocRight {
    width: 42%;
    right: 2%;
  }
  #BPL-TF4-MAISON-TANGIBLE .txt{
    font-size: 25px;
    line-height: 30px;
    max-width: 515px;
 }
}
@media only screen and (max-width: 1024px) {
  #BPL-TF4-MAISON-TANGIBLE .blocRight {
    width: 40%;
    right: 2%;
  }
  #BPL-TF4-MAISON-TANGIBLE .txt{
    font-size: 20px;
    line-height: 25px;
 }
}
@media only screen and (max-width: 767px) {
  #BPL-TF4-MAISON-TANGIBLE .txt {
    font-size: 15px;
    line-height: 20px;
  }
  #BPL-TF4-MAISON-TANGIBLE .blocRight{
    width: 60%;
    right: 4%;
  }
}
@media only screen and (max-width: 480px) {
  .no-mob{display: none;}
  #BPL-TF4-MAISON-TANGIBLE img.bg, #BPL-TF4-MAISON-TANGIBLE picture{
    min-height: 120px;
    object-fit: cover;
    object-position: center;
  }
  #BPL-TF4-MAISON-TANGIBLE .txt {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: normal;
  }
}