/* ===== HEADER BLANC AVEC LOGO ===== */

body::before {
    content: "";
    display: block;
    height: 110px;
    background: #ffffff url("/lgf-banner.png") no-repeat center;
    background-size: contain;
}

body {
    padding-top: 110px !important;
}

/* ===== BARRE VERTE PRETIX ===== */

header.navbar,
.navbar,
.navbar-default,
.navbar-inverse {
    background-color: #4a9319 !important;
    border-color: #4a9319 !important;
}

/* ===== MENU GAUCHE FOND BLANC ===== */

.sidebar,
.sidebar-nav,
nav.sidebar,
.nav-sidebar {
    background-color: #ffffff !important;
}

/* ===== TEXTE MENU EN VERT LGF ===== */

.sidebar a,
.sidebar-nav a,
.nav-sidebar a,
nav.sidebar a {
    color: #4a9319 !important;
}

/* ===== SURVOL MENU ===== */

.sidebar a:hover,
.sidebar-nav a:hover,
.nav-sidebar a:hover {
    background-color: #f3f3f3 !important;
    color: #4a9319 !important;
}

/* ===== ITEM ACTIF ===== */

.sidebar .active a,
.nav-sidebar .active a {
    background-color: #eaf4e2 !important;
    color: #4a9319 !important;
    font-weight: 600;
}

/* ===== SUPPRIMER ESPACE AU-DESSUS DU LOGO ===== */

html, body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body::before {
    margin-top: 0 !important;
}

/* ===== LIENS CLIQUABLES EN VERT ===== */

a,
a:visited {
    color: #4a9319 !important;
}

a:hover {
    color: #3b7a14 !important;
}

/* ===== BOUTONS VERT LGF ===== */

.btn-primary,
.btn-success,
button,
input[type="submit"] {
    background-color: #4a9319 !important;
    border-color: #4a9319 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-success:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #3b7a14 !important;
    border-color: #3b7a14 !important;
}

/* ===== MENU DU HAUT : texte en blanc ===== */

.navbar,
.navbar a,
.navbar .nav-link,
.navbar .navbar-text,
.navbar .dropdown-toggle,
.navbar .btn-link {
  color: #ffffff !important;
}

/* Icônes du menu du haut */
.navbar i,
.navbar svg,
.navbar .fa {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Au survol */
.navbar a:hover,
.navbar .nav-link:hover {
  color: #ffffff !important;
}

/* ==============================
   MENU DU HAUT (BARRE VERTE)
   ============================== */

header .navbar,
header .navbar a,
header .navbar .nav-link,
header .navbar .navbar-text,
header .navbar .dropdown-toggle {
  color: #ffffff !important;
}

header .navbar i,
header .navbar svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}


/* ==============================
   MENU LATÉRAL GAUCHE
   ============================== */

/* Texte vert */
.sidebar a,
.sidebar .nav-link,
.sidebar span,
.sidebar .menu-item {
  color: #4a9319 !important;
}

/* Icônes vertes */
.sidebar i,
.sidebar svg {
  color: #4a9319 !important;
  fill: #4a9319 !important;
}

/* Élément actif */
.sidebar .active,
.sidebar .nav-link.active {
  background-color: #f5f5f5 !important;
  color: #4a9319 !important;
}
