/* Extracted inline styles (js-ambiance-peinture.fr) */
.gtm-noscript {
  display: none;
  visibility: hidden;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.urgence-block {
  display: block;
  text-decoration: none;
  border: 2px solid #A0121A;
  padding: 15px;
  margin-bottom: 20px;
  background: rgba(255, 240, 240, 0.8);
  transition: background 0.3s;
}

.urgence-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.urgence-badge {
  background: #A0121A;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 10px;
}

.urgence-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--charcoal);
}

.urgence-text {
  font-size: 0.95em;
  color: var(--charcoal);
}

.urgence-link {
  color: #A0121A;
  font-weight: bold;
  margin-top: 8px;
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--bark);
}

.stat-label {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.4;
}

.footer-copy-small {
  font-size: 0.65rem;
  opacity: 0.6;
}

.section-label--center {
  justify-content: center;
}

.section-title-spaced {
  margin-top: 2.4rem;
}
