.image_galerie { height: 33vh; } #image_code{ position: absolute; bottom: 50vh; left: 37.5vw; } #image_forest { position: absolute; top: 50vh; right: 50vw; } #image_videogame { position: absolute; top: 50vh; left: 50vw; } #image_code:hover { bottom: 52vh; } #code_link:hover:after { position: absolute; left:49vw; bottom:50vh; content: attr(title); color:black; text-decoration: underline; text-decoration-color: lightgray; /*Sinon underline blanc qui s'enlève pas avec text-decoration: none*/ } #forest_link:hover:after { position: absolute; left:35vw; top:83vh; content: attr(title); color:black; text-decoration: underline; text-decoration-color: lightgray; /*Sinon underline blanc qui s'enlève pas avec text-decoration: none*/ } #videogame_link:hover:after { position: absolute; left:66vw; top:83vh; content: attr(title); color:black; text-decoration: underline; text-decoration-color: lightgray; /*Sinon underline blanc qui s'enlève pas avec text-decoration: none*/ }