@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#atmogramme_time_picker {
  border: 1px solid #dee2e6;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  font-family: "Quicksand", sans-serif;
  background: #ffffff; }
  #atmogramme_time_picker > div {
    width: calc(100% + 2px); }
  #atmogramme_time_picker .time_picker_hour {
    position: relative;
    -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-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    #atmogramme_time_picker .time_picker_hour .chart-container {
      position: absolute;
      top: 0;
      left: 0; }
    #atmogramme_time_picker .time_picker_hour canvas {
      height: 100%;
      width: 100%; }
  #atmogramme_time_picker .overflow_scroll {
    overflow: auto;
    padding-top: 16px;
    margin-top: -16px; }
    #atmogramme_time_picker .overflow_scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #f5f5f5; }
    #atmogramme_time_picker .overflow_scroll::-webkit-scrollbar {
      width: 10px;
      background-color: #f5f5f5; }
    #atmogramme_time_picker .overflow_scroll::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #145e9a; }
  #atmogramme_time_picker ul {
    list-style-type: none;
    display: flex;
    height: 100%; }
    #atmogramme_time_picker ul.time_picker_list {
      flex-wrap: nowrap; }
    #atmogramme_time_picker ul li:not(.header) {
      min-width: 95px;
      flex: 0 0 auto;
      position: relative; }
      #atmogramme_time_picker ul li:not(.header):not(:first-child):before {
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #dee2e6; }
      #atmogramme_time_picker ul li:not(.header).today.period_item {
        padding-top: 31px; }
      #atmogramme_time_picker ul li:not(.header).today:before {
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #dee2e6; }
      #atmogramme_time_picker ul li:not(.header).day:before {
        width: 1px;
        top: 0;
        background-color: #036ba1; }
        @media screen and (max-width: 39.99875em) {
          #atmogramme_time_picker ul li:not(.header).day:before {
            bottom: 0; } }
      #atmogramme_time_picker ul li:not(.header).day:nth-child(2):before {
        background-color: #9b9b9b; }
      #atmogramme_time_picker ul li:not(.header).day .period_item {
        padding-top: 31px; }
      #atmogramme_time_picker ul li:not(.header) .day_text {
        z-index: 3;
        position: absolute;
        top: 10px;
        left: 0;
        text-align: center;
        padding: 0 5px;
        text-transform: uppercase;
        font-size: 11px;
        color: #145e9a;
        font-weight: bold;
        min-width: 95px; }
        #atmogramme_time_picker ul li:not(.header) .day_text.day_text_today {
          color: #db0084; }
      @media screen and (max-width: 39.99875em) {
        #atmogramme_time_picker ul li:not(.header).hour .day_text {
          min-width: 60px; } }
      #atmogramme_time_picker ul li:not(.header).period_item {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        z-index: 11;
        -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;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media screen and (max-width: 39.99875em) {
          #atmogramme_time_picker ul li:not(.header).period_item {
            padding-left: 10px;
            padding-right: 10px; } }
        #atmogramme_time_picker ul li:not(.header).period_item.hour {
          min-width: 60px;
          text-align: center;
          height: 185px; }
          #atmogramme_time_picker ul li:not(.header).period_item.hour .day_text {
            position: absolute;
            left: 0;
            padding-left: 10px;
            font-size: 11px;
            color: #145e9a;
            z-index: 10;
            top: 10px; }
            #atmogramme_time_picker ul li:not(.header).period_item.hour .day_text.day_text_today {
              font-size: 10px;
              padding-left: 0;
              right: 0;
              text-align: center;
              top: 12px; }
          #atmogramme_time_picker ul li:not(.header).period_item.hour .current_time {
            height: 20px;
            line-height: 20px;
            background: #db0084;
            left: 5px;
            right: 5px;
            position: absolute;
            top: 30px;
            color: #fff;
            border-radius: 5px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 700;
            z-index: 15px; }
        #atmogramme_time_picker ul li:not(.header).period_item .triangle {
          bottom: 100%;
          position: absolute;
          left: 0;
          width: 100%; }
          #atmogramme_time_picker ul li:not(.header).period_item .triangle:before {
            content: "";
            height: 0px;
            width: 100%;
            background: #db0084;
            position: absolute;
            top: 0;
            left: 0;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #atmogramme_time_picker ul li:not(.header).period_item .triangle:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 21px 0px 21px;
            border-color: transparent transparent #db0084 transparent;
            position: absolute;
            z-index: 1;
            left: 50%;
            margin-left: -21px;
            bottom: 0;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        #atmogramme_time_picker ul li:not(.header).period_item .inside {
          text-align: center; }
          #atmogramme_time_picker ul li:not(.header).period_item .inside svg,
          #atmogramme_time_picker ul li:not(.header).period_item .inside img {
            max-width: 45px; }
          #atmogramme_time_picker ul li:not(.header).period_item .inside .max {
            color: #e00000; }
          #atmogramme_time_picker ul li:not(.header).period_item .inside .weather_temp {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 3px; }
            #atmogramme_time_picker ul li:not(.header).period_item .inside .weather_temp img,
            #atmogramme_time_picker ul li:not(.header).period_item .inside .weather_temp svg {
              width: 40px;
              display: block;
              height: 40px; }
            #atmogramme_time_picker ul li:not(.header).period_item .inside .weather_temp p {
              font-size: 16px;
              color: #145e9a;
              font-weight: 700;
              margin-left: 5px;
              line-height: 20px; }
              #atmogramme_time_picker ul li:not(.header).period_item .inside .weather_temp p span {
                display: inline-block; }
          #atmogramme_time_picker ul li:not(.header).period_item .inside .period {
            text-align: center;
            font-size: 12px;
            font-weight: 500;
            color: #145e9a;
            line-height: 15px; }
            #atmogramme_time_picker ul li:not(.header).period_item .inside .period:not(.upper) {
              margin-bottom: 5px; }
            #atmogramme_time_picker ul li:not(.header).period_item .inside .period.upper {
              text-transform: uppercase;
              font-size: 11px;
              font-weight: 700; }
        #atmogramme_time_picker ul li:not(.header).period_item:after {
          content: "";
          width: 100%;
          height: 0px;
          position: absolute;
          bottom: 0px;
          left: 0;
          background: #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; }
        #atmogramme_time_picker ul li:not(.header).period_item:hover:after, #atmogramme_time_picker ul li:not(.header).period_item.active:after {
          height: 4px; }
        #atmogramme_time_picker ul li:not(.header).period_item.active {
          z-index: 22; }
          #atmogramme_time_picker ul li:not(.header).period_item.active .day_text {
            font-weight: bold; }
          #atmogramme_time_picker ul li:not(.header).period_item.active .triangle:before {
            height: 4px; }
          #atmogramme_time_picker ul li:not(.header).period_item.active .triangle:after {
            border-width: 0 21px 9px 21px; }
        #atmogramme_time_picker ul li:not(.header).period_item.lastDayWeek:not(:last-child):after {
          background: #036ba1;
          position: absolute;
          content: "";
          width: 1px;
          bottom: 0;
          right: 0;
          top: 0;
          z-index: 2;
          height: 100%;
          left: auto;
          transition: none; }
        #atmogramme_time_picker ul li:not(.header).period_item.lastDayWeek + .period_item:before {
          display: none; }
        #atmogramme_time_picker ul li:not(.header).period_item.lastDayWeek + .period_item.active .triangle:before, #atmogramme_time_picker ul li:not(.header).period_item.lastDayWeek + .period_item:after {
          left: -4px;
          right: 0;
          width: auto; }
    #atmogramme_time_picker ul .wind {
      font-size: 0; }
      #atmogramme_time_picker ul .wind p {
        font-size: 12px;
        font-weight: 400;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #145e9a;
        margin-bottom: 3px; }
        #atmogramme_time_picker ul .wind p img {
          margin-right: 4px; }
        #atmogramme_time_picker ul .wind p strong {
          font-weight: 700;
          margin-right: 2px; }
      #atmogramme_time_picker ul .wind .rafales-vent-details {
        display: inline-block;
        background: #e00000;
        padding: 5px;
        border-radius: 2px;
        font-size: 10px;
        line-height: 12px;
        padding: 0 3px;
        font-weight: 500;
        color: #ffffff; }

#atmogramme_slider {
  background: #0076c9;
  background-image: linear-gradient(to bottom, #0076c9 0%, #1c9bd4 100%);
  min-height: 300px;
  color: #fff;
  position: relative;
  border-radius: 5px 5px 0 0;
  font-family: "Quicksand", sans-serif;
  /* Les animations d'entrée (« enter ») et de sortie (« leave »)  */
  /* peuvent utiliser différentes fonctions de durée et de temps.  */ }
  @media screen and (max-width: 39.99875em) {
    #atmogramme_slider {
      min-height: 210px; } }
  #atmogramme_slider.beach {
    background: url("/modules/custom/mf_atmogramme_v2/img/bg_plage.jpg"); }
  #atmogramme_slider.mountain {
    background: url("/modules/custom/mf_atmogramme_v2/img/bg_montagne.jpg"); }
  #atmogramme_slider.beach, #atmogramme_slider.mountain {
    position: relative;
    background-size: cover;
    background-position: center; }
    #atmogramme_slider.beach:before, #atmogramme_slider.mountain:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #0076c9;
      background-image: linear-gradient(to bottom, #0076c9 0%, #1c9bd4 100%);
      z-index: 0;
      opacity: 0.6; }
    #atmogramme_slider.beach .slider_item, #atmogramme_slider.mountain .slider_item {
      position: relative; }
  #atmogramme_slider .slider_item {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 30px; }
    @media screen and (max-width: 39.99875em) {
      #atmogramme_slider .slider_item {
        padding-top: 12px;
        padding-bottom: 10px; } }
    #atmogramme_slider .slider_item.single {
      min-height: 300px;
      align-items: center; }
      @media screen and (max-width: 39.99875em) {
        #atmogramme_slider .slider_item.single {
          min-height: 210px;
          padding-right: 30px;
          padding-left: 30px; } }
      #atmogramme_slider .slider_item.single li {
        width: 33.33%;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 39.99875em) {
          #atmogramme_slider .slider_item.single li {
            width: 50%; } }
      #atmogramme_slider .slider_item.single .weather_temperature p {
        font-size: 14px;
        line-height: 18px;
        color: #ffffff; }
      #atmogramme_slider .slider_item.single .weather_temperature .temp {
        font-size: 60px;
        color: #ffffff;
        font-weight: 500;
        height: 75px;
        line-height: 75px;
        margin: 0px auto;
        display: block;
        margin-bottom: 5px; }
      @media screen and (min-width: 40em) {
        #atmogramme_slider .slider_item.single .weather_icon:after, #atmogramme_slider .slider_item.single .weather_icon:before {
          content: "";
          width: 1px;
          height: 133px;
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 52%, rgba(255, 255, 255, 0));
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }
        #atmogramme_slider .slider_item.single .weather_icon:after {
          right: 0; }
        #atmogramme_slider .slider_item.single .weather_icon:before {
          left: 0; } }
      #atmogramme_slider .slider_item.single .weather_icon .svg_container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 65px;
        margin: 0px auto;
        margin-bottom: 17px; }
        @media screen and (max-width: 39.99875em) {
          #atmogramme_slider .slider_item.single .weather_icon .svg_container {
            margin-bottom: 10px; } }
        #atmogramme_slider .slider_item.single .weather_icon .svg_container img,
        #atmogramme_slider .slider_item.single .weather_icon .svg_container svg {
          display: block;
          width: 100px;
          height: 100px;
          margin: 0px auto; }
          @media screen and (max-width: 39.99875em) {
            #atmogramme_slider .slider_item.single .weather_icon .svg_container img,
            #atmogramme_slider .slider_item.single .weather_icon .svg_container svg {
              width: 80px;
              height: 80px; } }
      #atmogramme_slider .slider_item.single .weather_icon p {
        font-family: "Quicksand", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #ffffff; }
      #atmogramme_slider .slider_item.single .weather_details {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff; }
        @media screen and (max-width: 39.99875em) {
          #atmogramme_slider .slider_item.single .weather_details {
            width: 100%;
            margin-top: 10px;
            padding-top: 24px; }
            #atmogramme_slider .slider_item.single .weather_details:before {
              content: "";
              height: 1px;
              width: 300px;
              max-width: 90%;
              background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 52%, rgba(255, 255, 255, 0));
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              margin: auto; } }
        #atmogramme_slider .slider_item.single .weather_details ul {
          min-width: 155px; }
          #atmogramme_slider .slider_item.single .weather_details ul > li {
            width: 100%;
            line-height: 20px;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            align-items: center; }
            #atmogramme_slider .slider_item.single .weather_details ul > li:not(:last-child) {
              margin-bottom: 10px; }
            @media screen and (max-width: 39.99875em) {
              #atmogramme_slider .slider_item.single .weather_details ul > li {
                justify-content: center; } }
            #atmogramme_slider .slider_item.single .weather_details ul > li:before {
              color: #003661;
              font-size: 14px;
              width: 20px;
              text-align: center;
              margin-right: 4px; }
            #atmogramme_slider .slider_item.single .weather_details ul > li strong {
              font-weight: 800;
              margin: 0px 3px; }
            #atmogramme_slider .slider_item.single .weather_details ul > li.temp:before {
              font-size: 20px;
              content: "\EA46";
              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; }
            #atmogramme_slider .slider_item.single .weather_details ul > li.indice_uv:before {
              content: "\EA42";
              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; }
            #atmogramme_slider .slider_item.single .weather_details ul > li.rain:before {
              content: "\EA18";
              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; }
            #atmogramme_slider .slider_item.single .weather_details ul > li.t_sea:before {
              content: "\EA4E";
              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; }
            #atmogramme_slider .slider_item.single .weather_details ul > li.wind {
              flex-wrap: wrap; }
              #atmogramme_slider .slider_item.single .weather_details ul > li.wind .wind-speed {
                font-size: 14px;
                font-weight: 400;
                flex: 0 0 100%;
                display: flex;
                align-items: center; }
                @media screen and (max-width: 39.99875em) {
                  #atmogramme_slider .slider_item.single .weather_details ul > li.wind .wind-speed {
                    justify-content: center; } }
                #atmogramme_slider .slider_item.single .weather_details ul > li.wind .wind-speed img {
                  margin-right: 6px; }
                #atmogramme_slider .slider_item.single .weather_details ul > li.wind .wind-speed strong {
                  font-weight: 700;
                  margin-right: 4px; }
            #atmogramme_slider .slider_item.single .weather_details ul > li .rafales-vent-details {
              background: #e00000;
              padding: 5px;
              border-radius: 2px;
              font-size: 11px;
              margin-top: 5px;
              line-height: 20px;
              padding: 0 5px;
              font-weight: 500; }
    #atmogramme_slider .slider_item.multiple {
      display: flex;
      min-height: 220px; }
      @media screen and (max-width: 450px) {
        #atmogramme_slider .slider_item.multiple {
          flex-wrap: wrap;
          min-height: 390px; } }
      #atmogramme_slider .slider_item.multiple .day_date {
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        position: relative;
        text-transform: capitalize; }
        @media screen and (min-width: 40em) {
          #atmogramme_slider .slider_item.multiple .day_date {
            padding-bottom: 10px; } }
      #atmogramme_slider .slider_item.multiple .weather-item {
        position: relative; }
        @media screen and (max-width: 450px) {
          #atmogramme_slider .slider_item.multiple .weather-item {
            width: 50% !important;
            margin-bottom: 30px; }
            #atmogramme_slider .slider_item.multiple .weather-item:nth-child(3):after {
              display: none; } }
        #atmogramme_slider .slider_item.multiple .weather-item:not(:last-child):after {
          content: "";
          background: linear-gradient(to bottom, transparent 10%, #7dc0f4 20%, #7dc0f5 80%, transparent 90%);
          position: absolute;
          content: "";
          width: 1px;
          bottom: 0;
          right: 0;
          top: 0; }
        #atmogramme_slider .slider_item.multiple .weather-item .top {
          text-align: center; }
          #atmogramme_slider .slider_item.multiple .weather-item .top .h2 {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 16px; }
          #atmogramme_slider .slider_item.multiple .weather-item .top p {
            line-height: 28px;
            font-size: 14px;
            font-weight: 500; }
        #atmogramme_slider .slider_item.multiple .weather-item .weather_temp {
          display: flex;
          justify-content: center;
          align-items: center; }
          #atmogramme_slider .slider_item.multiple .weather-item .weather_temp img,
          #atmogramme_slider .slider_item.multiple .weather-item .weather_temp svg {
            width: 80px;
            height: auto; }
            @media screen and (max-width: 63.99875em) {
              #atmogramme_slider .slider_item.multiple .weather-item .weather_temp img,
              #atmogramme_slider .slider_item.multiple .weather-item .weather_temp svg {
                width: 65px; } }
            @media screen and (max-width: 39.99875em) {
              #atmogramme_slider .slider_item.multiple .weather-item .weather_temp img,
              #atmogramme_slider .slider_item.multiple .weather-item .weather_temp svg {
                width: 50px; } }
          #atmogramme_slider .slider_item.multiple .weather-item .weather_temp strong {
            font-size: 24px;
            font-weight: 700;
            margin-left: 5px; }
            @media screen and (max-width: 39.99875em) {
              #atmogramme_slider .slider_item.multiple .weather-item .weather_temp strong {
                margin-left: 0px;
                font-size: 18px; } }
            #atmogramme_slider .slider_item.multiple .weather-item .weather_temp strong.weather_temp_no_result {
              display: block;
              margin-bottom: 15px;
              font-size: 16px;
              font-weight: 400; }
        #atmogramme_slider .slider_item.multiple .weather-item .wind_container {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
          #atmogramme_slider .slider_item.multiple .weather-item .wind_container .wind-speed {
            font-size: 14px;
            font-weight: 400;
            flex: 0 0 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            #atmogramme_slider .slider_item.multiple .weather-item .wind_container .wind-speed img {
              margin-right: 14px; }
            #atmogramme_slider .slider_item.multiple .weather-item .wind_container .wind-speed strong {
              font-weight: 700;
              margin-right: 4px; }
          #atmogramme_slider .slider_item.multiple .weather-item .wind_container .rafales-vent-details {
            background: #e00000;
            padding: 5px;
            border-radius: 2px;
            font-size: 11px;
            margin-top: 10px;
            line-height: 20px;
            padding: 0 5px;
            font-weight: 500; }
        #atmogramme_slider .slider_item.multiple .weather-item .trust {
          margin-top: 10px; }
          #atmogramme_slider .slider_item.multiple .weather-item .trust p {
            font-size: 10px;
            font-weight: 500;
            text-align: center; }
    #atmogramme_slider .slider_item.single + .single {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #atmogramme_slider .slide-fade-enter-active {
    transition: all 0.3s ease; }
  #atmogramme_slider .slide-fade-leave-active {
    transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1); }
  #atmogramme_slider .slide-fade-enter {
    transform: translateX(100px);
    opacity: 0; }
  #atmogramme_slider .slide-fade-leave-to {
    transform: translateX(-100px);
    opacity: 0; }

.li-ski-station {
  width: 100% !important;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 75em) {
    .li-ski-station {
      padding: 0px 30px; } }
  @media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .li-ski-station {
      padding: 0px 20px; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .li-ski-station {
      padding: 0px 15px; } }
  @media screen and (max-width: 39.99875em) {
    .li-ski-station {
      margin-bottom: 5px;
      margin-top: 30px; } }

/* ------------------------------------------------ TOP LIST MENU ------------------------------------------------ */
.block-mf-menu-periods {
  margin-bottom: 0 !important; }

#menu-periods {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px; }
  @media screen and (min-width: 40em) {
    #menu-periods ul:not(.flex-direction-nav) {
      overflow-x: auto;
      display: flex;
      justify-content: flex-start; } }
  @media screen and (max-width: 39.99875em) {
    #menu-periods ul:not(.flex-direction-nav) > li {
      width: 25%; } }
  #menu-periods ul:not(.flex-direction-nav) > li:not(:last-child) {
    margin-right: 15px; }
    @media screen and (max-width: 63.99875em) {
      #menu-periods ul:not(.flex-direction-nav) > li:not(:last-child) {
        margin-right: 5px; } }
  #menu-periods ul:not(.flex-direction-nav) > li a {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    color: #145e9a;
    -moz-transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    -ms-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
    position: relative;
    cursor: pointer;
    text-transform: uppercase; }
    @media screen and (min-width: 40em) {
      #menu-periods ul:not(.flex-direction-nav) > li a {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        border-radius: 5px;
        white-space: nowrap; }
        #menu-periods ul:not(.flex-direction-nav) > li a.active {
          color: #fff;
          background: #db0084;
          pointer-events: none; }
        #menu-periods ul:not(.flex-direction-nav) > li a:hover {
          color: #db0084; } }
    @media screen and (max-width: 39.99875em) {
      #menu-periods ul:not(.flex-direction-nav) > li a {
        font-size: 11px;
        line-height: 14px;
        text-align: center;
        color: #036ba1; }
        #menu-periods ul:not(.flex-direction-nav) > li a.active {
          color: #db0084; }
        #menu-periods ul:not(.flex-direction-nav) > li a:before {
          display: block;
          font-size: 17px;
          margin-bottom: 9px;
          margin-top: 12px; }
        #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-today:before {
          content: "\EA0C";
          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; }
        #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-per-hour:before {
          content: "\EA16";
          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; }
        #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-tomorrow:before {
          content: "\EA0E";
          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; }
        #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-week-end:before {
          content: "\EA0F";
          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; }
        #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-7days:before, #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-15days:before {
          content: "\EA0B";
          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; }
        #menu-periods ul:not(.flex-direction-nav) > li a.menu_periods-item-trends: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; } }
  @media screen and (max-width: 39.99875em) {
    #menu-periods {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 63px;
      background: #ffffff;
      margin: 0;
      z-index: 999;
      padding: 0 20px;
      border: 0; }
      #menu-periods .flex-direction-nav .flex-prev {
        left: 6px; }
      #menu-periods .flex-direction-nav .flex-next {
        right: 6px; }
      #menu-periods .flex-direction-nav .flex-prev,
      #menu-periods .flex-direction-nav .flex-next {
        font-size: 0;
        width: auto;
        height: auto;
        margin: 0;
        top: 0;
        bottom: 0;
        line-height: 63px; }
        #menu-periods .flex-direction-nav .flex-prev:before,
        #menu-periods .flex-direction-nav .flex-next:before {
          font-size: 18px;
          color: #036ba1; }
        #menu-periods .flex-direction-nav .flex-prev.flex-disabled,
        #menu-periods .flex-direction-nav .flex-next.flex-disabled {
          opacity: 0.2 !important;
          pointer-events: none; } }

#BRA .BRAentete {
  display: block;
  margin-bottom: 20px; }

#BRA {
  font-size: 14px;
  background: #FFF; }
  #BRA img {
    max-width: 100%;
    height: auto; }

#BRA h1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.8em;
  color: #145e9a;
  text-align: center;
  font-weight: bold; }

#BRA h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #145e9a;
  text-align: center;
  font-weight: bold; }

#EchelleRisque {
  margin: auto;
  width: 850px;
  padding: 5px 5px 5px 5px;
  font-family: arial, verdana, sans-serif;
  font-size: 1em; }

#EchelleRisque h1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.8em;
  color: #145e9a;
  text-align: center;
  font-weight: bold; }

#EchelleRisque h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #145e9a;
  text-align: center;
  font-weight: bold; }

#EchelleRisque table {
  border-style: solid;
  border-color: Gray;
  border-width: 2px;
  border-spacing: 0px;
  margin-top: 20px; }

#EchelleRisque td,
#EchelleRisque th {
  border-style: solid;
  border-color: Gray;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  vertical-align: top; }

#EchelleRisque th img {
  padding: 5px 0px 2px 0px; }

#EchelleRisque thead {
  height: 50px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center; }

#EchelleRisque thead td {
  vertical-align: middle; }

#BRA .baliseAmendement {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.4em;
  color: #145e9a;
  text-align: center;
  font-weight: bold; }

#BRA h2 {
  background-repeat: no-repeat;
  margin-bottom: 15px;
  margin-top: 20px;
  color: white;
  padding: 10px;
  text-align: center;
  background: #145e9a;
  font-size: 15px;
  font-weight: 400; }

#BRA h3 {
  margin-top: 5px;
  margin-bottom: 5px; }

#BRA pre {
  font-family: arial, verdana, sans-serif;
  font-size: 0.95em;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  width: 99%;
  /* remove horizontal scroll-bar when viewing in IE7 */ }

#BRA table {
  padding-top: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 0.9em;
  margin: auto; }

#BRA .Risque .cartouche {
  padding-left: 3px;
  padding-right: 3px;
  border-top: black thin solid;
  border-right: black thin solid;
  border-bottom: black thin solid;
  border-left: black thin solid; }

#BRA .Logo_MF {
  display: table-cell;
  float: left;
  width: 90px; }

#BRA .Risque {
  width: 100%;
  display: table;
  height: 130px; }

#BRA .Risque p {
  margin-bottom: 0px; }

#BRA .legende {
  font-size: 0.8em;
  margin-top: 2px; }

#BRA .Risque .avis {
  color: Black;
  text-align: center;
  font-weight: bold;
  margin-top: 0px; }

#BRA .Risque .vigilanceOrange {
  color: #ff6633;
  text-align: center;
  font-weight: bold;
  margin-bottom: -13px;
  margin-top: 0px; }

#BRA .Risque .vigilanceRouge {
  color: Red;
  text-align: center;
  font-weight: bold;
  margin-bottom: -13px;
  margin-top: 0px; }

#BRA .tableauMeteo tr {
  height: 25px; }

#BRA .tableauMeteo td {
  border-top: darkgray 1px solid;
  border-bottom: darkgray 1px solid; }

#BRA .tableauMeteo {
  width: 100%;
  text-align: center;
  vertical-align: middle; }

#BRA .tableauMeteo .temps {
  border-top-style: none;
  border-bottom-style: none;
  vertical-align: top;
  width: 120px; }

#BRA .risqueMaxi {
  display: block;
  height: 88px;
  vertical-align: middle;
  text-align: right;
  width: 140px;
  float: right;
  background-color: white; }

#BRA .BRAtendance {
  margin-top: 20px; }

#BRA .BRAtendance li {
  height: 35px;
  list-style-type: none;
  display: inline-block;
  width: 170px;
  margin-left: 100px; }

#BRA .BRAtendance img {
  float: right;
  margin-top: -10px; }

#BRA .basdepage {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  margin-top: 30px; }

#BRA .Risque .figurineRisque {
  display: block;
  float: left;
  width: 350px; }

#BRA .Risque .cartouche {
  display: block;
  width: 400px;
  height: 132px;
  float: right;
  vertical-align: middle;
  font-size: 1.1em; }

#BRA .row {
  width: 100%;
  display: inline-block; }

#BRA .col1 img {
  width: 355px;
  height: auto; }

#BRA .row .col2 {
  display: block;
  float: right;
  width: 430px; }

#BRA .row .col2:first-child {
  display: block;
  float: none;
  width: 100%;
  max-width: 450px;
  margin: auto; }

#BRA .row .col1 {
  display: block;
  float: left;
  width: 355px; }

#BRA .row .col1 span {
  margin-top: -15px;
  display: block; }

/* ----------------------BSH --------------------*/
#BSH {
  margin: auto;
  max-width: 660px;
  font-size: 16px; }

#BSH_graph {
  display: inline-block;
  width: 100%; }

#BSH_graph div {
  padding: 5px 0px 0px 0px; }

#BSH_graph div.BSHdate {
  display: inline-block;
  width: 630px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  margin: -3px 0 0 30px;
  font-size: 0.75em;
  font-weight: bold;
  border-left: 1px solid black;
  padding: 0; }

#BSH_graph div.BSHdate div {
  font-size: 12px !important;
  color: #000;
  z-index: 99999;
  display: block;
  padding: 0;
  float: left;
  width: 89px;
  max-width: 89px;
  border-right: 1px solid black;
  margin: 0 0 0 0;
  text-align: center; }

#BSH_graph div.BSHdate1 {
  padding: 0;
  margin: -3px 0 0 30px;
  display: inline-block;
  width: 630px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  color: White;
  border-left: 1px solid black; }

#BSH_graph div.BSHdate1 div {
  display: block;
  font-size: 12px !important;
  padding: 0;
  margin: 0;
  float: left;
  width: 29px;
  max-width: 29px;
  color: #000;
  border-right: 1px solid black; }

#BSH_graph div.BSHtempssensible {
  display: inline-block;
  width: 630px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  margin: 0 0 0 30px; }

#BSH_graph div.BSHtempssensible div {
  display: block;
  width: 30px;
  padding: 0;
  margin: 0;
  float: left; }

#BSH_graph div.BSHrisque {
  display: inline-block;
  width: 630px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin: 0 0 0 30px;
  z-index: 999; }

#BSH_graph div.BSHrisque div {
  display: block;
  text-align: center;
  width: 88px;
  padding: 0;
  float: left;
  margin: 0 1px 0 1px;
  background-color: White;
  z-index: 999; }

#BSH_graph .BSHtitreRisque {
  margin: 5px 0 0 40px;
  padding: 0 0 0 3px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: left;
  font-size: 0.7em;
  font-weight: bold;
  border: 1px solid black;
  background-color: White; }

#BSHenneigements ul {
  width: 100%;
  margin: 5px 0 0 30px;
  padding: 0;
  display: inline-block; }

#BSHenneigements ul li {
  list-style: none;
  display: block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  font-size: 0.7em;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background-color: #464c54;
  color: White;
  margin: 0;
  border: 1px solid black;
  float: left; }

#BSHenneigements ul li a {
  text-decoration: none;
  border: none;
  color: White; }

#BSHenneigements ul li:hover {
  background-color: #2f343a;
  border-color: #2f343a; }

#BSHenneigements ul li.active {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff; }

#BSHenneigements ul li.active a {
  color: Black; }

#BSHenneigements_graph_alt1,
#BSHenneigements_graph_alt3,
#BSHenneigements_graph_nord,
#BSHenneigements_graph_sud,
#BSHenneigements_graph_limite {
  display: none; }

/* BSH ----------------    tableau -------------------------*/
#BSH_tableau {
  margin: 10px auto 0 auto;
  display: none;
  width: 100%; }

#BSH_tableau .BSH_tableau_meteo,
#BSH_tableau .BSH_tableau_neige {
  width: 320px;
  margin: auto; }

#BSH_tableau div.BSHdate {
  padding: 0 2px 0 2px;
  margin: 0;
  display: inline-block;
  width: 36px;
  text-align: center;
  vertical-align: bottom;
  font-size: 0.75em;
  font-weight: bold;
  background-color: #404040;
  color: White;
  border-top: 1px solid black;
  float: left; }

#BSH_tableau div.BSHdate div {
  height: 48px;
  display: block;
  vertical-align: middle;
  padding: 25px 0 25px 0;
  float: left;
  color: White;
  border-bottom: 1px solid #969696;
  margin: 0 0 0 0; }

#BSH_tableau .BSH_tableau_donnee {
  display: block;
  float: left;
  width: 280px;
  font-size: 0.7em; }

#BSH_tableau div.BSH_tableau_titre_meteo {
  display: inline-block;
  float: left;
  width: 249px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  border-top: solid 1px #969696;
  border-bottom: solid 1px #969696;
  border-left: solid 1px #969696;
  font-size: 0.7em;
  margin-left: 70px;
  background-color: #b4b4b4; }

#BSH_tableau div.BSH_tableau_jour_meteo,
#BSH_tableau div.BSH_tableau_nuit_meteo {
  display: inline-block;
  float: left;
  width: 280px;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-bottom: solid 1px #969696; }

#BSH_tableau div.BSH_tableau_nuit_meteo {
  background-color: #e6e6e6; }

#BSH_tableau div.BSH_tableau_jour_meteo div,
#BSH_tableau div.BSH_tableau_nuit_meteo div,
#BSH_tableau div.BSH_tableau_titre_meteo div {
  display: block;
  float: left;
  border-right: solid 1px #969696; }

#BSH_tableau div.BSHdate1 {
  width: 30px;
  text-align: center;
  font-weight: bold;
  background-color: gray;
  color: White; }

#BSH_tableau div.BSH_ww,
#BSH_tableau div.BSH_iso-lpn {
  width: 36px;
  text-align: center; }

#BSH_tableau div.BSH_vent {
  width: 58px;
  text-align: right;
  padding: 0 5px 0 5px; }

#BSH_tableau div.BSH_tableau_titre_meteo div.BSH_vent {
  width: 64px;
  text-align: right;
  padding: 0 2px 0 2px; }

#BSH_tableau ul.BSH_iso_legende {
  display: inline-block;
  margin: 10px auto 10px auto;
  width: 100%;
  text-decoration: none;
  font-size: 0.7em;
  list-style: none;
  vertical-align: middle; }

#BSH_tableau ul.BSH_iso_legende li {
  display: block;
  height: 28px;
  max-height: 28px;
  float: left;
  width: 220px;
  line-height: 28px;
  vertical-align: middle; }

#BSH_tableau ul.BSH_iso_legende li img {
  float: left;
  margin-right: 7px;
  width: 32px;
  height: 32px; }

#BSH_tableau div.BSH_tableau_neige div.BSHdate div {
  height: 52px;
  padding: 3px 0 0 0;
  display: block;
  float: left;
  color: White;
  border-bottom: 1px solid #969696;
  margin: 0 0 0 0; }

#BSH_tableau div.BSH_tableau_neige div div {
  border-bottom: 1px solid #969696;
  height: 55px;
  vertical-align: middle; }

#BSH_tableau div.BSH_tableau_neige div.BSH_tableau_neige_col {
  width: 65px;
  text-align: left;
  padding-left: 4px;
  height: 391px;
  display: block;
  float: left;
  border-right: 1px solid #969696; }

#BSH_tableau div.BSH_tableau_neige div.BSH_tableau_titre_neige {
  display: inline-block;
  float: left;
  width: 280px;
  height: 36px;
  vertical-align: middle;
  border-top: solid 1px #969696;
  border-bottom: solid 1px #969696;
  border-left: solid 1px #969696;
  font-size: 0.7em;
  text-align: center;
  margin-left: 39px;
  background-color: #c8c8c8; }

#BSH_tableau div.BSH_tableau_titre_neige div {
  display: block;
  float: left;
  width: 69px;
  border-right: 1px solid #969696;
  max-height: 36px; }

@media screen and (max-width: 839px) and (min-width: 726px) {
  #BRA {
    margin: auto;
    width: 99%; }
  #BRA .Risque {
    width: 100%;
    display: inline-block;
    max-height: 134px; }
  #BRA .Risque .figurineRisque {
    display: block;
    width: 345px;
    height: 134px;
    float: left; }
  #BRA .Risque .cartouche {
    display: block;
    height: 132px;
    vertical-align: top;
    font-size: 1em;
    float: right;
    width: 340px; }
  #BRA .Risque .cartouche p {
    line-height: 19px;
    padding-top: 5px; }
  #BRA .row,
  #BRA .Risque {
    width: 100%;
    display: table; }
  #BRA .row .col2 {
    display: table-cell;
    padding-left: 20px;
    float: none;
    width: auto; }
  #BRA .tableauMeteo {
    font-size: 0.8em; }
  #BRA .row .col1 {
    display: table-cell;
    width: 320px;
    float: none; }
  #BRA .col1 img {
    width: 320px;
    height: 250px; } }

@media screen and (max-width: 725px) and (min-width: 671px) {
  #BRA {
    margin: auto;
    width: 99%; }
  #BRA .Risque {
    width: 100%;
    display: inline-block;
    max-height: 117px; }
  #BRA .Risque .figurineRisque {
    display: block;
    width: 300px;
    height: 117px;
    float: left; }
  #BRA .Risque .figurineRisque img {
    width: 300px;
    height: auto; }
  #BRA .Risque .cartouche {
    display: block;
    height: 115px;
    vertical-align: top;
    font-size: 0.9em;
    float: right;
    width: 320px; }
  #BRA .Risque .cartouche p {
    line-height: 19px; }
  #BRA .row,
  #BRA .Risque {
    width: 100%;
    display: table; }
  #BRA .row .col2 {
    display: table-cell;
    padding-left: 10px;
    float: none;
    width: auto; }
  #BRA .tableauMeteo {
    font-size: 0.75em; }
  #BRA .row .col1 {
    display: table-cell;
    width: 290px;
    float: none; }
  #BRA .col1 img {
    width: 290px;
    height: 250px; }
  #BRA pre {
    font-size: 0.85em; } }

@media screen and (max-width: 670px) and (min-width: 451px) {
  #BRA {
    margin: auto;
    width: 99%; }
  #BSH {
    width: 320px; }
  #BRA h2 {
    height: auto;
    line-height: 22px; }
  #BRA .Logo_MF {
    width: 63px; }
  #BRA .Logo_MF a img {
    width: 60px;
    margin-bottom: -15px; }
  #BRA .Risque {
    width: 100%;
    display: inline-block;
    margin: auto;
    height: 270px; }
  #BRA .Risque .figurineRisque {
    display: block;
    width: 345px;
    margin: 0 auto;
    float: none; }
  #BRA .Risque .cartouche {
    display: block;
    width: 337px;
    vertical-align: middle;
    font-size: 1em;
    height: 130px;
    margin: 0 auto;
    float: none; }
  #BRA .Risque .cartouche p {
    line-height: 19px;
    padding-top: 5px; }
  #BRA .row {
    width: 100%;
    display: inline-block;
    margin: auto; }
  #BRA .row .col1,
  #BRA .row .col2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none; }
  #BRA .row .col1 img {
    height: auto;
    width: 340px;
    margin: auto;
    display: block; }
  #BRA .tableauMeteo {
    margin: 0 auto;
    width: 100%;
    max-width: 450px; }
  #BRA .tableauMeteo .temps {
    width: 100px; }
  #BRA .BRAtendance li {
    height: 45px;
    list-style-type: none;
    display: block;
    width: 170px;
    margin-left: 50px; }
  #BSH_tableau {
    display: inline-block; }
  #BSH_graph {
    display: none; } }

@media screen and (min-width: 371px) and (max-width: 450px) {
  #BRA {
    margin: auto;
    width: 100%;
    padding: 0px 0px 0px 0px; }
  #BSH {
    width: 100%; }
  #BRA h2 {
    height: auto;
    line-height: 22px; }
  #BRA .Logo_MF {
    display: block;
    width: 63px; }
  #BRA .Logo_MF a img {
    width: 60px;
    margin-bottom: -15px; }
  #BRA .Risque {
    display: inline-block;
    margin: auto;
    height: 272px; }
  #BRA .Risque .figurineRisque {
    display: block;
    width: 345px;
    float: none;
    margin: 0 auto;
    height: 134px; }
  #BRA .Risque .cartouche {
    display: block;
    width: 337px;
    vertical-align: middle;
    font-size: 1em;
    height: 134px;
    float: none;
    margin: 0 auto; }
  #BRA .Risque .cartouche p {
    line-height: 19px;
    padding-top: 5px; }
  #BRA .row {
    width: 100%;
    display: inline-block;
    margin: auto; }
  #BRA .row .col1,
  #BRA .row .col2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none; }
  #BRA .col1 img {
    display: block;
    width: 340px;
    margin: 0 auto; }
  #BRA .tableauMeteo {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em; }
  #BRA .tableauMeteo .temps {
    width: 90px; }
  #BRA .BRAtendance li {
    height: 45px;
    list-style-type: none;
    display: block;
    width: 170px;
    margin-left: 20px; }
  #BSH_tableau {
    display: inline-block; }
  #BSH_graph {
    display: none; } }

@media screen and (min-width: 340px) and (max-width: 370px) {
  #BRA {
    margin: auto;
    width: 340px;
    padding: 0px 0px 0px 0px;
    font-size: 0.9em; }
  #BSH {
    width: 100%;
    font-size: 1.1em; }
  #BRA h2 {
    height: auto;
    line-height: 22px; }
  #BRA .Logo_MF {
    display: inline-block;
    width: 63px; }
  #BRA .BRAentete {
    display: inline-block;
    width: 100%; }
  #BRA .Logo_MF a img {
    width: 60px;
    margin-bottom: -15px; }
  #BRA .risqueMaxi {
    display: block;
    height: 84px;
    vertical-align: middle;
    text-align: right;
    width: 110px;
    float: right;
    background-color: white; }
  #BRA .risqueMaxi img {
    width: 100px;
    height: auto; }
  #BRA .Risque .figurineRisque img {
    display: block;
    width: 320px;
    margin: auto; }
  #BRA .Risque {
    display: inline-block;
    margin: auto;
    height: 270px; }
  #BRA .Risque .figurineRisque {
    display: block;
    width: 320px;
    float: none;
    margin: 0 auto;
    height: 134px; }
  #BRA .Risque .cartouche {
    display: block;
    width: 312px;
    vertical-align: middle;
    font-size: 1em;
    height: 130px;
    float: none;
    margin: 0 auto; }
  #BRA .Risque .cartouche p {
    line-height: 19px;
    padding-top: 5px; }
  #BRA .row {
    width: 100%;
    display: inline-block;
    margin: auto; }
  #BRA .row .col1,
  #BRA .row .col2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none; }
  #BRA .row .col1 img {
    height: auto;
    width: 320px;
    margin: auto;
    display: block; }
  #BRA .tableauMeteo {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em; }
  #BRA .tableauMeteo .temps {
    width: 90px; }
  #BRA .BRAtendance li {
    height: 45px;
    list-style-type: none;
    display: block;
    width: 170px;
    margin-left: 20px; }
  #BSH_tableau {
    display: inline-block; }
  #BSH_graph {
    display: none; }
  #BSH_tableau .BSH_tableau_donnee {
    font-size: 0.75em; } }

@media screen and (max-width: 339px) {
  #BRA {
    margin-left: -2px;
    width: 310px;
    padding: 0px 0px 0px 0px;
    font-size: 0.8em; }
  #BSH {
    width: 100%; }
  #BRA h2 {
    height: auto;
    line-height: 20px;
    font-size: 0.9em; }
  #BRA .Logo_MF {
    display: inline-block;
    width: 63px; }
  #BRA .BRAentete {
    display: inline-block;
    width: 100%; }
  #BRA .Logo_MF a img {
    width: 60px;
    margin-bottom: -15px; }
  #BRA .Risque {
    display: inline-block;
    margin: auto;
    height: 235px; }
  #BRA .Risque div {
    margin: 0 auto; }
  #BRA .Risque .figurineRisque {
    display: block;
    width: 310px;
    float: none; }
  #BRA .Risque .figurineRisque img {
    height: auto;
    width: 310px; }
  #BRA .Risque .cartouche {
    display: block;
    width: 302px;
    vertical-align: middle;
    font-size: 1em;
    height: 105px; }
  #BRA .Risque .cartouche p {
    line-height: 16px;
    padding-top: 3px; }
  #BRA .risqueMaxi {
    display: block;
    height: 75px;
    vertical-align: middle;
    text-align: right;
    width: 100px;
    float: right;
    background-color: white; }
  #BRA .risqueMaxi img {
    width: 90px;
    height: auto; }
  #BRA .row {
    width: 100%;
    display: inline-block;
    margin: auto; }
  #BRA .row .col1,
  #BRA .row .col2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none; }
  #BRA .row .col1 img {
    height: auto;
    width: 310px;
    margin: auto;
    display: block; }
  #BRA .tableauMeteo {
    margin: 0 auto;
    width: 100%;
    font-size: 0.75em; }
  #BRA .tableauMeteo .temps {
    width: 80px; }
  #BRA .tableauMeteo .temps img {
    width: 70px;
    height: auto; }
  #BRA .BRAtendance li {
    height: 45px;
    list-style-type: none;
    display: block;
    width: 160px;
    margin-left: 00px; }
  #BSH_tableau {
    display: inline-block; }
  #BSH_graph {
    display: none; }
  #BSH_tableau div.BSHdate {
    width: 30px; }
  #BSH_tableau div.BSH_tableau_titre_meteo {
    margin-left: 64px; }
  #BSH_tableau div.BSH_tableau_neige div.BSH_tableau_titre_neige {
    margin-left: 33px;
    height: 25px; }
  #BSH_tableau div.BSH_tableau_titre_neige div {
    max-height: 25px; }
  #BSH_tableau .BSH_tableau_donnee {
    font-size: 0.85em; }
  #BSH_tableau ul.BSH_iso_legende {
    font-size: 0.85em; } }

#content-modal-avalanche {
  background: #FFF; }

#atmogramme {
  position: relative;
  overflow: hidden;
  -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; }
  #atmogramme .loader-ring {
    opacity: 0;
    transition: 0.5s all; }
  #atmogramme .loading .loader-ring {
    opacity: 1;
    pointer-events: all; }
  #atmogramme .button_show_expert {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: #fff;
    padding: 0px 7px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #003661;
    z-index: 555;
    -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; }
    #atmogramme .button_show_expert:hover {
      background: #db0084; }
    #atmogramme .button_show_expert:before {
      content: "\EA39";
      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: 8px;
      margin-right: 8px; }
    #atmogramme .button_show_expert.active:before {
      content: "\EA30";
      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; }

.atmogramme-container {
  width: 100%;
  position: relative;
  -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;
  opacity: 1; }
  .atmogramme-container.loading {
    opacity: 0;
    -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; }

#atmogramme .xml_details * {
  display: block;
  margin-bottom: 20px; }

#atmogramme .xml_details titre {
  margin-bottom: 20px;
  font-family: "CrimsonText", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #145e9a;
  margin-top: 20px;
  color: #145e9a; }

#atmogramme .xml_details date {
  margin-bottom: 20px;
  font-weight: 600; }

.loader-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 555;
  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); } }

#atmo-bar-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#atmo-toggle-wind-unit {
  margin-bottom: 10px; }
  #atmo-toggle-wind-unit input[type=checkbox] {
    position: absolute;
    opacity: 0; }
    #atmo-toggle-wind-unit input[type=checkbox] + label {
      display: block;
      padding-left: 55px;
      font-size: 13px;
      color: #333333;
      line-height: 20px;
      position: relative;
      cursor: pointer;
      font-weight: 400;
      text-transform: none; }
      #atmo-toggle-wind-unit input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 20px;
        border-radius: 10px;
        background: #9b9b9b;
        border: 0;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #atmo-toggle-wind-unit input[type=checkbox] + label:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
        border-radius: 50%;
        background: #ffffff;
        opacity: 1;
        -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; }
    #atmo-toggle-wind-unit input[type=checkbox]:checked + label:before {
      background: #28d661; }
    #atmo-toggle-wind-unit input[type=checkbox]:checked + label:after {
      left: 23px; }
