body {
}

/* --- Anti-spam honeypot : masqué aux humains, présent pour les bots --- */
.hp-field { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* --- Messages flash --- */
.flash { padding: .85rem 1.1rem; border-radius: 8px; margin: 0 0 1rem; }
.flash--success { background: #e7f6ec; color: #14532d; border: 1px solid #bbe5c7; }
.flash--error { background: #fdecea; color: #7f1d1d; border: 1px solid #f5c2c0; }

/* --- Formulaire de devis (mise en forme de base ; design fin dans styles.css) --- */
.quote-form .btn { margin-top: .5rem; }

/* --- Bandeau de consentement cookies --- */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; background: #fff; box-shadow: 0 -2px 14px rgba(0,0,0,.14); padding: .9rem 0; }
.consent[hidden] { display: none; }
.consent__inner { display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.consent__text { margin: 0; font-size: .95rem; }
.consent__actions { display: flex; gap: .5rem; flex: none; }

/* --- Carte (chargée sous consentement) --- */
.map-embed { margin-top: 1rem; min-height: 80px; }
.map-embed iframe { display: block; width: 100%; border: 0; border-radius: 8px; }
