body {
  background: #ffffff;
}

#interactiveViz {
  max-width: 1000px;
  margin: auto;
}

div.tooltip {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: -1.25em;
  padding: 0.75em 1em;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  color: #22222B;

  background: #FFFFFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transform: translate(-50%, -100%);
}

.description {

  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.25;
  color: #070707;
}

.domain {
  stroke: none;
  fill: none;
}

#title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Barlow', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #95E22E;
}

#subtitle {
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #22222B;
}

#modedemploi {
  visibility: visible;
  padding: 0.5rem;
  font-family: 'Barlow', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #070707;

  display: flex;

  min-width: 50%;
  /** height:100px;*/

}

#intromodedemploi {
  margin-left: 1.2em;
  font-family: 'Barlow', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #76A02D;
}

#selChart {
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 0px;
  border-color: #22222B;
  background-color: #04629a;
  /** CHange background color for dropdowns**/
  border-radius: 10px;
}

#chart_dropdown {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  display: inline;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #0b1e2d;
  text-align: center;
  letter-spacing: normal;
  vertical-align: baseline;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0px 0;
  background-color: #fff;
  /**#c3d1da;**/
  border: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.dropdown_text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  font-size: 1.33rem;
  color: #ffffff;
  text-align: start;
  padding: 5px 25px 3px 0px;
}

#chart {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.legend {

  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 300;
  fill: #22222B
}

#backgroundInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item {
  height: 100px;
  margin: 10px;
  font-family: 'Barlow', sans-serif;
}

.label {
  font
}

@media only screen and (max-width: 750px) {
  #modedemploi {
    width: 100%;

    color: #ffffff;
  }

  .item {
    font-size: 12px;
    line-height: 1em;
  }
}