/**
 * wp-fwk-rs-urbe - urbe
 * @version v1.0.0
 * @updated
 * @license Dassault Systèmes
 * @author Dassault Systèmes
 */
@charset 'UTF-8';
footer {
  font-size: 1em;
  position: absolute;
  bottom: 0;
  clear: both;
  overflow: hidden;
  width: 100vw;
  height: 5.5vh;
  padding: 1.2vh 0;
  padding-left: 3.4em;
  background-color: #333
}

footer .ds-footer__corporate-legal {
  color: #acacac
}

footer ul.footer--links {
  float: right;
  margin: 0 24px 0 0;
  padding: 0;
  list-style: none;
  color: #acacac
}

footer ul.footer--links li {
  float: left
}

footer ul.footer--links li a {
  display: block;
  padding: 0 16px;
  text-align: center;
  text-decoration: none
}

footer ul.footer--links li a span {
  font-weight: 300;
  text-decoration: none !important;
  color: #acacac
}

footer ul.footer--links li a span:hover {
  font-weight: 300;
  color: #fff
}

footer ul.footer--links li a::before {
  font-size: .8em;
  padding-right: 5px;
  content: '•';
  color: #acacac
}

footer ul.footer--links li a.ds-btn--murmur {
  line-height: 20px;
  height: 20px;
  margin-left: 0;
  padding: 0 10px
}

footer ul.footer--links li a span:hover, footer ul.footer--links li a.ds-btn--murmur:hover, footer ul.footer--links li a:hover {
  text-decoration: none !important;
  background-color: transparent
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .ds-footer__corporate-legal, ul.footer--links > li a > span {
    font-size: .9em
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ds-footer__corporate-legal, ul.footer--links > li a > span {
    font-size: .9em
  }
}

@media all and (max-width: 1439px) {
  footer {
    font-size: .85em;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 8vh
  }

  ul.footer--links > li {
    float: left !important
  }

  ul.footer--links > li a span {
    font-size: .75em
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer {
    height: 9vh
  }

  ul.footer--links {
    float: none !important
  }

  ul.footer--links > li a {
    margin-left: 0;
    padding: 0 !important
  }

  footer, ul.footer--links > li a span {
    font-size: .75em
  }
}

@media all and (max-width: 767px) {
  footer {
    font-size: .75em;
    height: 9vh
  }

  ul.footer--links > li {
    line-height: 10px;
    margin-left: 0
  }

  ul.footer--links > li a {
    line-height: 8px;
    margin-left: 0;
    padding-left: 0
  }

  ul.footer--links > li a span {
    font-size: .75em;
    margin-left: 0
  }

  ul.footer--links li a.ds-btn--murmur {
    margin-left: 0 !important;
    padding-left: 0 !important
  }
}
