/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v14-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v14-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v14-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v14-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v14-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v14-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v14-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v14-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v16-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

.bg-batman {
  background-color: #000000; }

.bg-mine-shaft {
  background-color: #292929; }

.bg-shark {
  background-color: #232425; }

.bg-boulder {
  background-color: #757575; }

.bg-dove {
  background-color: #656565; }

.bg-gray {
  background-color: #868686; }

.bg-mercury {
  background-color: #E2E2E2; }

.bg-nickel {
  background-color: #B6B8B1; }

.bg-tundora {
  background-color: #454545; }

.bg-celeste {
  background-color: #CBCEC7; }

.bg-green-white {
  background-color: #E5E9DF; }

.bg-green-white2 {
  background-color: #F2F4EF; }

.bg-monza {
  background-color: #E0030C; }

.bg-white {
  background-color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  /* iOS Prevent font scaling in landscape while allowing user zoom */ }

body {
  background-color: #E5E9DF;
  font-family: "Roboto Condensed", tahoma, sans-serif;
  margin: 0; }
  .ios body {
    overflow-x: hidden; }

.main-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

.container {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .container {
      padding: 0 32px; } }
  .container--main {
    background-color: #E5E9DF;
    padding-top: 50px; }
    @media only screen and (min-width: 1280px) {
      .container--main {
        padding: 20px 50px 25px; } }

.row {
  display: flex; }

.no-padding {
  padding: 0; }

.mb-only {
  display: block; }
  @media only screen and (min-width: 768px) {
    .mb-only {
      display: none !important; } }

.mb-tab {
  display: block; }
  @media only screen and (min-width: 1280px) {
    .mb-tab {
      display: none !important; } }

.tab-dsk {
  display: none; }
  @media only screen and (min-width: 768px) {
    .tab-dsk {
      display: block; } }

.dsk-only {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .dsk-only {
      display: block; } }

@keyframes completeCircleBar {
  0% {
    stroke: #E0030C; }
  99% {
    stroke: #E0030C; }
  100% {
    stroke: green; } }

@keyframes completeProgressBar {
  0% {
    width: 0; }
  99% {
    background: #E0030C; }
  100% {
    background: green; } }

@keyframes expandWidth {
  0% {
    width: 0; } }

.main-header {
  box-shadow: 0 -1em 20px 20px rgba(0, 0, 0, 0.1);
  z-index: 1; }

header {
  height: 80px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    header {
      height: 96px; } }
  header .h-container {
    background-image: url("path(svg) + 'ville.svg");
    background-position: -102px bottom;
    background-repeat: no-repeat;
    background-size: 330px 74px;
    background-color: white;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-right: 16px; }
    @media only screen and (min-width: 768px) {
      header .h-container {
        background-position: 241px bottom;
        background-size: 386px 86px;
        padding-right: 32px; } }
    @media only screen and (min-width: 1280px) {
      header .h-container {
        background: white;
        padding: 0; } }
    header .h-container svg.e-montreal {
      height: 47px;
      left: 17px;
      position: absolute;
      top: 59px;
      width: 163px;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        header .h-container svg.e-montreal {
          height: 55px;
          left: 33px;
          width: 199px; } }
      @media only screen and (min-width: 1280px) {
        header .h-container svg.e-montreal {
          left: 51px; } }

footer.footer-main {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  font-family: "Roboto", tahoma, sans-serif;
  font-size: 1.4em;
  padding: 28px 55px;
  text-align: center;
  background: #454545; }
  footer.footer-main p {
    margin: 0; }
  footer.footer-main svg.logo-mtl {
    width: 55%;
    margin-bottom: 10px; }
  @media only screen and (min-width: 400px) {
    footer.footer-main {
      padding: 40px; } }
  @media only screen and (min-width: 768px) {
    footer.footer-main {
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      padding: 25px 32px; }
      footer.footer-main svg.logo-mtl {
        width: auto;
        margin: 0; } }

/* ---------------------------------------------------------------------------------------------------------------------
    MODULES
  --------------------------------------------------------------------------------------------------------------------- */
button.menu-triger {
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 25px 0;
  margin: 0;
  height: 100%;
  transition: all .25s ease-in-out; }
  @media only screen and (min-width: 1280px) {
    button.menu-triger {
      display: none; } }
  button.menu-triger .mt-title {
    display: inline-block;
    font: 1.5rem "Roboto Condensed", tahoma, sans-serif;
    line-height: 2rem;
    transition: all .25s ease-in-out; }
    button.menu-triger .mt-title--open {
      display: none;
      transition: all .25s ease-in-out; }
  button.menu-triger .mt-burger {
    display: flex;
    flex-direction: column;
    width: 20px;
    margin: 3px 0 0 15px;
    transition: all .25s ease-in-out; }
    button.menu-triger .mt-burger .mt-b-line {
      width: 100%;
      height: 2px;
      margin-bottom: 4px;
      background-color: #000;
      transition: all .25s ease-in-out; }
      button.menu-triger .mt-burger .mt-b-line:nth-child(2) {
        width: 75%;
        transition: all .25s ease-in-out; }
  button.menu-triger.is_active {
    transition: all .25s ease-in-out; }
    button.menu-triger.is_active .mt-title {
      display: none;
      transition: all .25s ease-in-out; }
      button.menu-triger.is_active .mt-title--open {
        display: inline-block; }
    button.menu-triger.is_active .mt-burger .mt-b-line {
      margin-bottom: 0;
      transition: all .25s ease-in-out; }
      button.menu-triger.is_active .mt-burger .mt-b-line:nth-child(1) {
        transform: rotate(-45deg);
        transition: all .25s ease-in-out; }
      button.menu-triger.is_active .mt-burger .mt-b-line:nth-child(2) {
        width: 100%;
        transform: rotate(45deg);
        transition: all .25s ease-in-out; }
      button.menu-triger.is_active .mt-burger .mt-b-line:nth-child(3) {
        background-color: transparent;
        transition: all .25s ease-in-out; }

.menu-container {
  background-color: #454545;
  color: white;
  height: 0;
  left: 0;
  opacity: 0;
  display: none;
  /* MASKING */
  padding: 0px 16px;
  position: absolute;
  top: 80px;
  transition: all .25s ease-in-out;
  width: 100%;
  z-index: 0; }
  @media only screen and (min-width: 768px) {
    .menu-container {
      top: 95px; } }
  @media only screen and (min-width: 1280px) {
    .menu-container {
      align-items: center;
      background-color: transparent;
      display: flex;
      height: 100%;
      opacity: 1;
      top: 0;
      width: calc(100% - 302px);
      left: auto;
      padding: 0 51px 0 0;
      position: relative; } }
  .menu-container.single {
    align-items: center;
    background: white;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    opacity: 1;
    padding-right: 0;
    position: static;
    width: auto; }
    @media only screen and (min-width: 1280px) {
      .menu-container.single {
        padding-right: 50px; } }
  .menu-container ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .menu-container ul.main-menu {
        margin: 0 auto;
        text-align: center; } }
    @media only screen and (min-width: 1280px) {
      .menu-container ul.main-menu {
        align-items: center;
        display: inline-flex;
        text-align: left; } }
    .menu-container ul.main-menu .mm-items {
      border-bottom: 1px solid black;
      color: #ffffff;
      font-family: "Roboto Condensed", tahoma, sans-serif;
      font-size: 1.8rem; }
      .menu-container ul.main-menu .mm-items:first-of-type {
        border-top: 1px solid black; }
      @media only screen and (min-width: 768px) {
        .menu-container ul.main-menu .mm-items {
          border: none;
          font-size: 3.6rem;
          font-weight: bold;
          line-height: 24px;
          margin: 0 0 24px 0; }
          .menu-container ul.main-menu .mm-items:first-of-type {
            border-top: none; } }
      @media only screen and (min-width: 1280px) {
        .menu-container ul.main-menu .mm-items {
          border-right: 1px solid #E2E2E2;
          color: #232425;
          font-weight: normal;
          line-height: 20px;
          margin: 0;
          padding: 0 27px; }
          .menu-container ul.main-menu .mm-items:first-of-type {
            padding: 0 27px 0 0; }
          .menu-container ul.main-menu .mm-items:last-of-type {
            border: none; } }
      .menu-container ul.main-menu .mm-items a {
        color: #ffffff;
        display: block;
        height: 100%;
        padding: 16px;
        text-decoration: none;
        transition: all .25s ease-in-out;
        width: 100%; }
        .menu-container ul.main-menu .mm-items a:hover, .menu-container ul.main-menu .mm-items a:focus {
          background-color: #292929;
          transition: all .25s ease-in-out; }
        @media only screen and (min-width: 1280px) {
          .menu-container ul.main-menu .mm-items a {
            position: relative;
            color: #000000;
            font-size: 1.6rem;
            padding: 0;
            text-transform: uppercase; }
            .menu-container ul.main-menu .mm-items a:after {
              content: "";
              background-color: #E0030C;
              display: block;
              opacity: 0;
              height: 6px;
              margin: 22px 0 0;
              position: absolute;
              width: 0%;
              transition: all .25s ease-in-out; }
            .menu-container ul.main-menu .mm-items a:hover, .menu-container ul.main-menu .mm-items a:focus {
              background-color: transparent;
              transition: all .25s ease-in-out; }
              .menu-container ul.main-menu .mm-items a:hover:after, .menu-container ul.main-menu .mm-items a:focus:after {
                content: "";
                opacity: 1;
                width: 100%; }
            .menu-container ul.main-menu .mm-items a.current:after {
              content: "";
              background-color: #E0030C;
              display: block;
              opacity: 1;
              height: 6px;
              margin: 22px 0 0;
              position: absolute;
              width: 100%; } }
  .menu-container.is_active {
    height: 100vmax;
    opacity: 1;
    padding: 40px 16px;
    transition: all .25s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .menu-container.is_active {
        padding: 50px 16px;
        display: flex;
        flex-direction: column; } }

.switch-lang {
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  border: none;
  color: #ffffff;
  padding: 10px;
  margin: 25px 0;
  text-decoration: none;
  top: 0; }
  .switch-lang:hover, .switch-lang:focus {
    cursor: pointer;
    background-color: #292929;
    transition: all .25s ease-in-out; }
  .switch-lang.dsk-only {
    display: none;
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .switch-lang {
      font-size: 2.4rem;
      line-height: 2.4rem;
      margin: 0 5px 100px auto;
      right: 0;
      display: inline-block;
      /*&::after {
			clear: both;
		}*/ } }
  @media only screen and (min-width: 1280px) {
    .switch-lang {
      background-color: #E5E9DF;
      border-radius: 6px;
      color: #000000;
      font-family: "Roboto Condensed", tahoma, sans-serif;
      font-size: 16px;
      line-height: 20px;
      margin: 0 25px 0 0;
      padding: 12px;
      transition: all .25s ease-in-out; }
      .switch-lang:hover, .switch-lang:focus {
        background-color: #CBCEC7;
        transition: all .25s ease-in-out; }
      .switch-lang.dsk-only {
        display: block; }
      .switch-lang.mb-only {
        display: none; } }

.standalone-switch-lang {
  background-color: #E5E9DF;
  border-radius: 6px;
  color: black;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: auto 0;
  text-decoration: none;
  text-align: center;
  width: 40px;
  transition: all .25s ease-in-out; }
  .standalone-switch-lang:hover, .standalone-switch-lang:focus {
    background-color: #CBCEC7;
    transition: all .25s ease-in-out; }

.page-infos-container {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 1280px) {
    .page-infos-container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 0 8px 0; } }
  @media only screen and (min-width: 1280px) {
    .page-infos-container .content-txt {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }
  .page-infos-container .content-txt .pic__subtitle {
    color: #000000;
    font-family: "Roboto Condensed", tahoma, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0 0 10px;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .page-infos-container .content-txt .pic__subtitle {
        font-size: 1.6rem;
        line-height: 2rem; } }
    @media only screen and (min-width: 1280px) {
      .page-infos-container .content-txt .pic__subtitle {
        margin: 0 0 5px 0; } }
  .page-infos-container .content-txt .pic__title-page {
    color: #000000;
    font: 2.6rem "Roboto Condensed Bold", tahoma, sans-serif;
    line-height: 3rem; }
    @media only screen and (min-width: 768px) {
      .page-infos-container .content-txt .pic__title-page {
        font-size: 4rem;
        line-height: 4.6rem; } }
    @media only screen and (min-width: 1280px) {
      .page-infos-container .content-txt .pic__title-page {
        margin: 0;
        padding: 0;
        max-width: 43vw; } }
  .page-infos-container .city {
    width: 50%; }

.introduction p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  padding: 0;
  margin: 0 0 16px 0; }
  @media only screen and (min-width: 768px) {
    .introduction p {
      font-size: 1.8rem;
      line-height: 2.1rem;
      margin-top: 48px; } }
  @media only screen and (min-width: 1280px) {
    .introduction p {
      font-size: 2rem;
      line-height: 2.4rem;
      margin-top: 40px; } }

.introduction h3 {
  padding: 0;
  margin: 0 0 16px 0;
  font: 1.9rem "Roboto Condensed Bold", tahoma, sans-serif;
  line-height: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .introduction h3 {
      font-size: 2.2rem;
      line-height: 2.5rem;
      margin: 24px 0; } }
  @media only screen and (min-width: 1280px) {
    .introduction h3 {
      font-size: 2.8rem;
      line-height: 3.3rem;
      margin: 32px 0 0 0; } }

.pre-footer {
  border-top: 1px solid #B6B8B1;
  padding: 16px 0;
  position: relative;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    .pre-footer {
      padding: 30px 0; } }
  @media only screen and (min-width: 1280px) {
    .pre-footer {
      padding: 50px 0 30px 0; } }
  .pre-footer .pf-txt {
    color: #757575;
    font-family: "Roboto Condensed", tahoma, sans-serif;
    font-size: 1.5rem;
    line-height: 2.6rem; }
    @media only screen and (min-width: 768px) {
      .pre-footer .pf-txt {
        font-size: 1.6rem; } }

.data-box {
  /*@include mq(phone-landscape){
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}*/ }
  @media only screen and (min-width: 768px) {
    .data-box {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1280px) {
    .data-box {
      flex-wrap: unset;
      justify-content: space-between; } }

.db-contain {
  position: relative;
  margin: 0 0 24px;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .db-contain {
      flex: 0 1 auto;
      margin: 0 0 48px; } }
  @media only screen and (min-width: 1280px) {
    .db-contain {
      width: 20%;
      border-right: 1px solid #B6B8B1;
      margin: 0 0 64px; }
      .db-contain:last-of-type {
        border: none; } }
  .db-contain .db-c-title {
    width: 100%;
    font: normal 1.8rem "Roboto Condensed", tahoma, sans-serif;
    line-height: 2.1rem;
    font-size-adjust: 0.47;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 1280px) {
      .db-contain .db-c-title {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 0 22px; } }
    @media only screen and (min-width: 1280px) {
      .db-contain .db-c-title > span {
        display: block; } }
  .db-contain .db-c-phylblock {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #B6B8B1;
    margin: 20px auto 0;
    width: 210px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .db-contain .db-c-phylblock {
        width: 272px; } }
    @media only screen and (min-width: 1280px) {
      .db-contain .db-c-phylblock {
        width: 208px; } }
    .db-contain .db-c-phylblock:after, .db-contain .db-c-phylblock:before {
      bottom: 100%;
      content: ' ';
      position: absolute;
      width: 0;
      height: 0; }
    .db-contain .db-c-phylblock:before {
      left: calc(50% - 9px);
      border: 14px solid;
      border-color: transparent transparent #B6B8B1 transparent; }
    .db-contain .db-c-phylblock:after {
      left: calc(50% - 7px);
      border: 12px solid;
      border-color: transparent transparent white transparent; }
    .db-contain .db-c-phylblock .db-c-metadata {
      font: 2.8rem "Roboto Condensed Bold", tahoma, sans-serif;
      line-height: 3.3rem;
      font-size-adjust: 0.5;
      color: #000000;
      margin: 0;
      padding: 8px 16px; }

.dropdown-list-container {
  position: relative;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .dropdown-list-container {
      margin: 20px 0 48px; } }
  .dropdown-list-container .dlc__infos-section {
    color: #000000;
    font: normal 1.4rem/160% "Roboto Condensed", tahoma, sans-serif;
    font-size-adjust: 0.5;
    margin-bottom: 16px;
    margin-top: 0; }
    @media only screen and (min-width: 400px) {
      .dropdown-list-container .dlc__infos-section {
        font-size: 1.6rem; } }
    @media only screen and (min-width: 768px) {
      .dropdown-list-container .dlc__infos-section {
        font-size: 1.8rem;
        line-height: 2rem; } }
    @media only screen and (min-width: 1280px) {
      .dropdown-list-container .dlc__infos-section {
        font-size: 2rem;
        line-height: 2.4rem; } }
  @media only screen and (min-width: 768px) {
    .dropdown-list-container .dlc__wrapper {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 1280px) {
    .dropdown-list-container .dlc__wrapper {
      justify-content: flex-start; } }
  .dropdown-list-container .dlc__item {
    margin-top: -12px; }
    @media only screen and (min-width: 768px) {
      .dropdown-list-container .dlc__item {
        width: 49%; } }
    @media only screen and (min-width: 1280px) {
      .dropdown-list-container .dlc__item {
        margin: 0 24px 0 0;
        width: auto; } }
  .dropdown-list-container .dlc__labeling {
    color: #000000;
    display: inline-block;
    font: 1.5rem "Roboto Condensed", tahoma, sans-serif;
    line-height: 2rem;
    padding: 0;
    position: relative;
    top: 35px;
    left: 16px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .dropdown-list-container .dlc__labeling {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1280px) {
      .dropdown-list-container .dlc__labeling {
        display: none; } }
  .dropdown-list-container .droper {
    background-color: #ffffff;
    color: #000000;
    font: 1.6rem "Roboto Condensed", tahoma, sans-serif;
    line-height: 2rem;
    border-radius: 6px;
    padding: 38px 40px 16px 14px;
    width: 100%;
    box-shadow: 0 2px 10px 3px rgba(134, 134, 134, 0.4); }
    @media only screen and (min-width: 768px) {
      .dropdown-list-container .droper {
        font-size: 1.8rem;
        line-height: 2.1rem;
        padding: 38px 0 16px 16px; } }
    @media only screen and (min-width: 1280px) {
      .dropdown-list-container .droper {
        background-color: white;
        border: 1px solid #B6B8B1;
        border-radius: 28px;
        color: #000000;
        width: 440px;
        font: 1.6rem "Roboto Condensed Bold", tahoma, sans-serif;
        font-size-adjust: 0.5;
        padding: 10px 60px 10px 30px;
        text-align: left;
        cursor: pointer;
        text-transform: uppercase;
        box-shadow: none; } }
    .dropdown-list-container .droper .d-items {
      white-space: pre-line; }
  .dropdown-list-container select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    white-space: pre-wrap;
    border: 0.5px solid #656565;
    background: url("../svg/down_arrow.svg") no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 16px 16px; }
  .dropdown-list-container select::-ms-expand {
    display: none; }
  .dropdown-list-container button.sc__trigger, .dropdown-list-container ul.sc__options {
    display: none; }
    @media only screen and (min-width: 1280px) {
      .dropdown-list-container button.sc__trigger, .dropdown-list-container ul.sc__options {
        display: block; } }
  .dropdown-list-container button.sc__trigger {
    background-color: white;
    border: 1px solid #B6B8B1;
    border-radius: 28px;
    color: #000000;
    min-width: 440px;
    font: 1.6rem "Roboto Condensed Bold", tahoma, sans-serif;
    font-size-adjust: 0.5;
    padding: 10px 60px 10px 30px;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    /*&:after {
			content: '';
			display: block;
			position: absolute;
			top: 15px;
			right: 7%;
			width: 17px;
			height: 17px;
			background: url(path(svg) + 'down_arrow.svg') no-repeat;
			z-index: 1;
		}*/ }
  .dropdown-list-container ul.sc__options {
    background-color: #656565;
    border-radius: 4px;
    display: none;
    /* MASKING */
    list-style: none;
    margin-top: 25px;
    padding: 32px;
    position: absolute;
    z-index: 1;
    width: 100%; }
    .dropdown-list-container ul.sc__options:before {
      content: '';
      background-color: #656565;
      display: block;
      height: 25px;
      width: 25px;
      transform: rotate(315deg);
      margin: 0 auto;
      position: absolute;
      top: -10px;
      left: 0;
      right: 0; }
    .dropdown-list-container ul.sc__options li {
      border-top: 1px solid #868686;
      border-bottom: 1px solid #868686; }
      .dropdown-list-container ul.sc__options li:hover, .dropdown-list-container ul.sc__options li:focus {
        background-color: #454545; }
      .dropdown-list-container ul.sc__options li:first-of-type {
        border-top: none; }
      .dropdown-list-container ul.sc__options li:last-of-type {
        border-bottom: none; }
    .dropdown-list-container ul.sc__options li button.sc__option {
      background-color: transparent;
      border: none;
      color: #ffffff;
      cursor: pointer;
      font: normal 1.8rem "Roboto Condensed", tahoma, sans-serif;
      padding: 8px 13px;
      width: 100%;
      text-align: left;
      line-height: 3rem; }
  .dropdown-list-container .select-custom.is-active ul.sc__options {
    display: block; }

@media only screen and (min-width: 1280px) {
  .dtc__head-infos {
    align-items: baseline;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 16px; } }

.dtc__head-infos .last-update {
  color: #656565;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 0 0 24px;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .dtc__head-infos .last-update {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 1280px) {
    .dtc__head-infos .last-update {
      margin: 0; } }

.dtc__head-infos .table-name {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 16px; }
  @media only screen and (min-width: 1280px) {
    .dtc__head-infos .table-name {
      margin-bottom: 0; } }
  .dtc__head-infos .table-name h2 {
    font: 1.6rem "Roboto Condensed Bold", tahoma, sans-serif;
    line-height: 2rem;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .dtc__head-infos .table-name h2 {
        font-size: 2.2rem;
        line-height: 2.5rem; } }
    @media only screen and (min-width: 1280px) {
      .dtc__head-infos .table-name h2 {
        font-size: 2.8rem;
        line-height: 3.3rem; } }
  @media only screen and (min-width: 768px) {
    .dtc__head-infos .table-name svg.swiping {
      display: none; } }
  .dtc__head-infos .table-name.no-header {
    align-items: center;
    margin-bottom: 9px; }
    .dtc__head-infos .table-name.no-header .last-update {
      margin: 0; }

.data-table-container {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  position: relative; }
  .data-table-container .dtc-data-table-wrapper {
    margin-bottom: 33px;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .data-table-container .dtc-data-table-wrapper {
        margin-bottom: 48px;
        overflow-x: auto;
        overflow-y: auto;
        width: 100%; } }
    .data-table-container .dtc-data-table-wrapper.detailed-results th:nth-child(1) {
      width: 107px; }
    .data-table-container .dtc-data-table-wrapper.detailed-results th:nth-child(2) {
      width: 155px; }
    .data-table-container .dtc-data-table-wrapper.detailed-results th:nth-child(3) {
      width: 112px; }
    .data-table-container .dtc-data-table-wrapper.detailed-results th:nth-child(4) {
      width: 155px; }
    .data-table-container .dtc-data-table-wrapper.detailed-results th:nth-child(5) {
      width: 90px; }
    .data-table-container .dtc-data-table-wrapper.city-council th:nth-child(1) {
      width: 145px; }
      @media only screen and (min-width: 768px) {
        .data-table-container .dtc-data-table-wrapper.city-council th:nth-child(1) {
          width: 200px; } }
    .data-table-container .dtc-data-table-wrapper.city-council th:nth-child(2) {
      width: 167px; }
    .data-table-container .dtc-data-table-wrapper.city-council th:nth-child(3) {
      width: 167px; }
    .data-table-container .dtc-data-table-wrapper.city-council th:nth-child(4) {
      width: 100px; }
    .data-table-container .dtc-data-table-wrapper.borough-summary th:nth-child(1) {
      width: 145px; }
      @media only screen and (min-width: 768px) {
        .data-table-container .dtc-data-table-wrapper.borough-summary th:nth-child(1) {
          width: 200px; } }
    .data-table-container .dtc-data-table-wrapper.borough-summary th:nth-child(2) {
      width: 130px; }
    .data-table-container .dtc-data-table-wrapper.borough-summary th:nth-child(3) {
      width: 212px; }
    .data-table-container .dtc-data-table-wrapper.borough-summary th:nth-child(4) {
      width: 160px; }
    .data-table-container .dtc-data-table-wrapper .data-table {
      border: 0;
      border-spacing: 3px 0;
      border-collapse: separate;
      color: #232425;
      font: 1.4rem "Roboto Condensed", tahoma, sans-serif;
      table-layout: fixed;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .data-table-container .dtc-data-table-wrapper .data-table {
          border-collapse: collapse;
          border-spacing: 0; } }
      .data-table-container .dtc-data-table-wrapper .data-table tr:last-child td {
        border-bottom: 0; }
        @media only screen and (min-width: 768px) {
          .data-table-container .dtc-data-table-wrapper .data-table tr:last-child td {
            border-bottom: 1px solid #B6B8B1; } }
      .data-table-container .dtc-data-table-wrapper .data-table td, .data-table-container .dtc-data-table-wrapper .data-table th {
        margin: 0;
        padding: 8px 16px; }
        @media only screen and (min-width: 1280px) {
          .data-table-container .dtc-data-table-wrapper .data-table td, .data-table-container .dtc-data-table-wrapper .data-table th {
            padding: 16px; } }
        .data-table-container .dtc-data-table-wrapper .data-table td > p, .data-table-container .dtc-data-table-wrapper .data-table th > p {
          margin: 0;
          padding: 0;
          text-align: left; }
        .data-table-container .dtc-data-table-wrapper .data-table td.right-aligned, .data-table-container .dtc-data-table-wrapper .data-table th.right-aligned {
          text-align: right; }
          .data-table-container .dtc-data-table-wrapper .data-table td.right-aligned > p, .data-table-container .dtc-data-table-wrapper .data-table th.right-aligned > p {
            display: inline-block;
            text-align: right; }
            @media only screen and (min-width: 1280px) {
              .data-table-container .dtc-data-table-wrapper .data-table td.right-aligned > p, .data-table-container .dtc-data-table-wrapper .data-table th.right-aligned > p {
                width: 70%; } }
        .data-table-container .dtc-data-table-wrapper .data-table td.bold, .data-table-container .dtc-data-table-wrapper .data-table th.bold {
          font-family: "Roboto Condensed Bold", tahoma, sans-serif; }
        @media only screen and (min-width: 1280px) {
          .data-table-container .dtc-data-table-wrapper .data-table td p.dsk-inline, .data-table-container .dtc-data-table-wrapper .data-table th p.dsk-inline {
            display: inline-block; } }
      .data-table-container .dtc-data-table-wrapper .data-table thead th {
        background-color: white !important;
        border: none;
        border-bottom: 2px solid #B6B8B1;
        font: 1.8rem "Roboto Condensed Bold", tahoma, sans-serif;
        height: 53px;
        line-height: 2.1rem;
        text-align: left; }
      .data-table-container .dtc-data-table-wrapper .data-table td {
        background-color: #F2F4EF;
        border-bottom: 1px solid #B6B8B1;
        font: 1.4rem "Roboto Condensed", tahoma, sans-serif;
        line-height: 1.6rem; }
        @media only screen and (min-width: 768px) {
          .data-table-container .dtc-data-table-wrapper .data-table td {
            font-size: 1.5rem;
            line-height: 1.9rem; } }
        @media only screen and (min-width: 1280px) {
          .data-table-container .dtc-data-table-wrapper .data-table td {
            font-size: 1.6rem; } }
        .data-table-container .dtc-data-table-wrapper .data-table td.progress-bar > p {
          display: flex;
          justify-content: space-between; }
          .data-table-container .dtc-data-table-wrapper .data-table td.progress-bar > p.centered {
            justify-content: center; }
        .data-table-container .dtc-data-table-wrapper .data-table td.right-aligned > p {
          padding-right: 20%; }
        .data-table-container .dtc-data-table-wrapper .data-table td.centered {
          text-align: center; }
        .data-table-container .dtc-data-table-wrapper .data-table td .statistic-bar {
          background-color: #B6B8B1;
          height: 16px;
          width: 60%; }
          @media only screen and (min-width: 1280px) {
            .data-table-container .dtc-data-table-wrapper .data-table td .statistic-bar {
              width: 80%; } }
          .data-table-container .dtc-data-table-wrapper .data-table td .statistic-bar > span {
            background: #E0030C;
            display: block;
            height: 100%;
            overflow: hidden; }
        .data-table-container .dtc-data-table-wrapper .data-table td .proportion {
          font: 1.4rem "Roboto Condensed Bold", tahoma, sans-serif; }
        .data-table-container .dtc-data-table-wrapper .data-table td a.results {
          align-items: center;
          color: inherit;
          display: flex; }
          .data-table-container .dtc-data-table-wrapper .data-table td a.results:before {
            content: url("path(svg) + 'resultat.svg");
            margin-right: 8px; }
      .data-table-container .dtc-data-table-wrapper .data-table tbody th {
        background-color: white;
        border: none;
        border-bottom: 1px solid #B6B8B1;
        font: 1.4rem "Roboto Condensed", tahoma, sans-serif;
        line-height: 1.6rem;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .data-table-container .dtc-data-table-wrapper .data-table tbody th {
            background-color: #F2F4EF;
            font-size: 1.5rem;
            line-height: 1.9rem; } }
        @media only screen and (min-width: 1280px) {
          .data-table-container .dtc-data-table-wrapper .data-table tbody th {
            font-size: 1.6rem; } }
      .data-table-container .dtc-data-table-wrapper .data-table.fixed-column {
        border-spacing: 0;
        box-shadow: 15px 0 20px 1px rgba(182, 184, 177, 0.8);
        left: 0;
        position: absolute;
        width: auto; }
        @media only screen and (min-width: 768px) {
          .data-table-container .dtc-data-table-wrapper .data-table.fixed-column {
            display: none; } }
      .data-table-container .dtc-data-table-wrapper .data-table tfoot th, .data-table-container .dtc-data-table-wrapper .data-table tfoot td {
        background-color: white;
        border: none;
        border-bottom: 1px solid #B6B8B1;
        font-family: "Roboto Condensed Bold", tahoma, sans-serif; }

ul.tiles-container {
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    ul.tiles-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  ul.tiles-container li.borough-tile {
    background-color: white;
    margin: 0 0 26px 0;
    padding: 10px 24px 6px; }
    @media only screen and (min-width: 768px) {
      ul.tiles-container li.borough-tile {
        display: flex;
        flex-direction: column;
        width: 44vw; } }
    @media only screen and (min-width: 1280px) {
      ul.tiles-container li.borough-tile {
        width: 376px; } }
    ul.tiles-container li.borough-tile header {
      align-items: center;
      border-bottom: 2px solid #B6B8B1;
      display: flex;
      height: 53px;
      position: static;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        ul.tiles-container li.borough-tile header {
          flex: 1 0 auto; } }
      ul.tiles-container li.borough-tile header h4 {
        color: #232425;
        font: 1.8rem "Roboto Condensed Bold", tahoma, sans-serif;
        line-height: 2.1rem;
        padding: 0;
        margin: 0 0 10px 0; }
    ul.tiles-container li.borough-tile ul.borough-tile__results {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        ul.tiles-container li.borough-tile ul.borough-tile__results {
          height: 100%; } }
      ul.tiles-container li.borough-tile ul.borough-tile__results li {
        border-bottom: 1px solid #B6B8B1;
        color: #232425;
        display: flex;
        font-size: 1.6rem;
        justify-content: space-between;
        margin: 0;
        padding: 10px 0; }
        ul.tiles-container li.borough-tile ul.borough-tile__results li:last-child {
          border: 0; }
        ul.tiles-container li.borough-tile ul.borough-tile__results li .score {
          color: black;
          font-family: "Roboto Condensed Bold", tahoma, sans-serif; }
        ul.tiles-container li.borough-tile ul.borough-tile__results li.lead .score {
          color: #E0030C; }
      ul.tiles-container li.borough-tile ul.borough-tile__results.count-underway {
        display: flex;
        flex-direction: column; }
        ul.tiles-container li.borough-tile ul.borough-tile__results.count-underway li {
          align-items: center;
          flex: 1 0 auto;
          justify-content: center; }
    ul.tiles-container li.borough-tile.filling {
      display: none; }
      @media only screen and (min-width: 1280px) {
        ul.tiles-container li.borough-tile.filling {
          display: block;
          visibility: hidden; } }

.announcement {
  background: white;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .announcement {
      display: flex;
      justify-content: space-between;
      margin-bottom: 42px; } }
  @media only screen and (min-width: 1280px) {
    .announcement {
      margin-top: -8px; } }
  .announcement p {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin: 0;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .announcement p {
        font-size: 2.1rem;
        line-height: 2.7rem;
        padding: 40px 20px 0 40px; } }
    @media only screen and (min-width: 1280px) {
      .announcement p {
        font-size: 2.4rem;
        line-height: 4rem;
        padding: 80px 0 0 80px;
        max-width: 50%; } }
  .announcement aside {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px 0 0 0; }
    @media only screen and (min-width: 768px) {
      .announcement aside {
        padding: 40px 10px 0 20px; } }
    @media only screen and (min-width: 1280px) {
      .announcement aside {
        padding: 80px 20px 0 20px;
        width: 520px; } }
    .announcement aside a.rounded-box {
      background: white;
      border: 1px solid #B6B8B1;
      border-radius: 6px;
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
      color: black;
      display: block;
      font-size: 1.6rem;
      line-height: 1.9rem;
      padding: 1rem 4rem 1rem 5rem;
      text-align: center;
      text-decoration: none;
      width: 85vw; }
      @media only screen and (min-width: 768px) {
        .announcement aside a.rounded-box {
          font-size: 1.8rem;
          line-height: 2.1rem;
          width: auto; } }
      @media only screen and (min-width: 768px) {
        .announcement aside a.rounded-box {
          font-size: 2rem;
          line-height: 2.4rem; } }
      .announcement aside a.rounded-box span {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        padding-left: 25px;
        text-align: left; }
        @media only screen and (min-width: 1280px) {
          .announcement aside a.rounded-box span {
            padding-left: 30px; } }
        .announcement aside a.rounded-box span::before {
          content: "<";
          font-size: 3rem;
          left: 0;
          line-height: 3.8rem;
          position: absolute; }
          @media only screen and (min-width: 768px) {
            .announcement aside a.rounded-box span::before {
              font-size: 2rem;
              line-height: 4.2rem; } }
          @media only screen and (min-width: 1280px) {
            .announcement aside a.rounded-box span::before {
              font-size: 3.5rem;
              line-height: 4.8rem; } }
    .announcement aside img {
      width: 100%; }

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