#intro {
    background-image: url("../HTML/RESSOURCES/IMG/Apropos/Entrepots.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.tile * {
    transition: all .2s;
}

.tile:hover a {
    opacity: 0;
}