#header {
    border-bottom: 3px solid #226284 !important;
    box-shadow: none !important;
}

.membership-bar {
    border-bottom: 3px solid #226284 !important;
}

.header-scrolled {
    border-bottom: 3px solid #226284 !important;
}



/* =========================
   HEADER - OVERRIDE BOOTSTRAP
========================= */

header#header {
  background-color: #3888b2 !important; /* blanc clean */
  color: #3888b2 !important;

  border-bottom: 6px solid #e5eeb;
}

/* texte */
header#header * {
  color: #fffff !important;
}

/* logo texte */
header#header .logo span {
  color: #ffff !important;
}

/* icône menu */
header#header .toggle-sidebar-btn {
  color: #3888b2 !important;
}

/* dropdown (profil) */
header#header .nav-link {
  color: #111827 !important;
}

/* image profil bord propre */
header#header img.rounded-circle {
  border: 2px solid #e5e7eb !important;
}



/* =========================
   FIX FULL WIDTH + PAS COUPÉ + PAS ARRONDI
========================= */

#header {
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100% !important;

  border-radius: 0 !important;
}

/* enlève les limites Bootstrap internes */
#header .container,
#header .container-fluid {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 50px;
}

/* supprime tous les arrondis internes */
#header * {
  border-radius: 0 !important;
}