/* -------------------------------------------------------------------- */
  /* -----------------------  I FRAME PDF------------------------------ */
  /* -------------------------------------------------------------------- */

.page-pdf { 
    display: flex; 
    height: calc(100vh - 140px);
    margin-top: 140px;
}
.pdf-container { 
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    min-height: 0; /* Important pour flex */
}
.pdf-container iframe { 
    flex: 1; 
    border: none;
    width: 100%;
    height: 100%;
}