/* Centre d'aide Velora */
.hc-page {
  padding: 40px 0 80px;
  font-family: Outfit, system-ui, sans-serif;
}

.hc-page *:not(.bi):not([class*="ion-"]) {
  font-family: Outfit, system-ui, sans-serif;
}

/* Fil d'Ariane (override thème / listes numérotées) */
.hc-breadcrumb {
  margin-bottom: 1.25rem;
}

.hc-breadcrumb ol {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: none !important;
  font-size: 0.875rem;
  line-height: 1.4;
}

.hc-breadcrumb ol > li {
  display: inline-flex !important;
  align-items: center;
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hc-breadcrumb ol > li::marker,
.hc-breadcrumb ol > li::before {
  content: none !important;
  display: none !important;
}

.hc-breadcrumb ol > li + li::before {
  display: inline-block !important;
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 0.65rem;
  border-right: 1.5px solid #cbd5e1;
  border-bottom: 1.5px solid #cbd5e1;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.hc-breadcrumb a {
  color: var(--webiste-primary-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}

.hc-breadcrumb a:hover {
  text-decoration: underline;
}

.hc-breadcrumb__current {
  color: #64748b;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .hc-breadcrumb__current {
    white-space: normal;
  }
}

/* Page détail article */
.hc-detail {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 220px);
}

.hc-detail-card {
  background: #fff;
  overflow: hidden;
}

.hc-detail-header {
  text-align: left;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #eef1f6;
}

.hc-detail-header h1 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--webiste-text-color) !important;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.hc-detail-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(54, 142, 250, 0.1);
  color: var(--webiste-primary-color);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.15s ease;
}

.hc-detail-category-badge:hover {
  background: rgba(54, 142, 250, 0.16);
  color: var(--webiste-primary-color);
}

.hc-detail-excerpt {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #4b5563 !important;
  margin: 0;
  max-width: 52rem;
}

.hc-detail-cover {
  margin: 1.5rem 0 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.hc-detail-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.hc-detail-body {
  margin-top: 0;
}

.hc-topic-intro,
.hc-section-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151 !important;
}

.hc-topic-intro {
  margin-bottom: 2rem;
}

.hc-topic-intro p:last-child,
.hc-section-text p:last-child {
  margin-bottom: 0;
}

.hc-section-block {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eef1f6;
}

.hc-section-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hc-section-block h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--webiste-text-color) !important;
  margin: 0 0 1rem;
}

.hc-section-figure {
  margin: 0 0 1.25rem;
  border-radius: 12px;
  overflow: hidden;
}

.hc-section-figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* Contenu riche (grilles Bootstrap, widgets) */
.hc-detail-body .row {
  margin-bottom: 0.5rem;
}

.hc-detail-body .row.g-4 {
  --bs-gutter-y: 1.25rem;
}

.hc-detail-body [class*="col-"] {
  min-width: 0;
}

@media (max-width: 991px) {
  .hc-detail-body .send-package-layout > [class*="col-"] {
    margin-bottom: 1rem;
  }
}

.hc-detail-body .send-package-card {
  background: #fff;
  border: 1px solid #eceef4;
  border-radius: 16px;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.hc-detail-body .send-package-card h2 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--webiste-text-color) !important;
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hc-detail-body .send-package-card h2 i {
  color: var(--webiste-primary-color);
}

.hc-detail-body .send-package-field {
  margin-bottom: 1rem;
}

.hc-detail-body .send-package-field:last-child {
  margin-bottom: 0;
}

.hc-detail-body .send-package-field label,
.hc-detail-body .send-package-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.4rem;
}

.hc-detail-body .send-package-field .form-control {
  height: 46px;
  border-radius: 10px !important;
  border: 1px solid #e5e7eb !important;
  font-size: 0.9375rem !important;
  background: #fafbfc !important;
}

.hc-detail-body .send-package-preview-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.hc-detail-body .send-package-preview-head h2 {
  margin-bottom: 0;
}

.hc-detail-body .send-package-tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
}

.hc-detail-body .send-package-address {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.1rem 1.15rem;
  border-radius: 10px;
  background: #0f172a;
  color: #f8fafc;
  font-size: 0.9rem;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
  border: none;
  font-family: Consolas, "Courier New", monospace !important;
}

.hc-detail-body .send-package-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.hc-detail-body .send-package-option {
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}

.hc-detail-body .send-package-option.is-active {
  border-color: var(--webiste-primary-color);
  background: rgba(54, 142, 250, 0.06);
}

.hc-back-link {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eef1f6;
}

.hc-back-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--webiste-primary-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
}

.hc-back-link a:hover {
  text-decoration: underline;
}

.hc-empty {
  text-align: center;
  padding: 2rem 1.25rem;
  color: #6b7280;
  background: #f8fafc;
  border-radius: 12px;
}

/* Page liste */
.hc-list-hero {
  text-align: center;
  margin-bottom: 2.5rem;
}

.hc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(54, 142, 250, 0.12);
  color: var(--webiste-primary-color);
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.hc-list-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--webiste-text-color) !important;
  margin-bottom: 0.75rem;
}

.hc-lead {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563 !important;
}

.hc-category-block {
  margin-bottom: 3rem;
}

.hc-category-block:last-child {
  margin-bottom: 0;
}

.hc-category-head {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(54, 142, 250, 0.18);
}

.hc-category-head h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--webiste-text-color) !important;
  margin: 0;
}

.hc-article-card {
  height: 100%;
  background: #fff;
  border: 1px solid #eceef4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hc-article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
}

.hc-article-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hc-article-card-media {
  position: relative;
  padding-top: 56.25%;
  background: #e5e7eb;
  overflow: hidden;
}

.hc-article-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-article-card-media-placeholder {
  background: linear-gradient(145deg, #e0e7ff, #f1f5f9);
}

.hc-article-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--webiste-primary-color);
  opacity: 0.35;
}

.hc-article-card-body {
  padding: 1.15rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hc-article-card-body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--webiste-text-color) !important;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.hc-article-card-body p {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #6b7280 !important;
  margin-bottom: 0.75rem;
  flex: 1;
}

.hc-read-more {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--webiste-primary-color);
}

.hc-empty-global {
  text-align: center;
  padding: 2.5rem 1.25rem;
  color: #6b7280;
  background: #f8fafc;
  border-radius: 12px;
}

.hc-empty-global i {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 0.65rem;
  color: #9ca3af;
}
.hc-section-text
{
font-size:15px !important;
line-height:29px !important;
}