/* =========================
   COULEURS MODIFIABLES
========================= */

:root {
    --color-title: #007a4c;
    --color-text: #00005f;

    --color-primary: #a9dd88;
    --color-secondary: #043377;
}

/* =========================
   TITRES PRINCIPAUX
========================= */


h1, h2 {
    color: var(--color-title) !important;
}
/* =========================
   TEXTE PRINCIPAL
========================= */

body,
p,
li {
    color: var(--color-text) !important;
}



/* Backgrounds */
header#header {
    background-color: var(--color-primary);
}
header#header #hero-banner {
    background: #f3faf6;
}
/* SUPPRESSION DU DEGRADE SCIENCECONF */

header {
    background: #007a4c!important;
    background-image: none !important;
}
/* =========================
   MENU EN VERT
========================= */

#menu {
    background-color: #007a4c!important;
}

#menu nav {
    background-color: #007a4c!important;
}

/* Texte du menu */
#menu nav ul li a {
    color: #ffffff !important;
}

/* Onglet actif */
#menu nav ul li.active > a {
    background-color: transparent !important;
    color: #f88e5b!important;
}

/* Hover : texte seulement */
#menu nav ul li a:hover {
    background-color: transparent !important;
    color: #a9dd88!important; /* vert clair */
}



/* BARRE SUPERIEURE SCIENCECONF */

#admin-bar {
    background-color: #F2F2F2 !important;
}

#admin-bar a {
    color: #1B1B1B !important;
}


/* =========================
   SOUS-MENUS
========================= */

/* Fond du sous-menu */
#menu .dropdown-menu {
    background-color: #f3faf6!important; /* gris clair */
    border: none !important;
}

/* Liens du sous-menu */
#menu .dropdown-menu a {
    color: var(--color-text) !important; /* ton bleu foncé actuel */
}

/* Hover sous-menu */
#menu .dropdown-menu a:hover {
    background-color: #E6E6E6 !important;
    color:  var(--color-primary) !important; /* bleu principal */
}

/* =========================
   FOND GENERAL DU SITE
========================= */

/* Changer le fond général du site */
body {
    background-color: #f3faf6 !important;
}

/* =========================
   FOND GENERAL DU SITE
========================= */
body {
    background-color: #f3faf6 !important;
}

/* Résoudre bug liste à puces */

.liste-frais {
    list-style: disc !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
}

.liste-frais li {
    display: list-item !important;
    list-style: disc !important;
}

a.date.active {
    background: #F88E5B !important;
    border: #F88E5B !important;
}

/* =========================
   Programme (couleurs)
========================= */

.schedule-sessions h3.size-h5::before,
.schedule-sessions p.speakers::before{
    color: #f18a58 !important;
}