<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Couleurs */
.container-memory {
  text-align: center;
}

.container-memory .title-memory {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 3rem;
  color: #2B580C !important;
  font-family: 'Nerko One', cursive;
}

.container-memory .memory-grid {
  margin-top: 2rem;
}

.container-memory button {
  width: 100px;
  height: 100px;
  background-color: #639A67 !important;
  border-radius: 5px;
  border: none;
  margin: 4px;
  color: #f5f4f4;
  cursor: pointer;
}

.container-memory .restart {
  width: auto;
  height: auto;
  padding: 10px;
  text-transform: uppercase;
  background-color: #2B580C !important;
}

.container-memory img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  margin: 4px;
}

.container-memory .counter {
  width: 170px;
  height: auto;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
  -ms-grid-column-align: center;
      justify-self: center;
}

.container-memory .counter &gt; span {
  color: #639A67 !important;
  vertical-align: middle;
}

@media screen and (max-width: 456px) {
  button {
    width: 80px !important;
    height: 80px !important;
  }
  img {
    width: 80px !important;
    height: 80px !important;
  }
  .restart {
    width: 100px !important;
    height: 40px !important;
    font-size: 0.7rem !important;
    padding: 5px !important;
  }
}

@media screen and (max-width: 375px) {
  button {
    width: 60px !important;
    height: 60px !important;
  }
  img {
    width: 60px !important;
    height: 60px !important;
  }
}
/*# sourceMappingURL=style-memory.css.map */</pre></body></html>