/* Force Blue Theme */

:root {
    --primary-color: #0078D7 !important;
    --secondary-color: #34c6cd !important;
    --accent-color: #ff6b6b !important;
    --highlight-color: #5cb3fd !important;
    --light-blue: #e6f2fc !important;
    --dark-color: #005fa3 !important;
    --medium-gray: #6c757d !important;
}

/* Forcer les couleurs des u00e9lu00e9ments spu00e9cifiques */
.bg-primary, .btn-primary, .card-header, .badge-primary {
    background-color: #0078D7 !important;
    border-color: #0078D7 !important;
}

.text-primary, .link-primary {
    color: #0078D7 !important;
}

.bg-secondary, .btn-secondary, .badge-secondary {
    background-color: #34c6cd !important;
    border-color: #34c6cd !important;
}

.text-secondary, .link-secondary {
    color: #34c6cd !important;
}

.btn-accent, .badge-accent {
    background-color: #ff6b6b !important;
    border-color: #ff6b6b !important;
    color: white !important;
}

.text-accent {
    color: #ff6b6b !important;
}

/* Styles spu00e9cifiques pour les u00e9lu00e9ments de l'interface */
.navbar {
    background-color: #0078D7 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

.card-header {
    background-color: #0078D7 !important;
    color: white !important;
}

.btn-danger {
    background-color: #ff6b6b !important;
    border-color: #ff6b6b !important;
}

.btn-success {
    background-color: #34c6cd !important;
    border-color: #34c6cd !important;
}
