.zen:hover {
    background-color:#d0efff;
    color:black;
    text-decoration-color: aliceblue;
    font-size: 1.2rem;
    font-family:'MutatorSans';   
}
.lefooter{
  position:absolute; 
  width:100%; 
  bottom:0px; 
}
.titre-blanc {
  color: white;
  background-color: #d0efff;
  font-weight: bold;
  font-size: 1.2rem;
}
/* unvisited link 
p:hover, h1:hover, a:hover {
  background-color: yellow;
}
a:link {
  color: green;
}

/* visited link 
a:visited {
  color: green;
}

/* mouse over link 
a:hover {
  color: red;
}

/* selected link 
a:active {
  color: yellow;
}*/