.bg-index {
    background-image: url("../IMG/Pictures/boitesJeux.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: #fff 1px 0 10px;
    height: 80vh;
}
.bg-index .text-body-emphasis span {
    background-color: #ffffff55;
    padding: 0.2em;
    border-radius: 0.5em;
}
a.no-decoration {
    text-decoration: none;
}
a.no-color {
    color: inherit;
}
body {
    padding-top: 3.5rem;
}
.table img {
    height: 4em;
}

.anchor-link {
  position: absolute;
  transform: translateY(-50vh);
}
.anchor-link:target + a{
    font-weight: bold;
}