/*******************************************************

FOOTER.CSS

********************************************************/
:root {
  --black: #000000;
  --white: #FFFFFF;
  --yellow: #CCCCCC;
  --offwhite: #EEEEEE;
}

/*******************************************************
      - FOOTER
********************************************************/
.footer-info {
  background-color: var(--yellow);
  font-size: 14px;
  line-height: 20px;
  padding: 0px !important;
}
.footer-info div {
  padding: 16px;
}
.footer-info img {
  height: 30px;
}
.footer-info a:first-child {
  padding-right: 30px;
  padding-left: 30px;
}
.footer-social-network {
  background-color: var(--black);
  font-size: 20px;
  line-height: 20px;
  padding: 0px !important;
}
.social-network-icon {
  width: 50px;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  background: var(--black);
  color: var(--white);
  padding: 16px 0px;
}
.social-network-icon:hover {
  text-decoration: none;
  color: var(--yellow);
}

/* Hide Instagram-Vimeo-Twitter */
.footer-social-network :nth-child(2),
.footer-social-network :nth-child(5),
.footer-social-network :nth-child(6) {
    display: none;
}

/* Correction bug MàJ Wordpress  */
.fa {
  font-weight: normal!important;
  font-family: 'FontAwesome'!important;
}