
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #ccffcc;
  scroll-behavior: smooth;
}

.navbar {
  background-color: #111;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-center {
  display: flex;
  flex: 1;
  justify-content: center;
}

.nav-logo {
  height: 40px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.nav-links li a {
  color: #ccffcc;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.nav-links li a:hover,
.nav-links li a.active {
  color: #66ff66;
  text-shadow: 0 0 5px #33ff33;
}

a:link {
  color: #66ff66;
}
a:visited {
  color: #006600;
}
a:active {
  color: white;
}

.section {
  padding: 60px 20px 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.accueil-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.accueil-left {
  padding-top: 60px;
  flex: 1;
  min-width: 250px;
}

.logo {
  width: 120px;
}

.slogan {
  font-size: 1.8em;
  margin: 20px 0;
  color: #aaffaa;
}

.footer {
  text-align: center;
  padding: 30px;
  color: #88cc88;
  font-size: 0.9em;
}

.accueil-downloads {
  align-items: flex-start !important;
  text-align: left;
}

.download-list li {
  justify-content: flex-start;
}

.service-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  font-size: 1.1em;
}

.services-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.services-left {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.services-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#matrix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
}


.phone {
  font-size: 1.2em;
  margin-top: -10px;
  color: #aaffaa;
}

body {
  cursor: url("assets/img/cursor-logo.png") 16 16, auto;
}


body {
  cursor: url("assets/img/cursor-logo.png") 16 16, auto;
}

.logo-large {
  width: 90px;
  height: auto;
  margin-right: 20px;
}

.slogan-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Couleurs Matrix pour icônes */
.download-list li .icon {
  color: #00ff00;
  filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 1px #000000);
}


/* Fond ombré pour le menu */
.navbar {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 12px rgba(0, 255, 0, 0.3);
}

/* Fond pour la zone des téléchargements */
.accueil-right {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,255,0,0.15);
}


.icon-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  filter: drop-shadow(0 0 2px #00ff00);
}


.slogan {
  font-size: 1.5em;
  font-weight: bold;
  color: #aaffaa;
}

.phone {
  font-size: 1.5em;
  color: #aaffaa;
}

.slogan-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,255,0,0.2);
}

.shaded-block {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,255,0,0.15);
}


.qr-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,255,0,0.3);
}

.qr-matrix {
  width: 100px;
  height: 100px;
  border: 2px solid #0f0;
  border-radius: 6px;
}


.official-label {
  font-size: 0.9em;
  margin-left: 8px;
  color: #0f0;
}

.official-label .green {
  font-weight: bold;
}


.official-label {
  font-size: 1.35em;
  margin-left: 8px;
  color: white;
  text-shadow: 0 0 6px #00ff00, 0 0 12px #00ff00;
  display: inline-flex;
  align-items: center;
}

.official-label .green {
  font-weight: bold;
  margin-left: 6px;
  color: #0f0;
}


/* Effet lumineux vague style K2000 */
.company-name {
  font-size: 1.8em;
  font-weight: bold;
  color: #0f0;
  display: inline-block;
  font-family: monospace;
  letter-spacing: 0.05em;
}

.company-name span {
  display: inline-block;
  animation: wave-flicker 2s linear infinite;
}

.company-name span:nth-child(1) { animation-delay: 0s; }
.company-name span:nth-child(2) { animation-delay: 0.1s; }
.company-name span:nth-child(3) { animation-delay: 0.2s; }
.company-name span:nth-child(4) { animation-delay: 0.3s; }
.company-name span:nth-child(5) { animation-delay: 0.4s; }
.company-name span:nth-child(6) { animation-delay: 0.5s; }
.company-name span:nth-child(7) { animation-delay: 0.6s; }
.company-name span:nth-child(8) { animation-delay: 0.7s; }
.company-name span:nth-child(9) { animation-delay: 0.8s; }
.company-name span:nth-child(10) { animation-delay: 0.9s; }
.company-name span:nth-child(11) { animation-delay: 1s; }
.company-name span:nth-child(12) { animation-delay: 1.1s; }
.company-name span:nth-child(13) { animation-delay: 1.2s; }
.company-name span:nth-child(14) { animation-delay: 1.3s; }
.company-name span:nth-child(15) { animation-delay: 1.4s; }

@keyframes wave-flicker {
  0%, 100% { color: #0f0; text-shadow: none; }
  50% { color: #fff; text-shadow: 0 0 10px #0f0, 0 0 20px #0f0; }
}


/* Néon vert défectueux pour "Site Officiel" */
.official-label .green {
  font-weight: bold;
  color: #0f0;
  text-shadow:
    0 0 5px #0f0,
    0 0 15px #0f0,
    0 0 30px #00ff00,
    0 0 50px #00ff00;
  animation: glitch-neon 3.2s infinite;
}

@keyframes glitch-neon {
  0%   { opacity: 1;   text-shadow: 0 0 10px #0f0; }
  5%   { opacity: 0.3; text-shadow: none; }
  10%  { opacity: 1;   text-shadow: 0 0 25px #0f0; }
  17%  { opacity: 0.6; text-shadow: none; }
  24%  { opacity: 1;   text-shadow: 0 0 40px #00ff00; }
  40%  { opacity: 0.2; text-shadow: none; }
  55%  { opacity: 1;   text-shadow: 0 0 60px #00ff00; }
  68%  { opacity: 0.4; text-shadow: 0 0 10px #0f0; }
  80%  { opacity: 1;   text-shadow: 0 0 35px #0f0; }
  100% { opacity: 0.9; text-shadow: 0 0 20px #0f0; }
}


.qr-extra {
  position: fixed;
  bottom: 140px;
  right: 20px;
  text-align: center;
  z-index: 9999;
}

.google-logo {
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  margin-bottom: 6px;
}

.stars {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.stars .star {
  font-size: 20px;
  color: #0f0;
  opacity: 0.2;
  animation: flashStar 2s infinite;
}

.stars .star:nth-child(1) { animation-delay: 0s; }
.stars .star:nth-child(2) { animation-delay: 0.3s; }
.stars .star:nth-child(3) { animation-delay: 0.6s; }
.stars .star:nth-child(4) { animation-delay: 0.9s; }
.stars .star:nth-child(5) { animation-delay: 1.2s; }

@keyframes flashStar {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; text-shadow: 0 0 10px #0f0; }
}


/* Ajustement position du bloc Google + étoiles */
.qr-extra {
  bottom: 180px;  /* plus haut */
  right: 100px;   /* plus à gauche */
}


.qr-centered {
  position: static;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}


/* Décalage du QR code légèrement vers la gauche */
.qr-fixed {
  right: 80px;
}


.qr-link {
  text-decoration: none;
}
