/* ============================================================
   Brand Colors — Utilitaires pour Bootstrap 5.3
   Palette issue de la charte graphique.
   Ne surcharge que les COULEURS : le reste (padding, radius,
   focus, transitions...) reste géré par Bootstrap.
   ============================================================ */
@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Regular.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Regular.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Black.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('BDOGrotesk-Bold.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-DemiBold.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-ExtraBold.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Light.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BDO Grotesk';
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Medium.eot');
    src: url('/fonts/BDOGrotesk/BDOGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/BDOGrotesk/BDOGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
   font-family: 'BDO Grotesk',  sans-serif;
}

.ag-theme-alpine {
    font-family: 'BDO Grotesk',  sans-serif !important;
}


body.sidebar-mini:not(.filemaker), aside.main-sidebar {
    /*
    background: url("/img/csr/body-bg.jpg") no-repeat center center #004265 !important;
    background-size: cover!important;

     */
    /*background-color: #004265;*/
    background-color: #0C1633;
}

body.login-page, body.register-page {
    /*
    background: url("/img/csr/body-bg.jpg") no-repeat center center #004265 !important;
    background-size: cover!important;
     */
    /*
    background-image: linear-gradient(135deg, var(--brand-teal),    var(--brand-darkblue))    !important;

     */
    background-color: #0C1633;

    h1 {
        color:white !important;
    }

    .register-card-body h1 {
        color: #0C1633 !important;
    }
}

.brand-link .brand-image {
    max-height: 150px !important;
}

h1, h2, h3, h4, h5 {
    font-weight: bold !important;
}
