
.color-square {
    width: 20px;
    height: 20px;
    border: 0px;
}
.palette {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid darkgray;
    border-radius: 5px;
    overflow: hidden;
}

.choices {
    min-width: 100px !important;
}

.choices__list--multiple .choices__item {
    background-color:#a5c8e9 !important;
    border-color: #60acee !important;
    font-weight: 600 !important;
}

.tooltip-inner {
    max-width: 500px; /* Largeur maximale du tooltip */
    white-space: normal;
}