/*
Theme Name: C3BI
Theme URI: https://c3bi.pasteur.fr/
Author: Damien Mornico
Description: C3BI Theme
*/
.div_stat {
  background-color: #FAFAFA;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px;
/*padding-bottom: 20px;*/
  width: 100%;
  text-align: justify;
  font-size: 13pt;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  /*shape-rendering: crispEdges;*/
}

.x.axis path {
  display: none;
}

.axis .minor line {
  stroke: #777;
  stroke-dasharray: 2,2;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}



.arc text {
  font: 10px sans-serif;
  text-anchor: middle;
}

.arc path {
  stroke: #fff;
}

.chord path {
  fill-opacity: .67;
  stroke: #000;
  stroke-width: .5px;
}

path {
  stroke: #fff;
  fill-rule: evenodd;
}

