@import url("https://use.typekit.net/tce8wex.css");
@media screen and (max-width: 1024px) {
  .bloc-jeu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 25px;
    gap: 23px;
    text-align: center;
  }
  .bloc-jeu .left {
    height: auto;
    width: 100%;
    min-width: 100%;
  }
  .bloc-jeu .left img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 578/213;
    height: auto;
  }
  .bloc-jeu .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=bloc-jeu.css.map */
