/* Conteneur général du graphique */
.graphico-chart-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  /*height: auto;*/
  margin-bottom: 2rem;
}

.graphico-wrapper {
  width: 100%;
  position: relative;
}

.graphico-wrapper canvas {
    max-height:400px;
    width: auto;
}

/* Fallback <noscript> en mode tableau */
.graphico-fallback {
  overflow-x: auto;
  margin-top: 1rem;
}
.graphico-fallback table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95rem;
}
.graphico-fallback th,
.graphico-fallback td {
  border: 1px solid #ccc;
  padding: 6px 10px;
  text-align: left;
}
.graphico-fallback thead {
  background-color: #f9f9f9; 
}