  #page_dossier {
  max-width: 100%;
}
#bpl-tf2-RDC-SPOT-RADIO-GP {
  width: 100%;
  background-color: #0D3880;
  color: #fff;
  padding: 60px 20px 50px;
  text-align: center;
  margin-bottom: 30px;
}
#bpl-tf2-RDC-SPOT-RADIO-GP h4{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#bpl-tf2-RDC-SPOT-RADIO-GP .txt-1{
  font-size: 40px;
  line-height:45px;
  font-weight: 300;
  margin-bottom: 35px;
}

#bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

#bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd a{
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}
#bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  #bpl-tf2-RDC-SPOT-RADIO-GP h4{
    font-size: 50px;
    line-height: 50px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .txt-1{
    font-size: 30px;
    line-height:35px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd{
    gap: 30px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd .item img{
    width: 100px;
    margin: 0 auto;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd a {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #bpl-tf2-RDC-SPOT-RADIO-GP h4{
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .txt-1{
    font-size: 28px;
    line-height:34px;
  }
}
@media only screen and (max-width: 767px) {
  #bpl-tf2-RDC-SPOT-RADIO-GP h4{
    font-size: 35px;
    line-height: 35px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .txt-1{
    font-size: 20px;
    line-height:25px;
  }
}
@media only screen and (max-width: 480px) {
  #bpl-tf2-RDC-SPOT-RADIO-GP {
    padding: 15px 20px 15px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP h4{
    font-size: 20px;
    line-height:20px;
    margin-bottom:5px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .txt-1{
    font-size: 12px;
    line-height:15px;
    margin-bottom: 15px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd .item img{
    width: 40px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd a {
    font-size: 8px;
    margin-top: 6px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd{
    gap: 15px;
  }
}

@media only screen and (max-width: 390px) {
  #bpl-tf2-RDC-SPOT-RADIO-GP {
    padding: 15px 10px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP h4{
    font-size: 14px;
    line-height:18px;
    margin-bottom:5px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .txt-1{
    font-size: 10px;
    line-height:13px;
    margin-bottom: 10px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd .item img{
    width: 40px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd a {
    font-size: 7px;
    margin-top: 5px;
  }
  #bpl-tf2-RDC-SPOT-RADIO-GP .blocPrd{
    gap: 10px;
  }
}