#layoutAuthentication {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  #layoutAuthentication #layoutAuthentication_content {
    min-width: 0;
    flex-grow: 1;
  }
  #layoutAuthentication #layoutAuthentication_footer {
    min-width: 0;
  }

  #layoutContainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  #layoutContainer #layoutContainer_content {
    min-width: 0;
    flex-grow: 1;
  }
  #layoutContainer #layoutContainer_footer {
    min-width: 0;
  }
.form-container{
  background-color: #f8f9fa;
  padding: 20px;
}
.logo {
  max-width: 140px;
  max-height: 135px;
}
.data-table  tbody td {
  font-size: 13.5px; /* Ajustez la taille de la police selon vos besoins */
}
.data-table  thead th {
  font-size: 14px; /* Ajustez la taille de la police selon vos besoins */
}
.dataTables_info{
  font-size: 13.5px;
}
.list-group{
  font-size: 13.5px;
}
.link{
  text-decoration: none;
  color: inherit;
}