/* Styles pour l'intégration PDF responsive */
.pdf-wrapper{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.pdf-embed{
  width: 100%;
  height: 70vh;
  min-height: 400px;
  border: 0;
}
