* {
  box-sizing: border-box;
}

/* Style the body */
@font-face {
  font-family: 'PlanetGemrule';
  src: url('https://kuur0.neocities.org/PlanetGemrule.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Slanted';
  src: url('https://kuur0.neocities.org/Slanted.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Jaywalk';
  src: url('https://kuur0.neocities.org/Jaywalk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CryptOfTomorrow';
  src: url('https://kuur0.neocities.org/CryptOfTomorrow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: black;
  color: #ffffff;
  font-family: 'PlanetGemrule', sans-serif;
  font-size: 20px;
  margin: 0;
}

carabistouille {
  font-family: 'Slanted', sans-serif;
  display: block;
}
fourhundredfour {
  font-family: 'Slanted', sans-serif;
  font-size:35px;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

sapristi {
  font-family: 'Jaywalk', sans-serif;
  display: block;
}

parbleu {
  font-family: 'CryptOfTomorrow', sans-serif;
  display: block;
}

a {
    color: #4ac4db;
    text-decoration: none;
}

a:visited {
    color: #8d9fe9;
}

a:hover {
    color: #8d9fe9;
    text-decoration: none;
}

a:active {
    color: #8d9fe9; 
}

.imgsymbiosis {
    filter: hue-rotate(165deg);
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}
.pixelated {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.navbar a {
  display: block;
  justify-content: center;
  align-items: center;     /* centre verticalement si hauteur définie */
  color: white;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  border: 4px solid white;
  margin-right: 6px;
}
.navbar a.active {
  background-color: #666;
  border: 4px solid #ff5300;
  color: white;
}
.navbar a:hover {
  background-color: white;
  color: black;
  transition: background-color 0.3s, color 0.3s;
}
.navbars a {
  display: block;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  border: 4px solid white;
  margin-right: 6px;
}
.footer {
  padding: 20px;
  text-align: center;
  background: black;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
.header {
  padding: 30px;
  text-align: center;
  background:black;
  color: white;
}
.headers {
  padding: 30px;
  text-align: center;
  background:black;
  color: white;
}
.header h1 {
  font-size: 40px;
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  background-color: black;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.navbar a.active {
  background-color: #FF5300;
  color: white;
}
.navbars {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: black;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.navbars a:hover {
  background-color: #ddd;
  color: black;
}
.navbars a.active {
  background-color: #4ac4db;
  border: 4px solid #4ac4db;
  color: black;
}
.symbiosis {
  /*background-color: #0D3A43;*/
  background-color: black;
  font-family: "Yanone Kaffeesatz", "Arial", "sans-serif";
  font-size: 20px;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.gobacktothehomepage {
  background-color: black;
  font-family: "PlanetGemrule";
  font-size: 15px;
  color: #ff5300;
  border: 4px solid #ff5300;
  padding: 15px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gobacktothehomepage:hover {
  border: 4px solid white;
  color: white;
}
.gobacktothehomepage span {
  font-weight: bold;
}
/*.symbiosis:hover {
  background-color: #176675;*/
/*} */
.symbiosis .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.symbiosis span {
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}
.symb {
  background-color: black;
  font-family: "PlanetGemrule";
  font-size: 15px;
  color: #4ac4db;
  border: 4px solid #4ac4db;
  padding: 15px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.symb:hover {
  border: 4px solid white;
  color: white;
}
.symb .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.symb span {
  font-weight: bold;
}
.intro {
  background-color: black;
  color: white;
  border: 4px solid white;
  padding: 20px;
  max-width: 900px;
  margin: 40px auto;
  font-size: 13px;
  font-family: 'Jaywalk';
  line-height: 2.2;
  text-align: left;
  display: block;            /* force un vrai bloc */
}
#fox-game-container {
  text-align: center;
}
#fox-game {
  border: 4px solid white;
}
.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

.logo img,
.logo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 100px;
}

.bio-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  position: relative;
  padding-left: 1.5em; /* laisse de la place pour la puce */
}

.bio-text.visible {
  opacity: 1;
  transform: translateY(0);
}

/* PUCE pixel style */
.bio-text::before {
  content: "✦";  /* pixel bullet */
  color: #ff5300;
  position: absolute;
  left: 0; 
  top: 0; 
  font-size: 1em;
  line-height: 1;
}
@keyframes glitch {
  0%, 100% { transform: none; opacity: 1; }
  20% { transform: translateX(1px); opacity: 0.9; }
  40% { transform: translateX(-1px); opacity: 0.95; }
  60% { transform: translateX(2px); }
  80% { transform: translateX(-2px); }
}
.error {
    display: block;
    margin: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
    animation: glitch 1.5s infinite;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 2em; /* ou ce que tu veux pour l'espacement */
}