footer {
  background-color: #F9F1E5;
  padding-top: 90px;
  padding-left: 16px;
  padding-right: 16px;
}
footer .footer-inner {
  max-width: 1200px;
  height: 104px;
  margin: auto;
  padding: 32px 0px;
  overflow: hidden;
  border-top: 1px solid #707070;
}
footer .footer-inner .logo {
  display: block;
  float: left;
  width: 200px;
  height: 100%;
  background-image: url("../../logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footer-inner > div {
  float: left;
  width: calc(100% - 420px);
}
footer .footer-inner > div #block-gmc-footer {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}
footer .footer-inner > div #block-gmc-footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
}
footer .footer-inner > div #block-gmc-footer ul li a {
  color: inherit;
}
footer .footer-inner > div #block-gmc-footer ul li a.instagram {
  background-image: url("../../assets/pictos/instagram.svg");
  width: 24px;
  height: 24px;
  color: transparent;
  overflow: hidden;
  display: inline-block;
  background-size: 270%;
  background-position: center;
}
footer .footer-inner .partners {
  float: left;
  width: 220px;
  height: 100%;
  overflow: hidden;
}
footer .footer-inner .partners span.separator {
  width: 1px;
  display: block;
  height: 40px;
  float: left;
  background-color: #707070;
}
footer .footer-inner .partners a {
  float: left;
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
footer .footer-inner .partners a.gare {
  background-image: url("../../assets/logos/LOGO-GARE.png");
  margin-left: 10px;
  margin-right: 20px;
}
footer .footer-inner .partners a.sncf {
  background-image: url("../../assets/logos/LOGO-SNCF.png");
  margin-left: 16px;
  margin-right: 4px;
}
footer .footer-inner .partners a.altarea {
  background-image: url("../../assets/logos/LOGO-ALTAREA.png");
  margin-left: 10px;
  margin-right: 10px;
}
footer .footer-bottom {
  font-size: 12px;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
}
footer .footer-iddp {
  font-size: 12px;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 32px;
  text-align: right;
}
footer .footer-iddp span {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-iddp img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 992px) {
  footer .footer-inner > div #block-gmc-footer {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 32px;
  }
  footer .footer-inner {
    height: auto;
    padding: 20px 16px;
  }
  footer .footer-inner .logo {
    float: none;
    width: 100%;
    height: 64px;
  }
  footer .footer-inner > div {
    float: none;
    width: 100%;
  }
  footer .footer-inner > div #block-gmc-footer {
    margin-top: 12px;
  }
  footer .footer-inner .partners {
    float: none;
    width: 100%;
    height: 48px;
    text-align: center;
    margin-top: 20px;
  }
  footer .footer-inner .partners span.separator {
    display: none;
  }
  footer .footer-inner .partners a {
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .footer-iddp {
    padding-bottom: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-inner > div #block-gmc-footer ul li {
    display: block;
  }
}