.marees {
  font-size: 14px; }
  .marees .portlet-content {
    background: inherit !important;
    padding: 0 !important; }
  .marees #top_header_infos {
    position: absolute !important;
    display: block;
    float: right;
    right: 120px;
    top: 0; }

#navbarMobile .marees {
  left: 130px;
  right: 50px;
  float: inherit;
  position: absolute;
  padding: 0; }
  #navbarMobile .marees .container {
    padding: 0; }
    #navbarMobile .marees .container .portlet-content-container {
      width: 100%; }
      #navbarMobile .marees .container .portlet-content-container #top_header_infos {
        display: block;
        padding: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 20px;
        right: 0; }
        #navbarMobile .marees .container .portlet-content-container #top_header_infos > div {
          position: absolute;
          min-width: 100%; }
          #navbarMobile .marees .container .portlet-content-container #top_header_infos > div > span {
            color: #ccc;
            animation: defilement 20s infinite linear;
            position: relative;
            top: 0;
            left: 0;
            display: inline-block;
            white-space: nowrap; }

#wrapperMeteoEguille, #wrapperMareesEguille {
  color: white;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: normal;
  font-style: italic; }
  #wrapperMeteoEguille .bg-sky, #wrapperMareesEguille .bg-sky {
    background: #27a7af;
    font-size: 22px; }
  #wrapperMeteoEguille .bg-blue, #wrapperMareesEguille .bg-blue {
    padding: 10px 0;
    background: #1a2a49;
    background: linear-gradient(117deg, #1a2a49 0%, #324a70 100%); }
    #wrapperMeteoEguille .bg-blue span, #wrapperMareesEguille .bg-blue span {
      font-size: 30px;
      display: block;
      font-style: normal; }
  #wrapperMeteoEguille .copyright, #wrapperMareesEguille .copyright {
    color: #666;
    font-style: normal;
    font-size: 14px;
    font-weight: 300; }
    #wrapperMeteoEguille .copyright a, #wrapperMareesEguille .copyright a {
      color: #666; }

#wrapperMareesEguille .row {
  margin-bottom: 1px !important; }

#wrapperMeteoStAugustin, #wrapperMareesStAugustin {
  color: #226D68;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: normal; }
  #wrapperMeteoStAugustin .bg-sky, #wrapperMareesStAugustin .bg-sky {
    font-size: 16px;
    color: #FF6C02; }
  #wrapperMeteoStAugustin .bg-blue, #wrapperMareesStAugustin .bg-blue {
    padding: 10px 0;
    /*background: rgb(9,82,40);
        background: linear-gradient(42deg, rgba(9,82,40,1) 0%, rgba(13,119,58,1) 100%);text-align: center;*/ }
    #wrapperMeteoStAugustin .bg-blue span, #wrapperMareesStAugustin .bg-blue span {
      font-size: 30px;
      display: block;
      font-style: normal; }
  #wrapperMeteoStAugustin .copyright, #wrapperMareesStAugustin .copyright {
    color: #666;
    font-style: normal;
    font-size: 14px;
    font-weight: 300; }
    #wrapperMeteoStAugustin .copyright a, #wrapperMareesStAugustin .copyright a {
      color: #666; }

#wrapperMeteoStAugustin .bg-sky {
  border-bottom: 3px solid #FF6C02; }

#wrapperMareesStAugustin {
  background-color: #ECF8F6; }
  #wrapperMareesStAugustin .row {
    margin-bottom: 1px !important; }
    #wrapperMareesStAugustin .row .bg-blue, #wrapperMareesStAugustin .row .bg-sky {
      border: 1px solid white; }

@keyframes defilement {
  0% {
    margin-left: 50%; }
  100% {
    margin-left: -100%; } }
