footer {
  padding-bottom: 70px;
}

.foot-logo {
  position: relative;
}
.foot-logo:before {
  content: "";
  display: block;

  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;

  height: 1px;
  background-color: #8492aa;
}
.foot-logo:after {
  content: "";
  display: block;
  clear: both;
}
.footer-logo {
  display: block;
  width: 123px;
  height: 33px;

  background-image: url(img/logo-footer.png);
  background-position: right top;
  background-repeat: no-repeat;

  float: right;
  text-indent: -5000px;
  padding-left: 62px;

  background-color: #e6e9ee;
  position: relative;
  z-index: 100;
}
.footer-logo:after {
  content: "";
  display: block;
  height: 22px;
  width: 26px;
  margin-left: -47px;
  margin-top: -9px;

  background-image: url(img/picto-group-footer.png);
  background-position: left top;
  background-repeat: no-repeat;
}

footer p.footer-txt {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;

  color: #555555;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
footer p.footer-txt:after {
  content: "";
  display: block;
  width: 182px;
  height: 2px;

  background-color: #8f8f8f;

  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -91px;
}

footer ul.footer-menu {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  margin-top: 33px;
}
footer ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

footer ul li a {
  display: block;

  text-align: center;
  color: #8492aa;
  text-transform: uppercase;
  text-decoration: none;

  padding: 17px 20px;
  border: 1px solid #8492aa;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 500;
}
footer ul li a:hover {
  color: #0b5aa3;
}

@media only screen and (max-width: 1400px) {
  .footer-logo {
    padding-right: 20px;
    background-position: 82px top;
    padding-left: 82px;
  }
}
