/* =========================================================
 * BDDGend — Procedural Background
 * Source : bddgend-procedural-background.php
 * Bloc CSS #1
 * CSS externalisé — Phase 7F
 * ========================================================= */

html body.bddgend-procedural-page,
body.bddgend-procedural-page,
body.bddgend-procedural-page #outer-wrap,
body.bddgend-procedural-page #wrap,
body.bddgend-procedural-page #main,
body.bddgend-procedural-page #content-wrap,
body.bddgend-procedural-page #primary,
body.bddgend-procedural-page .content-area,
body.bddgend-procedural-page .site-main,
body.bddgend-procedural-page article,
body.bddgend-procedural-page .entry-content {
    background:
        radial-gradient(circle at top left, rgba(47,149,244,.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(15,64,111,.20), transparent 40%),
        linear-gradient(180deg, #cbd8e8 0%, #b8c8dc 45%, #aebfd4 100%) !important;
    background-attachment: fixed !important;
}

body.bddgend-procedural-page div#pageGlobale {
    background:#ffffff !important;
    border:1px solid rgba(216,231,255,.95) !important;
    box-shadow:
        0 22px 60px rgba(7,84,174,.18),
        0 8px 24px rgba(15,23,42,.10) !important;
    padding-top:18px !important;
    padding-bottom:36px !important;
}

/* Ne pas modifier l’intérieur administratif du document */
body.bddgend-procedural-page div.contenuePage,
body.bddgend-procedural-page div.contenuePage table,
body.bddgend-procedural-page div.contenuePage td,
body.bddgend-procedural-page div.contenuePage th {
    box-shadow:none !important;
}

/* Impression neutre */
@media print {
    html body.bddgend-procedural-page,
    body.bddgend-procedural-page,
    body.bddgend-procedural-page #outer-wrap,
    body.bddgend-procedural-page #wrap,
    body.bddgend-procedural-page #main,
    body.bddgend-procedural-page #content-wrap,
    body.bddgend-procedural-page #primary,
    body.bddgend-procedural-page .content-area,
    body.bddgend-procedural-page .site-main,
    body.bddgend-procedural-page article,
    body.bddgend-procedural-page .entry-content {
        background:#ffffff !important;
    }

    body.bddgend-procedural-page div#pageGlobale {
        border:0 !important;
        box-shadow:none !important;
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}
