/* Prevent image drag / selection */
img{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  -webkit-user-drag:none;
  user-drag:none;
}

.footer-note{
  width:100%;
  margin:auto;
  text-align:center;
  color:#7b7c81;
  margin-top:-100px;
  font-family:Calibri, system-ui, Arial, sans-serif;
}

/* Hover outlines — keep exact geometry */
.lien_1:hover,.lien_2:hover,.lien_3:hover,.lien_4:hover,
.lien_5:hover,.lien_6:hover,.lien_7:hover{
  position:absolute;
  z-index:9999;
  border:4px solid #000;
  border-radius:15px;
}

.lien_1:hover{left:90px; top:210px; width:580px; height:77px;}
.lien_2:hover{left:90px; top:290px; width:580px; height:120px;}
.lien_3:hover{left:750px; top:210px; width:400px; height:77px;}
.lien_4:hover{left:90px; top:410px; width:580px; height:80px;}
.lien_5:hover{left:90px; top:495px; width:580px; height:100px;}
.lien_6:hover{left:90px; top:600px; width:580px; height:100px;}
.lien_7:hover{left:90px; top:700px; width:580px; height:100px;}
