@import url("https://fonts.googleapis.com/css2? family= Padouk & display=swap");

#sociaux {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-family: "Padauk", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

footer .button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  padding-left: 50px;
  position: relative;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: none letter-spacing 1px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 3px 3px 5px #000;
}

footer .button:hover {
  text-decoration: none;
  color: #eee;
}

footer .button p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
footer .button span {
  position: absolute;
  left: 0;
  width: 40px;
  font-size: 25px;
  font-weight: 400;
  border-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
footer .button:hover {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0;
  color: black;
}
footer .button.twitter {
  background: #00acee;
}
footer .button.twitter:hover {
  background: #00caff;
}

footer .button.facebook {
  background: #3b5998;
}
footer .button.facebook:hover {
  background: #3b59ff;
}

footer .button.linkedin {
  background: #0e76a8;
}
footer .button.linkedin:hover {
  background: #0e76ff;
}

footer .button.youtube {
  background: #c4302b;
}
footer .button.youtube:hover {
  background: #c40000;
}

footer .button.instagram {
  background: #3f729b;
}
footer .button.instagram:hover {
  background: #3f72ff;
}
