/* Externalisation progressive des styles inline les plus répétitifs du site public */

.evoir-error-visual {
  text-align: center;
}

.evoir-error-visual-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.evoir-error-visual-circle--403 {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.evoir-error-visual-circle--404 {
  background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
}

.evoir-error-visual-icon {
  font-size: 80px;
}

.evoir-error-visual-icon--403 {
  color: #d97706;
}

.evoir-error-visual-icon--404 {
  color: #94a3b8;
}

.evoir-error-visual-text {
  color: #94a3b8;
  font-size: 15px;
}

.evoir-news-hero {
  background: linear-gradient(135deg, #0f172a 0%, #163b8c 60%, #0d6efd 100%);
  padding: 60px 0 50px;
}

.evoir-news-hero-lead {
  opacity: 0.85;
  font-size: 1.1rem;
}

.evoir-news-badge {
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
}

.evoir-news-badge--blue {
  background: linear-gradient(135deg, #1e3a5f 0%, #0d6efd 100%);
}

.evoir-news-badge--green {
  background: linear-gradient(135deg, #1a3a1f 0%, #28a745 100%);
}

.evoir-news-badge--red {
  background: linear-gradient(135deg, #3a1a1a 0%, #dc3545 100%);
}

.evoir-news-badge--azure {
  background: linear-gradient(135deg, #1a2d4a 0%, #0078d4 100%);
}

.evoir-news-badge-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  opacity: 0.9;
}

.evoir-news-badge-date {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

.evoir-news-badge-category {
  font-size: 0.85rem;
  margin-top: 8px;
  opacity: 0.8;
}

.evoir-news-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 12px;
}

.evoir-news-subtitle--blue {
  color: #1a3a6b;
}

.evoir-news-subtitle--green {
  color: #1a3a1f;
}

.evoir-news-subtitle--red {
  color: #7b1a1a;
}

.evoir-news-subtitle--azure {
  color: #1a2d4a;
}

.evoir-news-highlight {
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 20px;
  border-left-width: 4px;
  border-left-style: solid;
}

.evoir-news-highlight--blue {
  background: #f0f7ff;
  border-left-color: #0d6efd;
}

.evoir-news-highlight--green {
  background: #f0fff4;
  border-left-color: #28a745;
}

.evoir-news-highlight--red {
  background: #fff5f5;
  border-left-color: #dc3545;
}

.evoir-news-highlight--azure {
  background: #f0f4ff;
  border-left-color: #0078d4;
}

.evoir-news-divider {
  margin: 50px 0;
  border-color: #e8edf5;
}

.evoir-news-cta {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f0fe 100%);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  border: 1px solid #d0e2ff;
}

.evoir-case-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: #0f172a;
  transition: transform .2s ease, box-shadow .2s ease;
}

.evoir-case-card:hover,
.evoir-case-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  color: #0f172a;
  text-decoration: none;
}

.evoir-case-card-meta {
  font-size: .88rem;
  color: #475569;
  margin-bottom: 12px;
}

.evoir-case-card-link {
  font-size: .85rem;
  color: #0d6efd;
  font-weight: 600;
}

.evoir-testimonials-cta {
  background: linear-gradient(135deg, #0f172a, #163b8c, #0d6efd);
  border-radius: 24px;
  padding: 40px;
  color: #fff;
}
