/* ============================================
   PAGE PROJET — Hi! Tech (spécifique)
   ============================================ */

/* ---------- Bouton "Voir le site" ---------- */
.hitech-site-btn {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 18px;
  background: var(--ink);
  color: var(--bg);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 1rem;
  transition: background .25s ease, color .25s ease;
}

.hitech-site-btn:hover {
  background: var(--accent-orange);
}
