.game-single * * {
  font-family: "Quicksand", sans-serif;
}

.game-name {
  text-align: center;
}

.game-pictos {
  display: flex;
  justify-content: space-around;
}

.game-image {
  display: block;
  margin: 3rem auto;
  max-width: 250px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 10px;
}

.game-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-picto {
  width: 50px;
  height: 50px;
}

.game-owners-title {
  text-align: center;
  font-style: italic;
}

.game-owners-list {
  display: flex;
}

.game-owner {
  width: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-taxonomies-single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
}

.game-taxonomy-single {
  margin: 0;
  margin-top: 1rem;
  text-align: center;
  border: 1px solid;
  background-color: #2a272f;
  border-radius: 5px;
  padding: 0.5rem;
}

.game-taxonomy-single a {
  font-size: 1.7rem;
}

.game-taxonomy-single:hover {
  background-color: #59bcff;
}

.game-taxonomy-single:hover a {
  color: #2a272f;
}

.game-ludopro-header {
  height: 30%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.game-ludopro-infos {
  list-style-type: none;
  margin-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.game-ludopro-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f8f9;
  color: #2a272f;
}

.game-ludopro-infos-level {
  padding: 0 0.4rem;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 5px;
}

.game-ludopro-infos-level-1 {
  background-color: white;
}
.game-ludopro-infos-level-2 {
  background-color: cyan;
}
.game-ludopro-infos-level-3 {
  background-color: greenyellow;
}
.game-ludopro-infos-level-4 {
  background-color: yellow;
}
.game-ludopro-infos-level-5 {
  background-color: red;
}

.minutes-symbol {
  font-weight: bold;
  font-size: 3rem;
}

.game-ludopro-infos-span-minutes {
  font-size: 3rem;
}

.game-ludopro-info img {
  width: 45px;
  height: 45px;
}

.ludopro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ludopro p {
  font-style: italic;
  margin-bottom: 0.3rem;
}

.ludopro hr {
  width: 50%;
}

.game-back-to-list {
  display: block;
}

.game-youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-youtube iframe {
  margin-bottom: 2rem;
}

.game-youtube-hr {
  width: 50%;
  margin: 0 auto 3rem;
}

.game-ludopro-info * {
  display: flex;
  align-items: center;
}

.game-ludopro-info-content {
  height: 70%;
}

.game-related-games {
  text-align: center;
  font-style: italic;
  font-size: 2rem !important;
}

.game-related-games-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.game-related-games-game {
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .game-ludopro-info {
    width: 50%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 380px) {
  .game-ludopro-info {
    width: 100%;
    margin-bottom: 1rem;
  }
}
