
/* Colors std ++> MMH

#346a98 - BLEU CLAIR (BOUTON) ++> db3924
#7db9dd	- BLEU FONCé (TEXTE)++> ffc9c2
#2bb4bb - green
#DB045B - fuscia
*/
body {
    color: rgba(38, 41, 46, 0.7);
}

a, a:hover > .fa, a.selected > .fa {
    color: #db3924;
}

.cta-action:hover .fa {
    color: #ffffff;
    background-color: #ffc9c2;
}

.cta-action .fa {
    color: #ffffff;
    background-color: #db3924;
}

h1.simplified {
    color: #1f233f;
}
h1::before {
    background-color: #db3924;
}

.timeline-table tr.current td {
    color: #db3924;
}

h3:not(.question)::before, h3.question span::before {
    background-color: #db3924;
}

.timeline-table .status-current {
    border-color: #ffffff;
    background-color: #db3924;
    color: #ffffff;
}

.timeline-table .status-current::before {
    border-left-color: #db3924;
}

.subject-type img {
  /*filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);*/
  filter: brightness(77%) saturate(176%) hue-rotate(118deg) grayscale(6%);
}