@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; }

.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; } }

.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: "\EA1C";
        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: #ffb82b; }
    .tooltip_container.vigilance-orange .tooltip:before {
      border-color: transparent transparent #ffb82b transparent; }
  .tooltip_container.vigilance-rouge .tooltip {
    background: #cc0000; }
    .tooltip_container.vigilance-rouge .tooltip:before {
      border-color: transparent transparent #cc0000 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; }
      .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: "\EA43";
          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 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 p {
        font-size: 14px;
        line-height: 20px !important; }
        .modal .modal-content .modal-body p:not(:last-child) {
          margin-bottom: 15px !important; }
        .modal .modal-content .modal-body p a {
          color: #145e9a; }
          .modal .modal-content .modal-body p a:hover {
            text-decoration: underline; }

.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; }
  .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: 10px;
    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; }
    .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 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: 60px;
  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: "\EA13";
            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 {
      display: block;
      font-size: 16px;
      color: #145e9a;
      font-weight: 700; }
      #primary_sidebar .block-menu > ul.menu > li > a:hover {
        color: #db0084; }
    #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: "\EA37";
          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: "\EA2E";
          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 {
        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 {
          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 {
          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; }

#page_wrapper {
  padding-top: 180px; }
  @media screen and (max-width: 63.99875em) {
    #page_wrapper {
      padding-top: 140px; } }
  @media screen and (max-width: 39.99875em) {
    #page_wrapper {
      background: none !important;
      padding-top: 150px; } }
  #page_wrapper #section_above_page {
    margin-bottom: 10px;
    margin-top: 10px; }
    @media screen and (max-width: 39.99875em) {
      #page_wrapper #section_above_page {
        padding-left: 10px;
        padding-right: 10px;
        margin: 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 {
        background: #f3f3f3;
        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; }

#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: 6px;
        padding-bottom: 6px; } }
    #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; }
        #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: 39.99875em) {
            #header #header_top .row #header_top_left .marianne {
              margin: 5px 10px 5px 3px; } }
          #header #header_top .row #header_top_left .marianne img {
            height: 54px;
            width: auto; }
            @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: block;
            padding: 3px; }
            #header #header_top .row #header_top_left #custom-logo img {
              width: 46px;
              height: auto; } }
        @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 */ }
        @media screen and (min-width: 64em) {
          #header #header_top .row #header_top_middle {
            margin-right: 15px; } }
        #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: 42px; } }
          @media screen and (min-width: 40em) and (max-width: 63.99875em) {
            #header #header_top .row #header_top_middle .region-header-middle .block:not(:last-child) {
              margin-right: 10px; } }
          #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul {
            display: flex;
            align-items: center; }
            #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul li:not(:last-child) {
              margin-right: 25px; }
            #header #header_top .row #header_top_middle .region-header-middle .menu--public---menu-social-header ul 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 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 li a:hover {
                color: #db0084; }
        @media screen and (max-width: 39.99875em) {
          #header #header_top .row #header_top_middle {
            flex: 0; }
            #header #header_top .row #header_top_middle > div {
              display: block !important;
              position: absolute;
              top: 64px;
              left: 0;
              right: 0;
              margin: 0; }
              #header #header_top .row #header_top_middle > div input[type='text'] {
                width: 100%;
                border-width: 1px 0 0 0;
                border-radius: 0;
                height: 38px;
                padding-left: 11px;
                font-size: 13px;
                font-family: "Quicksand", sans-serif; }
                #header #header_top .row #header_top_middle > div input[type='text'].placeholder {
                  color: #003661;
                  font-weight: 700; }
                #header #header_top .row #header_top_middle > div input[type='text']:-moz-placeholder {
                  color: #003661;
                  font-weight: 700; }
                #header #header_top .row #header_top_middle > div input[type='text']::-moz-placeholder {
                  color: #003661;
                  font-weight: 700; }
                #header #header_top .row #header_top_middle > div input[type='text']:-ms-input-placeholder {
                  color: #003661;
                  font-weight: 700; }
                #header #header_top .row #header_top_middle > div input[type='text']::-webkit-input-placeholder {
                  color: #003661;
                  font-weight: 700; }
                #header #header_top .row #header_top_middle > div input[type='text']::placeholder {
                  color: #003661;
                  font-weight: 700; }
              #header #header_top .row #header_top_middle > div button {
                height: 36px; }
            #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: "\EA3B";
            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: "\EA40";
            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; }
        #header #header_top .row #header_top_right .block-mf-notifications {
          margin-right: 15px;
          width: 40px;
          height: 40px; }
          @media screen and (max-width: 63.99875em) {
            #header #header_top .row #header_top_right .block-mf-notifications {
              margin-right: 5px; } }
          @media screen and (max-width: 39.99875em) {
            #header #header_top .row #header_top_right .block-mf-notifications {
              width: auto;
              height: auto;
              margin-right: 4px; } }
        @media screen and (min-width: 64em) {
          #header #header_top .row #header_top_right .toggle_sidebar_menu {
            display: none; } }
  #header #header_middle {
    z-index: 557;
    border-top: solid 1px #eaeaea;
    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 {
            color: #db0084 !important; }
          #header #header_middle .row nav > ul.menu > li {
            /* LEVEL 2 */ }
            #header #header_middle .row nav > ul.menu > li:not(:last-child) {
              margin-right: 20px; }
            #header #header_middle .row nav > ul.menu > li > a {
              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 {
                  font-size: 11px; } }
              #header #header_middle .row nav > ul.menu > li > a:hover {
                color: #db0084; }
              #header #header_middle .row nav > 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;
                margin-right: 10px;
                font-size: 15px; }
            #header #header_middle .row nav > ul.menu > li.menu-item--expanded > a: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 {
                    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 {
                      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: 39.99875em) {
      #header #header_bottom {
        margin-top: 38px; } }
  #header.nav-up {
    transform: translateY(-104px); }
    @media screen and (max-width: 39.99875em) {
      #header.nav-up {
        transform: translateY(-90px); } }
  @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;
  margin-right: 17px;
  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 (min-width: 40em) and (max-width: 63.99875em) {
    .toggle_sidebar_menu {
      margin-right: 0;
      margin-left: 10px; } }
  @media screen and (max-width: 39.99875em) {
    .toggle_sidebar_menu {
      width: auto;
      height: auto;
      margin-left: 10px; }
      .toggle_sidebar_menu:before {
        font-size: 20px; } }

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

body.toolbar-horizontal #header {
  top: 53px; }

#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: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 {
          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_menu_footer {
      padding: 1rem;
      margin-top: 16px; }
      #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;
            margin-bottom: -15px;
            justify-content: flex-start; } }
        #footer #footer_top .block_menu_footer nav > ul li {
          margin-bottom: 15px; }
          @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 (max-width: 63.99875em) {
            #footer #footer_top .block_menu_footer nav > ul li {
              width: 33.33%; } }
          @media screen and (max-width: 39.99875em) {
            #footer #footer_top .block_menu_footer nav > ul li {
              width: 50%; } }
          #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: "\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: #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_top .region-footer {
      max-width: 815px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      margin: 0px auto;
      padding: 20px; }
      #footer #footer_top .region-footer > nav {
        flex: 0 0 calc(100% / 3); }
        @media screen and (max-width: 39.99875em) {
          #footer #footer_top .region-footer > nav {
            flex: 0 0 100%; }
            #footer #footer_top .region-footer > nav:not(:last-child) {
              margin-bottom: 30px; } }
        #footer #footer_top .region-footer > nav > span {
          display: block;
          color: #ffffff;
          font-size: 14px;
          font-weight: 700;
          font-family: "Quicksand", sans-serif;
          line-height: 18px;
          margin-bottom: 24px; }
        #footer #footer_top .region-footer > nav li {
          display: flex;
          margin-bottom: 10px; }
          #footer #footer_top .region-footer > nav li a {
            font-size: 14px;
            color: #ffffff;
            font-weight: 400;
            white-space: nowrap;
            text-transform: uppercase; }
  #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; }

#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: 0;
  z-index: 1001;
  background: #fff;
  transform: translateX(320px);
  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 {
    transform: translateX(0px);
    opacity: 1; }
  #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: "\EA43";
        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 .block-mf-logo {
      display: block;
      padding-top: 16px;
      padding-bottom: 16px; }
      #sidebar_page .inner .block-mf-logo img {
        display: block;
        margin: 0px auto; }
    #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.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: "\EA37";
              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: "\EA2E"; }
            #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: 53px; }

#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; } }

@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:after {
  content: "";
  display: table;
  clear: both; }

@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; } }

@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: hidden; }
  @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 #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; } }

@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 {
    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 {
      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) {
      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) {
      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 {
  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.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 .block:not(:last-child) {
  margin-bottom: 20px; }

#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; }

#primary_section .row #primary_sidebar #front_img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px; }

#primary_section .row #primary_sidebar .list-article_5 {
  margin-bottom: 30px; }
  #primary_section .row #primary_sidebar .list-article_5 > li:not(:last-child) {
    margin-bottom: 10px; }
  #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 {
    display: flex;
    overflow: hidden; }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 figure {
      position: relative;
      overflow: hidden; }
      #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 figure img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -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;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 .item-details {
      padding: 10px;
      position: relative; }
      #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 .item-details .item-title {
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        color: #003661;
        font-family: "Quicksand", sans-serif;
        margin-bottom: 5px; }
      #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 .item-details .item-date {
        font-size: 13px;
        color: #1c9bd4; }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5:hover figure img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5:hover .item-details .arrow {
      background: #db0084; }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5:hover .item-details .item-link {
      color: #db0084; }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 figure {
      flex: 0 0 80px; }
    #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 .item-details {
      padding: 10px;
      align-self: center; }
      #primary_section .row #primary_sidebar .list-article_5 .teaser_article_5 .item-details .item-title {
        margin-bottom: 10px; }
  #primary_section .row #primary_sidebar .list-article_5 + .button_wrap {
    text-align: center; }
    #primary_section .row #primary_sidebar .list-article_5 + .button_wrap a {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      border: 2px solid #145e9a;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 5px 29px;
      padding-right: 20px;
      font-family: "Quicksand", sans-serif;
      font-weight: 500;
      cursor: pointer;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #ffffff;
      background: #145e9a; }
      #primary_section .row #primary_sidebar .list-article_5 + .button_wrap a:after {
        content: "\EA04";
        font-family: "fa";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        margin-left: 20px;
        font-size: 12px; }
      #primary_section .row #primary_sidebar .list-article_5 + .button_wrap a:hover {
        color: #145e9a;
        background: none; }

@media screen and (min-width: 40em) {
  #primary_bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 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; }
  #secondary_section #secondary_content .block {
    padding-left: 20px;
    padding-right: 20px; }
  #secondary_section .row:after {
    content: "";
    display: table;
    clear: both; }
  #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: hidden; }
      @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 #secondary_content .block:not(:last-child) {
    margin-bottom: 20px; }
  #secondary_section .row #secondary_sidebar .block:not(:last-child) {
    margin-bottom: 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-top: 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; }
