.bloc-bottons{ 
    z-index: 100;
}
.bloc-bottons  *{ z-index: 999;}
th.actions{ max-width:100px;}

.form-group .choices {
    margin-bottom: 0; 
}

.choices:last-child {
    margin-bottom: 0;
}

ul{margin-bottom: 0 !important;}
.choices.is-invalid .choices__inner{ border-color: red;}

.choices .choices__inner {
    display: inline-block;
    border-radius: .75rem;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding:0px 10px;
    padding-top: 5px;
    padding-bottom: 0px !important;
    border: 1px solid #ddd;
  
    font-size: 14px;
    min-height: 40px;
    overflow: hidden;
}
.choices{
    margin-bottom: 0px !important;
}
.tox .tox-promotion{
display: none;
}

.choices__list--dropdown, .choices__list{
    z-index: 100 !important;
}