footer {
  margin-top: 0 !important;
  border-top: 0px !important;
}
footer #footer_social_network {
  margin: 10px 0;
}
footer #menu-under-footer p {
  text-align: right;
}
footer .social-buttons ul {
  padding: 0;
}
footer .social-buttons ul li {
  float: left;
  padding-right: 10px;
}
footer .social-buttons ul li a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}
footer .social-buttons ul li a i {
  font-size: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
footer .social-buttons ul li a:before {
  display: none;
}
footer > div.stripe.bleu {
  padding: 45px 0;
}
footer > div.stripe.site_bg {
  padding: 15px 0;
}
footer #footer_n {
  color: #ffffff;
}
footer #footer_n h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 22px;
  color: #ffffff;
}
footer #footer_n p {
  color: #ffffff;
}
footer #footer_n ul:not(.contextual-links) {
  list-style: none;
}
footer #footer_n ul:not(.contextual-links) li {
  margin-bottom: 12px;
}
footer #footer_n ul:not(.contextual-links) li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
footer #footer_n ul:not(.contextual-links) li a:hover {
  color: #e2eaf2;
}
footer #footer_n ul:not(.contextual-links) li a:before {
  font-family: "famillesrurales";
  content: '\e895';
  position: absolute;
  left: -15px;
  top: 0px;
}
footer #footer_n a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
footer #footer_n a:hover {
  color: #e2eaf2;
}
