/* NI-RA-DIGITAL — index.css */

.logo img {
  width: 80px;
  height: auto;
}

.bg-first {
  background-color: whitesmoke;
}

.form-label {
  margin-bottom: 0.2rem;
}

.conf img {
  width: 150px;
  height: auto;
}

.codi {
  font-size: 10px;
}

.smallFont {
  font-size: 11px;
}

textarea {
  resize: none;
}

/* Champ requis */
.rep {
  color: red;
  font-size: 0.7rem;
}
.rep::before {
  content: "* Requis";
}

/* Optionnel */
.opt {
  color: #6c757d;
  font-size: 0.7rem;
  font-style: italic;
}

/* Token display */
.token-box {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #198754;
  background: #f0fff4;
  border: 2px dashed #198754;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  user-select: all;
  font-family: 'Courier New', monospace;
}

.token-box:hover {
  background: #d4edda;
}

.token-accuse {
  color: #856404;
  background: #fff9e6;
  border-color: #ffc107;
}

.token-accuse:hover {
  background: #fff3cd;
}

/* Bouton WhatsApp */
.btn-whatsapp {
  background-color: #25D366;
  color: #fff;
  border: none;
}
.btn-whatsapp:hover {
  background-color: #1ebe57;
  color: #fff;
}
.btn-whatsapp img {
  filter: brightness(0) invert(1);
  vertical-align: middle;
}

@media screen and (max-width: 375px) {
  .form-label,
  .form-check-label {
    font-size: 12px;
  }
  .token-box {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
