/* ---------------------------------------------------------------- */
/* --------------------------- Couleur ---------------------------- */
/* ---------------------------------------------------------------- */
div.ombre, ul.ombre{
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
a.ombre, p.ombre, i.ombre, span.ombre, li.ombre{
    text-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5);
}
h1.ombre, h2.ombre, h3.ombre{
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.28);
}
/* ------------------------ Transparent --------------------------- */
a.transparent, p.transparent, i.transparent, h1.transparent, h2.transparent, h3.transparent{
    color: rgba(0, 0, 0, 0.35);
}
/* ---------------------------- Blanc ----------------------------- */
button.bouton.blanc, .label.blanc{
    color: #000000;
    background-color: rgb(255, 255, 255);
}
div.blanc, input.blanc{
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
a.blanc, p.blanc, i.blanc, h1.blanc, h2.blanc, h3.blanc{
    color: rgb(255, 255, 255);
}
/* ----------------------------- Vert ----------------------------- */
button.bouton.vert, .label.vert{
    color: #ffffff;
    background-color: rgb(163, 189, 28);
}
div.vert{
    background-color: rgb(163, 189, 28);
    color: rgb(163, 189, 28);
}
a.vert, p.vert, i.vert, h1.blanc, h2.blanc, h3.blanc{
    color: rgb(163, 189, 28);
}
/* ----------------------------- Bleu ----------------------------- */
button.bouton.bleu, .label.bleu{
    color: #ffffff;
    background-color: rgb(12, 180, 199);
}
div.bleu{
    background-color: rgb(12, 180, 199);
    color: rgb(12, 180, 199);
}
a.bleu, p.bleu, i.bleu, h1.bleu, h2.bleu, h3.bleu{
    color: rgb(12, 180, 199);
}
/* ---------------------------- Rouge ----------------------------- */
button.bouton.rouge, .label.rouge{
    color: #ffffff;
    background-color: rgb(255, 46, 46);
}
div.rouge{
    background-color: rgb(255, 46, 46);
    color: rgb(255, 46, 46);
}
a.rouge, p.rouge, i.rouge, h1.rouge, h2.rouge, h3.rouge{
    color: rgb(255, 46, 46);
}
/* ---------------------------- Orange ---------------------------- */
button.bouton.orange, .label.orange{
    color: #ffffff;
    background-color: rgb(246, 78, 31);
}
div.orange{
    background-color: rgb(246, 78, 31);
    color: rgb(246, 78, 31);
}
a.orange, p.orange, i.orange, h1.orange, h2.orange, h3.orange{
    color: rgb(246, 78, 31);
}
/* ---------------------------- Jaune ----------------------------- */
button.bouton.jaune, .label.jaune{
    color: #ffffff;
    background-color: rgb(239, 154, 1);
}
div.jaune{
    background-color: rgb(239, 154, 1);
    color: rgb(239, 154, 1);
}
a.jaune, p.jaune, i.jaune, h1.jaune, h2.jaune, h3.jaune{
    color: rgb(239, 154, 1);
}
/* ---------------------------- Violet ---------------------------- */
button.bouton.violet, .label.violet{
    color: #ffffff;
    background-color: rgb(115, 35, 150);
}
div.violet{
    background-color: rgb(115, 35, 150);
    color: rgb(115, 35, 150);
}
a.violet, p.violet, i.violet, h1.violet, h2.violet, h3.violet{
    color: rgb(115, 35, 150);
}
/* ----------------------------- Rose ----------------------------- */
button.bouton.rose, .label.rose{
    color: #ffffff;
    background-color: rgb(224, 33, 136);
}
div.rose{
    background-color: rgb(224, 33, 136);
    color: rgb(224, 33, 136);
}
a.rose, p.rose, i.rose, h1.rose, h2.rose, h3.rose{
    color: rgb(224, 33, 136);
}