/* Correctifs ciblés chargés après style.css. */

/* La galerie mosaïque impose display:inline-block avec une spécificité supérieure.
   Cette règle garantit que l'attribut HTML hidden utilisé par le filtre reste prioritaire. */
.realisations-grid .realisation-card[hidden] {
  display: none !important;
}

.contact-form-status {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: .65rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form-status.success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}

.contact-form-status.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.contact-form .contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
