.email-link::after {
  content: "Contact";
}

.email-link:hover::after {
  content: "info@studiomaximewoeffray.com";
  display: block;
}