@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap");
.story-body .element-embed {
  text-align: left;
}

.resultats-sondage {
  max-width: 700px;
  border-radius: 12px;
  padding: 15px;
  margin: 60px auto;
  background-color: #EEEEEE;
  position: relative;
}
.resultats-sondage:before {
  content: "";
  display: flex;
  height: 10px;
  width: 100%;
  border-radius: 3px 3px 0 0;
  background-color: #4d4d4d;
  position: absolute;
  top: 0;
  left: 0;
}
.resultats-sondage .resultat {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
}
.resultats-sondage .resultat .resultat-titre {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  color: #4d4d4d;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .resultat-titre {
    font-size: 30px;
    line-height: 1;
  }
}
.resultats-sondage .resultat .resultat-highlight {
  color: #9C9C9C;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif !important;
  padding-top: 15px;
  -webkit-font-smoothing: antialiased;
}
.resultats-sondage .resultat .resultat-highlight span {
  font-size: 30px;
}
.resultats-sondage .resultat .resultat-question {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  color: #000000;
  padding-top: 20px;
  border-top: 2px solid #CCCCCC;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .resultat-question {
    font-size: 18px;
    line-height: 20px;
  }
}
.resultats-sondage .resultat .date-maj {
  padding-top: 10px;
  padding-bottom: 18px;
  margin-top: 20px;
  border-top: 2px solid #CCCCCC;
  text-align: right;
  color: #8A8A8A;
  font-size: 13px;
  position: relative;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .date-maj {
    margin-bottom: 20px;
  }
}
.resultats-sondage .resultat .date-maj .top-legend {
  position: absolute;
  left: calc( 50% - 68px );
  bottom: 0;
}
.resultats-sondage .resultat .date-maj .top-legend img {
  margin: 0;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .date-maj .top-legend {
    bottom: -20px;
  }
}
.resultats-sondage .resultat .chart-multi img {
  max-width: 100%;
  margin: 0;
}
@media (min-width: 701px) {
  .resultats-sondage .resultat .chart-multi img.mobile-only {
    display: none;
  }
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .chart-multi img.desktop-only {
    display: none;
  }
}
.resultats-sondage .resultat .chart-et-legende {
  display: flex;
  flex-direction: column-reverse;
}
.resultats-sondage .resultat .chart-et-legende .chart-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resultats-sondage .resultat .chart-et-legende .legende-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .chart-et-legende .legende-item {
    margin-bottom: 3px;
    height: 21px;
  }
}
.resultats-sondage .resultat .chart-et-legende .legende-item .carre-couleur {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.resultats-sondage .resultat .chart-et-legende .legende-item .label {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 8px;
  flex-grow: 1;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .chart-et-legende .legende-item .label {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 600;
    padding-right: 0;
    font-size: 14px;
    line-height: 15px;
  }
}
.resultats-sondage .resultat .chart-et-legende .legende-item .label img {
  max-height: 40px;
  margin: 0;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.toggle-item .label {
  padding-left: 0;
  padding-right: 20px;
}
.resultats-sondage .resultat .chart-et-legende .legende-item .pourcentage {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  text-transform: uppercase;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.vert .carre-couleur {
  background-color: #207303;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.vert .label, .resultats-sondage .resultat .chart-et-legende .legende-item.vert .pourcentage {
  color: #207303;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.rouge .carre-couleur {
  background-color: #ab0202;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.rouge .label, .resultats-sondage .resultat .chart-et-legende .legende-item.rouge .pourcentage {
  color: #ab0202;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.gris .carre-couleur {
  background-color: #AEAEAE;
}
.resultats-sondage .resultat .chart-et-legende .legende-item.gris .label, .resultats-sondage .resultat .chart-et-legende .legende-item.gris .pourcentage {
  color: #AEAEAE;
}
.resultats-sondage .resultat .chart-et-legende .chart-container {
  margin: 0 auto;
  position: relative;
}
.resultats-sondage .resultat .chart-et-legende .chart-container:not(.full-width) {
  width: 410px;
  height: 330px;
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .chart-et-legende .chart-container:not(.full-width) {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .chart-et-legende .chart-container {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 700px) {
  .resultats-sondage .resultat .chart-et-legende .chart-container.full-width {
    width: 100%;
    height: auto;
  }
  .resultats-sondage .resultat .chart-et-legende .chart-container.full-width .chart-canvas {
    max-width: 100%;
    max-height: initial;
  }
}

/* Bar Graph Horizontal */
.horizontal-bar-chart {
  width: 100%;
}

.bar-graph .question {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  transition: opacity 1s 0.1s ease-in-out;
  opacity: 0;
  width: 100%;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .bar-graph .question {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 600;
  }
}
.bar-graph .question.reveal {
  opacity: 1;
}

.bar-graph-horizontal {
  margin: -15px auto 25px;
  width: 100%;
  background-color: #EEEEEE;
}

.bar-graph-horizontal > div {
  margin-bottom: 8px;
  width: 100%;
}

.bar-graph-horizontal .bar-wrapper {
  position: relative;
  height: 22px;
  background-color: #FFF;
  display: flex;
}

.bar-graph-horizontal .bar {
  height: 22px;
  overflow: visible;
  width: 0;
  position: relative;
  z-index: 0;
  transition: width 1.2s 0.2s ease-in-out;
}
.bar-graph-horizontal .bar.show-text::after {
  opacity: 1;
}
.bar-graph-horizontal .bar:nth-child(1) {
  border-radius: 3px 0 0 3px;
}
.bar-graph-horizontal .bar:nth-child(3) {
  border-radius: 0 3px 3px 0;
}

.bar-graph-one .bar .displayed {
  transition: opacity 2.2s 0.1s ease-in-out;
  color: white;
  position: absolute;
  right: 5px;
  top: 3px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 700px) {
  .bar-graph-one .bar .displayed {
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    right: 4px;
  }
}
.bar-graph-one .bar .displayed .smaller {
  font-size: 0.8em;
}

.bar-graph-one .bar::after {
  display: none;
  transition: opacity 2.2s 0.1s ease-in-out;
  color: #8A8A8A;
  content: var(--content, attr(data-percent));
  position: absolute;
  right: 5px;
  top: 3px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 700px) {
  .bar-graph-one .bar::after {
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    right: 4px;
  }
}

.bar-graph-one .vert.bar {
  background-color: #207303;
}

.bar-graph-one .vert.bar::after {
  color: #fff;
}

.bar-graph-one .rouge.bar {
  background-color: #ab0202;
}

.bar-graph-one .rouge.bar::after {
  color: #fff;
}

.bar-graph-one .gris.bar {
  background-color: #AEAEAE;
}

.bar-graph-one .gris.bar::after {
  color: #fff;
}

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