@charset "UTF-8";
/** Import everything from autoload */
.bg-color-med {
  background-color: #0e207e;
}

.bg-color-high {
  background-color: #081557;
}

.bg-color-low {
  background-color: #293fb3;
}

.bg-color-no-result {
  background-color: #6e6f75;
}

#MSAELECTIONS_CARTO {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  #MSAELECTIONS_CARTO {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 530px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO {
    height: 580px;
  }
}
#MSAELECTIONS_CARTO .animate {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#MSAELECTIONS_CARTO .updating {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
}
#MSAELECTIONS_CARTO.js-loaded .main--loader {
  opacity: 0;
  visibility: hidden;
}
#MSAELECTIONS_CARTO .btn-fullscreen {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  z-index: 1001;
}
#MSAELECTIONS_CARTO .btn-fullscreen .enter {
  display: block;
}
#MSAELECTIONS_CARTO .btn-fullscreen .exit {
  display: none;
}
#MSAELECTIONS_CARTO .btn-fullscreen path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (orientation: portrait) {
  #MSAELECTIONS_CARTO .btn-fullscreen {
    display: none;
  }
}
#MSAELECTIONS_CARTO .btn-fullscreen:hover path:last-child {
  fill: #fe7b2d;
}
#MSAELECTIONS_CARTO.fs {
  max-height: none;
  height: auto;
}
#MSAELECTIONS_CARTO.fs .btn-fullscreen .enter {
  display: none;
}
#MSAELECTIONS_CARTO.fs .btn-fullscreen .exit {
  display: block;
}

#MSAELECTIONS_CARTO_NAV {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO_NAV {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 20px;
  }
}
#MSAELECTIONS_CARTO_NAV .col {
  flex-basis: auto;
  width: auto;
}
#MSAELECTIONS_CARTO_NAV .bouton {
  outline: none !important;
}
#MSAELECTIONS_CARTO_NAV .bouton.active {
  background-color: #737400;
  border-color: #bad50c;
  color: white;
}

#MSAELECTIONS_CARTO .infos {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #MSAELECTIONS_CARTO .infos {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
#MSAELECTIONS_CARTO .extra {
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .extra {
    width: auto;
    font-size: 12px;
    top: 35px;
    right: 35px;
    position: absolute;
  }
}
#MSAELECTIONS_CARTO .filtres {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding-top: 5px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
  z-index: 1001;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 0px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .filtres {
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: auto;
    right: 30px;
    position: absolute;
    top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #MSAELECTIONS_CARTO .filtres {
    right: 10px;
  }
}
#MSAELECTIONS_CARTO .filtres .label {
  text-transform: uppercase;
  color: #755b65;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .filtres .label {
    font-size: 12px;
    margin-right: 10px;
  }
}
#MSAELECTIONS_CARTO .filtres .filtre {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  color: white;
  background-color: #0e207e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .filtres .filtre {
    padding: 5px 10px 7px;
  }
}
#MSAELECTIONS_CARTO .filtres .filtre:hover {
  background-color: #fe7b2d;
  color: #fff;
}
#MSAELECTIONS_CARTO .filtres .filtre:focus {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background-color: rbga(0, 99, 126, 0.8);
}
#MSAELECTIONS_CARTO .filtres .filtre.active {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fe7b2d;
  color: #fff;
}
#MSAELECTIONS_CARTO #MSAELECTIONS_legende {
  list-style: none;
  padding: 0px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 1001;
  pointer-events: none;
  width: 300px;
  margin: 0 auto;
}
#MSAELECTIONS_CARTO #MSAELECTIONS_legende li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_legende li {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_legende {
    -webkit-box-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 5px;
    right: 5px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #fff;
    max-width: 80%;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_legende {
    width: 390px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_legende li {
  font-size: 10px;
  color: gray;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_legende li {
    font-size: 12px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_legende .rect {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 2px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_legende .rect {
    border: 1px solid #ddd;
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
}

#MSAELECTIONS_CARTO #MSAELECTIONS_main {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_main {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
#MSAELECTIONS_CARTO .carte {
  position: relative;
}
#MSAELECTIONS_CARTO .carte .caisse.no-result .sensor {
  fill: #6e6f75;
}
#MSAELECTIONS_CARTO .carte .caisse.no-result .sensor path,
#MSAELECTIONS_CARTO .carte .caisse.no-result .sensor polygon {
  fill: #6e6f75;
}
#MSAELECTIONS_CARTO .carte .caisse.low .sensor {
  fill: #293fb3;
}
#MSAELECTIONS_CARTO .carte .caisse.low .sensor path,
#MSAELECTIONS_CARTO .carte .caisse.low .sensor polygon {
  fill: #293fb3;
}
#MSAELECTIONS_CARTO .carte .caisse.med .sensor {
  fill: #0e207e;
}
#MSAELECTIONS_CARTO .carte .caisse.med .sensor path,
#MSAELECTIONS_CARTO .carte .caisse.med .sensor polygon {
  fill: #0e207e;
}
#MSAELECTIONS_CARTO .carte .caisse.high .sensor {
  fill: #081557;
}
#MSAELECTIONS_CARTO .carte .caisse.high .sensor path,
#MSAELECTIONS_CARTO .carte .caisse.high .sensor polygon {
  fill: #081557;
}
#MSAELECTIONS_CARTO .carte image {
  -webkit-filter: blur(0.5);
          filter: blur(0.5);
}
#MSAELECTIONS_CARTO .carte .caisses {
  -webkit-transition: all 0.7s ease-out 0.2s;
  transition: all 0.7s ease-out 0.2s;
}
#MSAELECTIONS_CARTO .carte > g {
  cursor: pointer;
}
#MSAELECTIONS_CARTO .carte > g path,
#MSAELECTIONS_CARTO .carte > g polygon {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: transparent;
  stroke-width: 1px;
  stroke: #bcbcbc;
}
#MSAELECTIONS_CARTO .carte > g .sensor {
  stroke-width: 2px;
}
#MSAELECTIONS_CARTO .carte > g .sensor path,
#MSAELECTIONS_CARTO .carte > g .sensor polygon {
  stroke-width: 2px;
}
#MSAELECTIONS_CARTO .carte > g.filtered .sensor path,
#MSAELECTIONS_CARTO .carte > g.filtered .sensor polygon {
  stroke-width: 3px;
  fill: blue;
}
#MSAELECTIONS_CARTO .carte > g:hover .sensor {
  fill: #966969;
}
#MSAELECTIONS_CARTO .carte > g:hover .sensor path,
#MSAELECTIONS_CARTO .carte > g:hover .sensor polygon {
  fill: #966969;
}
#MSAELECTIONS_CARTO .carte-tooltip {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 4px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(-50%, calc(-100% - 5px));
          transform: translate(-50%, calc(-100% - 5px));
}
#MSAELECTIONS_CARTO .carte-tooltip.open {
  visibility: visible;
  opacity: 1;
}
#MSAELECTIONS_CARTO .carte-tooltip .title {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 500;
}
#MSAELECTIONS_CARTO .carte-tooltip strong {
  font-size: 14px;
  color: #0e207e;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .carte-tooltip strong {
    font-size: 28px;
  }
}
#MSAELECTIONS_CARTO .carte-tooltip strong small {
  font-size: 14px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .carte-tooltip strong small {
    font-size: 18px;
    line-height: 28px;
  }
}

#MSAELECTIONS_CARTO #modalDetails {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding-right: 0 !important;
}
#MSAELECTIONS_CARTO #modalDetails .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
#MSAELECTIONS_CARTO #modalDetails.show {
  opacity: 1 !important;
  padding-right: 0 !important;
}
#MSAELECTIONS_CARTO #modalDetails.show .modal-dialog {
  -webkit-transform: translate(0, 50px) !important;
          transform: translate(0, 50px) !important;
}
#MSAELECTIONS_CARTO #modalDetails .modal-content {
  border-radius: 0px;
}
#MSAELECTIONS_CARTO #modalDetails .modal-body .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
#MSAELECTIONS_CARTO #modalDetails .modal-body .row .col {
  font-weight: 600;
  font-size: 14px;
}
#MSAELECTIONS_CARTO #resultModal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1010;
  display: -webkit-box;
  display: flex;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content {
  color: #fff;
  background-color: #0e207e;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 0px;
  border: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: stretch;
          align-items: stretch;
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 80px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content {
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    height: 100%;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .content {
  max-height: calc(100% - 20px);
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-3dlight-color: #fe7b2d;
  scrollbar-arrow-color: #0e207e;
  scrollbar-base-color: #fe7b2d;
  scrollbar-darkshadow-color: #0e207e;
  scrollbar-face-color: #fe7b2d;
  scrollbar-highlight-color: #fe7b2d;
  scrollbar-shadow-color: #fe7b2d;
  /* pseudo elements */
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .content {
    width: calc(100% - 0px);
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .content {
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1600px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .content {
    width: calc(100% - 60px);
    max-width: 450px;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .content::-webkit-scrollbar {
  width: 8px;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .content::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #fe7b2d;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .content::-webkit-scrollbar-thumb {
  border-radius: 0px;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .modal-title {
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .modal-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .modal-title {
    font-size: 24px;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .modal-category {
  font-size: 16px;
  line-height: 1;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .result-value {
  color: #fe7b2d;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-value {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-value {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-value {
    font-size: 60px;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .result-value small {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .result-deps {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-deps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-deps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .result-deps > div {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-deps > div {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-deps > div {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .result-deps > div {
    margin-bottom: 10px;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-name {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-value {
  text-transform: uppercase;
  color: #fe7b2d;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .dep-value {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .dep-value {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  #MSAELECTIONS_CARTO #resultModal .modal-content .dep-value {
    font-size: 40px;
  }
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-value small {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-syndicat {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 150px;
  margin: 0 auto;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-syndicat span {
  white-space: nowrap;
  word-break: keep-all;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-syndicat span:not(:last-child):after {
  content: "\2022";
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-syndicat a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
#MSAELECTIONS_CARTO #resultModal .modal-content .dep-syndicat a:hover {
  text-decoration: none;
}
#MSAELECTIONS_CARTO #resultModal .modal-content h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
}
#MSAELECTIONS_CARTO .modal-map {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .modal-map {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO .modal-map {
    position: absolute;
    height: 100%;
    right: 0;
  }
}
#MSAELECTIONS_CARTO .modal-map .bg {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
#MSAELECTIONS_CARTO .modal-map .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#MSAELECTIONS_CARTO .modal-map .shape svg {
  position: absolute;
  width: 60%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: none;
}
#MSAELECTIONS_CARTO .modal-map .shape svg.open {
  display: block;
}
#MSAELECTIONS_CARTO .modal-map .shape svg path,
#MSAELECTIONS_CARTO .modal-map .shape svg polygon {
  stroke: #bcbcbc;
  stroke-width: 1px;
}
#MSAELECTIONS_CARTO .modal-map .dep {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#MSAELECTIONS_CARTO .modal-map .dep.no-result {
  fill: #6e6f75;
}
#MSAELECTIONS_CARTO .modal-map .dep.no-result path,
#MSAELECTIONS_CARTO .modal-map .dep.no-result polygon {
  fill: #6e6f75;
}
#MSAELECTIONS_CARTO .modal-map .dep.low {
  fill: #293fb3;
}
#MSAELECTIONS_CARTO .modal-map .dep.low path,
#MSAELECTIONS_CARTO .modal-map .dep.low polygon {
  fill: #293fb3;
}
#MSAELECTIONS_CARTO .modal-map .dep.med {
  fill: #0e207e;
}
#MSAELECTIONS_CARTO .modal-map .dep.med path,
#MSAELECTIONS_CARTO .modal-map .dep.med polygon {
  fill: #0e207e;
}
#MSAELECTIONS_CARTO .modal-map .dep.high {
  fill: #081557;
}
#MSAELECTIONS_CARTO .modal-map .dep.high path,
#MSAELECTIONS_CARTO .modal-map .dep.high polygon {
  fill: #081557;
}
#MSAELECTIONS_CARTO .btn-back {
  background-color: transparent;
  outline: none;
  border: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #fe7b2d;
  position: absolute;
  top: 50px;
  left: 20px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO .btn-back {
    top: 20px;
  }
}
#MSAELECTIONS_CARTO .btn-back .picto {
  display: -webkit-box;
  display: flex;
  margin-right: 5px;
}
#MSAELECTIONS_CARTO .btn-back svg path,
#MSAELECTIONS_CARTO .btn-back svg polygon {
  fill: white;
}
#MSAELECTIONS_CARTO .btn-back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
}
#MSAELECTIONS_CARTO .btn-back::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0px;
  left: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#MSAELECTIONS_CARTO .btn-back:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#MSAELECTIONS_CARTO.js-result-open #MSAELECTIONS_main image {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
#MSAELECTIONS_CARTO.js-result-open #MSAELECTIONS_main .caisses {
  opacity: 0.2;
}
#MSAELECTIONS_CARTO.js-result-open #MSAELECTIONS_main .infos {
  opacity: 0.2;
}
#MSAELECTIONS_CARTO.js-result-open #carte-tooltip {
  visibility: hidden;
}
#MSAELECTIONS_CARTO.js-result-open #resultModal {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: visible;
}
#MSAELECTIONS_CARTO.js-result-open #resultModal .modal-content {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#MSAELECTIONS_CARTO.js-result-open #resultModal .modal-map {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 767px) {
  #MSAELECTIONS_CARTO.js-result-open #MSAELECTIONS_legende {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  #MSAELECTIONS_CARTO.js-result-open .filtres {
    z-index: 1001;
    top: -105px;
    position: absolute;
  }
}

#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #0e207e;
  padding: 0;
  margin: 0;
  font-size: 15px;
  max-height: 100%;
  /*  > div {
      flex: 1;
    }*/
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar {
    font-size: 16px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__header {
  background-color: white;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__header {
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 20px 10px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__header .logo {
  max-width: 100px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__header .logo {
    max-width: 120px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__header .title {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  box-sizing: border-box;
  border-top: 2px solid rgba(24, 66, 139, 0.2);
  border-bottom: 2px solid rgba(24, 66, 139, 0.2);
  margin: 0 auto;
  padding: 4px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__header .title {
    font-size: 20px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main {
  color: white;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  text-align: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main {
    overflow-y: auto;
    padding: 20px;
  }
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main::-webkit-scrollbar {
    width: 8px;
  }
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main::-webkit-scrollbar-track {
    border-radius: 8px;
  }
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main::-webkit-scrollbar-thumb {
    border-radius: 8px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .content {
  height: 100%;
  font-size: 11px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .content {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .content {
    font-size: 14px;
    line-height: 1.8;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .title {
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  margin-left: 0;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .title small {
    font-size: 14px;
    line-height: 1.2;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result {
  padding: 10px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result {
    padding: 10px 0 0 0;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-filter {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-filter {
    font-size: 16px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-value {
  color: #fe7b2d;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  line-height: 0.9;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-value {
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-value {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-value {
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-syndicats {
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-syndicats {
    font-size: 16px;
    max-width: 300px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-syndicats span {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 12px;
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main .result-syndicats span:not(:last-child):after {
  content: "\2022";
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main hr {
  width: 100px;
  border: 1px solid #ffffff;
  opacity: 0.5;
  margin-bottom: 0px;
  margin-top: 35px;
  display: none;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__main hr {
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
#MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__footer {
  color: white;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.8;
  text-align: center;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  #MSAELECTIONS_CARTO #MSAELECTIONS_sidebar .sidebar__footer {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    max-width: calc(100% - 10px);
  }
}