.app-link-opacity{
    color: rgb(51, 53, 51);
}

.app-link{
    color: rgb(51, 53, 51);
}

.app-link:hover{
    color: rgb(82, 83, 82)!important;
}

.text-black{
    color: rgb(51, 53, 51);
}

.border-color-dark{
    border-color: rgb(82, 83, 82)!important;
}

.app-bouton-orange{
    color: rgb(51, 53, 51);
}

.app-bouton-blanc-tab{
    color: rgb(82, 83, 82);
    border: 2px solid rgb(82, 83, 82);
}

.app-bouton-blanc-tab:hover{
    color: rgb(82, 83, 82);
}

.app-bouton-blanc{
    color: rgb(82, 83, 82);
    border: 2px solid rgb(82, 83, 82);
}

.app-bouton-blanc:hover,
.app-bouton-blanc-tab:hover{
    color: rgb(82, 83, 82);
}

.app-bouton-orange-tab{
    color: rgb(82, 83, 82);
}

.app-bouton-delete-tab{
    color: white;
}

.app-bouton-delete{
    color: white;
}

.app-bouton-delete-tab:hover,
.app-bouton-delete:hover
{
    color: white;
}

.app-bouton-orange:hover,
.app-bouton-orange-tab:hover {
    color: rgb(82, 83, 82);
}

.app-text-quantum{
    color: rgb(82, 83, 82);
}


