footer {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  padding: 0px;
  z-index: 999;
  background-color: #fff;
}
footer.fixed {
  position: fixed;
  bottom: 0;
}
footer .content {
  position: relative;
  border: solid #fff;
  border-width: 3px 0 3px;
  padding: 0px;
  margin: 0px auto;
  height: auto;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .sub-content {
  padding: 15px 0;
}
footer .strap p,
footer .strap {
  color: red;
  text-decoration: none !important;
  font-weight: 700;
  text-align: center !important;
  line-height: 35px;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
footer nav {
  background-color: #4d4d4f;
  width: 100%;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer nav ul {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer nav ul li {
  list-style: none;
  position: relative;
  float: left;
}
footer nav ul li a {
  color: #bbbdbf;
  text-decoration: none !important;
  font-weight: 500;
  display: block;
  line-height: 40px;
  padding: 0px 22px;
  font-size: 13px;
  text-transform: lowercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer navli:hover > a {
  color: #fff;
}
footer nav ul li.current_page_item > a,
footer nav ul li.current-menu-ancestor > a,
footer nav ul li.current-menu-item > a,
footer nav ul li.current-menu-parent > a {
  color: #fff;
}
#logos .logo {
  width: 160px;
  height: 100px;
  margin: auto;
  text-align: center;
  background-position: top left;
  background-size: 100% auto;
  display: block;
}
#logos .logo:hover {
  background-position: bottom left;
}
#logos .logo-grayscale {
  display: flex;
  justify-content: center;
  align-items: center;
}
#logos .logo-grayscale img {
  width: 160px;
  height: 100px;
  filter: grayscale(1);
}
#logos .logo-grayscale img:hover {
  filter: grayscale(0);
}
#social {
  height: 50px;
  padding: 0;
  text-align: center;
  border-top: 1px solid #b3bcbf;
  border-bottom: 1px solid #b3bcbf;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  margin: 10px;
}
#social a:hover {
  background-position: left bottom;
}
#social a.fb {
  background-image: url(/media/icons/facebook.png);
}
#social a.link {
  background-image: url(/media/icons/linkedin.png);
}
#social a.inst {
  background-image: url(/media/icons/instagram.png);
}
#social a.vim {
  background-image: url(/media/icons/vim.png);
}
#social a.yt {
  background-image: url(/media/icons/yt.png);
}
#fsub {
  height: 66px;
  background-color: #ebecec;
}
#fsub * {
  font-size: 12px;
  line-height: 14.4px;
  color: #68797f;
  font-weight: 400;
}
#fsub .logo {
  width: 120px;
  height: 40px;
  background-image: url(/media/logos/logo-fr.svg);
  background-position: top left;
  background-size: 100% auto;
}
#fsub .logo:hover {
  background-position: bottom left;
}
@media (max-width: 991px) {
  #logos .logo {
    width: 150px;
    height: 94px;
    margin: auto;
    text-align: center;
    background-position: top left;
    background-size: 100% auto;
  }
  #logos .logo:hover {
    background-position: bottom left;
  }
  #social {
    height: 48px;
  }
  #social a {
    width: 24px;
    height: 24px;
    margin: 11px;
  }
  #fsub {
    height: 60px;
  }
  #fsub * {
    font-size: 10px;
    line-height: 12px;
  }
  #fsub .logo {
    width: 100px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0px 1.1rem;
  }
  #logos .logo {
    width: 150px;
    height: 94px;
  }
  #fsub {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #fsub * {
    font-size: 10px;
    line-height: 12px;
  }
  #fsub .logo {
    width: 100px;
    height: 33px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  footer nav ul li {
    width: 50%;
    position: relative;
    float: left;
  }
  footer nav ul li a {
    padding-right: 0;
  }
  #logos .logo {
    width: 130px;
    height: 81px;
  }
  #social {
    height: 46px;
  }
  #social a {
    width: 24px;
    height: 24px;
    margin: 10px;
  }
  #fsub {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
