div {
  box-sizing: border-box;
}

.chart-container {
  position: relative;
  height: 400px;
  width: 400px;
  margin-bottom: 10px;
}

.chart {
  position: relative;
  /*  padding-bottom: 4px;*/
  font-family: "Arial";
  font-weight: 200;
  color: #000000
}

.chart .label {
  top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Arial";
}

.chart .label-text {
  padding-left: 15px;
  line-height: 12px;
}

#visu-bulle {
  cursor: pointer;
}

.bubble.chart .node {
  border: 0px solid silver;
  background-color: #d9d9d9;
  cursor: pointer;
}

.bubble.chart .node:hover {
  color: white;
  background-color: #cc0000;
}

.bubble.chart .value {
  font-size: 0.4em;
}

.bubble.chart .top {
  display: none;
}

.chart-tooltip {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  padding: 8px;
  margin-top: -40px;
  margin-left: -60px;
  line-height: 1.3em;
  font-size: .9em;
  color: #333333;
  border: 1px solid #cccccc;
  max-width: 200px;
}

#visu-bulle .chart-tooltip {
  margin-top: -45px;
  margin-left: -20px;
  max-width: 80%;
}

.legend-container {
  margin-top: 10px;
}

.legend {
  cursor: pointer;
  margin-top: 5px;
  padding: 10px 10px 10px 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px
}

#visu-bulle-filtre {
  font-size: 12px;
}