.white-text {
    color: white !important;
}
.blue-text
{
    color:#3597d3 !important;
}
.black-text {
    color: black !important;
}

.gray-text
{
    color:#6d6e71 !important;
}

.lightgray-text {
    color: #bcbec0 !important;
}

.red-text
{
    color:#e93c32 !important;
}
.green-text
{
    color:#6abd45 !important;
}
.yellow-text {
    color:#ffeb3b !important;
}

.vert-artas {
    color: #41a62F !important;
}


.background-vert-artas {
    background-color: #41a62F !important;
}

/* BACKGROUND COLOR*/
.background-yellow-text {
   background-color:#ffeb3b !important;
    border-color: #ffeb3b !important;
}
.background-white-text {
    background-color: white !important;
    border-color: white !important;
}
.background-blue-text
{
    background-color: #3597d3 !important;
    border-color: #3597d3 !important;
}
.background-black-text {
    background-color: black !important;
    border-color: black !important;
}

.background-blacksoft-text {
    background-color: #333 !important;
    border-color: #333 !important;
}


.background-gray-text
{
    background-color: #6d6e71 !important;
    border-color: #6d6e71 !important;
}

.background-lightgray-text {
    background-color: #bcbec0 !important;
    border-color: #bcbec0 !important;
}

.background-red-text
{
    background-color: #e93c32 !important;
    border-color: #e93c32 !important;
}
.background-green-text
{
    background-color: #6abd45 !important;
    border-color: #6abd45 !important;
}

.background-darkblue
{
    background-color: #346b76 !important;
    border-color: #346b76 !important;
}

/* ----------------------------- FENETRE INFORMATIVE ----------------------------*/
.information {
    padding: 4px 12px;
}

.danger {
    background-color: #ffdddd !important;
    border-left: 6px solid #f44336 !important;
}

.success {
    background-color: #ddffdd !important;
    border-left: 6px solid #4CAF50 !important;
}

.info {
    background-color: #e7f3fe !important;
    border-left: 6px solid #2196F3 !important;
}


.warning {
    background-color: #ffffcc !important;
    border-left: 6px solid #ffeb3b !important;
}