@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#hour-rain h2 {
  display: flex;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-size: 16.8px;
  font-weight: 800;
  color: #036ba1;
  margin-bottom: 16px; }
  #hour-rain h2:before {
    color: #036ba1;
    font-size: 17px;
    margin-right: 5px;
    font-weight: 400; }
  #hour-rain h2: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; }

#hour-rain #hour-rain-container {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  background: #fff;
  padding: 10px; }
  @media screen and (min-width: 75em) {
    #hour-rain #hour-rain-container {
      min-height: 217px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center; } }
  #hour-rain #hour-rain-container .top {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: top; }
    #hour-rain #hour-rain-container .top .hour-rain-title {
      font-size: 16px;
      font-weight: 500;
      color: #003661;
      line-height: 24px; }
    #hour-rain #hour-rain-container .top .right button {
      display: flex;
      align-items: center;
      height: 24px;
      border-radius: 5px;
      background-color: #036ba1;
      padding-left: 12px;
      padding-right: 12px;
      font-family: "Quicksand", sans-serif;
      font-size: 11px;
      font-weight: bold;
      color: #ffffff;
      text-transform: uppercase;
      -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; }
      #hour-rain #hour-rain-container .top .right button:after {
        content: "";
        margin-left: 6px;
        content: "\EA3D";
        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: 13px; }
      #hour-rain #hour-rain-container .top .right button:hover {
        background: #db0084; }
    #hour-rain #hour-rain-container .top .right p {
      font-size: 11px;
      font-weight: 500;
      text-align: center;
      color: #6d6d6d;
      margin-top: 5px;
      text-align: center; }
  #hour-rain #hour-rain-container .hour-rain-details .time {
    display: flex;
    justify-content: space-between; }
    #hour-rain #hour-rain-container .hour-rain-details .time p {
      font-family: "Quicksand", sans-serif;
      font-size: 13px;
      font-weight: bold;
      color: #145e9a; }
  #hour-rain #hour-rain-container .hour-rain-details .rain-data {
    display: flex;
    margin-top: 12px;
    padding-bottom: 50px; }
    #hour-rain #hour-rain-container .hour-rain-details .rain-data > li {
      position: relative;
      display: block;
      flex: 1 1 0;
      background: #fff;
      height: 40px;
      border-radius: 2px;
      background-color: #f3f3f3;
      display: flex;
      justify-content: center;
      align-items: center; }
      #hour-rain #hour-rain-container .hour-rain-details .rain-data > li:not(:last-child) {
        border-right: solid 1px #fff; }
      #hour-rain #hour-rain-container .hour-rain-details .rain-data > li.rain-1 {
        background: #5ec5ed; }
      #hour-rain #hour-rain-container .hour-rain-details .rain-data > li.rain-2 {
        background: #009ee0; }
      #hour-rain #hour-rain-container .hour-rain-details .rain-data > li.rain-3 {
        background: #006ab3; }
      #hour-rain #hour-rain-container .hour-rain-details .rain-data > li img {
        width: 100%;
        display: block;
        height: auto; }
  #hour-rain #hour-rain-container .hour-rain-details .rain-data-legend {
    position: absolute;
    bottom: -40px;
    text-align: center;
    right: -10px;
    line-height: 14px;
    font-size: 11px;
    font-weight: 600;
    color: #9b9b9b; }
  #hour-rain #hour-rain-container .hour-rain-alert {
    display: flex;
    justify-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px; }
    #hour-rain #hour-rain-container .hour-rain-alert.pluie-1 {
      background: #5ec5ed; }
    #hour-rain #hour-rain-container .hour-rain-alert.pluie-2 {
      background: #009ee0; }
    #hour-rain #hour-rain-container .hour-rain-alert.pluie-3 {
      background: #006ab3; }
    #hour-rain #hour-rain-container .hour-rain-alert figure {
      margin-right: 5px; }
      #hour-rain #hour-rain-container .hour-rain-alert figure img {
        width: 30px;
        height: auto;
        display: block; }
    #hour-rain #hour-rain-container .hour-rain-alert p {
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 14px;
      line-height: 18px;
      color: #fff; }
  #hour-rain #hour-rain-container .hour-rain-remind {
    margin: 1rem;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db0084;
    border-radius: 5px; }
    #hour-rain #hour-rain-container .hour-rain-remind i {
      margin-right: 10px; }
      #hour-rain #hour-rain-container .hour-rain-remind i: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; }
    #hour-rain #hour-rain-container .hour-rain-remind p {
      color: #fff;
      font-size: 14px; }
      #hour-rain #hour-rain-container .hour-rain-remind p small {
        text-transform: uppercase;
        display: block;
        font-size: 12px; }
      #hour-rain #hour-rain-container .hour-rain-remind p strong {
        font-weight: bold;
        display: block; }
  #hour-rain #hour-rain-container .hour-rain-last-update {
    text-align: left;
    margin: 1rem;
    margin-top: 1rem; }
    #hour-rain #hour-rain-container .hour-rain-last-update p {
      font-size: 80%;
      font-weight: 400;
      text-transform: uppercase; }
