@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,300,0,0");
@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");
}
@font-face {
  font-family: "Heading Now Medium";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/Heading-Now-55-Medium.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-55-Medium.ttf") format("truetype-variations");
}
.story-body .element-embed {
  text-align: left;
}

.resultats-wrapper {
  max-width: 764px;
  border-radius: 12px;
  padding: 15px 0;
  margin: 30px auto;
  background-color: transparent;
  position: relative;
}
.resultats-wrapper:before {
  content: "";
  display: flex;
  height: 5px;
  width: 100%;
  border-radius: 2px 2px 0 0;
  background-color: #E32402;
  position: absolute;
  top: 0;
  left: 0;
}
.resultats-wrapper .resultat {
  font-family: "Heading Now Variable", sans-serif !important;
  font-style: normal;
  font-stretch: 450%;
}
.resultats-wrapper .resultat .resultat-titre {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  font-stretch: 400%;
  line-height: 110%; /* 46.2px */
  text-transform: uppercase;
  color: #E32402;
  margin-top: 3px;
}
@media screen and (max-width: 1300px) {
  .resultats-wrapper .resultat .resultat-titre {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .resultats-wrapper .resultat .resultat-titre {
    font-size: 26px;
    margin-top: 1px;
  }
}
.resultats-wrapper .resultat .resultat-highlight {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  margin-top: 2px;
}
@media screen and (max-width: 1300px) {
  .resultats-wrapper .resultat .resultat-highlight {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .resultats-wrapper .resultat .resultat-highlight {
    font-size: 14px;
  }
}
.resultats-wrapper .resultat .resultat-question {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #000000;
  padding-top: 20px;
  border-top: 1px solid #737373;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1300px) {
  .resultats-wrapper .resultat .resultat-question {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .resultats-wrapper .resultat .resultat-question {
    font-size: 14px;
  }
}
.resultats-wrapper .resultat .date-maj {
  color: #000000;
  opacity: 0.4;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  font-stretch: 550%;
  line-height: 135%;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .resultats-wrapper .resultat .date-maj {
    font-size: 11px;
  }
}
.resultats-wrapper .resultat .date-maj .no-transform {
  text-transform: none;
}
.resultats-wrapper .resultat .date-maj {
  text-align: left;
  position: relative;
}
.resultats-wrapper .resultat .chart-bottom {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 18px;
  border-top: 1px solid #737373;
  justify-content: space-between;
}
.resultats-wrapper .resultat .chart-et-legende {
  display: flex;
  flex-direction: row;
}
@media (max-width: 500px) {
  .resultats-wrapper .resultat .chart-et-legende {
    flex-direction: column;
  }
}
.resultats-wrapper .resultat .chart-et-legende.cols {
  flex-direction: column;
}
.resultats-wrapper .resultat .chart-et-legende .chart-container {
  margin: 0 auto;
  position: relative;
}
.resultats-wrapper .resultat .chart-et-legende .chart-container:not(.full-width) {
  margin: 0 auto 20px;
  width: 380px;
  height: 380px;
}
@media (max-width: 1300px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container:not(.full-width) {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 500px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container {
    width: 230px;
    height: 230px;
  }
}
.resultats-wrapper .resultat .chart-et-legende .chart-container .chart-canvas {
  margin: 0 auto;
  position: relative;
  height: auto;
  width: 764px !important;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 170px;
}
@media (max-width: 764px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container .chart-canvas {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container .chart-canvas {
    max-width: 250px;
    max-height: 250px;
  }
}
.resultats-wrapper .resultat .chart-et-legende .chart-container .chart-canvas.donut-chart {
  width: 382px !important;
}
@media (max-width: 1300px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container .chart-canvas.donut-chart {
    max-width: 230px;
    max-height: 230px;
  }
}
@media (max-width: 1300px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container .chart-canvas {
    background-size: 100px;
  }
}
@media (max-width: 500px) {
  .resultats-wrapper .resultat .chart-et-legende .chart-container.full-width {
    width: 100%;
    height: auto;
  }
  .resultats-wrapper .resultat .chart-et-legende .chart-container.full-width .chart-canvas {
    max-width: 100%;
    max-height: initial;
    min-height: 300px;
  }
}
.resultats-wrapper .resultat .chart-et-legende .variants {
  padding-bottom: 15px;
  flex-grow: 1;
}
.resultats-wrapper .resultat .chart-et-legende .variants .variant {
  column-gap: 10px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 8px;
  border-top: 1px solid lightgray;
  padding-top: 12px;
}
.resultats-wrapper .resultat .chart-et-legende .variants .variant:not(.no-flex) {
  display: flex;
  flex-direction: row;
}
.resultats-wrapper .resultat .chart-et-legende .variants .variant:not(.no-flex) span {
  text-align: right;
}
.resultats-wrapper .resultat .chart-et-legende .variants .variant1 {
  color: #e32402;
}
.resultats-wrapper .resultat .chart-et-legende .variants .variant2 {
  color: #8B1500;
}
.resultats-wrapper .resultat .chart-et-legende p {
  margin-block: 0 !important;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}
.resultats-wrapper .resultat .chart-et-legende hr {
  margin: 0 0 15px;
  border-top: 1px solid black;
}

.sources-wrapper {
  font-family: "Heading Now Variable", sans-serif !important;
  color: #000000;
  opacity: 0.4;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  font-stretch: 550%;
  line-height: 135%;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .sources-wrapper {
    font-size: 11px;
  }
}

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