.balise-texte {
    height: 275px;
    overflow-y: scroll;
    padding: 5px;
    background-color: #e8e8e8;
}

.balise-modal {
    width: 60%;
}
.select2-container--bootstrap .select2-results__group{
        color: #000;
        font-style: italic;
        text-decoration: underline;
        padding-top: 25px;
        font-size: 14px;
        font-weight: 800;
    }

.select2-results__option { 
    padding: 3px;
}
.select2-container--bootstrap,
.select2-results__option,
.select2-results__option {
    padding: 3px;
}

.table-indicateurs {
    margin-bottom: 0;
}

.popover {
  max-width: 80%;
}

.popover p {
    margin: 0px;
}
.popover-content  {
    overflow-y: scroll;
}

.note-editor .note-editable p { margin-bottom: 0 !important; }

.champs-obligatoire {
    color: Red;
}

.toupper {
    text-transform: uppercase;
}

.bouton-ontop {
    border-top: none !important;
}