@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/modules/custom/mf_tools_common/fonts/Quicksand-Regular.eot");
  src: local("Quicksand Regular"), local("Quicksand-Regular"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Regular.eot") format("embedded-opentype"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Regular.woff2") format("woff2"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Regular.woff") format("woff"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Regular.ttf") format("truetype"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Regular.svg") format("svg"); }

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/modules/custom/mf_tools_common/fonts/Quicksand-Medium.eot");
  src: local("Quicksand Medium"), local("Quicksand-Medium"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Medium.eot") format("embedded-opentype"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Medium.woff2") format("woff2"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Medium.woff") format("woff"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Medium.ttf") format("truetype"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Medium.svg") format("svg"); }

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/modules/custom/mf_tools_common/fonts/Quicksand-Bold.eot");
  src: local("Quicksand Bold"), local("Quicksand-Bold"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Bold.eot") format("embedded-opentype"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Bold.woff2") format("woff2"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Bold.woff") format("woff"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Bold.ttf") format("truetype"), url("/modules/custom/mf_tools_common/fonts/Quicksand-Bold.svg") format("svg"); }

/* === Roboto - regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/modules/custom/mf_tools_common/fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("/modules/custom/mf_tools_common/fonts/Roboto-Regular.eot") format("embedded-opentype"), url("/modules/custom/mf_tools_common/fonts/Roboto-Regular.woff2") format("woff2"), url("/modules/custom/mf_tools_common/fonts/Roboto-Regular.woff") format("woff"), url("/modules/custom/mf_tools_common/fonts/Roboto-Regular.ttf") format("truetype"), url("/modules/custom/mf_tools_common/fonts/Roboto-Regular.svg") format("svg"); }

/* === Roboto - 700 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/modules/custom/mf_tools_common/fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/modules/custom/mf_tools_common/fonts/Roboto-Bold.eot") format("embedded-opentype"), url("/modules/custom/mf_tools_common/fonts/Roboto-Bold.woff2") format("woff2"), url("/modules/custom/mf_tools_common/fonts/Roboto-Bold.woff") format("woff"), url("/modules/custom/mf_tools_common/fonts/Roboto-Bold.ttf") format("truetype"), url("/modules/custom/mf_tools_common/fonts/Roboto-Bold.svg") format("svg"); }

body {
  background-color: #eeeeee;
  font-family: "Roboto", sans-serif; }
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box; }
  body.initializing *,
  body.initializing *:before,
  body.initializing *:after {
    transition: none !important; }

.visually-hidden {
  display: none !important; }

a {
  transition: all 0.3s linear; }

button, input[type=submit] {
  outline: none;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: pointer; }

#toolbar-administration {
  z-index: 1001; }

[v-cloak] {
  display: none; }

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .container::before, .container::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .container::after {
    clear: both; }
  @media screen and (max-width: 74.99875em) {
    .container {
      max-width: 940px; } }
  @media screen and (max-width: 63.99875em) {
    .container {
      max-width: 600px; } }
  @media screen and (max-width: 39.99875em) {
    .container {
      max-width: 100%;
      padding: 0px 20px; } }
  @media screen and (max-width: 400px) {
    .container {
      padding: 0px 15px; } }

:root {
  --headerHeight: 74px;
  --toolbarOffset: 0px; }
  @media screen and (max-width: 63.99875em) {
    :root {
      --headerHeight: 86px; } }
  @media screen and (max-width: 39.99875em) {
    :root {
      --headerHeight: 159px; } }
  :root body.toolbar-fixed {
    --toolbarOffset: var(--gin-toolbar-y-offset); }
    :root body.toolbar-fixed.toolbar-tray-open {
      --toolbarOffset: var(--gin-toolbar-y-offset); }

:target {
  scroll-margin-top: calc(var(--headerHeight) + var(--toolbarOffset) + 30px); }

h2.blue_title {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #0a74b1; }
  h2.blue_title.fa-newspaper::before {
    font-family: "fa";
    font-size: 22px;
    font-weight: 200;
    margin-right: 10px;
    vertical-align: middle;
    color: #0a74b1;
    display: inline-block;
    margin-top: -4px; }
  h2.blue_title.pink_icon:before {
    color: #db0084; }

.tooltip_container {
  position: relative;
  z-index: 9999; }
  .tooltip_container:hover .tooltip {
    opacity: 1;
    transform: translateY(0%); }
  .tooltip_container .tooltip {
    position: absolute;
    width: 210px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
    left: 50%;
    margin-left: -105px;
    background: #db0084;
    pointer-events: none;
    -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;
    opacity: 0;
    transform: translateY(-50%); }
    .tooltip_container .tooltip:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #db0084 transparent;
      top: -5px;
      left: 50%;
      margin-left: -5px;
      position: absolute; }
    .tooltip_container .tooltip i {
      display: block;
      margin-bottom: 5px; }
      .tooltip_container .tooltip i:before {
        content: "\EA1D";
        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: #fff; }
  .tooltip_container.vigilance-verte .tooltip {
    background: #31aa35; }
    .tooltip_container.vigilance-verte .tooltip:before {
      border-color: transparent transparent #31aa35 transparent; }
  .tooltip_container.vigilance-jaune .tooltip {
    background: #fff600; }
    .tooltip_container.vigilance-jaune .tooltip:before {
      border-color: transparent transparent #fff600 transparent; }
  .tooltip_container.vigilance-orange .tooltip {
    background: #ff9900; }
    .tooltip_container.vigilance-orange .tooltip:before {
      border-color: transparent transparent #ff9900 transparent; }
  .tooltip_container.vigilance-rouge .tooltip {
    background: #cc0000; }
    .tooltip_container.vigilance-rouge .tooltip:before {
      border-color: transparent transparent #cc0000 transparent; }
  .tooltip_container.vigilance-bleu-gris-cyclone .tooltip {
    background: '#5f8dd3'; }
    .tooltip_container.vigilance-bleu-gris-cyclone .tooltip:before {
      border-color: transparent transparent #5f8dd3 transparent; }
  .tooltip_container.vigilance-blanc-cyclone .tooltip {
    background: '#ffffff'; }
    .tooltip_container.vigilance-blanc-cyclone .tooltip:before {
      border-color: transparent transparent #ffffff transparent; }
  .tooltip_container.vigilance-jaune-cyclone .tooltip {
    background: '#ffff00'; }
    .tooltip_container.vigilance-jaune-cyclone .tooltip:before {
      border-color: transparent transparent #ffff00 transparent; }
  .tooltip_container.vigilance-orange-cyclone .tooltip {
    background: '#ffb82b'; }
    .tooltip_container.vigilance-orange-cyclone .tooltip:before {
      border-color: transparent transparent #ffb82b transparent; }
  .tooltip_container.vigilance-rouge-cyclone .tooltip {
    background: '#cc0000'; }
    .tooltip_container.vigilance-rouge-cyclone .tooltip:before {
      border-color: transparent transparent #cc0000 transparent; }
  .tooltip_container.vigilance-violette-cyclone .tooltip {
    background: '#992ba5'; }
    .tooltip_container.vigilance-violette-cyclone .tooltip:before {
      border-color: transparent transparent #992ba5 transparent; }
  .tooltip_container.vigilance-sepia-cyclone .tooltip {
    background: '#e8d6c5'; }
    .tooltip_container.vigilance-sepia-cyclone .tooltip:before {
      border-color: transparent transparent #e8d6c5 transparent; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px; }
  @media screen and (max-width: 39.99875em) {
    .modal {
      padding: 15px; } }
  .modal .modal-overlay {
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .modal .modal-content {
    border-radius: 15px;
    background: #fff;
    position: relative;
    z-index: 20;
    max-width: 900px;
    max-height: 100%;
    overflow: auto; }
    .modal .modal-content .modal-header {
      padding: 30px 50px;
      border-bottom: solid 1px rgba(222, 222, 222, 0.8); }
      .modal .modal-content .modal-header h2 {
        text-align: center;
        color: #db0084;
        font-family: "Quicksand", sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        position: relative; }
        .modal .modal-content .modal-header h2 button {
          width: 50px;
          height: 50px;
          font-size: 0;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEU0lEQVR4nO3bW+gVRRzA8Y+XKPsbXeiiZQSV3bDIpwx6CQL700NYkkWUFhGBBYEQPYSUEQUV9BAVGmZWFqUIFV2gh4oCJUgriiILQsm/PXQzL2hpD7MH5388u+ecPTvnbHm+MJyZPbPzu+zM7MxvdxkyZMiQI5gJg1YAT+FafItdFbW5C5uwCr9X1GYSXsbBhGkrZvXNmi5JbXwjbcKkPtnUMa2MX1th+8fivajtC/MqTqxQaKeswc2JZezG6qhcGweswU1R+YWEsvZF+Vw7++mAVsbf3kf5LZncJzmv4saoXAvj6U8PaDZ+lZoYT3oHtDL+tsQyuyLlEHgNC6Lyi2pmPOl6QCvjFyWS1RMpHPCfMZ7qh0Cz8V/ibcyvWE5lVOmAecYbD5fgjQplVE6VQ2Bmj+d/VokWXVJlD/gxyj+JDV2cuxfvV6hLx6S6DW5Q7e4uGYPYDdaKI94BnQyBE4T7+GyMFNQ7I8ovMX4JHLMdH2GdEKyoNbOwTZpQ1Ts4KqHu8yNZueuQoiEwCS8Zf2WrZBT3J2q7Y4occD4uzfJvYroQRu81zcSOrN28YdI3iuaAC6L8KxjDHGFOgO/xA07EZdmxPcLy97esPAszonY2Yws+xXUKYnV1oNUY+kRYtPyKA7gLV2R1/sl+d+PWrP7z2fG/sjQvO742aruf+h9GmdvgczgJD+DR6PjxwqR2H1Y4tDRej6lZWl9CXlLKOGAEp+NMoTfE/I2nhWXxaHbsIjyYpRlqRpml8B1Z2omFOXUOZAlOE4YJvF5CXlLK9ICVwtU/1eFdeqLgnHOFJzOEXd5VWfqmnJrpKNMDdgqLo2Z2CGuH/ULsb0sPevWNbh1wj+CAmK9wZZbfg6+FGR8ex9GltesDRQ6In9U39gCbWtT7Ax/mtPFdzvEp2e/uAvl9ocgBm6P8QzhOWAwVcY7QQ34pqHMe5mb5z9spOGhWSPvsfq50VLIQuldwQtX8KWyx88Jg84X5pJ0DV/WqSLtJcBfuxFLt4wFzhDgAxTHBn/GF4veBFuCYNroR1iGLOqiXS6d3gTG820W7vcYE45e31rX4/3JhNdoz/Xo83gutxu9aXF9F40d8THDogEErMGiGDhi0AhHThA3UQd1NcI0oVKlJsU4OmC0spWOaAy4NmvcQU3BNGaF1csAH2BiVt+OWnLrL8HFU3osnygitkwP2C2+QNrbSp+CnnLrbhGh0gyVKBlvq5ABCmP3uLD9ZeLlyaot6j+HiLP8Wnk2vWntGHdqk5MUKO2GC8KpNo62VTf9fHf03JvSUViyM6o3m1Kn0g4npwkaHEBVepvwHECPCmD45Ky/GMzhLiFM0Hs48YnzcIj5/Kc6OdGsXy6iEVPGDA8Jzhq0lzl2e1OImRjKBKZwwVuKc5Yq38Mm+GZqmffygEybhYeNfwNonPFXeWnBe45uhvnT71DTijI2runiw6gyGG4T1wWr1+NJtyJAh/xP+BZ5He+Q1lokdAAAAAElFTkSuQmCC");
          background-size: cover;
          position: absolute;
          top: 50%;
          margin-top: -25px;
          left: 0; }
          @media screen and (max-width: 39.99875em) {
            .modal .modal-content .modal-header h2 button {
              left: -50px; } }
      .modal .modal-content .modal-header .close {
        position: absolute;
        right: 20px;
        color: #333333;
        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; }
        .modal .modal-content .modal-header .close:hover {
          color: #145e9a; }
        .modal .modal-content .modal-header .close:before {
          content: "\EA49";
          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; }
    .modal .modal-content .modal-body {
      padding: 30px; }
      .modal .modal-content .modal-body .adaptable > *:last-child {
        padding-bottom: 15px; }
      .modal .modal-content .modal-body h3 {
        color: #145e9a;
        margin-bottom: 20px;
        font-weight: bold; }
      .modal .modal-content .modal-body figure:not(:last-child) {
        margin-bottom: 15px !important; }
      .modal .modal-content .modal-body figure img {
        display: block;
        max-width: 100%;
        margin: 0px auto;
        height: auto; }
        .modal .modal-content .modal-body figure img:not(:last-child) {
          margin-bottom: 15px !important; }
      .modal .modal-content .modal-body table {
        width: 100%; }
        @media screen and (min-width: 40em) {
          .modal .modal-content .modal-body table td {
            padding: 10px; } }
      .modal .modal-content .modal-body p,
      .modal .modal-content .modal-body li {
        font-size: 14px;
        line-height: 20px; }
        .modal .modal-content .modal-body p a,
        .modal .modal-content .modal-body li a {
          color: #145e9a; }
          .modal .modal-content .modal-body p a:hover,
          .modal .modal-content .modal-body li a:hover {
            text-decoration: underline; }
      .modal .modal-content .modal-body ul {
        list-style: disc;
        padding-left: 30px; }
        .modal .modal-content .modal-body ul li:not(:last-child) {
          margin-bottom: 10px; }
      .modal .modal-content .modal-body p:not(:last-child),
      .modal .modal-content .modal-body ul:not(:last-child),
      .modal .modal-content .modal-body ol:not(:last-child),
      .modal .modal-content .modal-body figure:not(:last-child),
      .modal .modal-content .modal-body img:not(:last-child),
      .modal .modal-content .modal-body table:not(:last-child) {
        margin-bottom: 15px; }

.mf_modal {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 700px;
  max-width: 100%;
  text-align: left;
  line-height: 100vh;
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 39.99875em) {
    .mf_modal {
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      padding-right: 10px;
      padding-left: 10px; } }
  .mf_modal h2 {
    color: #145e9a;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .mf_modal h2 i {
      color: #db0084;
      margin-right: 10px;
      font-size: 22.4px; }
  .mf_modal .inner {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    overflow: auto;
    max-height: 600px; }
    @media screen and (max-width: 39.99875em) {
      .mf_modal .inner {
        padding: 25px;
        box-shadow: unset;
        width: 100%; } }
    .mf_modal .inner .close_wrap {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
      .mf_modal .inner .close_wrap .closeModal {
        display: inline-block;
        font-weight: 400;
        color: #145e9a;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        -moz-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        cursor: pointer; }
        .mf_modal .inner .close_wrap .closeModal.primary, .mf_modal .inner .close_wrap .closeModal:not(.info):not(.danger):not(.warning):not(.success) {
          color: #fff;
          background-color: #007bff;
          border-color: #007bff; }
        .mf_modal .inner .close_wrap .closeModal.info {
          color: #fff;
          background-color: #17a2b8;
          border-color: #17a2b8; }
        .mf_modal .inner .close_wrap .closeModal.danger {
          color: #fff;
          background-color: #dc3545;
          border-color: #dc3545; }
        .mf_modal .inner .close_wrap .closeModal.warning {
          color: #212529;
          background-color: #ffc107;
          border-color: #ffc107; }
        .mf_modal .inner .close_wrap .closeModal.success {
          color: #fff;
          background-color: #28a745;
          border-color: #28a745; }
        .mf_modal .inner .close_wrap .closeModal:hover {
          opacity: 0.7; }
    .mf_modal .inner #vigilance-popup header,
    .mf_modal .inner #vigilance-popup-cyclone header {
      display: flex;
      align-items: center;
      border-radius: 5px;
      padding: 6px;
      padding-right: 20px; }
    .mf_modal .inner #vigilance-popup h2,
    .mf_modal .inner #vigilance-popup-cyclone h2 {
      color: #ffffff;
      margin-bottom: 0;
      padding: 0 10px;
      text-align: center;
      flex: 1; }
    .mf_modal .inner #vigilance-popup .details,
    .mf_modal .inner #vigilance-popup-cyclone .details {
      font-size: 14px;
      padding: 30px; }
      .mf_modal .inner #vigilance-popup .details *,
      .mf_modal .inner #vigilance-popup-cyclone .details * {
        display: block;
        line-height: 30px; }
      .mf_modal .inner #vigilance-popup .details > a,
      .mf_modal .inner #vigilance-popup-cyclone .details > a {
        text-align: center;
        color: #145e9a;
        margin-top: 10px;
        text-decoration: underline; }
        .mf_modal .inner #vigilance-popup .details > a:hover,
        .mf_modal .inner #vigilance-popup-cyclone .details > a:hover {
          color: #db0084; }
    .mf_modal .inner .closeModal.cross {
      font-size: 0;
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer; }
      .mf_modal .inner .closeModal.cross: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;
        font-size: 26px; }
    .mf_modal .inner iframe {
      width: 700px;
      max-width: 100%;
      height: 500px;
      max-height: 100vh; }

.modal_overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -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; }

.modal_opened > .mf_modal {
  bottom: 0;
  opacity: 1;
  pointer-events: all; }
  .modal_opened > .mf_modal + .modal_overlay {
    opacity: 0.7;
    pointer-events: all; }

.block-local-tasks-block:not(:last-child) {
  margin-bottom: 15px; }

nav.tabs ul.tabs {
  font-size: 0; }
  nav.tabs ul.tabs > li {
    display: inline-block;
    vertical-align: middle; }
    nav.tabs ul.tabs > li:not(:last-child) {
      border-right: 1px solid #145e9a; }
    nav.tabs ul.tabs > li a {
      display: block;
      font-size: 16px;
      padding: 2px 20px;
      color: #145e9a; }
      nav.tabs ul.tabs > li a:hover {
        color: #db0084; }

#block-selecteurdelangue h2 {
  display: none; }

.block-dropdown-language {
  position: relative;
  font-size: 0; }
  @media screen and (max-width: 39.99875em) {
    .block-dropdown-language {
      display: none; } }
  .block-dropdown-language legend {
    display: none; }
  .block-dropdown-language .dropbutton-wrapper .dropbutton-widget {
    height: 16px;
    width: 32px;
    background: unset;
    border: unset;
    padding-right: 0;
    cursor: pointer; }
    .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton {
      width: 100%;
      border: unset;
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
      .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-action {
        border: 0; }
        .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-action span,
        .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-action a {
          display: inline-block;
          font-size: 13px;
          height: 15px;
          padding-bottom: 5px;
          height: auto;
          color: #003661;
          font-family: "Quicksand", sans-serif;
          font-weight: 700; }
        .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-action a {
          padding-top: 5px;
          padding-bottom: 5px;
          height: auto; }
      .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li span,
      .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li a {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
      .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-toggle {
        height: 16px; }
        .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-toggle .dropbutton-arrow {
          border: unset;
          right: 0;
          top: 5px;
          overflow: visible;
          width: 10px;
          position: absolute;
          top: 0;
          bottom: 0;
          line-height: 12px;
          font-size: 0; }
          .block-dropdown-language .dropbutton-wrapper .dropbutton-widget .dropbutton > li.dropbutton-toggle .dropbutton-arrow:before {
            content: "\EA14";
            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: #003661;
            font-size: 9px; }
  .block-dropdown-language .dropbutton-wrapper:not(.open) .dropbutton-widget {
    overflow: hidden; }

#primary_sidebar .block-menu > ul.menu {
  font-family: "Quicksand", sans-serif; }
  #primary_sidebar .block-menu > ul.menu > li {
    line-height: 48px;
    border-bottom: 2px solid #036ba1;
    position: relative;
    cursor: pointer; }
    #primary_sidebar .block-menu > ul.menu > li > a,
    #primary_sidebar .block-menu > ul.menu > li > span {
      display: block;
      font-size: 16px;
      color: #145e9a;
      font-weight: 700; }
      #primary_sidebar .block-menu > ul.menu > li > a:hover,
      #primary_sidebar .block-menu > ul.menu > li > span:hover {
        color: #db0084; }
      #primary_sidebar .block-menu > ul.menu > li > a.fa, #primary_sidebar .block-menu > ul.menu > li > a.fas,
      #primary_sidebar .block-menu > ul.menu > li > span.fa,
      #primary_sidebar .block-menu > ul.menu > li > span.fas {
        font-family: "Quicksand", sans-serif;
        display: block;
        font-weight: 700;
        line-height: 48px; }
        #primary_sidebar .block-menu > ul.menu > li > a.fa:before, #primary_sidebar .block-menu > ul.menu > li > a.fas:before,
        #primary_sidebar .block-menu > ul.menu > li > span.fa:before,
        #primary_sidebar .block-menu > ul.menu > li > span.fas:before {
          display: inline-block;
          vertical-align: middle;
          font-family: "fa";
          font-weight: 400;
          line-height: 45px;
          margin-right: 6px; }
      #primary_sidebar .block-menu > ul.menu > li > a:not(.fa):not(.fas):before,
      #primary_sidebar .block-menu > ul.menu > li > span:not(.fa):not(.fas):before {
        display: none; }
    #primary_sidebar .block-menu > ul.menu > li.menu-item--expanded {
      position: relative; }
      #primary_sidebar .block-menu > ul.menu > li.menu-item--expanded:after {
        content: "\EA02";
        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: 18px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 48px;
        margin: auto;
        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;
        width: 20px;
        text-align: right;
        cursor: pointer; }
      #primary_sidebar .block-menu > ul.menu > li.menu-item--expanded.expanded:after {
        transform: rotateX(180deg);
        color: #db0084; }
      #primary_sidebar .block-menu > ul.menu > li.menu-item--expanded > a {
        padding-right: 20px; }
    #primary_sidebar .block-menu > ul.menu > li > ul {
      padding-left: 20px;
      display: none;
      overflow: hidden; }
      #primary_sidebar .block-menu > ul.menu > li > ul > li:last-child {
        padding-bottom: 10px; }
      #primary_sidebar .block-menu > ul.menu > li > ul > li.menu-item--expanded {
        line-height: 0;
        position: relative; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li.menu-item--expanded:after {
          content: "\EA3A";
          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: 11px;
          margin-left: 11px;
          color: #036ba1;
          -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;
          vertical-align: middle;
          display: inline-block;
          line-height: 18px;
          position: absolute;
          top: 0;
          right: 0;
          width: 20px;
          text-align: right;
          line-height: 28px;
          cursor: pointer; }
          #primary_sidebar .block-menu > ul.menu > li > ul > li.menu-item--expanded:after:hover {
            color: #db0084; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li.menu-item--expanded.expanded:after {
          content: "\EA31";
          color: #db0084; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li.menu-item--expanded > a {
          padding-right: 20px; }
      #primary_sidebar .block-menu > ul.menu > li > ul > li a,
      #primary_sidebar .block-menu > ul.menu > li > ul > li > span {
        display: block;
        line-height: 18px;
        font-size: 14px;
        color: #145e9a;
        font-weight: 500;
        padding: 5px 0; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li a:hover,
        #primary_sidebar .block-menu > ul.menu > li > ul > li > span:hover {
          color: #db0084; }
      #primary_sidebar .block-menu > ul.menu > li > ul > li > ul {
        padding-left: 30px;
        display: none;
        overflow: hidden; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li > ul > li:last-child {
          padding-bottom: 4px; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li > ul > li > a,
        #primary_sidebar .block-menu > ul.menu > li > ul > li > ul > li > span {
          display: block;
          font-size: 12px;
          font-weight: 500;
          color: #5a5a5a;
          line-height: 15px;
          padding: 5px 0; }
        #primary_sidebar .block-menu > ul.menu > li > ul > li > ul > li > ul {
          display: none; }

#block-vignettestaafs > span,
#block-lesilesaustrales > span,
#block-vignettesobservations-menu > span {
  color: #145e9a;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 15px; }

#block-vignettestaafs .menu,
#block-lesilesaustrales .menu,
#block-vignettesobservations-menu .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }
  @media screen and (max-width: 63.99875em) {
    #block-vignettestaafs .menu,
    #block-lesilesaustrales .menu,
    #block-vignettesobservations-menu .menu {
      grid-template-columns: 1fr 1fr; } }

.loader-ring {
  opacity: 0;
  transition: 0.5s all; }

.loading .loader-ring {
  opacity: 1;
  pointer-events: all; }

.loader-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 499;
  pointer-events: none; }

.loader-ring-light {
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0 5px 0 #1a7ac7 inset;
  box-shadow: 0 5px 0 #1a7ac7 inset;
  animation: rotate-360 2s linear infinite; }

@keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

#page_wrapper {
  padding-top: 180px; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    #page_wrapper {
      padding-top: 190px; } }
  @media screen and (max-width: 39.99875em) {
    #page_wrapper {
      background: none !important; } }
  #page_wrapper #section_above_page {
    margin-bottom: 20px;
    margin-top: 20px; }
    @media screen and (max-width: 39.99875em) {
      #page_wrapper #section_above_page {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0; } }
  #page_wrapper #main_container {
    position: relative; }
    @media screen and (max-width: 39.99875em) {
      #page_wrapper #main_container {
        padding-left: 0;
        padding-right: 0; } }
  #page_wrapper #page {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    @media screen and (min-width: 64em) {
      #page_wrapper #page {
        position: relative; } }
    @media screen and (max-width: 39.99875em) {
      #page_wrapper #page {
        border-radius: 0; } }

input, button, select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none; }

select::-ms-expand {
  display: none; }

#svg_prites {
  width: 0;
  height: 0;
  overflow: hidden; }

.block-block-content {
  margin-bottom: 20px; }
  .block-block-content img {
    display: block;
    margin: auto; }

.no-clickable {
  pointer-events: none; }

.page_default_title {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #145e9a;
  text-transform: uppercase;
  margin-bottom: 12px; }

#header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  -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;
  transform: translateY(0px); }
  @media screen and (max-width: 39.99875em) {
    #header .container {
      padding: 0; } }
  #header #header_top {
    position: relative;
    z-index: 558;
    background: #ffffff; }
    @media screen and (min-width: 40em) {
      #header #header_top {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 39.99875em) {
      #header #header_top {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 13px;
        padding-bottom: 10px; } }
    #header #header_top .row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #header #header_top .row #header_top_left {
        margin-right: 15px;
        display: flex; }
        @media screen and (max-width: 39.99875em) {
          #header #header_top .row #header_top_left {
            margin-right: 0; } }
        #header #header_top .row #header_top_left #custom-logo {
          display: flex;
          align-items: center; }
          #header #header_top .row #header_top_left #custom-logo .meteo-climat {
            padding-right: 20px; }
            @media screen and (max-width: 39.99875em) {
              #header #header_top .row #header_top_left #custom-logo .meteo-climat {
                padding-right: 10px; } }
            #header #header_top .row #header_top_left #custom-logo .meteo-climat img {
              width: 80px;
              height: auto; }
              @media screen and (max-width: 39.99875em) {
                #header #header_top .row #header_top_left #custom-logo .meteo-climat img {
                  width: auto;
                  height: 50px; } }
          @media screen and (max-width: 39.99875em) {
            #header #header_top .row #header_top_left #custom-logo .custom-title-wrapper {
              display: none; } }
          #header #header_top .row #header_top_left #custom-logo .custom-title {
            font-size: 18px;
            font-weight: bold;
            padding-left: 20px;
            color: #145e9a;
            display: block;
            line-height: 22px;
            font-family: "Segoe Print", "Roboto", sans-serif; }
            @media screen and (min-width: 40em) {
              #header #header_top .row #header_top_left #custom-logo .custom-title {
                max-width: 100px;
                text-align: center; } }
            @media screen and (max-width: 74.99875em) {
              #header #header_top .row #header_top_left #custom-logo .custom-title {
                font-size: 14px;
                padding-left: 10px;
                line-height: 18px; } }
        @media screen and (max-width: 39.99875em) {
          #header #header_top .row #header_top_left .gp #custom-logo .custom-title {
            font-size: 10px;
            line-height: 14px; } }
        @media screen and (max-width: 360px) {
          #header #header_top .row #header_top_left .gp #custom-logo .custom-title {
            padding-right: 5px; } }
        #header #header_top .row #header_top_left img {
          display: block; }
        @media screen and (max-width: 63.99875em) {
          #header #header_top .row #header_top_left {
            display: flex;
            align-items: center; } }
        #header #header_top .row #header_top_left .marianne {
          float: left;
          font-size: 0;
          margin-right: 20px; }
          @media screen and (max-width: 74.99875em) {
            #header #header_top .row #header_top_left .marianne {
              margin-right: 10px; } }
          @media screen and (max-width: 360px) {
            #header #header_top .row #header_top_left .marianne {
              margin-right: 5px; } }
          #header #header_top .row #header_top_left .marianne img {
            height: 54px;
            width: auto; }
            @media screen and (max-width: 360px) {
              #header #header_top .row #header_top_left .marianne img {
                height: 45px; } }
            @media screen and (min-width: 64em) {
              #header #header_top .row #header_top_left .marianne img {
                height: 80px; } }
        @media screen and (max-width: 39.99875em) {
          #header #header_top .row #header_top_left #custom-logo {
            display: flex; }
            #header #header_top .row #header_top_left #custom-logo img {
              width: auto;
              height: 50px; } }
        @media screen and (min-width: 64em) {
          #header #header_top .row #header_top_left .toggle_sidebar_menu {
            display: none; } }
      #header #header_top .row #header_top_middle {
        /* SEARCH SECTION */
        margin-right: 17px;
        flex: 1; }
        @media screen and (max-width: 39.99875em) {
          #header #header_top .row #header_top_middle {
            margin-right: 0; } }
        #header #header_top .row #header_top_middle .region-header-middle {
          display: flex;
          align-items: center; }
          @media screen and (min-width: 64em) {
            #header #header_top .row #header_top_middle .region-header-middle .block:not(:last-child) {
              margin-right: 32px; }
            #header #header_top .row #header_top_middle .region-header-middle .block.block-mf-search-form {
              flex: 1; } }
          #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul.menu {
            display: flex;
            align-items: center; }
            #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul.menu li:not(:last-child) {
              margin-right: 25px; }
            #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul.menu li a {
              display: block;
              font-size: 0;
              color: #003661; }
              #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul.menu li a:before {
                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: 18px; }
              #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul.menu li a:hover {
                color: #db0084; }
        @media screen and (min-width: 40em) and (max-width: 63.99875em) {
          #header #header_top .row #header_top_middle > div {
            top: 92px !important; } }
        @media screen and (max-width: 63.99875em) {
          #header #header_top .row #header_top_middle {
            flex: 0 0 0; }
            #header #header_top .row #header_top_middle > div {
              display: block !important;
              position: absolute;
              top: 60px;
              left: 0;
              right: 0;
              margin: 0; }
            #header #header_top .row #header_top_middle .block-menu {
              display: none !important; } }
      #header #header_top .row #header_top_right {
        display: flex;
        align-items: center; }
        #header #header_top .row #header_top_right .region-header-right {
          display: flex;
          align-items: center; }
        #header #header_top .row #header_top_right .mobile_button {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: solid 1px #e0e0e080;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          margin-right: 15px;
          -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;
          display: none; }
          #header #header_top .row #header_top_right .mobile_button:after {
            font-size: 19.6px;
            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; }
          #header #header_top .row #header_top_right .mobile_button.search:after {
            content: "\EA3F";
            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; }
          #header #header_top .row #header_top_right .mobile_button.bookmarks:after {
            content: "\EA44";
            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; }
          #header #header_top .row #header_top_right .mobile_button:not(:last-child) {
            margin-right: 15px; }
          #header #header_top .row #header_top_right .mobile_button.active {
            border-color: #db0084; }
            #header #header_top .row #header_top_right .mobile_button.active:after {
              color: #145e9a; }
        @media screen and (min-width: 64em) {
          #header #header_top .row #header_top_right .toggle_sidebar_menu {
            display: none; } }
  #header #header_middle {
    z-index: 557;
    position: relative; }
    @media screen and (max-width: 63.99875em) {
      #header #header_middle {
        display: none; } }
    #header #header_middle .container {
      position: static; }
    #header #header_middle .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* MAIN MENU */ }
      #header #header_middle .row nav {
        width: 100%;
        /* LEVEL  1 */ }
        #header #header_middle .row nav > ul.menu {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          #header #header_middle .row nav > ul.menu li.active-trail a.is-active,
          #header #header_middle .row nav > ul.menu li.active-trail span.is-active {
            color: #db0084 !important; }
          #header #header_middle .row nav > ul.menu > li {
            z-index: 2;
            /* LEVEL 2 */ }
            #header #header_middle .row nav > ul.menu > li:not(:last-child) {
              margin-right: 20px; }
            #header #header_middle .row nav > ul.menu > li > span {
              -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; }
            #header #header_middle .row nav > ul.menu > li > a,
            #header #header_middle .row nav > ul.menu > li > span {
              height: 38px;
              display: flex;
              align-items: center;
              font-family: "Quicksand", sans-serif;
              justify-content: center;
              font-size: 12px;
              color: #003661;
              text-transform: uppercase;
              font-weight: 800; }
              @media screen and (min-width: 64em) and (max-width: 74.99875em) {
                #header #header_middle .row nav > ul.menu > li > a,
                #header #header_middle .row nav > ul.menu > li > span {
                  font-size: 11px; } }
              #header #header_middle .row nav > ul.menu > li > a:hover,
              #header #header_middle .row nav > ul.menu > li > span:hover {
                color: #db0084; }
              #header #header_middle .row nav > ul.menu > li > a:before,
              #header #header_middle .row nav > ul.menu > li > span:before {
                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-right: 10px;
                font-size: 15px; }
              #header #header_middle .row nav > ul.menu > li > a.inverted:before,
              #header #header_middle .row nav > ul.menu > li > span.inverted:before {
                transform: rotateY(180deg); }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded:before {
              content: "";
              position: absolute;
              left: -20px;
              right: -20px;
              height: 100%;
              z-index: -1; }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded:hover {
              z-index: 1; }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded:not(:hover):before {
              pointer-events: none;
              opacity: 0; }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded > a:after,
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded > span:after {
              content: "\EA02";
              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: 10px;
              font-size: 14px; }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded:hover > ul.menu {
              opacity: 1;
              pointer-events: all; }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu {
              position: absolute;
              padding: 32px 0 48px 0;
              left: 0;
              right: 0;
              top: 38px;
              z-index: 50;
              -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;
              opacity: 0;
              pointer-events: none;
              max-width: 1140px;
              margin-right: auto;
              margin-left: auto;
              display: grid;
              grid-template-columns: 1fr 1fr 1fr 1fr;
              grid-gap: 20px; }
              #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu:after {
                content: "";
                display: table;
                clear: both; }
              @media screen and (max-width: 74.99875em) {
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu {
                  max-width: 940px; } }
              @media screen and (max-width: 63.99875em) {
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu {
                  max-width: 600px; } }
              @media screen and (max-width: 39.99875em) {
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu {
                  max-width: 100%;
                  padding: 0px 20px; } }
              @media screen and (max-width: 400px) {
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu {
                  padding: 0px 15px; } }
              #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu:before {
                content: "";
                position: absolute;
                left: calc((-100vw + 1140px) / 2);
                bottom: 0;
                top: 0;
                width: 100vw;
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19);
                background-color: #ffffff;
                z-index: 0;
                border-top: 1px solid #eaeaea; }
                @media screen and (max-width: 74.99875em) {
                  #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu:before {
                    left: calc((-100vw + 940px) / 2); } }
              #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li {
                position: relative;
                z-index: 10; }
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > a,
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > span {
                  display: block;
                  font-weight: 700;
                  font-family: "Quicksand", sans-serif;
                  font-size: 16px;
                  color: #145e9a;
                  padding-bottom: 14px;
                  line-height: 20px;
                  border-bottom: 2px solid #036ba1; }
                  #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > a:hover,
                  #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > span:hover {
                    color: #db0084;
                    border-color: #db0084; }
                #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > ul {
                  padding-top: 11px; }
                  #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > ul > li > a,
                  #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > ul > li > span {
                    display: block;
                    font-size: 14px;
                    font-weight: 500;
                    color: #145e9a;
                    line-height: 18px;
                    padding: 5px 0;
                    font-family: "Quicksand", sans-serif; }
                    #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > ul > li > a:hover,
                    #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > ul > li > span:hover {
                      color: #db0084; }
                  #header #header_middle .row nav > ul.menu > li.menu-item--expanded > ul.menu > li > ul > li > ul {
                    display: none; }
      #header #header_middle .row .toggle_sidebar_menu {
        margin-left: 50px; }
        @media screen and (max-width: 63.99875em) {
          #header #header_middle .row .toggle_sidebar_menu {
            display: none; } }
  #header #header_bottom {
    background-color: #036ba1;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 63.99875em) {
      #header #header_bottom {
        margin-top: 50px; } }
  #header.nav-up {
    transform: translateY(calc(-100% + 74px)); }
    @media screen and (max-width: 63.99875em) {
      #header.nav-up {
        transform: translateY(calc(-100% + 96px)); } }
  @media screen and (min-width: 64em) {
    #header.nav-up-done #header_top #header_top_right .block_vigilance_header {
      position: fixed;
      top: 200px;
      right: 50px;
      display: block;
      animation: fadein 1s;
      width: 80px; }
      #header.nav-up-done #header_top #header_top_right .block_vigilance_header .block_map_vigilance {
        margin: 0px auto;
        margin-bottom: 0.5em;
        overflow: hidden;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block; }
    #header.nav-down-start #header_top #header_top_right .block_vigilance_header {
      opacity: 0; } }

.toggle_sidebar_menu {
  color: #db0084;
  -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;
  width: 38px;
  margin-left: 15px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .toggle_sidebar_menu:hover {
    color: #145e9a; }
  .toggle_sidebar_menu:before {
    content: "\EA06";
    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;
    display: block;
    font-size: 15px; }
  @media screen and (max-width: 39.99875em) {
    .toggle_sidebar_menu {
      width: auto;
      height: auto;
      margin-left: 0; }
      .toggle_sidebar_menu:before {
        font-size: 20px; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.toolbar-horizontal #header {
  top: 27px;
  top: var(--toolbarOffset); }

#footer {
  margin-top: 20px; }
  @media screen and (max-width: 39.99875em) {
    #footer {
      margin-top: 0; }
      #footer .container {
        padding: 0; }
      #footer.padding {
        padding-bottom: 60px; } }
  #footer #footer_top {
    padding-top: 20px;
    background: #0076c9;
    background-image: linear-gradient(to bottom, #0076c9 0%, #1c9bd4 100%); }
    #footer #footer_top .block_rs {
      padding: 10px; }
      #footer #footer_top .block_rs h2 {
        display: none; }
      #footer #footer_top .block_rs span {
        display: none; }
      #footer #footer_top .block_rs nav > ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 39.99875em) {
          #footer #footer_top .block_rs nav > ul {
            justify-content: space-between; } }
        @media screen and (max-width: 400px) {
          #footer #footer_top .block_rs nav > ul {
            flex-wrap: wrap;
            margin-bottom: -20px; } }
        #footer #footer_top .block_rs nav > ul > li {
          position: relative; }
          #footer #footer_top .block_rs nav > ul > li:not(:last-child) {
            margin-right: 20px; }
            @media screen and (max-width: 460px) {
              #footer #footer_top .block_rs nav > ul > li:not(:last-child) {
                margin-right: 10px; } }
            @media screen and (max-width: 400px) {
              #footer #footer_top .block_rs nav > ul > li:not(:last-child) {
                margin-right: 0; } }
          @media screen and (max-width: 400px) {
            #footer #footer_top .block_rs nav > ul > li {
              margin-bottom: 20px; } }
          #footer #footer_top .block_rs nav > ul > li > a {
            position: relative;
            z-index: 1;
            font-size: 0;
            width: 47px;
            height: 47px;
            border-radius: 50%;
            background: #145e9a;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0px auto; }
            #footer #footer_top .block_rs nav > ul > li > a:hover {
              background: #db0084; }
            #footer #footer_top .block_rs nav > ul > li > a:before {
              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: #fff;
              font-size: 20px; }
          #footer #footer_top .block_rs nav > ul > li .menu_link_content {
            position: absolute;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            display: flex;
            justify-content: center;
            align-items: center; }
            #footer #footer_top .block_rs nav > ul > li .menu_link_content img {
              max-width: 24px;
              max-height: 24px;
              width: auto;
              height: auto; }
    #footer #footer_top .block_menu_footer {
      padding: 1rem;
      margin-top: 16px; }
      @media screen and (max-width: 39.99875em) {
        #footer #footer_top .block_menu_footer {
          padding-left: 50px;
          padding-right: 50px;
          padding-bottom: 50px; } }
      #footer #footer_top .block_menu_footer nav > ul {
        display: flex;
        justify-content: space-around;
        align-items: center; }
        @media screen and (min-width: 64em) and (max-width: 74.99875em) {
          #footer #footer_top .block_menu_footer nav > ul {
            flex-wrap: wrap;
            justify-content: flex-start; } }
        @media screen and (max-width: 63.99875em) {
          #footer #footer_top .block_menu_footer nav > ul {
            flex-wrap: wrap;
            justify-content: flex-start; } }
        @media screen and (min-width: 64em) and (max-width: 74.99875em) {
          #footer #footer_top .block_menu_footer nav > ul li {
            margin: 0 10px 10px 10px; } }
        @media screen and (min-width: 40em) {
          #footer #footer_top .block_menu_footer nav > ul li {
            margin-bottom: 15px; } }
        @media screen and (max-width: 63.99875em) {
          #footer #footer_top .block_menu_footer nav > ul li {
            width: 50%; } }
        @media screen and (max-width: 39.99875em) {
          #footer #footer_top .block_menu_footer nav > ul li {
            width: 100%; }
            #footer #footer_top .block_menu_footer nav > ul li:not(:last-child) {
              margin-bottom: 15px; } }
        #footer #footer_top .block_menu_footer nav > ul li a,
        #footer #footer_top .block_menu_footer nav > ul li span {
          color: #fff;
          font-size: 14px;
          display: flex;
          align-items: center; }
          #footer #footer_top .block_menu_footer nav > ul li a:hover,
          #footer #footer_top .block_menu_footer nav > ul li span:hover {
            color: #db0084; }
          #footer #footer_top .block_menu_footer nav > ul li a:before,
          #footer #footer_top .block_menu_footer nav > ul li span:before {
            content: "\EA15";
            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: #db0084;
            font-size: 10.5px;
            margin-right: 5px; }
        #footer #footer_top .block_menu_footer nav > ul li span {
          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; }
  #footer #footer_logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
    background: #ffffff; }
    #footer #footer_logos .meteo-climat img,
    #footer #footer_logos .marianne img {
      height: 80px; }
    #footer #footer_logos #logo_footer img {
      height: 80px; }
  #footer #footer_bottom {
    background: #145e9a;
    padding: 18px; }
    #footer #footer_bottom p {
      color: #fff;
      font-size: 14.4px;
      text-align: center; }
      #footer #footer_bottom p a {
        color: #fff; }
        #footer #footer_bottom p a:hover {
          text-decoration: underline; }

.mf-footer .title-h2 {
  padding-bottom: 23px;
  margin-bottom: 40px;
  font-size: 22px; }
  .mf-footer .title-h2:after {
    width: 260px;
    max-width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.mf-footer .footer_pois__list {
  display: flex;
  justify-content: center;
  gap: 97px; }
  @media screen and (max-width: 63.99875em) {
    .mf-footer .footer_pois__list {
      flex-direction: column;
      gap: 50px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 50px;
      margin-bottom: 30px;
      position: relative; }
      .mf-footer .footer_pois__list:after {
        content: "";
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 0;
        height: 1px;
        background: #ffffff; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .mf-footer .footer_pois__list {
      align-items: center; } }

.mf-footer .footer_pois__title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .mf-footer .footer_pois__title {
      text-align: center; } }

.mf-footer .footer_pois__sublist {
  flex-direction: column;
  gap: 10px; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .mf-footer .footer_pois__sublist {
      align-items: center;
      text-align: center; } }

.mf-footer .footer_pois__subitem {
  flex: 1;
  margin-bottom: 0 !important; }

.mf-footer .footer_pois__link {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 26px; }
  .mf-footer .footer_pois__link:hover {
    text-decoration: underline; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .mf-footer .footer_pois__link {
      justify-content: center;
      text-align: center; } }

.mf-footer .footer_pois figure:empty {
  background-color: red;
  width: 10px;
  height: 10px;
  display: none; }

#page_content .region .block-mf-carte-vigilance {
  border: solid 1px #d3d3d3;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 25px;
  background: #fff;
  margin-bottom: 68px; }
  @media screen and (max-width: 39.99875em) {
    #page_content .region .block-mf-carte-vigilance {
      margin-bottom: 25px; } }

#page_content .region .block-mf-bulletin-vigilance {
  margin-top: 30px; }
  @media screen and (max-width: 39.99875em) {
    #page_content .region .block-mf-bulletin-vigilance {
      margin-top: 25px; } }

#page_content .region .node__content {
  padding-top: 30px; }

#sidebar_overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 320px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -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;
  opacity: 0;
  pointer-events: none;
  cursor: pointer; }
  #sidebar_overlay.active {
    opacity: 1;
    pointer-events: initial; }

#sidebar_page {
  position: fixed;
  width: 320px;
  top: 0;
  bottom: 0;
  right: -320px;
  z-index: 1001;
  background: #fff;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 39.99875em) {
    #sidebar_page {
      border-left: 1px solid #d3d3d3; } }
  #sidebar_page.active {
    opacity: 1;
    right: 0; }
  #sidebar_page .inner {
    padding: 8px;
    padding-bottom: 30px;
    overflow: auto;
    height: 100%; }
    @media screen and (max-width: 39.99875em) {
      #sidebar_page .inner {
        position: relative; } }
    #sidebar_page .inner #sidebar_close_mobile {
      position: absolute;
      z-index: 667;
      left: unset;
      right: 15px;
      top: 15px;
      padding: 0;
      background-color: unset;
      font-size: 25px; }
      #sidebar_page .inner #sidebar_close_mobile:after {
        content: "\EA49";
        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; }
      @media screen and (min-width: 40em) {
        #sidebar_page .inner #sidebar_close_mobile {
          display: none; } }
    #sidebar_page .inner #sidebar_header {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 16px 20px 15px 20px; }
      #sidebar_page .inner #sidebar_header .meteo-climat img,
      #sidebar_page .inner #sidebar_header .marianne img {
        height: 70px; }
    #sidebar_page .inner nav.menu--public---menu-burger {
      /* NIVEAU 1 */ }
      #sidebar_page .inner nav.menu--public---menu-burger > ul.menu li.active-trail a.is-active {
        color: #db0084 !important; }
      #sidebar_page .inner nav.menu--public---menu-burger > ul.menu span {
        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; }
      #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > a,
      #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > span {
        font-size: 12px;
        font-weight: bold;
        height: 42px;
        color: #003661;
        font-family: "Quicksand", sans-serif;
        text-transform: uppercase;
        padding-left: 20px;
        position: relative;
        display: flex;
        align-items: center; }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > a:before,
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > span:before {
          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;
          width: 35px;
          font-size: 15px; }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > a:hover, #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > a.active,
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > span:hover,
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > span.active {
          color: #db0084; }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > a.inverted:before,
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li > span.inverted:before {
          transform: rotateY(180deg);
          text-align: right; }
      #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded {
        position: relative;
        /* NIVEAU 2 */ }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded:after {
          content: "\EA02";
          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: 12.8px;
          height: 42px;
          line-height: 42px;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 42px;
          text-align: center;
          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; }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > a {
          padding-right: 42px; }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded.active > a, #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded.active:after {
          color: #db0084; }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded.active:after {
          transform: rotateX(180deg); }
        #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu {
          overflow: hidden;
          display: none;
          padding: 0 0 10px 0; }
          #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li > a,
          #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li > span {
            font-family: "Quicksand", sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #145e9a;
            padding-left: 55px;
            position: relative;
            min-height: 30px;
            display: flex;
            align-items: center;
            position: relative; }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li > a:hover,
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li > span:hover {
              color: #db0084; }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li > a:before,
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li > span:before {
              content: none; }
          #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded {
            position: relative;
            /* NIVEAU 3 */ }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded:after {
              content: "\EA3A";
              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;
              width: 12px;
              height: 12px;
              margin-left: 13px;
              color: #036ba1;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              line-height: 30px;
              width: 42px;
              text-align: center;
              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; }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > a {
              padding-right: 30px; }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded.active > a, #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded.active:after {
              color: #db0084; }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded.active:after {
              content: "\EA31"; }
            #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu {
              margin: 10px 0 20px 0;
              display: none; }
              #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu > li:not(:last-child) {
                margin-bottom: 10px; }
              #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu > li > a,
              #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu > li > span {
                font-family: "Quicksand", sans-serif;
                font-size: 12px;
                color: #5a5a5a;
                padding-left: 75px;
                display: block;
                font-weight: 500;
                line-height: 18px; }
                #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu > li > a:hover,
                #sidebar_page .inner nav.menu--public---menu-burger > ul.menu > li.menu-item--expanded > ul.menu > li.menu-item--expanded > ul.menu > li > span:hover {
                  color: #db0084; }
    #sidebar_page .inner nav.menu--public---menu-reseaux-socia {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      #sidebar_page .inner nav.menu--public---menu-reseaux-socia h2,
      #sidebar_page .inner nav.menu--public---menu-reseaux-socia .h2,
      #sidebar_page .inner nav.menu--public---menu-reseaux-socia span {
        display: block;
        color: #003661;
        text-transform: uppercase;
        margin-bottom: 24px;
        font-size: 14.7px;
        font-family: "Quicksand", sans-serif;
        font-weight: 800;
        text-align: center; }
      #sidebar_page .inner nav.menu--public---menu-reseaux-socia ul {
        display: flex;
        align-items: center;
        justify-content: center; }
        #sidebar_page .inner nav.menu--public---menu-reseaux-socia ul > li:not(:last-child) {
          margin-right: 20px; }
        #sidebar_page .inner nav.menu--public---menu-reseaux-socia ul > li a {
          font-size: 0;
          display: block; }
          #sidebar_page .inner nav.menu--public---menu-reseaux-socia ul > li a:before {
            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: 18px;
            color: #003661;
            -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; }
          #sidebar_page .inner nav.menu--public---menu-reseaux-socia ul > li a:hover:before {
            color: #db0084; }

.toolbar-horizontal #sidebar_page {
  top: 27px; }

#page_content_header {
  margin-top: 15px;
  margin-bottom: 10px; }
  @media screen and (max-width: 39.99875em) {
    #page_content_header {
      margin-top: 0;
      margin-bottom: 4px; } }
  @media screen and (min-width: 40em) {
    #page_content_header .region {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  #page_content_header .region-content-header {
    display: block;
    line-height: 20px; }
    #page_content_header .region-content-header:after {
      content: "";
      display: table;
      clear: both; }
    #page_content_header .region-content-header > *:not(.block-mf-share):not(.block-mf-informations-speciales):not(#block-liensreseauxsociaux) {
      float: left; }
      @media screen and (max-width: 39.99875em) {
        #page_content_header .region-content-header > *:not(.block-mf-share):not(.block-mf-informations-speciales):not(#block-liensreseauxsociaux) {
          max-width: calc(100% - 30px); }
          #page_content_header .region-content-header > *:not(.block-mf-share):not(.block-mf-informations-speciales):not(#block-liensreseauxsociaux):last-child {
            margin-left: 10px; } }
    #page_content_header .region-content-header .block-mf-share {
      float: right; }
    #page_content_header .region-content-header .block-mf-informations-speciales {
      margin-bottom: 20px; }
      @media screen and (min-width: 64em) {
        #page_content_header .region-content-header .block-mf-informations-speciales {
          padding-top: 6px; } }
    #page_content_header .region-content-header h1 {
      font-family: "Quicksand", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 20px;
      color: #145e9a;
      text-transform: uppercase;
      margin-right: 10px; }
  @media screen and (max-width: 74.99875em) {
    #page_content_header .share_block {
      padding: 0 15px; } }
  @media screen and (max-width: 39.99875em) {
    #page_content_header .share_block {
      padding: 0; } }

#ad_archer_left {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  z-index: 1; }

#ad_archer_right {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1; }

#ad_archer_top iframe {
  margin: 0px auto;
  display: block; }
  @media screen and (max-width: 39.99875em) {
    #ad_archer_top iframe {
      margin-top: 10px;
      margin-bottom: 10px; } }

#header_print {
  display: none; }
  #header_print:after {
    content: "";
    display: table;
    clear: both; }
  #header_print .marianne {
    float: left; }
  #header_print .region {
    float: right;
    width: calc(100% - 90px); }
  #header_print .custom-title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    color: #145e9a;
    display: block;
    line-height: 22px;
    font-family: "Segoe Print", "Roboto", sans-serif;
    float: left;
    width: calc(100% - 90px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px; }

@media print {
  @page {
    size: auto;
    margin: 6mm; }
  #header,
  #footer,
  #section_above_page,
  #page_breadcrumbs,
  #page_content_header,
  #primary_sidebar,
  .block-mf-breadcrumbs {
    display: none; }
  #header_print {
    display: block; }
  #page_wrapper {
    padding-top: 0; }
  #primary_content {
    width: 100%; }
  .mdb-lightbox {
    pointer-events: none; } }

@media screen and (min-width: 40em) {
  #primary_section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; } }

@media screen and (max-width: 39.99875em) {
  #primary_section {
    padding: 10px; } }

#primary_section .row {
  display: flex; }
  @media screen and (min-width: 64em) {
    #primary_section .row {
      flex-wrap: wrap; } }
  @media screen and (max-width: 63.99875em) {
    #primary_section .row {
      flex-direction: column; } }
  @media screen and (min-width: 64em) {
    #primary_section .row.has_sidebar {
      margin: 0px -15px; }
      #primary_section .row.has_sidebar:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 64em) and (max-width: 39.99875em) {
    #primary_section .row.has_sidebar {
      margin: 0; } }
  #primary_section .row.has_sidebar #primary_content {
    max-width: 100%; }
    @media screen and (min-width: 64em) {
      #primary_section .row.has_sidebar #primary_content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #primary_section .row.has_sidebar #primary_content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #primary_section .row.has_sidebar #primary_content, #primary_section .row.has_sidebar #primary_content:last-child:not(:first-child) {
          float: left;
          clear: none; }
        #primary_section .row.has_sidebar #primary_content:last-child:not(:first-child) {
          float: right; } }
  #primary_section .row.has_sidebar #primary_sidebar {
    overflow: clip;
    padding-bottom: 20px; }
    @media screen and (min-width: 64em) {
      #primary_section .row.has_sidebar #primary_sidebar {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #primary_section .row.has_sidebar #primary_sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #primary_section .row.has_sidebar #primary_sidebar, #primary_section .row.has_sidebar #primary_sidebar:last-child:not(:first-child) {
          float: left;
          clear: none; }
        #primary_section .row.has_sidebar #primary_sidebar:last-child:not(:first-child) {
          float: right; } }
    @media screen and (max-width: 39.99875em) {
      #primary_section .row.has_sidebar #primary_sidebar {
        clear: both; } }
    #primary_section .row.has_sidebar #primary_sidebar .region {
      height: 100%; }
  #primary_section .row #primary_content .region-content .block.block-mf-site-details:not(:last-child) {
    margin-bottom: 0; }
  @media screen and (min-width: 75em) {
    #primary_section .row #primary_content .region-content {
      margin: 0px -15px; }
      #primary_section .row #primary_content .region-content:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 75em) and (max-width: 39.99875em) {
    #primary_section .row #primary_content .region-content {
      margin: 0; } }
  @media screen and (min-width: 75em) {
    #primary_section .row #primary_content .region-content .block {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    #primary_section .row #primary_content .region-content .block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) {
      #primary_section .row #primary_content .region-content .block, #primary_section .row #primary_content .region-content .block:last-child:not(:first-child) {
        float: left;
        clear: none; }
      #primary_section .row #primary_content .region-content .block:last-child:not(:first-child) {
        float: right; } }
  #primary_section .row #primary_content .region-content .block.menu--animation-vignette, #primary_section .row #primary_content .region-content .block.menu--main-vignette {
    display: inline-block;
    width: 100%; }
  @media screen and (min-width: 75em) {
    #primary_section .row #primary_content .region-content .block-mf-normales,
    #primary_section .row #primary_content .region-content .block-mf-hour-rain,
    #primary_section .row #primary_content .region-content #block-autopromorain,
    #primary_section .row #primary_content .region-content .block-mf-planning-tide,
    #primary_section .row #primary_content .region-content .block-mf-swell-height {
      width: 50%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      float: left !important; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    #primary_section .row #primary_content .region-content .block-mf-normales,
    #primary_section .row #primary_content .region-content .block-mf-hour-rain,
    #primary_section .row #primary_content .region-content #block-autopromorain,
    #primary_section .row #primary_content .region-content .block-mf-planning-tide,
    #primary_section .row #primary_content .region-content .block-mf-swell-height {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) {
      #primary_section .row #primary_content .region-content .block-mf-normales, #primary_section .row #primary_content .region-content .block-mf-normales:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content .block-mf-hour-rain,
      #primary_section .row #primary_content .region-content .block-mf-hour-rain:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content #block-autopromorain,
      #primary_section .row #primary_content .region-content #block-autopromorain:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content .block-mf-planning-tide,
      #primary_section .row #primary_content .region-content .block-mf-planning-tide:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content .block-mf-swell-height,
      #primary_section .row #primary_content .region-content .block-mf-swell-height:last-child:not(:first-child) {
        float: left;
        clear: none; }
      #primary_section .row #primary_content .region-content .block-mf-normales:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content .block-mf-hour-rain:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content #block-autopromorain:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content .block-mf-planning-tide:last-child:not(:first-child),
      #primary_section .row #primary_content .region-content .block-mf-swell-height:last-child:not(:first-child) {
        float: right; } }
  #primary_section .row #primary_content .region-content .block-mf-hour-rain.hidden + .block-mf-normales,
  #primary_section .row #primary_content .region-content .block-mf-weather-caption + .block-mf-normales,
  #primary_section .row #primary_content .region-content .block-mf-ads-v2 + .block-mf-normales,
  #primary_section .row #primary_content .region-content .block-mf-atmogramme + .block-mf-normales {
    width: 100%; }
  #primary_section .row #primary_content .region-content .block:not(:last-child):not(.block-mf-zone-bulletin-ville):not(.block-mf-vigilance-popup):not(.block-mf-ads-v2) {
    margin-bottom: 20px; }
  #primary_section .row #primary_content .region-content .block.menu--vignettes-observations .menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media screen and (max-width: 63.99875em) {
      #primary_section .row #primary_content .region-content .block.menu--vignettes-observations .menu {
        grid-template-columns: 1fr 1fr; } }
  #primary_section .row #primary_content .region-content .block.block-mf-weather-caption {
    margin-top: 0;
    width: auto;
    float: left; }
    @media screen and (max-width: 39.99875em) {
      #primary_section .row #primary_content .region-content .block.block-mf-weather-caption {
        float: none; } }
  #primary_section .row #primary_content .region-content .block.block-mf-weather-caption + .block-mf-ads-v2 {
    float: right;
    margin-top: -15px;
    width: auto; }
    @media screen and (max-width: 39.99875em) {
      #primary_section .row #primary_content .region-content .block.block-mf-weather-caption + .block-mf-ads-v2 {
        float: none; } }
  #primary_section .row #primary_content .region-content .block.block-mf-ads-v2 .ad > div {
    margin-bottom: 20px; }
  #primary_section .row #primary_content .region-content #block-autopromorain {
    display: none; }
    @media screen and (min-width: 40em) {
      #primary_section .row #primary_content .region-content #block-autopromorain {
        padding-top: 33px; } }
  #primary_section .row #primary_content .region-content .block-mf-hour-rain:not(.hidden) + #block-autopromorain {
    display: block; }
  #primary_section .row #primary_sidebar .region {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  #primary_section .row #primary_sidebar .block[id*="blocplaceholder"] {
    display: none; }
  #primary_section .row #primary_sidebar .block > h2,
  #primary_section .row #primary_sidebar .block > span {
    font-weight: 400;
    border-radius: 5px;
    color: #333333;
    background-color: #f3f3f3;
    padding: 0.5rem 1rem;
    font-family: "Quicksand", sans-serif;
    font-size: 16.8px;
    display: block;
    border-radius: 50px;
    margin-bottom: 10px; }

@media screen and (min-width: 40em) {
  #primary_bottom {
    padding-top: 20px;
    padding-bottom: 20px; }
    #primary_bottom:not(.in_container) {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 39.99875em) {
  #primary_bottom {
    padding: 10px; }
    #primary_bottom .block-mf-ads-v2 {
      margin-top: 20px; } }

#secondary_section {
  background: #f3f3f3;
  padding: 20px 0px 10px 0px; }
  #secondary_section #secondary_content .block {
    padding-left: 20px;
    padding-right: 20px; }
  #secondary_section .row {
    display: flex; }
    @media screen and (min-width: 64em) {
      #secondary_section .row {
        flex-wrap: wrap; } }
    @media screen and (max-width: 63.99875em) {
      #secondary_section .row {
        flex-direction: column; } }
    #secondary_section .row.has_sidebar {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 64em) {
        #secondary_section .row.has_sidebar {
          margin: 0px -15px; }
          #secondary_section .row.has_sidebar:after {
            content: "";
            display: table;
            clear: both; } }
  @media screen and (min-width: 64em) and (max-width: 39.99875em) {
    #secondary_section .row.has_sidebar {
      margin: 0; } }
      @media screen and (max-width: 39.99875em) {
        #secondary_section .row.has_sidebar {
          padding-left: 10px;
          padding-right: 10px; } }
      #secondary_section .row.has_sidebar #secondary_content .block {
        padding-left: 0;
        padding-right: 0; }
      @media screen and (min-width: 64em) {
        #secondary_section .row.has_sidebar #secondary_content {
          width: 66.66667%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #secondary_section .row.has_sidebar #secondary_content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media screen and (min-width: 64em) {
          #secondary_section .row.has_sidebar #secondary_content, #secondary_section .row.has_sidebar #secondary_content:last-child:not(:first-child) {
            float: left;
            clear: none; }
          #secondary_section .row.has_sidebar #secondary_content:last-child:not(:first-child) {
            float: right; } }
      #secondary_section .row.has_sidebar #secondary_sidebar {
        overflow: clip;
        padding-bottom: 20px; }
        @media screen and (min-width: 64em) {
          #secondary_section .row.has_sidebar #secondary_sidebar {
            width: 33.33333%;
            float: left;
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #secondary_section .row.has_sidebar #secondary_sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
        @media screen and (min-width: 64em) {
            #secondary_section .row.has_sidebar #secondary_sidebar, #secondary_section .row.has_sidebar #secondary_sidebar:last-child:not(:first-child) {
              float: left;
              clear: none; }
            #secondary_section .row.has_sidebar #secondary_sidebar:last-child:not(:first-child) {
              float: right; } }
        #secondary_section .row.has_sidebar #secondary_sidebar .region {
          height: 100%; }
    #secondary_section .row #secondary_content .block:not(:last-child) {
      margin-bottom: 20px; }
    #secondary_section .row #secondary_sidebar .region {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    #secondary_section .row #secondary_sidebar .block > h2 {
      font-weight: 400;
      border-radius: 5px;
      color: #333333;
      background-color: #fff;
      padding: 0.5rem 1rem;
      font-family: "Quicksand", sans-serif;
      font-size: 16.8px;
      margin-bottom: 10px; }

#secondary_section_top {
  background: #f3f3f3; }
  #secondary_section_top .rte p {
    padding: 20px 20px 0 20px; }

#secondary_bottom {
  background: #f3f3f3; }
  @media screen and (min-width: 40em) {
    #secondary_bottom {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 39.99875em) {
    #secondary_bottom {
      padding: 15px 10px; } }

#tertiary_section {
  background: #333333;
  padding: 20px 0px; }
  #tertiary_section .block {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 39.99875em) {
      #tertiary_section .block {
        padding-left: 10px;
        padding-right: 10px; } }

#quaternary_section {
  background: #fff;
  padding: 20px 0px; }
  #quaternary_section .block {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 39.99875em) {
      #quaternary_section .block {
        padding-left: 10px;
        padding-right: 10px; } }

#quinary_section {
  background: #f3f3f3;
  padding: 20px 0px; }
  #quinary_section .block {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 39.99875em) {
      #quinary_section .block {
        padding-left: 10px;
        padding-right: 10px; } }
  #quinary_section .row:after {
    content: "";
    display: table;
    clear: both; }
  #quinary_section .row.has_sidebar {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 64em) {
      #quinary_section .row.has_sidebar {
        margin: 0px -15px; }
        #quinary_section .row.has_sidebar:after {
          content: "";
          display: table;
          clear: both; } }
  @media screen and (min-width: 64em) and (max-width: 39.99875em) {
    #quinary_section .row.has_sidebar {
      margin: 0; } }
    #quinary_section .row.has_sidebar #quinary_content .block {
      padding-left: 0;
      padding-right: 0; }
    @media screen and (min-width: 64em) {
      #quinary_section .row.has_sidebar #quinary_content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #quinary_section .row.has_sidebar #quinary_content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #quinary_section .row.has_sidebar #quinary_content, #quinary_section .row.has_sidebar #quinary_content:last-child:not(:first-child) {
          float: left;
          clear: none; }
        #quinary_section .row.has_sidebar #quinary_content:last-child:not(:first-child) {
          float: right; } }
    #quinary_section .row.has_sidebar #quinary_sidebar {
      overflow: hidden; }
      @media screen and (min-width: 64em) {
        #quinary_section .row.has_sidebar #quinary_sidebar {
          width: 33.33333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #quinary_section .row.has_sidebar #quinary_sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media screen and (min-width: 64em) {
          #quinary_section .row.has_sidebar #quinary_sidebar, #quinary_section .row.has_sidebar #quinary_sidebar:last-child:not(:first-child) {
            float: left;
            clear: none; }
          #quinary_section .row.has_sidebar #quinary_sidebar:last-child:not(:first-child) {
            float: right; } }
  @media screen and (max-width: 39.99875em) {
    #quinary_section .block-mf-contenu-editorial-widget {
      clear: both; } }

#sixary_section {
  background: #f3f3f3;
  padding: 20px 0px; }
  #sixary_section .block {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 39.99875em) {
      #sixary_section .block {
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (min-width: 40em) {
    #sixary_section .block-mf-breadcrumbs {
      display: none; } }
  @media screen and (max-width: 39.99875em) {
    #sixary_section {
      padding-bottom: 0; }
      #sixary_section .block-mf-breadcrumbs {
        padding-top: 20px; }
      #sixary_section > .region > div:last-child:not(.block-mf-breadcrumbs) {
        margin-bottom: 30px; } }

#sub_primary_section {
  background: #0076c9;
  background-image: linear-gradient(to bottom, #0076c9 0%, #1c9bd4 100%);
  padding: 24px 15px; }
  @media screen and (max-width: 39.99875em) {
    #sub_primary_section {
      padding-left: 10px;
      padding-right: 10px;
      clear: both; } }

.user-login-form {
  padding-top: 40px;
  max-width: 300px;
  margin: 0px auto;
  padding-bottom: 60px; }
  @media screen and (max-width: 39.99875em) {
    .user-login-form {
      padding-bottom: 30px; } }
  .user-login-form label {
    display: block;
    margin-bottom: 10px; }
  .user-login-form .form-item:not(:last-child) {
    margin-bottom: 20px; }
  .user-login-form .form-text {
    height: 40px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px; }
  .user-login-form .form-submit {
    height: 40px;
    background: #145e9a;
    color: #fff;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    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; }
    .user-login-form .form-submit:hover {
      background: #db0084; }
  .user-login-form .description {
    display: none; }

#page_error {
  text-align: center;
  background: url(../dist/img/error_bg.png) center no-repeat;
  background-size: cover;
  padding: 100px 0; }
  @media screen and (max-width: 39.99875em) {
    #page_error {
      padding: 50px 0; } }
  #page_error .error_img {
    margin-bottom: 30px;
    font-size: 0; }
    #page_error .error_img img {
      width: 300px; }
      @media screen and (max-width: 39.99875em) {
        #page_error .error_img img {
          width: 200px; } }
  #page_error p.error_message {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-bottom: 30px; }
    #page_error p.error_message span {
      display: block;
      width: 700px;
      max-width: 100%;
      margin: auto;
      font-size: 30px;
      line-height: 40px; }
      @media screen and (max-width: 63.99875em) {
        #page_error p.error_message span {
          width: 460px; } }
      @media screen and (max-width: 39.99875em) {
        #page_error p.error_message span {
          font-size: 20px;
          line-height: 30px; } }
  #page_error a.back_link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #145e9a;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 400; }
    #page_error a.back_link:hover {
      background: #db0084; }
    @media screen and (min-width: 40em) {
      #page_error a.back_link {
        font-size: 20px;
        padding: 10px 30px;
        height: auto;
        border-radius: 30px; } }
  #page_error + #footer {
    margin-top: 0; }

article.profile {
  padding: 0 15px; }

#page_wrapper #page.climat_hd {
  background: none; }
  #page_wrapper #page.climat_hd iframe {
    display: block;
    margin: auto; }

.block_bulletin_page__heading {
  margin-bottom: 15px;
  color: #145e9a;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase; }
  .block_bulletin_page__heading: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;
    font-size: 22px; }

.block_bulletin_page__box {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 19px; }

.block_bulletin_page__title {
  font-weight: 700;
  line-height: 18px;
  color: #145e9a; }
  .block_bulletin_page__title:not(:last-child) {
    margin-bottom: 10px; }

.block_bulletin_page__text {
  line-height: 20px; }

.block_bulletin_page__title, .block_bulletin_page__text {
  font-size: 14px; }

.block_bulletin_page__text:not(:last-child), .block_bulletin_page__image:not(:last-child) {
  margin-bottom: 20px; }

.block_bulletin_page__image img {
  max-width: 100%;
  height: auto; }

nav.menu--service-plus {
  padding-top: 30px; }
  nav.menu--service-plus > span {
    margin-bottom: 20px;
    color: #145e9a;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase; }
    nav.menu--service-plus > span:before {
      content: "\EA3A";
      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; }
  nav.menu--service-plus ul.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media screen and (max-width: 1023px) {
      nav.menu--service-plus ul.menu {
        grid-template-columns: 1fr 1fr; } }

.page_cyclogenese #primary_section .row #primary_content .region-content {
  margin: 0; }

.page_cyclogenese__toggle_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;
  cursor: pointer; }
  .page_cyclogenese__toggle_legend span {
    margin-right: 5px; }
  .page_cyclogenese__toggle_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) {
      .page_cyclogenese__toggle_legend:before {
        background-image: url(/modules/custom/mf_tools_common/img/sprites@2x.png);
        background-size: 196px 171px; } }
  .page_cyclogenese__toggle_legend:hover {
    color: #db0084; }

.page_cyclogenese .cyclogenese img {
  max-width: 100%; }

.block_bac {
  border: 1px solid #145e9a;
  border-radius: 5px;
  padding: 16px 12px 12px 12px; }
  .block_bac__heading {
    margin-bottom: 15px;
    color: #145e9a;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase; }
    .block_bac__heading:before {
      content: "\EA35";
      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_bac__heading:before {
      color: #db0084; }
  .block_bac__content {
    display: flex;
    flex-direction: column;
    gap: 11px; }
  .block_bac__title {
    color: #145e9a;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700; }
  .block_bac__text {
    font-size: 14px;
    line-height: 22px; }
  .block_bac__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 11px; }
    .block_bac__image img {
      max-width: 100%; }

.legend_cyclo {
  font-size: 14px;
  line-height: 18px; }
  .legend_cyclo__box {
    display: flex;
    flex-direction: column;
    border: 1px solid #333333; }
  .legend_cyclo__section {
    display: flex;
    gap: 16px; }
    .legend_cyclo__section:not(:last-child) {
      border-bottom: 1px solid #333333; }
    .legend_cyclo__section svg {
      max-width: 30px;
      max-height: 30px;
      width: auto;
      height: auto; }
  .legend_cyclo__icon, .legend_cyclo__text {
    padding: 15px 10px;
    display: flex;
    align-items: center; }
  .legend_cyclo__icon {
    width: 150px;
    flex: 0 0 150px;
    justify-content: center;
    border-right: 1px solid #333333; }
    @media screen and (max-width: 39.99875em) {
      .legend_cyclo__icon {
        width: 80px;
        flex: 0 0 80px; } }
    .legend_cyclo__icon img {
      max-width: 100%; }
    .legend_cyclo__icon--proba img {
      width: 60px; }
    .legend_cyclo__icon--pos img {
      width: 80px; }
    .legend_cyclo__icon--arrow img {
      width: 90px; }
    .legend_cyclo__icon--name img {
      width: 40px; }

.forest_fire__explication {
  max-width: 776px;
  margin: 40px auto 50px auto;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #00000040;
  padding: 16px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #0C3080; }

#primary_section .row #primary_content .region-content .block.block-analysis-map-block {
  float: none; }

.analysis-map-block #analysis-map-container {
  text-align: center; }
  .analysis-map-block #analysis-map-container img {
    max-width: 100%;
    height: auto; }

.analysis-map-block #download-pdf-button {
  margin: 27px auto;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 32px;
  background: #145e9a;
  border-radius: 75px;
  width: fit-content;
  -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; }
  .analysis-map-block #download-pdf-button:hover {
    background-color: #db0084; }

.analysis_map__text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px; }

.analysis_map__toggle_legend {
  margin: 40px 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  left: 20px;
  text-align: center;
  color: #145e9a;
  font-weight: 600;
  -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;
  cursor: pointer; }
  .analysis_map__toggle_legend:before {
    content: "";
    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: 19px;
    margin-right: 9px; }
  .analysis_map__toggle_legend:hover {
    color: #db0084; }

.analysis_map__legend {
  margin-bottom: 40px; }
  @media screen and (min-width: 40em) {
    .analysis_map__legend {
      padding: 0 20px; } }
  .analysis_map__legend img {
    max-width: 100%;
    height: auto; }

#chart-tide-poi.chartCard {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }

#chart-tide-poi .chartBox {
  width: 700px;
  /* padding: 20px; */
  display: flex;
  max-width: 100%; }

#chart-tide-poi .colSmall {
  width: 65px; }

#chart-tide-poi .colLarge {
  max-width: 700px;
  overflow-x: scroll; }

#chart-tide-poi .box {
  width: calc(700px - 65px);
  height: 300px; }

#chart-tide-poi canvas {
  width: 100%;
  height: 100%; }

.tides_height {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding-top: 30px;
  max-width: 634px;
  --paddingL: 117px; }
  @media screen and (max-width: 74.99875em) {
    .tides_height {
      --paddingL: 70px; } }
  @media screen and (max-width: 39.99875em) {
    .tides_height {
      --paddingL: 120px; } }
  .tides_height__elem {
    flex: 0 0 50%;
    padding-left: var(--paddingL);
    padding: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    font-family: "Quicksand", sans-serif; }
    @media screen and (max-width: 39.99875em) {
      .tides_height__elem {
        flex: 0 0 100%; } }
  .tides_height__label {
    display: block;
    background-color: #eeeeee;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .tides_height__row {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: relative; }
  .tides_height__row + .tides_height__row {
    padding-top: 30px; }
    .tides_height__row + .tides_height__row:before {
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      left: calc(var(--paddingL) * -1);
      height: 1px;
      background: #dee2e6; }
  .tides_height__value:nth-child(2n+1) {
    color: #145e9a; }
  .tides_height__elem:nth-child(2n+1) .tides_height__row:after {
    font-weight: 700;
    position: absolute;
    left: calc(var(--paddingL) * -1); }
  .tides_height__elem:nth-child(2n+1) .tides_height__row:first-of-type:after {
    content: "Heure";
    top: 0; }
  .tides_height__elem:nth-child(2n+1) .tides_height__row:last-of-type:after {
    content: "Hauteur";
    top: 30px; }

.map_observations_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px; }
  .map_observations_tabs__tab {
    font-size: 14px;
    line-height: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #333333;
    display: block;
    padding: 5px 15px;
    background: #eeeeee;
    border-radius: 5px;
    -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; }
    .map_observations_tabs__tab:hover, .map_observations_tabs__tab.active {
      background: #db0084;
      color: #ffffff; }

#mobile_vignettes_row {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-bottom: 20px; }
  #mobile_vignettes_row:empty {
    display: none; }
  #mobile_vignettes_row > * {
    flex: 1 0 calc((100% - var(--gap)) / 2); }
  #mobile_vignettes_row #cyclone-vignette,
  #mobile_vignettes_row #bms-vignette {
    height: 100%; }
  #mobile_vignettes_row .grid {
    height: 100%; }
    #mobile_vignettes_row .grid figure {
      width: 59px;
      flex: 0 0 59px;
      height: 100%;
      min-height: 65px; }
      #mobile_vignettes_row .grid figure img {
        position: static;
        object-fit: cover;
        height: 63px;
        min-height: 100%;
        width: 100%; }
    #mobile_vignettes_row .grid .alerts {
      padding-left: 2px;
      padding-right: 2px; }
    #mobile_vignettes_row .grid p,
    #mobile_vignettes_row .grid .bms-text {
      font-size: 12px;
      line-height: 14px; }
    #mobile_vignettes_row .grid .nb_phenomenous {
      height: 16px;
      width: 16px;
      line-height: 16px; }
  #mobile_vignettes_row #bms-vignette .grid figure {
    height: auto; }

#bms-vignette .grid .bms-text.has-bms:before {
  content: "\EA1D";
  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: 18px;
  display: block;
  margin: 0px auto;
  color: #db0084;
  display: inline-block;
  margin-right: 8px; }
  @media screen and (max-width: 39.99875em) {
    #bms-vignette .grid .bms-text.has-bms:before {
      font-size: 15px; } }

.button_more_bulletin {
  display: flex;
  gap: 5px;
  color: #db0084;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  width: fit-content;
  margin-left: auto; }
  .button_more_bulletin: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;
    font-size: 15px;
    overflow: hidden; }
  .button_more_bulletin:hover {
    text-decoration: underline; }

#map-layers-marine,
#map-layers-marine-mini {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 40em) {
  #mf-outil-clim-page-wrapper {
    padding: 0; } }

@media screen and (max-width: 63.99875em) {
  #mf-outil-clim-page-wrapper {
    margin-left: 0 !important; } }

#mf-outil-clim-page-wrapper #page-main,
#mf-outil-clim-page-wrapper #page-bottom {
  margin-top: 0; }

#mf-outil-clim-page-wrapper #page-bottom {
  position: relative;
  padding-top: 20px; }

#mf-outil-clim-page-wrapper #map-cat {
  z-index: 400; }
  #mf-outil-clim-page-wrapper #map-cat span {
    align-items: center;
    justify-content: center;
    width: auto; }
    #mf-outil-clim-page-wrapper #map-cat span[attr-data=evapo]:before {
      content: "\EA70";
      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; }
    #mf-outil-clim-page-wrapper #map-cat span[attr-data=prec]:before {
      content: "\EA72";
      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; }
    #mf-outil-clim-page-wrapper #map-cat span[attr-data=bilanhydrique]:before {
      content: "\EA72";
      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; }

#mf-outil-clim-header:not(.has_switch) {
  max-width: 100%;
  min-width: 100%; }

#mf-outil-clim-header.has_switch {
  width: auto;
  right: 0; }
  @media screen and (max-width: 74.99875em) {
    #mf-outil-clim-header.has_switch {
      top: -18px; } }
  @media screen and (max-width: 63.99875em) {
    #mf-outil-clim-header.has_switch {
      top: -20px; } }
  @media screen and (min-width: 40em) {
    #mf-outil-clim-header.has_switch + #page-content #page-top {
      max-width: calc(100% - 92px); } }
  @media screen and (max-width: 39.99875em) {
    #mf-outil-clim-header.has_switch {
      top: 10px; } }

#mf-outil-clim-header #chart-table-switch {
  top: -70px;
  right: 0; }
  @media screen and (max-width: 74.99875em) {
    #mf-outil-clim-header #chart-table-switch {
      top: 0 !important;
      right: 0 !important; } }
  @media screen and (max-width: 47.625em) {
    #mf-outil-clim-header #chart-table-switch {
      top: -53px !important; } }

#mf-outil-clim-map {
  width: 100%;
  height: 438px;
  border-radius: 5px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 75em) {
    #mf-outil-clim-map {
      height: 564px; } }
  @media screen and (max-width: 39.99875em) {
    #mf-outil-clim-map {
      height: auto !important;
      aspect-ratio: 1; } }

#page #page-top #data-filter {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
  width: auto; }
  @media screen and (min-width: 40em) {
    #page #page-top #data-filter {
      gap: 20px; } }
  #page #page-top #data-filter.with-days {
    width: 100%; }
  #page #page-top #data-filter #select-day.climat_filters__item,
  #page #page-top #data-filter #select-month.climat_filters__item,
  #page #page-top #data-filter #select-year.climat_filters__item {
    width: auto; }
    @media screen and (max-width: 63.99875em) {
      #page #page-top #data-filter #select-day.climat_filters__item,
      #page #page-top #data-filter #select-month.climat_filters__item,
      #page #page-top #data-filter #select-year.climat_filters__item {
        flex: unset; } }
    @media screen and (max-width: 39.99875em) {
      #page #page-top #data-filter #select-day.climat_filters__item,
      #page #page-top #data-filter #select-month.climat_filters__item,
      #page #page-top #data-filter #select-year.climat_filters__item {
        width: 100%; } }
  #page #page-top #data-filter #select-month.select-normales {
    min-width: 216px; }
    @media screen and (max-width: 39.99875em) {
      #page #page-top #data-filter #select-month.select-normales .select-selected {
        border: 0; } }

.block-mf-outil-clim-map #page-content #area-selector {
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .block-mf-outil-clim-map #page-content #area-selector {
      max-width: 345px; } }
  .block-mf-outil-clim-map #page-content #area-selector .select-selected {
    border-color: #BABABA;
    color: #333333;
    font-weight: 500 !important;
    background: #ffffff;
    display: flex;
    justify-content: space-between; }
    .block-mf-outil-clim-map #page-content #area-selector .select-selected:after {
      content: "\EA02";
      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-mf-outil-clim-map #page-content #area-selector .select-items {
    border-color: #BABABA; }

.climat_filters__item {
  background-color: unset; }
  @media screen and (max-width: 39.99875em) {
    .climat_filters__item {
      width: 100%; } }

.climat_filters__select {
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  border: 0;
  padding: 7px 15px;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding-right: 40px;
  background-image: url(../dist/img/icons/chevron_black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 15px center;
  -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;
  max-width: 100%; }
  .climat_filters__select:hover, .climat_filters__select:active {
    background-color: #db0084;
    color: #ffffff;
    background-image: url(../dist/img/icons/chevron_white.svg); }
  .climat_filters__select option {
    color: #333333;
    background: #eeeeee; }
  @media screen and (max-width: 39.99875em) {
    .climat_filters__select {
      height: 32px;
      width: 100%; } }

.climat_filters .custom-select {
  position: relative !important; }
  .climat_filters .custom-select .select-selected {
    border-radius: 5px;
    background: #eeeeee;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    border: 0;
    padding: 7px 15px;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    @media screen and (max-width: 39.99875em) {
      .climat_filters .custom-select .select-selected {
        height: 32px;
        border-radius: 0; } }
    .climat_filters .custom-select .select-selected:after {
      content: "\EA02";
      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; }
    .climat_filters .custom-select .select-selected.select-arrow-active:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .climat_filters .custom-select-selected .select-selected:not(.select-reset),
  .climat_filters .custom-select-selected .select-reset:hover {
    background: #db0084;
    color: #ffffff; }
  .climat_filters .custom-select .select-items {
    border-color: #eeeeee;
    top: 100%; }

#map-cat {
  background: transparent;
  border-radius: 5px;
  border: 0;
  height: auto;
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  z-index: 1; }
  @media screen and (max-width: 39.99875em) {
    #map-cat {
      display: none; } }
  #map-cat:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 1px;
    right: 1px;
    border-radius: 5px;
    background: #145e9a; }
  #map-cat #map-cat-selector {
    display: none; }
  #map-cat span {
    color: #ffffff;
    background: #145e9a;
    display: flex;
    gap: 5px;
    border: 0;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px; }
    #map-cat span:before {
      font-size: 18px; }
    #map-cat span:not(:last-child) {
      border: 0; }
    #map-cat span:hover, #map-cat span.map-cat-selected {
      background: #ffffff;
      color: #333333; }
  #map-cat #map-cat-temp:before {
    content: "\EA70";
    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; }
  #map-cat #map-cat-prec:before {
    content: "\EA72";
    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; }
  #map-cat #map-cat-inso:before {
    content: "\EA74";
    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; }

#mf-outil-clim-page-wrapper {
  max-width: 100%; }
  @media screen and (max-width: 39.99875em) {
    #mf-outil-clim-page-wrapper {
      padding: 10px 0; } }
  #mf-outil-clim-page-wrapper #area-selector {
    width: unset;
    margin: unset; }
  @media screen and (min-width: 40em) {
    #mf-outil-clim-page-wrapper #poi_selector {
      margin: 0px -15px; }
      #mf-outil-clim-page-wrapper #poi_selector:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 40em) and (max-width: 39.99875em) {
    #mf-outil-clim-page-wrapper #poi_selector {
      margin: 0; } }
  @media screen and (max-width: 63.99875em) {
    #mf-outil-clim-page-wrapper #poi_selector {
      margin: 0; } }
  @media screen and (min-width: 40em) {
    #mf-outil-clim-page-wrapper #poi_selector > li {
      width: 50%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #mf-outil-clim-page-wrapper #poi_selector > li {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      #mf-outil-clim-page-wrapper #poi_selector > li, #mf-outil-clim-page-wrapper #poi_selector > li:last-child:not(:first-child) {
        float: left;
        clear: none; }
      #mf-outil-clim-page-wrapper #poi_selector > li:last-child:not(:first-child) {
        float: right; } }
  @media screen and (max-width: 39.99875em) {
    #mf-outil-clim-page-wrapper #poi_selector > li:not(:last-child) {
      margin-bottom: 20px; } }
  #mf-outil-clim-page-wrapper #poi_selector > li .select-container {
    position: relative; }
    #mf-outil-clim-page-wrapper #poi_selector > li .select-container select {
      height: 40px;
      border-radius: 5px !important;
      padding-left: 15px;
      font-size: 14px;
      color: #333333;
      background-color: #fff;
      background-image: none;
      cursor: pointer;
      width: 100%;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #a6a6a6; }

#mf-outil-clim-page-wrapper #poi_selector > li {
  float: none;
  width: 100%; }

button#select-year-norms {
  height: 28px;
  margin-left: 0;
  padding: 0;
  border: 0;
  background-color: #EDEDED;
  color: #333333; }
  button#select-year-norms.year-norms-selected {
    background: #db0084 !important;
    color: #ffffff; }
  button#select-year-norms span {
    position: static; }
  @media screen and (max-width: 39.99875em) {
    button#select-year-norms {
      border-radius: 0;
      text-transform: uppercase;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (max-width: 39.99875em) {
  #page #page-top #data-filter button#select-year-norms {
    border: 0;
    min-width: 100%;
    height: 32px; } }

.map_lightning_count {
  position: relative;
  z-index: 2;
  bottom: 70px;
  left: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #145e9a; }
  @media screen and (max-width: 74.99875em) {
    .map_lightning_count {
      bottom: 100px; } }
  @media screen and (max-width: 47.9375em) {
    .map_lightning_count {
      bottom: 126px; } }
  .map_lightning_count span {
    font-weight: 700; }

.block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 12px;
  padding-right: 12px; }
  .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right button.leaflet-bar.leaflet-control {
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    margin: 0;
    font-size: 0;
    border: 0;
    margin-bottom: 12px;
    -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-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right button.leaflet-bar.leaflet-control:before {
      content: "\EA6C";
      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-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers {
    margin: 0;
    width: 100%;
    padding: 0 12px 0 12px;
    border-radius: 0px; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers .leaflet-control-layers-list .leaflet-control-layers-overlays label {
      margin-bottom: 12px; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers:nth-child(2) {
      padding: 12px 12px 0px 12px;
      border-radius: 5px 5px 0 0; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers:last-child {
      padding: 0px 12px 0px 12px;
      border-radius: 0 0 5px 5px; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers:nth-child(2):last-child {
      padding: 12px 12px 0px 12px;
      border-radius: 5px 5px 5px 5px; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers .leaflet-control-layers-base,
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers .leaflet-control-layers-separator,
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers .leaflet-control-layers-toggle {
      display: none; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers .leaflet-control-layers-list {
      display: block; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers .leaflet-control-layers-overlays {
      display: flex;
      flex-direction: column; }
    .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers input[type=checkbox] {
      position: absolute;
      opacity: 0; }
      .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers input[type=checkbox] + span {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        color: black;
        text-transform: none;
        position: relative; }
        .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers input[type=checkbox] + span:after {
          content: "";
          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-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers input[type=checkbox] + span:before {
          content: "";
          position: absolute;
          top: 2px;
          right: 2px;
          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-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers input[type=checkbox]:not(:checked) + span:before {
        margin-right: 26px; }
      .block-mf-map-layers-animation-orageuse .leaflet-top.leaflet-right .leaflet-control-layers input[type=checkbox]:checked + span:after {
        background: #145e9a; }

.storm_banner {
  background: #145e9a;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 16px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 17px; }
  @media screen and (max-width: 39.99875em) {
    .storm_banner {
      flex-direction: column; } }
  .storm_banner b {
    font-weight: 600; }
  .storm_banner__half {
    display: flex;
    align-items: center;
    gap: 10px; }
    .storm_banner__half:first-child:before {
      content: "\EA78";
      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: 26px; }

.storm_legend {
  display: flex;
  gap: 32px;
  color: #0C3080;
  padding: 5px 36px 44px 36px; }
  @media screen and (max-width: 39.99875em) {
    .storm_legend {
      flex-direction: column;
      padding: 5px 16px 16px 16px; } }
  .storm_legend__wrapper {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px #0000001A; }
    @media screen and (max-width: 39.99875em) {
      .storm_legend__wrapper {
        margin-bottom: 16px; } }
  .storm_legend__trigger {
    margin: 0;
    padding: 21px 36px;
    width: 100%; }
    .storm_legend__trigger.active {
      color: #db0084; }
    @media screen and (max-width: 39.99875em) {
      .storm_legend__trigger {
        padding: 16px; } }
  @media screen and (min-width: 75em) {
    .storm_legend__left, .storm_legend__right {
      max-width: 50%;
      width: 292px; } }
  .storm_legend__text {
    font-size: 16px;
    line-height: 19px; }
    .storm_legend__text--title {
      display: block;
      margin-bottom: 18px; }
    .storm_legend__text--square, .storm_legend__text--triangle {
      display: flex;
      align-items: center; }
      .storm_legend__text--square:after, .storm_legend__text--triangle:after {
        content: ""; }
      .storm_legend__text--square:not(:last-child), .storm_legend__text--triangle:not(:last-child) {
        margin-bottom: 5px; }
    .storm_legend__text--square {
      gap: 12px; }
      .storm_legend__text--square:after {
        width: 17px;
        height: 17px;
        background: #db0084; }
    .storm_legend__text--triangle {
      gap: 8px; }
      .storm_legend__text--triangle:after {
        border-style: solid;
        border-width: 0 9px 15px 9px;
        border-color: transparent transparent #db0084 transparent; }
  .storm_legend__col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content; }
  .storm_legend__row {
    display: flex;
    flex-wrap: wrap; }
    .storm_legend__row--spaced {
      justify-content: space-between; }
  .storm_legend__square {
    width: 20px;
    flex: 0 0 20px;
    height: 20px; }
    .storm_legend__square--purple {
      background: #B485E8; }
    .storm_legend__square--purple-blue {
      background: #8585FF; }
    .storm_legend__square--light-blue-p {
      background: #85DAFE; }
    .storm_legend__square--light-blue {
      background: #86FEFD; }
    .storm_legend__square--light-blue-darker {
      background: #8BECE7; }
    .storm_legend__square--light-blue-cyan {
      background: #91DCD5; }
    .storm_legend__square--green {
      background: #BAD49D; }
    .storm_legend__square--yellow {
      background: #FEFF86; }
    .storm_legend__square--yellow-dark {
      background: #FFE987; }
    .storm_legend__square--orange {
      background: #FDD785; }
    .storm_legend__square--red {
      background: #FD8584; }
    .storm_legend__square--brown {
      background: #CD9088; }
    .storm_legend__square--pink {
      background: #FD86FD; }
  .storm_legend__label {
    font-size: 13px;
    line-height: 16px; }

.page_radiosondage {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 20px; }
  @media screen and (min-width: 75em) {
    .page_radiosondage {
      padding-left: 15px;
      padding-right: 15px; } }
  .page_radiosondage__body {
    font-size: 14px;
    line-height: 15px;
    color: #E90019; }
    .page_radiosondage__body > div {
      display: flex;
      flex-direction: column;
      gap: 26px; }
  .page_radiosondage__row {
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 63.99875em) {
      .page_radiosondage__row {
        flex-direction: column; } }
  .page_radiosondage__box {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 19px; }
  .page_radiosondage__subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    color: #db0084;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .page_radiosondage__list {
    display: flex;
    flex-wrap: wrap; }
    .page_radiosondage__list--2_cols {
      gap: 10px; }
      .page_radiosondage__list--2_cols > * {
        flex: 0 0 calc((100% - 10px) / 2); }
    .page_radiosondage__list:not(.page_radiosondage__list--2_cols) {
      gap: 20px; }
  .page_radiosondage__link {
    font-size: 16px;
    line-height: 26px;
    color: #145e9a;
    font-weight: 700;
    text-decoration: underline;
    font-family: inherit;
    text-align: left; }
  .page_radiosondage__text {
    font-size: 14px;
    line-height: 20px;
    color: #333333; }
  .page_radiosondage #radiosondage-img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 360px;
    height: auto; }
