#layoutWrapper {
  padding: 1rem;
  border: 1px solid #e5e5e5;
}
.hidden {
  display: none;
}
#chart {
  min-width: 300px;
}

.dv_embed polygon {
  fill: #565656 !important;
}

/* Draw the highlighted line a bit more thick */
.dv_lineChart .dv_lines path.highlight {
  stroke-width: 2px !important;
}

/* Draw the highlighted line even more thick on hover */
.dv_lineChart .dv_lines path.dv_selected.highlight {
  stroke-width: 5px !important;
}

/* Make the label for the highlighted line always visible and bold */
.dv_lineChart .dv_labels text.highlight {
  opacity: 1;
  font-weight: 700;
}

.dv-tooltip { 
  max-width: 600px !important;  /* Force la largeur du tooltip */
  white-space: nowrap;          /* Évite que le contenu dépasse ou passe à la ligne */
}


.hoverBars:hover {
  opacity: 0.5 !important;
}


.color_purple {
  fill: purple !important;
}


.color_green {
  fill: green !important;
}

.base_line {
  fill: black
}
