@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#map-layers-vigilance-cyclone {
  position: relative; }
  #map-layers-vigilance-cyclone .tooltip-zoom-map {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0; }
    #map-layers-vigilance-cyclone .tooltip-zoom-map .inner {
      width: 180px;
      border-radius: 5px;
      box-shadow: 2.5px 4.3px 10px 0 rgba(133, 133, 133, 0.5);
      background-color: #ffffff;
      padding: 10px 5px;
      position: absolute;
      transform: translateX(calc(-50% + 60px));
      bottom: -20px; }
      #map-layers-vigilance-cyclone .tooltip-zoom-map .inner .title {
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        margin-bottom: 7px; }
        #map-layers-vigilance-cyclone .tooltip-zoom-map .inner .title:hover {
          color: #db0084; }
      #map-layers-vigilance-cyclone .tooltip-zoom-map .inner .content {
        font-size: 11px;
        color: #333333;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0; }
  #map-layers-vigilance-cyclone .legends {
    margin-top: 12px;
    margin-bottom: 25px; }
    @media screen and (min-width: 64em) {
      #map-layers-vigilance-cyclone .legends {
        display: flex;
        justify-content: center; } }
    #map-layers-vigilance-cyclone .legends li {
      display: flex;
      line-height: 21px;
      margin-right: 20px;
      font-size: 12px;
      font-weight: 600;
      position: relative; }
      @media screen and (max-width: 63.99875em) {
        #map-layers-vigilance-cyclone .legends li {
          position: relative;
          font-size: 0; }
          #map-layers-vigilance-cyclone .legends li:not(:last-child) {
            margin-bottom: 15px; } }
      @media screen and (min-width: 64em) {
        #map-layers-vigilance-cyclone .legends li .tooltip {
          display: none;
          position: absolute;
          background: #FFF;
          bottom: 36px;
          width: 220px;
          left: -45px;
          padding: 20px 20px 10px;
          border-radius: 5px;
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2); }
          #map-layers-vigilance-cyclone .legends li .tooltip:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            border-top: 8px solid white;
            border-bottom: 8px solid transparent;
            border-right: 10px solid transparent;
            left: 41px;
            bottom: -16px;
            border-left: 10px solid transparent; } }
      #map-layers-vigilance-cyclone .legends li .tooltip p {
        font-weight: normal;
        font-size: 14px; }
        @media screen and (min-width: 64em) {
          #map-layers-vigilance-cyclone .legends li .tooltip p {
            margin-bottom: 10px; } }
      #map-layers-vigilance-cyclone .legends li:hover .tooltip {
        display: block; }
      #map-layers-vigilance-cyclone .legends li::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #333;
        margin-top: 5px;
        margin-right: 5px; }
        @media screen and (max-width: 63.99875em) {
          #map-layers-vigilance-cyclone .legends li::before {
            width: 17px;
            height: 17px;
            flex: 0 0 17px;
            margin-top: 1px; } }
      #map-layers-vigilance-cyclone .legends li.caution:before {
        background-color: #fff600; }
      #map-layers-vigilance-cyclone .legends li.hurricane_pre_alert:before {
        background-color: #ffb82b;
        border: 1px solid #ffb82b; }
        @media screen and (min-width: 64em) {
          #map-layers-vigilance-cyclone .legends li.hurricane_pre_alert:before {
            width: 10px;
            height: 10px; } }
      #map-layers-vigilance-cyclone .legends li.hurricane_alert:before {
        background-color: #cc0000;
        border: 1px solid #cc0000; }
        @media screen and (min-width: 64em) {
          #map-layers-vigilance-cyclone .legends li.hurricane_alert:before {
            width: 10px;
            height: 10px; } }
      #map-layers-vigilance-cyclone .legends li.backup_phase:before {
        background-color: #911a91; }
  #map-layers-vigilance-cyclone #hurricane_warning {
    font-size: 20px;
    font-family: 'Quicksand';
    margin-bottom: 20px;
    margin-left: 3px;
    color: #036ba1; }
  #map-layers-vigilance-cyclone #list-report-cyclone {
    display: flex;
    border-bottom: 1px solid #BFBFBF; }
    #map-layers-vigilance-cyclone #list-report-cyclone li {
      background: #EDEDED;
      margin-right: 7px;
      border-radius: 5px 5px 0 0;
      padding: 10px 20px 7px;
      cursor: pointer;
      margin-left: 3px;
      color: #333333;
      font-weight: 600;
      font-family: 'Quicksand';
      text-transform: uppercase;
      font-size: 14px; }
      #map-layers-vigilance-cyclone #list-report-cyclone li.active {
        background: #ec008c;
        color: #ffffff; }
  #map-layers-vigilance-cyclone #content-report-cyclone {
    padding-top: 20px;
    padding-left: 3px; }
    #map-layers-vigilance-cyclone #content-report-cyclone > div {
      display: none; }
      #map-layers-vigilance-cyclone #content-report-cyclone > div.active {
        display: block; }
      #map-layers-vigilance-cyclone #content-report-cyclone > div p {
        line-height: 22px;
        font-size: 14px; }
  #map-layers-vigilance-cyclone a.forecasts {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    border: 2px solid #145e9a;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 12px 29px;
    padding-right: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    background: #145e9a;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    margin-top: 40px; }
    #map-layers-vigilance-cyclone a.forecasts:after {
      content: "\EA04";
      font-family: "fa";
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      margin-left: 20px;
      font-size: 12px; }
    #map-layers-vigilance-cyclone a.forecasts:hover {
      color: #145e9a;
      background: none; }
    @media screen and (max-width: 39.99875em) {
      #map-layers-vigilance-cyclone a.forecasts {
        margin-top: 30px; } }

@media screen and (min-width: 40em) {
  #svg-alerte-cyclonique {
    padding: 50px;
    width: 100%;
    aspect-ratio: 738/549; } }

@media screen and (max-width: 39.99875em) {
  #svg-alerte-cyclonique {
    padding: 50px 0;
    aspect-ratio: 1/1; } }

.zoom-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 60px; }
  .zoom-controls button {
    display: block;
    font-weight: bold;
    color: #ffffff;
    -moz-transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    -ms-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    background: #145e9a;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .zoom-controls button.active, .zoom-controls button:hover {
      background: #db0084;
      color: #ffffff; }
    .zoom-controls button.mirror {
      transform: rotateY(180deg); }

@media screen and (min-width: 64em) {
  .block_legend {
    margin-bottom: 15px; } }

@media screen and (max-width: 63.99875em) {
  .block_legend {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 0 !important; }
    .block_legend:not(.visible) {
      display: none; } }

@media screen and (max-width: 63.99875em) {
  .block_legend .inner {
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(133, 133, 133, 0.5);
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    padding: 25px;
    max-width: 100%;
    position: relative;
    overflow: auto;
    max-height: 100%; } }

.block_legend .inner .close {
  cursor: pointer;
  background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
  background-position: -164px -102px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px; }
  @media screen and (min-width: 64em) {
    .block_legend .inner .close {
      display: none; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .block_legend .inner .close {
      background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
      background-size: 196px 171px; } }

@media screen and (min-width: 64em) {
  .block_legend .inner .title {
    display: none; } }

@media screen and (max-width: 63.99875em) {
  .block_legend .inner .title {
    margin-bottom: 15px;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #145e9a; } }

.open_legend {
  display: flex;
  align-items: center;
  font-size: 10px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  padding: 10px; }
  .open_legend:focus {
    color: #db0084; }
  .open_legend:before {
    content: "";
    background-image: url(/modules/custom/mf_tools_common/img/sprites.png);
    background-position: -135px -124px;
    width: 14px;
    height: 12px;
    margin-right: 10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .open_legend:before {
        background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
        background-size: 196px 171px; } }
  @media screen and (min-width: 64em) {
    .open_legend {
      display: none; } }
