@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Heading Now Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
@font-face {
  font-family: 'Heading Now Regular';
  src: url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/Heading-Now-54-Regular.woff2') format('woff2-variations'),
  url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-54-Regular.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Heading Now Bold';
  src: url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/Heading-Now-56-Bold.woff2') format('woff2-variations'),
  url('https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-56-Bold.ttf') format('truetype-variations');
}
.charts-wrapper {
  background-color: transparent;
  max-width: 790px;
  margin: 0 auto 50px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .charts-wrapper {
    max-width: 343px;
    width: 343px;
  }
}
.charts-wrapper canvas {
  height: 280px;
}
@media (min-width: 600px) {
  .charts-wrapper canvas {
    min-height: 340px !important;
  }
}
@media (max-width: 768px) {
  .charts-wrapper canvas {
    width: 343px;
  }
}
.charts-wrapper .titre-chart {
  font-family: "Heading Now Variable";
  font-style: normal;
  font-weight: 500 !important;
  color: black;
  font-size: 24px !important;
  line-height: 125% !important;
  font-stretch: 400% !important;
  padding-top: 0 !important;
  margin-top: -10px !important;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .charts-wrapper .titre-chart {
    font-size: 21px !important;
    margin-top: -5px !important;
  }
}
.charts-wrapper .titre-chart .blue-underline {
  position: relative;
  display: inline-block;
}
.charts-wrapper .titre-chart .blue-underline:after {
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  content: "";
  height: 5px;
  background-color: #1D71FB;
  width: 100%;
}
.charts-wrapper .titre-chart .red-underline {
  position: relative;
  display: inline-block;
}
.charts-wrapper .titre-chart .red-underline:after {
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  content: "";
  height: 5px;
  background-color: #ff0000;
  width: 100%;
}
.charts-wrapper .legende-chart {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: "Heading Now Variable";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 110%;
  font-stretch: 400%;
  margin-bottom: 20px;
}
.charts-wrapper .sources {
  font-family: "Heading Now Variable";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 135%;
  font-stretch: 550%;
  color: #000;
  opacity: 0.5;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .charts-wrapper .sources {
    font-size: 11px;
  }
}

/*# sourceMappingURL=charts.css.map */
