/* Biblicomp admin — palette Biblécrits / Biblivres */

body.ea {
    --gray-50: #fffbf3;
    --gray-100: #fff6e7;
    --gray-200: #f6e3c5;
    --gray-300: #e8d4b8;
    --gray-400: #c4a574;
    --gray-500: #8a7355;
    --gray-600: #6f6f6f;
    --gray-700: #4a3728;
    --gray-800: #333333;
    --gray-900: #2c2416;

    --color-primary: #dd9933;
    --link-color: #dd9933;
    --link-color-rgb: 221, 153, 51;
    --link-hover-color: #e08e14;
    --link-hover-color-rgb: 224, 142, 20;

    --body-bg: #fff6e7;
    --content-bg: transparent;
    --content-panel-bg: rgba(255, 251, 243, 0.88);
    --fieldset-bg: #fffbf3;
    --secondary-bg: #fff6e7;
    --tertiary-bg: #fffbf3;

    --sidebar-bg: #fee8bc;
    --sidebar-border-color: #e8d4b8;
    --sidebar-logo-color: #4a3728;
    --sidebar-menu-color: #4a3728;
    --sidebar-menu-icon-color: #a66b1a;
    --sidebar-menu-submenu-color: #6f5340;
    --sidebar-menu-header-color: #8a7355;
    --sidebar-menu-active-item-bg: rgba(255, 255, 255, 0.42);
    --sidebar-menu-active-item-color: #4a3728;
    --sidebar-menu-badge-bg: rgba(255, 255, 255, 0.22);
    --sidebar-menu-badge-color: #fff6e7;
    --sidebar-menu-badge-active-bg: #ffffff;
    --sidebar-menu-badge-active-color: #a66b1a;

    --responsive-header-bg: #fee8bc;
    --responsive-header-border-color: #e8d4b8;
    --responsive-header-logo-color: #4a3728;

    --content-top-border-color: #e8d4b8;
    --content-section-border-color: #e8d4b8;
    --border-color: #e8d4b8;

    --form-control-bg: #ffffff;
    --form-input-border-color: #e8d4b8;
    --form-input-hover-border-color: #dd9933;
    --form-input-hover-shadow: 0 0 0 4px rgba(255, 246, 231, 0.9);
    --form-input-text-color: #333333;
    --form-label-color: #4a3728;
    --form-switch-checked-bg: #dd9933;
    --form-type-check-input-checked-bg: #dd9933;

    --button-primary-bg: linear-gradient(to bottom, #e7af5b, #e08e14);
    --button-primary-hover-bg: linear-gradient(to bottom, #e08e14, #c4821f);
    --button-primary-active-bg: linear-gradient(to bottom, #c4821f, #a66b1a);
    --button-primary-color: #ffffff;
    --button-primary-hover-color: #ffffff;
    --button-primary-active-color: #ffffff;
    --button-primary-border-color: rgba(196, 130, 31, 0.25);
    --button-primary-hover-border-color: rgba(196, 130, 31, 0.35);
    --button-primary-active-border-color: rgba(166, 107, 26, 0.35);
    --button-focus-outline-color: #dd9933;

    --button-secondary-bg: linear-gradient(to bottom, #fffbf3, #fff6e7);
    --button-secondary-hover-bg: linear-gradient(to bottom, #fff6e7, #f6e3c5);
    --button-secondary-active-bg: linear-gradient(to bottom, #f6e3c5, #e8d4b8);
    --button-secondary-border-color: #e8d4b8;

    --pagination-active-bg: #e7af5b;
    --pagination-active-color: #4a3728;
    --table-thead-sorted-marker-color: #dd9933;
    --table-selected-cell-bg: #fee8bc;
    --table-hover-cell-bg: #fffbf3;
    --resize-handler-hover-bg: #e08e14;

    --text-color: #333333;
    --text-color-rgb: 51, 51, 51;
    --text-muted: #6f6f6f;

    --badge-primary-bg: #fee8bc;
    --badge-primary-color: #a66b1a;
    --badge-boolean-true-bg: #dd9933;
    --alert-primary-bg: #fee8bc;
    --alert-primary-color: #4a3728;
    --alert-primary-border-color: #e8d4b8;

    --dropdown-settings-active-item-color: #dd9933;
    --dropdown-settings-active-item-shadow: inset 0 0 0 1px rgba(221, 153, 51, 0.5);
    --user-menu-impersonated-link-color: #dd9933;

    --page-login-bg: #fff6e7;
    --page-login-form-control-button-bg: linear-gradient(to bottom, #e7af5b, #e08e14);

    /* Variables partagées pages consultation */
    --bc-accent: #dd9933;
    --bc-accent-dark: #e08e14;
    --bc-text-heading: #4a3728;
    --bc-border: #e8d4b8;
    --bc-panel-alt: #f6e3c5;
    --bc-badge-info-bg: #fee8bc;
    --bc-badge-info-color: #a66b1a;
    --bc-row-highlight-bg: #fef3dc;
    --bc-env-bg: #fee8bc;
    --bc-env-border: #e8d4b8;
    --bc-env-text: #4a3728;
    --bc-env-open-bg: #dd9933;
}

/* Fond de page Biblécrits — Bible en perspective (photo + voile crème) */
body.ea {
    --bc-page-bg-image: url('/images/page-bibles-bg.png');
}

body.ea .wrapper {
    background-color: #fff6e7;
}

body.ea section.main-content {
    position: relative;
    min-block-size: 100vh;
    background-color: #fff6e7;
    background-image:
        linear-gradient(
            to bottom,
            rgba(255, 246, 231, 0.28) 0%,
            rgba(255, 246, 231, 0.18) 50%,
            rgba(255, 246, 231, 0.3) 100%
        ),
        var(--bc-page-bg-image);
    background-size: 100% 100%, 90% auto;
    background-position: center, right 82%;
    background-attachment: fixed, fixed;
    background-repeat: no-repeat;
}

body.ea .content-wrapper,
body.ea article.content {
    background: transparent;
}

body.ea aside.content-top {
    background: rgba(255, 251, 243, 0.9);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1200;
    overflow: visible !important;
}

body.ea .navbar-custom-menu,
body.ea .user-menu-wrapper {
    position: relative;
    z-index: 1201;
}

body.ea .dropdown-settings {
    display: none !important;
}

body.ea .popover,
body.ea .ea-action-menu-overlay,
body.ea [class*="action-menu-overlay"] {
    z-index: 1300 !important;
}

body.ea .content-header {
    position: relative;
    z-index: 1;
}

body.ea .content-panel,
body.ea .content-panel-body {
    overflow: visible;
}

body.ea .responsive-header {
    background: #fee8bc;
    box-shadow: inset 0 -1px 0 #e8d4b8;
}

body.ea .responsive-header #responsive-header-logo {
    color: #4a3728;
}

body.ea .responsive-header #responsive-header-logo a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.ea .content-panel {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #e8d4b8;
    border-radius: 8px;
    backdrop-filter: blur(3px);
}

body.ea .content-panel-body.without-header {
    background: rgba(255, 255, 255, 0.82);
}

body.ea .content-top {
    background: rgba(255, 251, 243, 0.9);
    border-bottom: 1px solid #e8d4b8;
    backdrop-filter: blur(4px);
}

body.ea .content-search .form-control {
    background: #ffffff;
    border-color: #e8d4b8;
}

body.ea .content-search .form-control:focus {
    border-color: #dd9933;
    box-shadow: 0 0 0 3px rgba(221, 153, 51, 0.2);
}

body.ea .card {
    border-color: #e8d4b8;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(3px);
}

body.ea .card-title {
    color: #4a3728;
}

/* Alertes Bootstrap dans l'admin */
body.ea .alert-info {
    background-color: #fee8bc;
    border-color: #e8d4b8;
    color: #4a3728;
}

/* Tableaux consultation : fond légèrement voilé pour laisser voir le fond */
body.ea .table-responsive,
body.ea .datagrid {
    background: rgba(255, 255, 255, 0.78);
    border-radius: 6px;
    backdrop-filter: blur(2px);
}

@media (max-width: 991px) {
    body.ea section.main-content {
        background-size: 100% 100%, 120% auto;
        background-position: center, center 70%;
    }
}
