/* Style global des graphiques Plotly */

/* Supprime les quadrillages horizontaux et verticaux. */
.js-plotly-plot .plotly .gridlayer,
.js-plotly-plot .plotly .minor-gridlayer {
    display: none !important;
}
