  #page_dossier {
  max-width: 100%;
}
#BPL-TF4-IDKDO {
  width: 100%;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
#BPL-TF4-IDKDO img.bg, #BPL-TF4-IDKDO picture{
  min-height: 250px;
  object-fit: cover;
  object-position: center;
}
#BPL-TF4-IDKDO .blocRight{
  width: 68%;
  position: absolute;
  right: 2%;
  height: max-content;
  top: 0;
  bottom: 0;
  margin: auto;
}
#BPL-TF4-IDKDO h4{
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 6px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 28px;
}
#BPL-TF4-IDKDO .txt{
  font-size: 35px;
  line-height: 43px;
  font-weight: 300;
  margin-bottom: 28px;
}
#BPL-TF4-IDKDO .ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
#BPL-TF4-IDKDO .ctas a{
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
  white-space: nowrap;
}
#BPL-TF4-IDKDO .ctas.be a {
    font-size: 20px;
}
#BPL-TF4-IDKDO .ctas a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  #BPL-TF4-IDKDO .blocRight {
    width: 66%;
    right: 2%;
  }
  #BPL-TF4-IDKDO h4 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  #BPL-TF4-IDKDO .txt{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
 }
 #BPL-TF4-IDKDO .ctas{
  column-gap: 25px;
}
#BPL-TF4-IDKDO .ctas a{
  font-size: 18px;
  line-height: 20px;
}
#BPL-TF4-IDKDO .ctas.be a {
    font-size: 15px;
}
}
@media only screen and (max-width: 1100px) {
  #BPL-TF4-IDKDO .blocRight {
    width: 68%;
    right: 0%;
  }
  #BPL-TF4-IDKDO h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #BPL-TF4-IDKDO .txt{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
 }
 #BPL-TF4-IDKDO .ctas{
  gap: 15px;
  flex-wrap: wrap;
}
#BPL-TF4-IDKDO .ctas a{
  font-size: 15px;
  line-height: 20px;
}
#BPL-TF4-IDKDO .ctas.be a {
    font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
  #BPL-TF4-IDKDO h4 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 15px;
      letter-spacing: 3px;
  }
  #BPL-TF4-IDKDO .txt {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #BPL-TF4-IDKDO .blocRight{
    width:68%;
  }
  #BPL-TF4-IDKDO .ctas a{
    font-size: 12px;
    line-height: 13px;
  }
  #BPL-TF4-IDKDO .ctas.be a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .no-mob{display: none;}
  #BPL-TF4-IDKDO img.bg, #BPL-TF4-IDKDO picture{
    min-height: 130px;
    object-fit: cover;
    object-position: center;
  }
  #BPL-TF4-IDKDO .blocRight{
    width:60%;
    right: 0;
  }
  #BPL-TF4-IDKDO h4 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #BPL-TF4-IDKDO .txt {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  #BPL-TF4-IDKDO .ctas a{
    font-size: 8px;
    line-height: 10px;
  }
  #BPL-TF4-IDKDO .ctas.be a {
    font-size: 7px;
    line-height: 8px;
}
  #BPL-TF4-IDKDO .ctas{
    column-gap: 20px;
    row-gap: 5px;
    justify-content: center;
  }
}
@media only screen and (max-width: 390px) {
  #BPL-TF4-IDKDO h4 {
    font-size: 12px;
    line-height: 11px;
  }
  #BPL-TF4-IDKDO .txt {
    font-size: 9px;
    line-height: 10px;
    margin-bottom: 12px;
  }
  #BPL-TF4-IDKDO .ctas a{
    font-size: 7px;
    line-height: 9px;
    flex: 0 0 23%;  
    box-sizing: border-box;
  }
  #BPL-TF4-IDKDO .ctas{
    column-gap: 10px;
  }
}