.gestion_des_licences__dashboard-layout {
  position: relative;
  height: calc(100vh - 80px);
}
.gestion_des_licences__dashboard-layout.loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
