
/* aligner les tabsets / onglets à gauche */

.quarto-dashboard .card-header{
  display: block; !important
}

/* pour rendre responsive les girafe()
.responsive-plot .html-widget {
  width: 100% !important;
  height: auto !important;
  max-width: 100%; !important
}  

.girafe .girafe_container_std {
  margin-left: 0 !important;
  margin-right: 0 !important;
}*/

