.section-roles {
  border: 1px solid #ddd;
  border-radius: .5rem;
  padding: 1rem;
  background: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.liste-groupes {
  max-height: 240px;
  overflow: auto;
  border: 1px solid #eee;
  padding: .5rem;
  border-radius: .25rem;
}
.liste-permissions {
  max-height: 260px;
  overflow: auto;
  border: 1px solid #eee;
  padding: .5rem;
  border-radius: .25rem;
}
.badge-groupe {
  margin-right: .5rem;
  margin-bottom: .5rem;
}
