.workspace_section1_minimale {
    background-color: #000;
    color: #fff;
    /* border: 1px solid #EEECEC; */
    /* border-top: none; */
    border-radius: 45px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 11700px;*/
    box-shadow: 0px 3px 6px #eee;
}

.workspace_section1_minimale .analysis-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  width: fit-content;
}

.workspace_section1_minimale .link_groupe {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}

.workspace_section1_minimale .link_groupe:before {
  content: '\f07b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #C8C8C8;
  font-size: 12px;
}

.workspace_section1_minimale .analysis-info img {
  width: 16px;
  height: auto;
}

.workspace_section1_minimale .analysis-name {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.workspace_section1_minimale .action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.workspace_section1_minimale .action-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.workspace_section1_minimale .action-buttons button:hover {
  opacity: 0.7;
}

.workspace_section1_minimale .action-buttons i {
  font-size: 12px;
}

/* Bouton de retour vers le dashboard */
.workspace_section1_minimale .btn-back {
  text-decoration: none;
  color: #fff;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  margin-right: 8px;
}

.workspace_section1_minimale .btn-back:hover {
  opacity: 0.7;
  color: #C8C8C8;
  text-decoration: none;
}

.workspace_section1_minimale .btn-back i {
  font-size: 12px;
} 