@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono&display=swap");

body {
  margin: 0;
  font-family: "Anonymous Pro", monospace;
}

footer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: fixed;
  bottom: 0;
  gap: 1rem;
}

footer a {
  text-decoration: none;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-weight: 400;
  font-size: clamp(0.5rem, 3vw, 1rem);
  text-transform: uppercase;
}

h1 {
  font-family: "Geist Mono", monospace;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 5rem);
  margin: 0;
}

.landing {
  background-image: url("/images/bg-landing.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  gap: 1.5rem;
}

.landing h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.landing ul, .dl {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.landing ul li, .file {
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem;
  padding-inline: 2rem;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}

.landing a, .file {
  text-decoration: none;
  color: #fff;
}

.landing ul li:hover, .file:hover {
  background-color: #fff;
}

.landing ul li:hover a, .file:hover {
  color: #000;
}

.over {
  background-image: url("/images/bg-landing.png");
  background-size: cover;
  width: 100vw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.over section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(86, 19, 19, 0.5);
  gap: 1rem;
}

.over h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.over h2 {
  color: #fff;
  text-align: center;
}

#scoreDisplay {
  color: #fff;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-transform: uppercase;
}

.over form input {
  width: 20ch;
  height: 3rem;
  border: 1px solid #fff;
  padding: 0 1rem;
  margin: 1rem 0;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-decoration: none;
  text-transform: uppercase;
}

.over form button {
  height: 3.1rem;
  border: 1px solid #fff;
  padding: 0 1rem;
  margin: 1rem 0;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.over form button:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: 1px solid #000;
}

.over a {
  text-decoration: none;
  margin: 4rem 0;
  color: #fff;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
}

.over a:hover {
  background-color: #fff;
  color: #000;
}

.scores {
  background-color: #040404;
  width: 100vw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.scores h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.scores h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  margin: 0;
}

.scores > div {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.scores > div > div {
  display: flex;
  flex-direction: column;
}

.scores > div > div > div {
  text-transform: uppercase;
  color: #fff;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(0.75rem, 3vw, 1rem);
}

.about {
  background-color: #000;
  width: 100vw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.about div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.about h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.about p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(0.5rem, 3vw, 1rem);
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  margin: 0;
}

.about a {
  text-decoration: underline;
  color: #fff;
  font-family: "Anonymous Pro", monospace;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-transform: uppercase;
}

.how {
  width: 100vw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  background-color: #020202;
  color: #fff;
}

.how > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.how > div > ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
  list-style: disc;
}

.how li {
  font-family: "Anonymous Pro", monospace;
  margin: 0;
}

.how span {
  font-family: "Geist Mono", monospace;
}

/* muteButton.css */

.mute-button {
    background: none;
    border: none;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#muteIcon {
    width: 30px; /* Ajustez la taille de l'icône selon vos besoins */
    height: 30px;
}
