@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.block_cyclone button {
  text-align: left; }

.block_cyclone__chapo {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px; }

.block_cyclone__wrapper {
  position: relative; }

.block_cyclone__label {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 64px;
  right: 64px;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #145e9a;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 5px;
  text-align: center; }

.block_cyclone__map {
  margin-bottom: 15px;
  border-radius: 10px;
  height: 581px;
  width: 100%;
  z-index: 9; }
  @media screen and (max-width: 39.99875em) {
    .block_cyclone__map {
      height: 562px; } }
  .block_cyclone__map .leaflet-right {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px; }
    .block_cyclone__map .leaflet-right .leaflet-control {
      margin-right: 12px;
      margin-bottom: 0; }
    .block_cyclone__map .leaflet-right .leaflet-bar {
      border: 0; }
      .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom {
        border: 0; }
        .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-in, .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-out {
          font-size: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 38px;
          width: 40px;
          background-color: #ffffff;
          -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; }
          .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-in:before, .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-out:before {
            font-size: 24px; }
          .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-in:hover, .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-out:hover {
            color: #145e9a;
            background: #EAECEE; }
        .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-in {
          border-radius: 5px 5px 0 0;
          border-bottom: 1px solid #BBBBBB; }
          .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-in:before {
            content: "\EA64";
            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; }
        .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-out {
          border-radius: 0 0 5px 5px; }
          .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-out:before {
            content: "\EA63";
            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; }
      .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-fullscreen {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff; }
        .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-fullscreen:before {
          content: "\EA5E";
          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;
          font-size: 24px; }
        .block_cyclone__map .leaflet-right .leaflet-bar .leaflet-control-zoom-fullscreen:hover {
          color: #145e9a;
          background: #EAECEE;
          -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; }
  .block_cyclone__map .leaflet-control-attribution {
    display: none; }
  .block_cyclone__map .text-labels {
    width: auto !important;
    height: auto !important;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 100px;
    -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; }
    .block_cyclone__map .text-labels:after {
      content: "\EA5A";
      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;
      font-size: 22px; }
    .block_cyclone__map .text-labels.blue {
      background: #145e9a; }
    .block_cyclone__map .text-labels.red {
      background: #EF0F0F; }
    .block_cyclone__map .text-labels.green {
      background: #187B28; }
    .block_cyclone__map .text-labels:hover {
      padding: 8px 12px;
      margin-top: -4px; }
    .block_cyclone__map .text-labels.selected-cyclone:after {
      content: "\EA5C"; }
  .block_cyclone__map .tooltip-circle-radius,
  .block_cyclone__map .tooltip-circle-center,
  .block_cyclone__map .text-time {
    font-size: 10px;
    line-height: 12px;
    color: #145e9a; }
  .block_cyclone__map .tooltip-circle-radius,
  .block_cyclone__map .tooltip-circle-center {
    background: none;
    padding: unset;
    border: unset;
    box-shadow: unset;
    z-index: 999; }
  .block_cyclone__map .text-time {
    white-space: nowrap;
    padding: 0 6px; }
  .block_cyclone__map .leaflet-popup-pane {
    z-index: 9999; }
    .block_cyclone__map .leaflet-popup-pane .leaflet-popup-content-wrapper {
      border-radius: 5px;
      padding: 8px; }
      .block_cyclone__map .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        line-height: 1;
        padding-right: 15px; }
        .block_cyclone__map .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content p {
          margin: 0;
          color: #145e9a;
          font-size: 11px;
          line-height: 13px; }

.block_cyclone__cyclone-label {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 59px;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 100px;
  -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;
  cursor: pointer; }
  .block_cyclone__cyclone-label:hover {
    padding: 8px 12px; }
  .block_cyclone__cyclone-label:after {
    content: "\EA5C";
    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;
    font-size: 22px; }
  .block_cyclone__cyclone-label.blue {
    background: #145e9a; }
  .block_cyclone__cyclone-label.red {
    background: #EF0F0F; }
  .block_cyclone__cyclone-label.green {
    background: #187B28; }

.block_cyclone__button {
  position: absolute;
  z-index: 10;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  -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; }
  .block_cyclone__button:before {
    font-size: 24px; }
  .block_cyclone__button--seasons {
    left: 12px; }
    .block_cyclone__button--seasons:before {
      content: "\EA57";
      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; }
  .block_cyclone__button--background {
    right: 12px; }
    .block_cyclone__button--background:before {
      content: "\EA62";
      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; }
  .block_cyclone__button--tool {
    position: absolute;
    z-index: 10;
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #145e9a;
    padding: 11px;
    border: 1px solid #145e9a;
    border-radius: 5px;
    -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; }
    @media screen and (max-width: 24.9375em) {
      .block_cyclone__button--tool {
        bottom: 40px; } }
    .block_cyclone__button--tool:hover {
      color: #ffffff;
      background: #145e9a; }
  .block_cyclone__button:hover {
    color: #145e9a;
    background: #EAECEE; }

.block_cyclone__desc {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px; }
  .block_cyclone__desc:before {
    content: "\EA61";
    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;
    font-size: 24px;
    color: #145e9a; }

.map_popin {
  position: absolute;
  z-index: 11;
  background: #ffffff;
  border-radius: 5px;
  width: 237px;
  display: flex;
  flex-direction: column;
  gap: 18px; }
  .map_popin--left {
    left: 12px; }
  .map_popin--right {
    right: 12px; }
  .map_popin:not(.map_popin--tool) {
    top: 12px;
    max-height: calc(100% - 24px); }
  .map_popin--tool {
    top: 0;
    min-height: 100%;
    width: 410px;
    max-width: 100%; }
  .map_popin__overlay {
    position: fixed;
    z-index: 11;
    inset: 0;
    background: #145e9a;
    opacity: .1; }
  .map_popin__close {
    padding: 12px 12px 0 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    gap: 4px;
    -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;
    font-family: inherit; }
    .map_popin__close:focus-visible {
      outline: 1px solid #145e9a; }
    .map_popin__close:after {
      content: "\EA5B";
      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;
      color: #145e9a;
      font-size: 32px; }
    .map_popin__close:hover {
      color: #145e9a; }
  .map_popin__content {
    padding: 0 12px 12px 12px;
    overflow: auto; }

.block_seasons__list {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .block_seasons__list--sub {
    padding-left: 12px; }

.block_seasons__button {
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 6px 0;
  -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;
  font-family: inherit; }
  .block_seasons__button:focus-visible {
    outline: 1px solid #145e9a; }
  .block_seasons__button:not(.block_seasons__button--static):not(.block_seasons__button--active):hover {
    color: #145e9a; }
  .block_seasons__button--main {
    font-weight: 500; }
  .block_seasons__button--active {
    color: #db0084; }

.block_background__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 6px; }

.block_background__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: 19px;
  width: 100%; }

.block_background__toggle {
  position: relative;
  width: 56px;
  flex: 0 0 56px;
  height: 30px;
  border-radius: 100px;
  background: #E9E9EB;
  display: flex;
  align-items: center;
  padding: 0 2px;
  -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; }
  .block_background__toggle:before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px #43434926;
    -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; }
  .block_background__toggle--active {
    background: #145e9a; }
    .block_background__toggle--active:before {
      margin-left: 26px; }

.block_tool {
  gap: 16px; }
  .block_tool__title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #145e9a;
    text-align: center;
    margin-bottom: 16px; }
  .block_tool__row {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
    flex-wrap: wrap; }
    @media screen and (max-width: 26.8125em) {
      .block_tool__row {
        flex-wrap: wrap; } }
    .block_tool__row:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #0B2F7F;
      opacity: .1;
      max-width: 210px;
      margin: auto; }
  .block_tool__cell {
    position: relative;
    flex: 1; }
    @media screen and (max-width: 23.75em) {
      .block_tool__cell--sub {
        flex: 0 0 calc(50% - 6px); } }
    .block_tool__cell--main:not(.selectable), .block_tool__cell--sub.cell_not_clickable {
      pointer-events: none; }
  .block_tool__checkbox {
    position: absolute;
    inset: 0;
    cursor: pointer;
    margin: 0; }
    .block_tool__checkbox:focus-visible {
      outline: 1px solid #145e9a; }
  .block_tool__label {
    border-radius: 5px;
    border: 1px solid #145e9a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #145e9a;
    -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;
    font-weight: 500; }
    .block_tool__label--main {
      padding: 8px;
      min-height: 67px;
      font-size: 16px;
      line-height: 19px; }
    .block_tool__label--sub {
      flex-direction: column;
      gap: 10px;
      padding: 3px;
      min-height: 82px;
      font-size: 14px;
      line-height: 16px; }
      .block_tool__label--sub:before {
        font-size: 32px; }
      @media screen and (max-width: 26.8125em) {
        .block_tool__label--sub {
          font-size: 13px;
          padding: 3px 0; } }
      @media screen and (max-width: 23.75em) {
        .block_tool__label--sub {
          min-height: 67px;
          gap: 4px; } }
    .block_tool__label--trajectory:before {
      content: "\EA65";
      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; }
    .block_tool__label--cyclone:before {
      content: "\EA5D";
      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; }
    .block_tool__label--uncertainty:before {
      content: "\EA60";
      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; }
    .block_tool__label--hour:before {
      content: "\EA5F";
      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; }
  .block_tool__cell--main .block_tool__checkbox.selected + .block_tool__label,
  .block_tool__cell--sub:not(.cell_not_clickable) .block_tool__checkbox.selected + .block_tool__label {
    color: #ffffff;
    background: #145e9a; }
  .block_tool__cell--sub.cell_not_clickable .block_tool__checkbox + .block_tool__label {
    border-color: #B9B9B9;
    color: #B9B9B9; }
  .block_tool__cell--sub.cell_not_clickable .block_tool__checkbox.selected + .block_tool__label {
    background: #B9B9B9;
    color: #ffffff; }
  .block_tool_wind {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 16px; }
    .block_tool_wind.hidden {
      display: none; }
    .block_tool_wind__label {
      font-size: 14px;
      line-height: 24px;
      color: #145e9a; }
    .block_tool_wind__wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative; }
    .block_tool_wind__value {
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      color: #B9B9B9;
      -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; }
      .block_tool_wind__value--active {
        color: #145e9a; }
    .block_tool_wind__toggle {
      height: 30px;
      width: 56px;
      border-radius: 100px;
      background: #E9E9EB;
      position: relative; }
      .block_tool_wind__toggle:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 2px;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        background: #145e9a;
        box-shadow: 0px 4px 4px 0px #43434926;
        -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; }
      .block_tool_wind__toggle--active:before {
        left: 26px; }
    .block_tool_wind__radio {
      position: absolute;
      inset: 0;
      margin: 0;
      cursor: pointer; }
      .block_tool_wind__radio:not(.block_tool_wind__radio--active) {
        pointer-events: none; }
      .block_tool_wind__radio:focus-visible {
        outline: 1px solid #145e9a; }
  .block_tool__submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    padding: 9px 19px;
    border-radius: 100px;
    background: #145e9a;
    border: 1px solid #145e9a;
    font-family: "Quicksand", sans-serif;
    -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; }
    .block_tool__submit:focus-visible {
      outline: 1px solid #145e9a; }
    .block_tool__submit:before {
      content: "\EA58";
      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;
      font-size: 20px; }
    .block_tool__submit:hover {
      color: #145e9a;
      background: #ffffff; }
  .block_tool__message {
    flex: 0 0 100%;
    font-size: 11px;
    line-height: 13px;
    color: #145e9a;
    display: flex;
    align-items: center;
    gap: 4px; }
    .block_tool__message:before {
      content: "\EA61";
      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;
      font-size: 20px; }

.block_tool_range {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 12px; }
  .block_tool_range.hidden {
    display: none; }
  @media screen and (max-width: 26.8125em) {
    .block_tool_range {
      flex-wrap: wrap; } }
  .block_tool_range__cell {
    flex: 0 0 76px; }
    @media screen and (max-width: 26.8125em) {
      .block_tool_range__cell {
        flex: 0 0 60px; } }
  .block_tool_range__label {
    min-height: 88px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    line-height: 16px; }
  .block_tool_range__checkbox.selected + .block_tool_range__label {
    color: #ffffff;
    background-color: #145e9a; }

.map_status_message {
  position: absolute;
  z-index: 10;
  bottom: 12px;
  left: 65px;
  right: 65px;
  margin: auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center; }
  .map_status_message__tag {
    background: #db0084;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 5px;
    padding: 16px; }
  .map_status_message__anchor {
    font-size: 14px;
    line-height: 16px;
    color: #db0084;
    text-decoration: underline;
    cursor: pointer; }

.bicbac__bic {
  border: 1px solid #145e9a;
  border-radius: 5px;
  padding: 16px 12px 12px 12px; }
  .bicbac__bic .blue_title {
    margin-top: 0; }

.bicbac__title {
  margin-bottom: 11px;
  color: #145e9a;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700; }

.bicbac__text {
  font-size: 14px;
  line-height: 22px; }

.bicbac__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 11px; }
  .bicbac__image img {
    max-width: 100%; }

div:has(> .bicbac__text):has(+ div > .bicbac__title) {
  margin-bottom: 11px; }

.back_to_top {
  position: fixed;
  z-index: 98;
  bottom: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #145e9a;
  display: flex;
  justify-content: center;
  align-items: center;
  -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; }
  @media screen and (max-width: 39.99875em) {
    .back_to_top {
      bottom: 75px;
      right: 15px; } }
  .back_to_top:not(.visible) {
    opacity: 0;
    pointer-events: none; }
  .back_to_top:after {
    content: "\EA59";
    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;
    font-size: 24px;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .back_to_top:hover {
    background: #db0084; }

#bulletin-zone-domtom-echeance-short .bulletin-content,
#bulletin-zone-domtom-echeance-middle .bulletin-content {
  margin-bottom: 20px;
  border: 1px solid #e2e2e2; }
  #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-title,
  #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-title {
    padding: 10px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e2e2e2;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    cursor: pointer; }
    #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-title:not(.open) + .bulletin-description,
    #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-title:not(.open) + .bulletin-description {
      padding-top: 0;
      overflow: hidden;
      height: 0; }
    #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-title.open > i,
    #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-title.open > i {
      transform: rotate(180deg); }
  #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-description,
  #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-description {
    padding-top: 20px; }
    #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-description p,
    #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-description h3,
    #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-description p,
    #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-description h3 {
      padding: 0 21px; }
    #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-description h3,
    #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-description h3 {
      margin-bottom: 11px;
      color: #036ba1;
      font-family: "Quicksand", sans-serif;
      font-size: 14px; }
    #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-description p,
    #bulletin-zone-domtom-echeance-middle .bulletin-content > .bulletin-description p {
      margin-bottom: 25px;
      line-height: 25px; }

.block-mf-bms-dirpf #bulletin-zone-domtom-echeance-short .bulletin-content {
  margin-bottom: 0; }
  .block-mf-bms-dirpf #bulletin-zone-domtom-echeance-short .bulletin-content > .bulletin-title {
    background: #ec008c;
    color: #ffffff; }

#legend-cyclone {
  font-size: 1rem;
  margin-top: 20px; }
  #legend-cyclone .middle {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 20px;
    align-items: flex-start; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      #legend-cyclone .middle {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 39.99875em) {
      #legend-cyclone .middle {
        grid-template-columns: 1fr; } }
    #legend-cyclone .middle .nota_bene {
      padding: 7px;
      border: solid 1px #000;
      font-size: 12px;
      line-height: 16px; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      #legend-cyclone .middle .legend_list:first-child {
        grid-column: span 2; } }
    #legend-cyclone .middle .legend_list > li {
      display: flex;
      align-items: center; }
      #legend-cyclone .middle .legend_list > li:not(:last-child) {
        margin-bottom: 10px; }
      #legend-cyclone .middle .legend_list > li > p,
      #legend-cyclone .middle .legend_list > li > div {
        margin-left: 10px;
        font-size: 12px;
        line-height: 16px; }
      #legend-cyclone .middle .legend_list > li .sublist_vents {
        display: inline-block;
        margin-top: 15px; }
        #legend-cyclone .middle .legend_list > li .sublist_vents > li {
          font-size: 11px;
          padding-left: 2px;
          padding-right: 2px;
          display: flex;
          gap: 10px; }
          #legend-cyclone .middle .legend_list > li .sublist_vents > li span {
            padding: 0 2px; }
          #legend-cyclone .middle .legend_list > li .sublist_vents > li:not(:last-child) {
            margin-bottom: 5px; }
          #legend-cyclone .middle .legend_list > li .sublist_vents > li.yellow {
            color: #e9f013; }
            #legend-cyclone .middle .legend_list > li .sublist_vents > li.yellow span {
              background: rgba(0, 0, 0, 0.5); }
          #legend-cyclone .middle .legend_list > li .sublist_vents > li.orange {
            color: #fb7823; }
          #legend-cyclone .middle .legend_list > li .sublist_vents > li.red {
            color: #f00e30; }
          #legend-cyclone .middle .legend_list > li .sublist_vents > li.pink {
            color: #e80ef0; }
      #legend-cyclone .middle .legend_list > li figure {
        display: flex;
        justify-content: center;
        width: 94px;
        flex: 0 0 94px; }
      #legend-cyclone .middle .legend_list > li i {
        width: 20px;
        height: 20px;
        border: solid 2px transparent;
        box-sizing: border-box;
        border-radius: 50%;
        flex: 0 0 20px; }
        #legend-cyclone .middle .legend_list > li i.cyclone {
          font-size: 24px;
          display: flex;
          align-items: center;
          justify-content: center; }
        #legend-cyclone .middle .legend_list > li i.cyclone_green {
          color: #0d954c; }
        #legend-cyclone .middle .legend_list > li i.green {
          background: #0d954c; }
        #legend-cyclone .middle .legend_list > li i.green_light {
          background: #bdffbd; }
        #legend-cyclone .middle .legend_list > li i.purple {
          background: #d60af5; }
        #legend-cyclone .middle .legend_list > li i.blue {
          background: #0071bd; }
        #legend-cyclone .middle .legend_list > li i.cyan_border {
          background: #fff;
          border-color: #b9e9fb; }
        #legend-cyclone .middle .legend_list > li i.black_border {
          background: #fff;
          border-color: #000; }
  #legend-cyclone .bottom p {
    font-size: 12px;
    line-height: 16px;
    text-align: justify; }
    #legend-cyclone .bottom p:not(:last-child) {
      margin-bottom: 15px; }
  #legend-cyclone .top {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 39.99875em) {
      #legend-cyclone .top {
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0; } }
    #legend-cyclone .top .legend_vent {
      position: relative; }
      @media screen and (min-width: 40em) {
        #legend-cyclone .top .legend_vent {
          display: grid;
          grid-template-columns: repeat(7, 1fr); } }
      #legend-cyclone .top .legend_vent .axis {
        position: absolute;
        background: #000;
        z-index: 555; }
        @media screen and (min-width: 40em) {
          #legend-cyclone .top .legend_vent .axis {
            left: -20px;
            right: -20px;
            height: 1px;
            top: 6px; }
            #legend-cyclone .top .legend_vent .axis:after {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 6px 0 6px 17px;
              border-color: transparent transparent transparent #000000;
              position: absolute;
              right: -17px;
              top: -6px; } }
        @media screen and (max-width: 39.99875em) {
          #legend-cyclone .top .legend_vent .axis:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 17px 6px 0 6px;
            border-color: #000000 transparent transparent transparent;
            bottom: -13px;
            left: -6px;
            position: absolute; } }
        @media screen and (max-width: 39.99875em) {
          #legend-cyclone .top .legend_vent .axis {
            top: -10px;
            left: 56px;
            bottom: -20px;
            width: 1px; } }
      #legend-cyclone .top .legend_vent .section {
        position: relative; }
        #legend-cyclone .top .legend_vent .section .axis_text {
          position: absolute;
          width: 46px;
          font-size: 10px;
          top: -24px;
          left: -50%;
          margin-left: 30px; }
          @media screen and (max-width: 39.99875em) {
            #legend-cyclone .top .legend_vent .section .axis_text {
              margin-left: 0;
              left: 0;
              top: -6px; } }
          #legend-cyclone .top .legend_vent .section .axis_text.first {
            text-align: center;
            width: 70px;
            margin-left: 27px;
            top: -34px; }
            @media screen and (max-width: 39.99875em) {
              #legend-cyclone .top .legend_vent .section .axis_text.first {
                top: -40px; } }
          #legend-cyclone .top .legend_vent .section .axis_text span {
            font-size: 8px; }
        #legend-cyclone .top .legend_vent .section .axis_bg {
          box-sizing: border-box;
          border: 1px solid transparent;
          height: 12px;
          position: relative; }
          @media screen and (min-width: 40em) {
            #legend-cyclone .top .legend_vent .section .axis_bg {
              border-right: none; } }
          @media screen and (max-width: 39.99875em) {
            #legend-cyclone .top .legend_vent .section .axis_bg {
              width: 12px;
              height: 100%;
              position: absolute;
              left: 50px;
              border-bottom: none; } }
          #legend-cyclone .top .legend_vent .section .axis_bg.border_yellow {
            border-color: #ffff00; }
          #legend-cyclone .top .legend_vent .section .axis_bg.bg_yellow {
            background-color: #ffff00; }
          #legend-cyclone .top .legend_vent .section .axis_bg.bg_white {
            background-color: #fff; }
          #legend-cyclone .top .legend_vent .section .axis_bg.border_black {
            border-color: #000; }
          #legend-cyclone .top .legend_vent .section .axis_bg.bg_black {
            background-color: #000; }
          #legend-cyclone .top .legend_vent .section .axis_bg.bg_red {
            background-color: #f71e26; }
          #legend-cyclone .top .legend_vent .section .axis_bg.border_orange {
            border-color: #fb7823; }
          #legend-cyclone .top .legend_vent .section .axis_bg.bg_purple {
            background-color: #cf3b49; }
          @media screen and (min-width: 40em) {
            #legend-cyclone .top .legend_vent .section .axis_bg:not(:last-child):after {
              content: "";
              position: absolute;
              height: 16px;
              top: -3px;
              right: -1px;
              width: 1px;
              background: #000;
              z-index: 55; } }
        @media screen and (max-width: 39.99875em) {
          #legend-cyclone .top .legend_vent .section .axis_legend {
            display: none; } }
        #legend-cyclone .top .legend_vent .section .axis_legend.w_arrow {
          position: absolute;
          left: 70px;
          top: -80px; }
          @media screen and (min-width: 40em) and (max-width: 63.99875em) {
            #legend-cyclone .top .legend_vent .section .axis_legend.w_arrow {
              top: -90px;
              display: block;
              width: 250px; } }
          #legend-cyclone .top .legend_vent .section .axis_legend.w_arrow .arrow {
            position: absolute;
            left: -70px;
            top: 9px;
            width: 60px;
            height: 20px;
            border-top: 1px solid #6e6e6e;
            border-left: 1px solid #6e6e6e; }
            #legend-cyclone .top .legend_vent .section .axis_legend.w_arrow .arrow:before {
              content: "";
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 18px 7px 0 7px;
              border-color: #6e6e6e transparent transparent transparent;
              bottom: -18px;
              left: -7px; }
          #legend-cyclone .top .legend_vent .section .axis_legend.w_arrow .text {
            font-size: 11px;
            line-height: 16px;
            color: #6e6e6e; }
            @media screen and (min-width: 64em) {
              #legend-cyclone .top .legend_vent .section .axis_legend.w_arrow .text {
                white-space: nowrap; } }
        #legend-cyclone .top .legend_vent .section .axis_legend.simple {
          position: absolute;
          top: -45px;
          height: 20px;
          text-align: center; }
          @media screen and (min-width: 40em) {
            #legend-cyclone .top .legend_vent .section .axis_legend.simple {
              display: flex;
              justify-content: center;
              align-items: center; } }
          #legend-cyclone .top .legend_vent .section .axis_legend.simple .text {
            font-size: 10px;
            color: #333333; }
          #legend-cyclone .top .legend_vent .section .axis_legend.simple.w_lines {
            border-left: 1px solid #333333;
            border-right: 1px solid #333333;
            left: 0;
            right: -1px; }
            #legend-cyclone .top .legend_vent .section .axis_legend.simple.w_lines .text {
              padding: 0 5px; }
          #legend-cyclone .top .legend_vent .section .axis_legend.simple:not(.w_lines) {
            left: -10px;
            right: -10px; }
        #legend-cyclone .top .legend_vent .section .below_text {
          margin-top: 10px; }
          @media screen and (max-width: 39.99875em) {
            #legend-cyclone .top .legend_vent .section .below_text {
              margin-top: 0;
              padding-left: 70px;
              display: flex;
              justify-content: flex-start;
              align-items: center;
              padding-top: 10px;
              padding-bottom: 10px; } }
          #legend-cyclone .top .legend_vent .section .below_text i {
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px auto;
            margin-bottom: 5px; }
            @media screen and (max-width: 39.99875em) {
              #legend-cyclone .top .legend_vent .section .below_text i {
                margin: 0;
                margin-right: 10px; } }
            #legend-cyclone .top .legend_vent .section .below_text i:not(.cyclone):after {
              width: 20px;
              height: 20px;
              content: "";
              border-radius: 50%;
              border: solid 1px transparent; }
            #legend-cyclone .top .legend_vent .section .below_text i:not(.cyclone).border_yellow:after {
              border-color: #ffff00;
              background: #fff; }
            #legend-cyclone .top .legend_vent .section .below_text i:not(.cyclone).yellow:after {
              background: #ffff00; }
            #legend-cyclone .top .legend_vent .section .below_text i.cyclone {
              background-size: auto 100%;
              background-repeat: no-repeat;
              background-position: center center;
              font-size: 20px; }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.cyclone_orange {
                background-image: url(../fakedatas/diroi_icons/pc8.svg); }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.cyclone_orange {
                background-image: url(../fakedatas/diroi_icons/pc8.svg); }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.cyclone_black {
                background-image: url(../fakedatas/diroi_icons/pc10.svg); }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.cyclone_red {
                background-image: url(../fakedatas/diroi_icons/pc11.svg); }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.cyclone_purple {
                background-image: url(../fakedatas/diroi_icons/pc12.svg); }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.cyclone_black_full {
                background-image: url(../fakedatas/diroi_icons/pc13.svg); }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.orange {
                color: #FC7923; }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.black {
                color: #000; }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.red {
                color: #F71E26; }
              #legend-cyclone .top .legend_vent .section .below_text i.cyclone.purple {
                color: #CF3B49; }
          #legend-cyclone .top .legend_vent .section .below_text p {
            font-size: 12px;
            text-align: center; }
  #legend-cyclone .cyclogenese {
    margin-top: 20px; }
    #legend-cyclone .cyclogenese p {
      font-size: 12px;
      line-height: 16px; }
    #legend-cyclone .cyclogenese .row {
      display: grid;
      grid-template-columns: 1fr 175px 1fr;
      grid-gap: 15px;
      margin-top: 15px;
      align-items: center; }
      @media screen and (min-width: 40em) and (max-width: 63.99875em) {
        #legend-cyclone .cyclogenese .row {
          grid-template-columns: 1fr 175px; } }
      @media screen and (max-width: 39.99875em) {
        #legend-cyclone .cyclogenese .row {
          grid-template-columns: 1fr; } }
    #legend-cyclone .cyclogenese .cyclogenese_zones > li {
      display: grid;
      grid-template-columns: 110px 1fr;
      grid-gap: 15px;
      align-items: center; }
      #legend-cyclone .cyclogenese .cyclogenese_zones > li:not(:last-child) {
        margin-bottom: 10px; }
    #legend-cyclone .cyclogenese .cyclogenese_probabilite > li {
      display: grid;
      grid-template-columns: 50px 1fr;
      grid-gap: 15px;
      align-items: center; }
      #legend-cyclone .cyclogenese .cyclogenese_probabilite > li:not(:last-child) {
        margin-bottom: 10px; }
      #legend-cyclone .cyclogenese .cyclogenese_probabilite > li figure {
        width: 50px;
        height: 30px; }
        #legend-cyclone .cyclogenese .cyclogenese_probabilite > li figure.yellow {
          background: #ffff00; }
        #legend-cyclone .cyclogenese .cyclogenese_probabilite > li figure.orange {
          background: #ffc000; }
        #legend-cyclone .cyclogenese .cyclogenese_probabilite > li figure.red {
          background: #ff0000; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      #legend-cyclone .cyclogenese .cyclogenese_position {
        grid-column: span 2; } }
    #legend-cyclone .cyclogenese .cyclogenese_position > li {
      display: grid;
      grid-template-columns: 85px 1fr;
      grid-gap: 15px;
      align-items: center; }
      #legend-cyclone .cyclogenese .cyclogenese_position > li:not(:last-child) {
        margin-bottom: 10px; }
      #legend-cyclone .cyclogenese .cyclogenese_position > li figure {
        display: flex;
        justify-content: flex-end; }
        #legend-cyclone .cyclogenese .cyclogenese_position > li figure svg {
          max-width: 100%; }

#legend-cyclone-dirag {
  font-size: 1rem;
  margin-top: 20px; }
  #legend-cyclone-dirag .title {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #145e9a;
    line-height: 23px; }
  #legend-cyclone-dirag .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 39.99875em) {
      #legend-cyclone-dirag .columns {
        grid-template-columns: 1fr; } }
    #legend-cyclone-dirag .columns ul.depressions > li {
      font-size: 13px;
      display: flex;
      align-items: center; }
      #legend-cyclone-dirag .columns ul.depressions > li:not(:last-child) {
        margin-bottom: 29px; }
      #legend-cyclone-dirag .columns ul.depressions > li i {
        width: 20px;
        height: 20px;
        border: solid 1px transparent;
        box-sizing: border-box;
        border-radius: 50%;
        flex: 0 0 20px;
        margin-right: 20px; }
        #legend-cyclone-dirag .columns ul.depressions > li i.cross {
          position: relative; }
          #legend-cyclone-dirag .columns ul.depressions > li i.cross:after, #legend-cyclone-dirag .columns ul.depressions > li i.cross:before {
            content: "";
            background: #fe6601;
            width: 20px;
            height: 3px;
            display: block;
            position: absolute;
            top: 8px;
            left: 0; }
          #legend-cyclone-dirag .columns ul.depressions > li i.cross:before {
            transform: rotate(45deg); }
          #legend-cyclone-dirag .columns ul.depressions > li i.cross:after {
            transform: rotate(-45deg); }
        #legend-cyclone-dirag .columns ul.depressions > li i.orange {
          background: #fe6601; }
        #legend-cyclone-dirag .columns ul.depressions > li i.green {
          background: #0a954b; }
        #legend-cyclone-dirag .columns ul.depressions > li i.blue {
          background: #0166fe; }
        #legend-cyclone-dirag .columns ul.depressions > li i.border_sky {
          background: #fff;
          border-color: #bce8f7; }
        #legend-cyclone-dirag .columns ul.depressions > li i.border_black {
          background: #fff;
          border-color: #000; }
    #legend-cyclone-dirag .columns ul.cyclones > li {
      display: flex;
      align-items: center; }
      #legend-cyclone-dirag .columns ul.cyclones > li:not(:last-child) {
        margin-bottom: 10px; }
      #legend-cyclone-dirag .columns ul.cyclones > li p {
        font-size: 13px;
        line-height: 18px; }
        #legend-cyclone-dirag .columns ul.cyclones > li p .or {
          display: inline-flex;
          width: 20px; }
      #legend-cyclone-dirag .columns ul.cyclones > li i {
        width: 20px;
        box-sizing: border-box;
        flex: 0 0 20px;
        margin-right: 20px;
        height: 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        height: 34px; }
        #legend-cyclone-dirag .columns ul.cyclones > li i.orange {
          background-image: url(../fakedatas/diroi_icons/pc8.svg); }
        #legend-cyclone-dirag .columns ul.cyclones > li i.black {
          background-image: url(../fakedatas/diroi_icons/pc10.svg); }
        #legend-cyclone-dirag .columns ul.cyclones > li i.green {
          background-image: url(../fakedatas/diroi_icons/pc14.svg); }
        #legend-cyclone-dirag .columns ul.cyclones > li i.red_fill {
          background-image: url(../fakedatas/diroi_icons/pc11.svg); }
        #legend-cyclone-dirag .columns ul.cyclones > li i.black_fill {
          background-image: url(../fakedatas/diroi_icons/pc13.svg); }
        #legend-cyclone-dirag .columns ul.cyclones > li i.mirror {
          -webkit-transform: scale(-1, 1);
          -moz-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
          -o-transform: scale(-1, 1);
          transform: scale(-1, 1); }
  #legend-cyclone-dirag .notabene {
    padding: 7px;
    border: solid 1px #000;
    font-size: 12px;
    line-height: 16px; }

.block_cyclone #display-legend {
  display: flex;
  align-items: center;
  font-size: 10px;
  text-align: center;
  color: #145e9a;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 30px;
  -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; }
  .block_cyclone #display-legend span {
    margin-right: 5px; }
  .block_cyclone #display-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;
    -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; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .block_cyclone #display-legend:before {
        background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
        background-size: 196px 171px; } }
  .block_cyclone #display-legend:hover, .block_cyclone #display-legend:has(+ div #legend-cyclone) {
    color: #db0084; }
