.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;
}
.pell-content {
  background: white;
  padding: 1rem;
  background: #5a5baa0d;
  border: 1px solid gray;
  margin-top: 1rem;
}

