.wrapper_cat_search:hover, .wrapper_cat_detail:hover{
    background: #D6D6D6;
    cursor: pointer;
}
 .wrapper_cat_search.selected, .wrapper_cat_detail.selected{
    border: 1px solid #00BD00;
    background: #F0F0F0;
}
.form-check-label{
    margin: -4px 0 0 0;
}
.list_cat_icon_thumb img{
    width: 50px !important;
    height: 50px !important;
}

.offre_status_ouvert{
    background: #58D582;
    color:#fff;
    display: inline-block;
    padding: 1px 8px 3px;
    border-radius: 7px;
}
.offre_status_ferme{
    background: #FF6B6B;
    color:#fff;
    display: inline-block;
    padding: 1px 8px 3px;
    border-radius: 7px;
}
.offre_status_cab{
    background: #FFD77A;
    color:#84512E;
    display: inline-block;
    padding: 1px 8px 3px;
    border-radius: 7px;
}
.offre_approuve{
    font-size: 20px;
    color:green;
    top: 4px;
    position: relative;
    cursor: pointer;
}
.offre_desapprouve{
    font-size: 20px;
    color:red;
    top: 4px;
    position: relative;
    cursor: pointer;
}

#table_bene .modal_frame_btn:hover{
    text-decoration: underline;
}

/*---- mini wysiwyg ----*/
.pell-content ul li{
    list-style: disc;
}
