@media (min-width: 992px) {
    .leads .modal-lg {
        max-width: 80%;
    }
}

.col-modal-custom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.text-pink{
    color: var(--pink);
}
.text-violet{
    color: var(--purple);
}
.text-blue{
    color: #33adff !important;
}
.text-yellow{
    color: var(--yellow);
}
.bg-rose{
      background: var(--pink) !important;
}
.bg-violet{
       background: var(--purple) !important;
}
.bg-bleu{
      background: #33adff !important;
}
.bg-jaune{
    background: var(--yellow) !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #28a74522;
    color : black;
}
.label{ font-size: 90%;}