.bi-eye-fill:hover{
    color:blue;
    cursor:pointer;
}

.bi-trash:hover{
    color:red;
    cursor:pointer;
}

.bi-pencil-square:hover{
    color:orange;
    cursor:pointer;
}

.blanc{
    color: white;
}

.jc{
    text-align: center;
    display:flex;
    align-items: center;
}

.AlterEgoFond{
    background-color: #f9be8e;
    color:white;
}

.smaller{
    font-size: smaller;
}

.backgroundBlanc{
    background-color: white;
}

.desirabiliteSociale{
    background-color: #a5a5a5;
}

.ouvertureEsprit{
    background-color: #4babc5;
}

.ouvertureEspritFade{
    background-color: rgba(75,171,197,0.8);
}

.stabiliteEmotionnelle{
    background-color: #9aba59;
}

.stabiliteEmotionnelleFade{
    background-color: rgba(154, 186, 89, 0.8);
}

.caractereConsciencieux{
    background-color: #4f80bc;
}

.caractereConsciencieuxFade{
    background-color: rgba(79, 128, 188, 0.8);
}

.amabilite{
    background-color: #f69546;
}

.amabiliteFade{
    background-color: rgba(246, 149, 70, 0.8);
}

.energie{
    background-color: #fd0001;
}

.energieFade{
    background-color: rgba(253, 0, 1, 0.8);
}

.marginAuto{
    margin:auto;
}

.medium{
    font-size: medium;
}

.gras{
    font-weight: bold;
}

.spaceAround{
    justify-content: space-around;
}

.spaceBetween{
    display: flex;
    justify-content: space-between;
}

.realiste{
    background-color: #FF950E;
}

.investigateur{
    background-color: #AECF00;
}

.artistique{
    background-color: #FF420E;
}

.social{
    background-color: #9999FF;
}

.entreprenant{
    background-color: #83CAFF;
}

.conventionnel{
    background-color: #FFD320;
}

.borderBottom{
    border-bottom: 1px solid;
}

.bi-x:hover {
    cursor: pointer;
}

.hoverCursor{
    cursor: pointer;
}

.gauche{
    text-align: left;
}