/* =========================================================
   FRENCH BAR AWARDS — PDF.js customisation
   ========================================================= */


/* --- Outils d'édition inutiles pour un magazine --- */

#editorModeButtons,
#editorModeSeparator {
    display: none !important;
}


/* --- Impression --- */

#printButton,
#secondaryPrint {
    display: none !important;
}


/* --- Ouverture d'un autre PDF --- */

#secondaryOpenFile {
    display: none !important;
}


/* --- Téléchargement natif PDF.js
   Nous ajouterons notre propre bouton tracké --- */

#downloadButton,
#secondaryDownload {
    display: none !important;
}


/* --- URL vers la page courante --- */

#viewBookmark {
    display: none !important;
}


/* --- Fond autour du magazine --- */

#viewerContainer {
    background: #202020 !important;
}


/* --- Pages légèrement détachées du fond --- */

.pdfViewer .page {
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.18),
        0 8px 30px rgba(0, 0, 0, 0.18);
}


/* --- Toolbar plus sobre --- */

#toolbarContainer {
    box-shadow: none !important;
}

/* --- Presentation Mode dans la toolbar principale --- */

#presentationMode::before {
    mask-image: var(--toolbarButton-presentationMode-icon) !important;
    -webkit-mask-image: var(--toolbarButton-presentationMode-icon) !important;
}
