@import url("https://use.typekit.net/tce8wex.css");
.bloc-jeu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 46px;
  border-radius: 15px;
  gap: 35px;
  color: #ffffff;
  position: relative;
}
.bloc-jeu:nth-child(odd) {
  background: #f39400;
}
.bloc-jeu:nth-child(even) {
  background: #b3185c;
}
.bloc-jeu .left {
  height: 325px;
  width: 346px;
  min-width: 346px;
}
.bloc-jeu .left img {
  height: 325px;
  width: 346px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.bloc-jeu .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.bloc-jeu .right p:last-of-type {
  padding: 5px 0;
}
/*# sourceMappingURL=bloc-jeu.css.map */
