.menu {
  font-size: 1.2em;
}
footer {
  background-color: #444;
  width: 100%;
  height: 100%;
}
footer.footer {
  margin: 29px -1600px -1px -1600px;
  padding: 0px 1600px;
  box-sizing: content-box;
  width: 100%;
  height: 500px;
}
footer.footer li {
  color: #ddd;
}
footer #footer-wrapper {
  width: 100%;
  height: 501px;
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  font-size: 0.9em;
  font-weight: 300;
  /* Version Desktop */
}
footer #footer-wrapper #footer-menu-wrapper {
  width: 940px;
  height: 396px;
  display: block;
  float: left;
  border-right: 1px solid white;
  margin-left: 16px;
  display: none;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-line {
  display: block;
  width: 100%;
  border-top: 1px solid white;
  position: relative;
  bottom: -48px;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li {
  width: 200px;
  padding: 0 24px;
  display: block;
  float: left;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li .footer-menu-title {
  display: block;
  height: 72px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 32px;
  color: white;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li .footer-menu-title a:hover,
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li .footer-menu-title a.active {
  text-decoration: none;
  text-weight: 700;
  padding-right: 8px;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li ul li {
  height: 20px;
  padding: 0px;
  font-size: 0.8em;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li a {
  color: #ddd;
  padding: 4px 0px 4px 8px;
  margin-left: -8px;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li a:hover {
  background-color: #ccdc00;
  color: #555555;
  font-weight: 300;
}
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li a:hover,
footer #footer-wrapper #footer-menu-wrapper .footer-menu-li a.active {
  background-color: #ccdc00;
  color: #555555;
  font-weight: 300;
}
footer #footer-wrapper #footer-menu-wrapper #block-masquerade-masquerade h2 {
  color: white;
}
footer #footer-wrapper #footer-menu-wrapper #block-masquerade-masquerade input#edit-masquerade-user-field {
  display: block;
  width: inherit;
}
footer #footer-wrapper #footer-menu-wrapper #block-masquerade-masquerade .input-group-addon {
  display: block;
  width: 38px;
  height: 34px;
  left: 0px;
}
footer #footer-wrapper #footer-menu-wrapper #block-masquerade-masquerade button.form-submit {
  position: relative;
  left: 48px;
}
footer #footer-wrapper #footer-contact-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  margin-top: -3px;
  padding-left: 30px;
  margin-right: -16px;
  padding-right: 29px;
  position: relative;
  margin-top: -40px;
}
footer #footer-wrapper #footer-contact-wrapper .footer-contact-li {
  margin-bottom: 44px;
  float: left;
}
footer #footer-wrapper #footer-contact-wrapper .footer-contact-li .footer-contact-title {
  font-size: 1.1em;
  font-weight: 500;
  color: white;
  display: block;
  min-width: 122px;
}
footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ul {
  list-style: none outside none;
  padding: 0px;
}
footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ~ a {
  display: block;
  width: 100%;
  position: relative;
  bottom: -320px;
  left: -15px;
  margin-left: 15px;
}
footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ~ a .btn-primary {
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 14px 0px;
  z-index: 3;
  display: inline-block;
  position: absolute;
  left: 0;
  box-sizing: content-box;
}
footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ~ a:hover {
  text-decoration: none;
}
footer #footer-wrapper .footer-notes {
  display: block;
  position: relative;
  color: #777777;
  bottom: 55px;
  width: 45%;
  height: 30px;
  margin: 0px;
  margin-left: 30px;
  z-index: 1;
}
footer #footer-wrapper .watermark {
  display: block;
  width: 112px;
  margin: 8px 0px 26px 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #777777;
}
footer #footer-wrapper .watermark a {
  display: inline-block;
  margin-left: 6px;
  position: relative;
  left: -4px;
  background-image: url(../images/efficio-logo-blanc.png);
  background-size: contain;
  width: 80px;
  height: 14px;
}
footer #footer-wrapper .watermark span {
  display: block;
  position: relative;
  top: -5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-resolution: 192dpi) {
  footer #footer-wrapper .watermark a {
    background-image: url(../images/efficio-logo-blanc@2x.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  footer #footer-wrapper .watermark a {
    background-image: url(../images/efficio-logo-blanc@3x.png);
  }
}
@media (min-width: 993px) {
  footer #footer-wrapper {
    width: 990px;
    height: 496px;
  }
  footer #footer-wrapper #footer-wrapper {
    height: 100%;
    width: 990px;
  }
  footer #footer-wrapper #footer-menu-wrapper {
    display: block;
    width: 760px;
  }
  footer #footer-wrapper #footer-contact-wrapper {
    float: right;
    width: 230px;
    height: 350px;
    padding-right: 0px;
    margin-top: -50px;
    padding-left: 30px;
    margin-right: -16px;
    position: relative;
  }
  footer #footer-wrapper #footer-contact-wrapper .footer-contact-li {
    float: none;
    width: 100%;
  }
  footer #footer-wrapper #footer-contact-wrapper .footer-contact-li:first-child {
    float: none;
  }
  footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ~ a {
    display: inline;
    width: auto;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
  }
  footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ~ a .btn-primary {
    width: auto;
    height: auto;
    padding: 6px 12px;
    z-index: 3;
    display: inline-block;
    box-sizing: border-box;
    margin-top: -20px;
  }
  footer #footer-wrapper #footer-contact-wrapper .footer-contact-li ~ a:hover {
    text-decoration: none;
  }
  footer #footer-wrapper #footer-contact-wrapper .watermark {
    width: 230px;
    margin: 8px auto;
    bottom: -94px;
    right: -30px;
  }
  footer #footer-wrapper #footer-contact-wrapper .watermark a {
    position: relative;
    left: 0px;
  }
  footer #footer-wrapper .footer-notes {
    bottom: -23px;
    width: 230px;
    height: auto;
    margin: 300px auto 0px auto;
  }
  footer #footer-wrapper .footer-notes span {
    display: inline;
    position: relative;
    top: 0px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  footer #footer-wrapper {
    width: 1170px;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  footer #footer-wrapper #footer-wrapper {
    width: 100%;
  }
}
@media (min-width: 993px) and (min-width: 1200px) {
  footer #footer-wrapper #footer-menu-wrapper {
    width: 940px;
  }
}
@media (min-width: 993px) and (min-width: 993px) {
  footer #footer-wrapper #footer-contact-wrapper {
    top: 50px;
  }
}
@media (min-width: 768px) {
  footer.footer {
    width: 100%;
    height: 100%;
  }
}
