/* 

Marron #474646

D Dominant (rouge) :        ff4136      255-65-54
I Influent (jaune) :        ffdc00      255-100-100
S Stable (vert) :           2ecc40      46-204-64
C Consciencieux (bleu) :    0074d9      0-116-217

----- ----- ----- ----- -----

DI (Motivateur) :           ff8f1b      
IS (Facilitateur) :         97d420
SC (Coordinateur) :         17a08d
CD (Organisateur) :         805b88

----- ----- ----- ----- -----

Ddi                         ff6829                   
Iid                         ffb60e                     
Iis                         cbd810
Ssi                         63d030
Ssc                         23b667
Ccs                         0986bb
CCd                         4068b1
Ddc                         c04e5f

*/




/* text */

.text-d {
    color: #ff4136;
}

.text-i {
    color: #ffdc00;
}

.text-s {
    color: #2ecc40;
}

.text-c {
    color: #0074d9;
}





/* background */
.bg-d {
    background-color: #ff4136;
}

.bg-i {
    background-color: #ffdc00;
}

.bg-s {
    background-color: #2ecc40;
}

.bg-c {
    background-color: #0074d9;
}



.bg-dd {
    background-color: #ff4136;
}

.bg-di {
    background-color: #ff8f1b;
}

.bg-ii {
    background-color: #ffdc00;
}

.bg-is {
    background-color: #97d420;
}

.bg-ss {
    background-color: #2ecc40;
}

.bg-sc {
    background-color: #17a08d;
}

.bg-cc {
    background-color: #0074d9;
}

.bg-cd {
    background-color: #805b88;
}