/* CONTENU CENTRAL */
.main-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}

/* MENU DEROULANT HACKER */
.menu-deroulant {
  position: absolute;
  top: 20px;
  left: 20px;
}

.menu-btn {
  color: #00ff00;
  font-family: 'Courier New', monospace;
  font-size: 1.1rem;
  cursor: pointer;
  user-select: none;
  border: 1px solid #00ff00;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: black;
  box-shadow: 0 0 8px #00ff00;
}

#menu-toggle {
  display: none;
}

.menu-items {
  display: none;
  margin-top: 10px;
  background-color: #000;
  border: 1px solid #00ff00;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px #00ff00;
}

#menu-toggle:checked + .menu-btn + .menu-items {
  display: block;
}

.link-hacker {
  display: block;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  text-decoration: none;
  padding: 6px 0;
  transition: all 0.3s ease;
}

.link-hacker:hover {
  color: #000;
  background-color: #00ff00;
  padding-left: 10px;
}

/* MINI BLOQUE À CÔTÉ DU MENU (logo + contact) */
.side-block {
  position: absolute;
  top: 20px;
  left: 130px;
  max-width: 150px;
  user-select: none;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  text-align: left;
}

.ascii-art-mini {
  font-size: 0.55rem;
  line-height: 0.9;
  margin: 0;
  white-space: pre;
}

/* "Contactez-nous" sous le mini logo */
.contactez-nous {
  font-size: 0.65rem;
  margin-top: 4px;
  font-family: 'Courier New', monospace;
  color: #00ff00;
  padding-left: 4px;
}

/* ASCII ART CHROMATIQUE PRINCIPAL */
.ascii-art-top {
  font-size: 0.85rem;
  line-height: 1.1;
  margin-bottom: 30px;
  user-select: none;
  white-space: pre;
}

.ascii-art-chromatique {
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(
    90deg,
    #00f2ff,
    #f2ff00,
    #ff0000,
    #009191,
    #ff00ff,
    #00ff00,
    #cdc003
  );
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: chromatiqueColors 10s ease infinite;
  white-space: pre;
}

@keyframes chromatiqueColors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* BOUTON HACKER */
.btn-hacker {
  background-color: #000;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 12px 28px;
  border: 2px solid #00ff00;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  box-shadow:
    0 0 10px #00ff00,
    0 0 20px #00ff00,
    0 0 40px #00ff00;
  transition: all 0.3s ease;
  display: inline-block;
  user-select: none;
}

.btn-hacker:hover {
  background-color: #00ff00;
  color: #000;
  transform: scale(1.2);
}

/* SECTION CONTACT EN BAS */
.contact-section {
  background-color: #000;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  padding: 40px 20px;
  text-align: center;
  border-top: 2px solid #00ff00;
}

/* SYMBOL $ VERT */
.symbol {
  margin-right: 6px;
  font-weight: bold;
  color: #00ff00;
}

/* MINI LOGO EN BAS STYLE MARQUE */
.footer-mini-logo {
  margin-top: 30px;
  font-size: 0.5rem;
  text-align: center;
  color: #00ff00;
  user-select: none;
}

.ascii-art-footer {
  font-size: 0.5rem;
  line-height: 0.9;
  font-family: 'Courier New', monospace;
  white-space: pre;
  margin: 0 auto;
}

/* FOND GÉNÉRAL */
body {
  margin: 0;
  min-height: 100vh;
  background-color: #000000;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-hacker {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  border: 1px solid #00ff00;
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  box-shadow: 0 0 8px #00ff00;
  appearance: none;
}

.select-hacker option {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', monospace;
}
.menu-pages {
  z-index: 10;
}

.menu-btn {
  color: #00ff00;
  font-family: 'Courier New', monospace;
  font-size: 1.1rem;
  user-select: none;
  cursor: default;
}

.select-hacker {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  border: 1px solid #00ff00;
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  box-shadow: 0 0 8px #00ff00;
  appearance: none;
}

.select-hacker option {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', monospace;
}
.menu-btn {
  color: #00ff00;
  font-family: 'Courier New', monospace;
  font-size: 1.1rem;
  cursor: pointer;
  user-select: none;
  border: 1px solid #00ff00;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: black;
  box-shadow: 0 0 8px #00ff00;
}

.menu-items {
  position: absolute;
  background-color: black;
  border: 1px solid #00ff00;
  border-radius: 4px;
  box-shadow: 0 0 10px #00ff00;
  margin-top: 4px;
  display: none;
  flex-direction: column;
  min-width: 150px;
  z-index: 1000;
}

.link-hacker {
  display: block;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  text-decoration: none;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.link-hacker:hover {
  background-color: #00ff00;
  color: black;
  padding-left: 16px;
}
/* Animation arc-en-ciel pour ASCII */
.rainbow-char {
  background: linear-gradient(
    90deg,
    #ff0000,
    #ff7f00,
    #ffff00,
    #00ff00,
    #0000ff,
    #4b0082,
    #9400d3,
    #ff0000
  );
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  animation: rainbow-move 6s linear infinite;
  animation-delay: calc(var(--i) * 0.1s);
}

@keyframes rainbow-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

