/* ================================================================
   HIGYLANG — higylang-components.css
   ================================================================ */

   7. HEADER & NAVIGATION
   ================================================================ */
.hl-header {
  position: fixed; top: 0; inset-inline: 0; z-index: 1000;
  height: var(--hl-hdr-h);
  transition: background-color var(--hl-t), box-shadow var(--hl-t);
}
.hl-header--scrolled {
  background-color: var(--hl-surface);
  box-shadow: 0 2px 18px rgba(59,31,110,0.09);
}
.hl-header .navbar { padding: 0; height: 100%; }
.hl-header .navbar-toggler { border: none; padding: 0; box-shadow: none; background: transparent; }
.hl-header .navbar-toggler:focus { box-shadow: none; }

.hl-logo { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.hl-logo__img { height: 34px; width: auto; }
.hl-logo__text {
  font-size: 1.3rem; font-weight: 700; color: #fff;
  letter-spacing: -0.01em; transition: color var(--hl-t);
}
.hl-header--scrolled .hl-logo__text { color: var(--hl-heading); }

.hl-header .nav-link {
  font-size: 0.875rem; font-weight: 500;
  color: rgba(255,255,255,0.88); padding: 0.3rem 0.6rem;
  position: relative; transition: color var(--hl-t);
}
.hl-header .nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 50%; right: 50%;
  height: 2px; background-color: var(--hl-accent); border-radius: 2px;
  transition: left var(--hl-t), right var(--hl-t);
}
.hl-header .nav-link:hover::after,
.hl-header .nav-link.active::after { left: 0.6rem; right: 0.6rem; }
.hl-header--scrolled .nav-link       { color: var(--hl-text); }
.hl-header--scrolled .nav-link:hover { color: var(--hl-accent-dk); }

.hl-hamburger {
  width: 38px; height: 38px;
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  cursor: pointer; padding: 0;
}
.hl-hamburger__bar {
  display: block; height: 2px; border-radius: 2px;
  background-color: #fff;
  transition: transform var(--hl-t), opacity var(--hl-t), width var(--hl-t);
}
.hl-hamburger__bar:nth-child(1) { width: 22px; }
.hl-hamburger__bar:nth-child(2) { width: 15px; }
.hl-hamburger__bar:nth-child(3) { width: 22px; }
.hl-header--scrolled .hl-hamburger__bar { background-color: var(--hl-heading); }
.hl-hamburger[aria-expanded="true"] .hl-hamburger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 22px; }
.hl-hamburger[aria-expanded="true"] .hl-hamburger__bar:nth-child(2) { opacity: 0; }
.hl-hamburger[aria-expanded="true"] .hl-hamburger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 22px; }

@media (max-width: 991.98px) {
  .hl-header .navbar-collapse {
    position: absolute; top: 100%; left: 0; right: 0;
    background-color: var(--hl-surface);
    box-shadow: 0 8px 28px rgba(59,31,110,0.12);
    border-radius: 0 0 var(--hl-r-lg) var(--hl-r-lg);
    overflow: hidden; border-top: 1px solid var(--hl-border);
  }
  .hl-header .navbar-nav { padding: 0.5rem 0.75rem 1rem; gap: 0; }
  .hl-header .nav-link {
    color: var(--hl-text); font-size: 1rem; padding: 0.7rem 0.75rem;
    border-bottom: 1px solid var(--hl-border); border-radius: 0;
  }
  .hl-header .nav-link:last-child { border-bottom: none; }
  .hl-header .nav-link::after { display: none; }
  .hl-header .nav-link:hover  { color: var(--hl-accent-dk); background-color: var(--hl-bg); }
  .hl-header .nav-link.active { color: var(--hl-accent-dk); }
  .hl-btn--nav { margin: 0.75rem 0 0.25rem; border-radius: var(--hl-r); display: block; text-align: center; }
}


/* ================================================================
   8. HERO — photo Chantal, overlay mauve, 3 cards réseaux sociaux
   ================================================================ */
.hl-hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; overflow: hidden;
  padding: calc(var(--hl-hdr-h) + 2rem) 0 4rem;
}

/* Image de fond — photo Chantal */
.hl-hero__bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
}

/* Overlay dégradé mauve — lisibilité du texte sur la photo */
.hl-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(43, 17, 90, 0.90) 0%,
    rgba(72, 38, 128, 0.78) 45%,
    rgba(155, 109, 189, 0.45) 100%
  );
}

.hl-hero__content { position: relative; z-index: 1; width: 100%; }

.hl-hero__label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 0.85rem;
}
.hl-hero__title {
  color: #fff; font-weight: 700; margin-bottom: 1.15rem;
  text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.hl-hero__title span { color: #d4a8ef; }

.hl-hero__sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.75);
  max-width: 540px; margin: 0 auto 2rem; line-height: 1.72;
}

.hl-hero__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center;
}

/* Bouton WhatsApp hero */
.hl-btn--whatsapp {
  background-color: #25d366;
  border: 2px solid #25d366;
  color: #fff;
}
.hl-btn--whatsapp:hover {
  background-color: #1ebe5d;
  border-color: #1ebe5d;
  color: #fff;
}

/* Cards réseaux sociaux */
.hl-hero-card {
  display: block; text-decoration: none;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--hl-r-lg);
  padding: 1.5rem 1.25rem;
  transition: background var(--hl-t), border-color var(--hl-t), transform var(--hl-t);
  height: 100%;
}
.hl-hero-card:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-4px);
}

.hl-hero-card__ico {
  width: 48px; height: 48px; border-radius: var(--hl-r);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1rem;
  color: #fff;
}
.hl-hero-card__ico--yt { background-color: #ff0000; }
.hl-hero-card__ico--ig { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.hl-hero-card__ico--wa { background-color: #25d366; }

.hl-hero-card__title {
  font-size: 1rem; font-weight: 700; color: #fff;
  margin-bottom: 0.4rem;
}
.hl-hero-card__desc {
  font-size: 0.875rem; color: rgba(255,255,255,0.68);
  line-height: 1.55; margin: 0;
}

/* Flèche de défilement */
.hl-hero__scroll {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 1; color: rgba(255,255,255,0.35); font-size: 1.35rem;
  text-decoration: none; animation: hl-bounce 2.4s ease-in-out infinite;
  transition: color var(--hl-t);
}
.hl-hero__scroll:hover { color: rgba(255,255,255,0.72); }

@keyframes hl-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}


/* ================================================================
   9. À PROPOS
   ================================================================ */
.hl-about__img-wrap { position: relative; display: inline-block; width: 100%; }
.hl-about__badge {
  position: absolute; bottom: -1rem; right: -0.75rem;
  background-color: var(--hl-accent); color: #fff;
  border-radius: var(--hl-r-lg); padding: 0.9rem 1.1rem;
  text-align: center; box-shadow: var(--hl-sh-lg); min-width: 88px;
}
.hl-about__badge-num { display: block; font-size: 1.85rem; font-weight: 700; line-height: 1; }
.hl-about__badge-lbl { font-size: 0.68rem; opacity: 0.88; line-height: 1.35; }


/* ================================================================
   10. SERVICES
   ================================================================ */
.hl-card-svc {
  background-color: var(--hl-surface);
  border-radius: var(--hl-r-lg); padding: 1.6rem 1.4rem;
  height: 100%; border: 1.5px solid var(--hl-border);
  display: flex; flex-direction: column;
  transition: transform var(--hl-t), box-shadow var(--hl-t), border-color var(--hl-t);
}
.hl-card-svc:hover {
  transform: translateY(-4px); box-shadow: var(--hl-sh-lg);
  border-color: rgba(155,109,189,0.45);
}
.hl-card-svc__icon {
  width: 50px; height: 50px; border-radius: var(--hl-r);
  background-color: var(--hl-accent-lt); color: var(--hl-accent-dk);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.15rem;
  transition: background-color var(--hl-t), color var(--hl-t);
}
.hl-card-svc:hover .hl-card-svc__icon { background-color: var(--hl-accent); color: #fff; }
.hl-card-svc__title { font-size: 1.025rem; color: var(--hl-heading); margin-bottom: 0.45rem; }
.hl-card-svc__desc  { font-size: 0.9275rem; color: var(--hl-text-muted); flex: 1; margin-bottom: 1.1rem; line-height: 1.62; }


/* ================================================================
   11. STATISTIQUES — fond accent clair, chiffres violets
   ================================================================ */
.hl-stat { padding: 1rem 0.5rem; }
.hl-stat__value {
  display: flex; align-items: baseline; justify-content: center;
  gap: 0.05rem; line-height: 1; margin-bottom: 0.5rem;
}
.hl-stat__num {
  font-size: clamp(2.2rem, 5vw, 3.25rem); font-weight: 700; color: var(--hl-heading);
}
.hl-stat__unit { font-size: 1.6rem; font-weight: 600; color: var(--hl-accent); align-self: flex-start; margin-top: 0.25rem; }
.hl-stat__label { font-size: 0.825rem; color: var(--hl-text-muted); margin: 0; }
.hl-stats-row [class*="col"]:not(:last-child) .hl-stat { border-right: 1px solid var(--hl-border); }
@media (max-width: 767.98px) {
  .hl-stats-row [class*="col"]:not(:last-child) .hl-stat { border-right: none; }
  .hl-stats-row [class*="col"] { border-bottom: 1px solid var(--hl-border); }
  .hl-stats-row [class*="col"]:last-child { border-bottom: none; }
}


/* ================================================================
   12. DÉMARCHE
   ================================================================ */
.hl-steps { display: flex; flex-direction: column; }
.hl-step {
  display: flex; gap: 1.25rem; align-items: flex-start;
  padding: 1.2rem 0; border-bottom: 1px solid var(--hl-border);
}
.hl-step:last-child { border-bottom: none; }
.hl-step__num {
  font-size: 2.35rem; font-weight: 700; color: var(--hl-accent);
  line-height: 1; min-width: 2.25rem; opacity: 0.22; flex-shrink: 0;
  transition: opacity var(--hl-t);
}
.hl-step:hover .hl-step__num { opacity: 1; }
.hl-step__title { font-size: 0.9875rem; font-weight: 600; color: var(--hl-heading); margin-bottom: 0.2rem; }
.hl-step__desc  { font-size: 0.9rem; color: var(--hl-text-muted); line-height: 1.62; margin: 0; }


/* ================================================================
   13. LIVRES — Swiper carrousel (même mécanique que blog)
   ================================================================ */
.hl-card-livre {
  background-color: var(--hl-surface);
  border-radius: var(--hl-r-lg); overflow: hidden;
  border: 1.5px solid var(--hl-border);
  display: flex; flex-direction: column;
  height: 100%;
  transition: transform var(--hl-t), box-shadow var(--hl-t);
  text-decoration: none;
}
.hl-card-livre:hover { transform: translateY(-4px); box-shadow: var(--hl-sh-lg); }

.hl-card-livre__cover {
  position: relative; overflow: hidden;
  background-color: var(--hl-bg-alt);
  aspect-ratio: 3/4;
}
.hl-card-livre__cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.45s ease;
}
.hl-card-livre:hover .hl-card-livre__cover img { transform: scale(1.04); }
.hl-card-livre__cover .hl-ph {
  position: absolute; inset: 0;
  border-radius: 0; border: none; font-size: 3rem; min-height: unset;
}

.hl-card-livre__body {
  padding: 1rem 1.1rem 1.1rem;
  flex: 1; display: flex; flex-direction: column;
}
.hl-card-livre__year {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--hl-accent-dk); margin-bottom: 0.25rem; display: block;
}
.hl-card-livre__title {
  font-size: 0.9rem; font-weight: 600; color: var(--hl-heading);
  line-height: 1.35; margin-bottom: 0.5rem; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.hl-card-livre__link {
  font-size: 0.78rem; font-weight: 600; color: var(--hl-accent-dk);
  display: inline-flex; align-items: center; gap: 0.25rem;
  transition: gap var(--hl-t), color var(--hl-t);
}
.hl-card-livre:hover .hl-card-livre__link { gap: 0.45rem; color: var(--hl-accent); }


/* ================================================================
   14. MÉDIAS — YouTube
   ================================================================ */
.hl-video-wrap {
  position: relative; aspect-ratio: 16/9;
  border-radius: var(--hl-r-lg); overflow: hidden;
  background-color: var(--hl-bg-alt);
  box-shadow: var(--hl-sh-lg); border: 1.5px solid var(--hl-border);
}
.hl-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.hl-video-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 0.6rem;
  color: var(--hl-text-muted); font-size: 0.9rem; text-align: center; padding: 1.5rem;
}
.hl-video-placeholder .bi { font-size: 2.75rem; color: var(--hl-accent); opacity: 0.45; }

.hl-media-links { display: flex; flex-direction: column; gap: 0.75rem; }
.hl-media-link  {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 1rem; border-radius: var(--hl-r);
  border: 1.5px solid var(--hl-border); background-color: var(--hl-surface);
  text-decoration: none; transition: border-color var(--hl-t), background-color var(--hl-t);
}
.hl-media-link:hover { border-color: var(--hl-accent); background-color: var(--hl-accent-lt); }
.hl-media-link__ico {
  width: 38px; height: 38px; border-radius: var(--hl-r);
  background-color: var(--hl-accent-lt); color: var(--hl-accent-dk);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0; transition: background-color var(--hl-t), color var(--hl-t);
}
.hl-media-link:hover .hl-media-link__ico { background-color: var(--hl-accent); color: #fff; }
.hl-media-link__label { font-size: 0.9rem; font-weight: 500; color: var(--hl-heading); }
.hl-media-link__sub   { font-size: 0.78rem; color: var(--hl-text-muted); display: block; }


/* ================================================================
   15. BLOG — Layout Story : vedette + sidebar cards compactes Blogy
   ================================================================ */

/* Article vedette */
.hl-blog-hero {
  display: block; text-decoration: none;
  border-radius: var(--hl-r-lg); overflow: hidden;
  border: 1.5px solid var(--hl-border); height: 100%;
  background-color: var(--hl-surface);
  transition: box-shadow var(--hl-t);
}
.hl-blog-hero:hover { box-shadow: var(--hl-sh-lg); }

.hl-blog-hero__img { position: relative; overflow: hidden; }
.hl-blog-hero__img img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block;
  transition: transform 0.45s ease;
}
.hl-blog-hero:hover .hl-blog-hero__img img { transform: scale(1.03); }

.hl-blog-hero__body { padding: 1.35rem; }

.hl-blog-hero__meta {
  display: flex; align-items: center; gap: 0.45rem 0.9rem;
  flex-wrap: wrap; margin-bottom: 0.65rem;
  font-size: 0.8rem; color: var(--hl-text-muted);
}
.hl-blog-hero__meta-item { display: flex; align-items: center; gap: 0.28rem; }
.hl-blog-hero__meta-item .bi { color: var(--hl-accent); font-size: 0.85rem; }

.hl-blog-hero__title {
  font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 700;
  color: var(--hl-heading); line-height: 1.32; margin-bottom: 0.65rem;
  transition: color var(--hl-t);
}
.hl-blog-hero:hover .hl-blog-hero__title { color: var(--hl-accent-dk); }

.hl-blog-hero__excerpt {
  font-size: 0.9275rem; color: var(--hl-text-muted); line-height: 1.65; margin-bottom: 1rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

.hl-blog-hero__footer {
  display: flex; align-items: center; gap: 0.6rem;
  padding-top: 0.9rem; border-top: 1px solid var(--hl-border);
}
.hl-blog-hero__avatar {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background-color: var(--hl-accent-lt); border: 2px solid var(--hl-accent-lt);
  display: flex; align-items: center; justify-content: center;
  color: var(--hl-accent); font-size: 0.95rem; overflow: hidden;
}
.hl-blog-hero__avatar img { width: 100%; height: 100%; object-fit: cover; }
.hl-blog-hero__author-name { font-size: 0.8rem; font-weight: 600; color: var(--hl-heading); display: block; }
.hl-blog-hero__read-time   { font-size: 0.72rem; color: var(--hl-text-muted); margin-left: auto; }

/* Cards compactes sidebar — style Blogy */
.hl-blog-sidebar { display: flex; flex-direction: column; }

.hl-card-blog-sm {
  display: flex; gap: 0.8rem; align-items: flex-start;
  padding: 0.8rem 0; border-bottom: 1px solid var(--hl-border);
  text-decoration: none;
}
.hl-card-blog-sm:last-child { border-bottom: none; }

.hl-card-blog-sm__img {
  width: 72px; height: 58px; border-radius: var(--hl-r);
  overflow: hidden; flex-shrink: 0; background-color: var(--hl-bg-alt);
}
.hl-card-blog-sm__img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.hl-card-blog-sm:hover .hl-card-blog-sm__img img { transform: scale(1.08); }

.hl-card-blog-sm__cat {
  font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--hl-accent-dk); display: block; margin-bottom: 0.18rem;
}
.hl-card-blog-sm__title {
  font-size: 0.82rem; font-weight: 600; color: var(--hl-heading);
  line-height: 1.35; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color var(--hl-t);
}
.hl-card-blog-sm:hover .hl-card-blog-sm__title { color: var(--hl-accent-dk); }
.hl-card-blog-sm__date { font-size: 0.7rem; color: var(--hl-text-muted); display: block; margin-top: 0.18rem; }


/* ================================================================
   16. TÉMOIGNAGES — Swiper
   ================================================================ */
.hl-swiper-wrap { padding-bottom: 3rem; }

.hl-card-testi {
  background-color: var(--hl-surface);
  border-radius: var(--hl-r-lg); padding: 1.6rem;
  border: 1.5px solid var(--hl-border); height: 100%;
  display: flex; flex-direction: column;
}
.hl-card-testi__quote { font-size: 1.9rem; color: var(--hl-accent); opacity: 0.32; margin-bottom: 0.7rem; display: block; line-height: 1; }
.hl-card-testi__text  { font-size: 0.9275rem; color: var(--hl-text-muted); line-height: 1.72; font-style: italic; flex: 1; margin-bottom: 1.25rem; }
.hl-card-testi__footer { display: flex; align-items: center; gap: 0.85rem; }
.hl-card-testi__avatar img {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--hl-accent-lt);
}
.hl-card-testi__name { display: block; font-size: 0.9rem; font-weight: 600; color: var(--hl-heading); }
.hl-card-testi__role { font-size: 0.775rem; color: var(--hl-text-muted); display: block; }

/* Pagination Swiper */
.hl-swiper-pagination.swiper-pagination-bullets { bottom: 0; }
.hl-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--hl-border); opacity: 1; width: 7px; height: 7px;
  transition: width var(--hl-t), background-color var(--hl-t); border-radius: 4px;
}
.hl-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--hl-accent); width: 24px;
}


/* ================================================================
   17. FAQ — Grille de cartes Q/R (2 colonnes, hover reveal)
   ================================================================ */
.hl-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }

@media (max-width: 767.98px) { .hl-faq-grid { grid-template-columns: 1fr; } }

.hl-faq-card {
  background-color: var(--hl-surface);
  border: 1.5px solid var(--hl-border);
  border-radius: var(--hl-r-lg);
  padding: 1.4rem;
  transition: border-color var(--hl-t), box-shadow var(--hl-t), background-color var(--hl-t);
  cursor: default;
}
.hl-faq-card:hover {
  border-color: var(--hl-accent);
  box-shadow: var(--hl-sh);
  background-color: var(--hl-surface);
}
.hl-faq-card__q {
  font-size: 0.9375rem; font-weight: 600; color: var(--hl-heading);
  margin-bottom: 0.6rem; padding-left: 1.5rem; position: relative; line-height: 1.4;
}
.hl-faq-card__q::before {
  content: 'Q';
  position: absolute; left: 0; top: 0;
  font-size: 0.7rem; font-weight: 700;
  background-color: var(--hl-accent); color: #fff;
  width: 18px; height: 18px; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  line-height: 1; margin-top: 0.1rem;
}
.hl-faq-card__a {
  font-size: 0.9rem; color: var(--hl-text-muted); line-height: 1.65;
  margin: 0; padding-left: 1.5rem;
}

/* Variante : une question mise en avant (pleine largeur) */
.hl-faq-card--featured {
  grid-column: 1 / -1;
  background-color: var(--hl-accent-lt);
  border-color: var(--hl-accent);
}
.hl-faq-card--featured .hl-faq-card__q { color: var(--hl-accent-dk); }
.hl-faq-card--featured .hl-faq-card__q::before { background-color: var(--hl-accent-dk); }


/* ================================================================
   18. CONTACT
   ================================================================ */
.hl-contact-list { display: flex; flex-direction: column; gap: 1.4rem; }
.hl-contact-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.hl-contact-item__ico {
  width: 42px; height: 42px; border-radius: var(--hl-r);
  background-color: var(--hl-accent-lt); color: var(--hl-accent-dk);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.hl-contact-item__title {
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.07em; color: var(--hl-heading); margin-bottom: 0.15rem;
}
.hl-contact-item__val { font-size: 0.9275rem; color: var(--hl-text-muted); margin: 0; }
.hl-contact-item__val a { color: var(--hl-text-muted); transition: color var(--hl-t); }
.hl-contact-item__val a:hover { color: var(--hl-accent-dk); }

/* Formulaire */
.hl-form .form-label { font-size: 0.85rem; font-weight: 500; color: var(--hl-heading); margin-bottom: 0.25rem; }
.hl-form .form-label span[aria-hidden] { color: var(--hl-accent-dk); }
.hl-form .form-control {
  border-radius: var(--hl-r); border: 1.5px solid var(--hl-border);
  color: var(--hl-text); background-color: var(--hl-surface);
  padding: 0.6rem 0.85rem; font-size: 0.9275rem; font-family: var(--hl-font);
  transition: border-color var(--hl-t), box-shadow var(--hl-t);
}
.hl-form .form-control:focus {
  border-color: var(--hl-accent);
  box-shadow: 0 0 0 3px rgba(155,109,189,0.14);
  outline: none; background-color: var(--hl-surface);
}
.hl-form .form-control::placeholder { color: var(--hl-text-muted); opacity: 0.5; }
.hl-form-legal { font-size: 0.78rem; color: var(--hl-text-muted); line-height: 1.5; }
.hl-form-legal a { color: var(--hl-accent-dk); text-decoration: underline; }

.hl-form-feedback {
  padding: 0.7rem 1rem; border-radius: var(--hl-r);
  font-size: 0.875rem; display: flex; align-items: center; gap: 0.5rem;
}
.hl-form-feedback--success { background-color: var(--hl-accent-lt); color: var(--hl-accent-dk); }
.hl-form-feedback--error   { background-color: #fef2f2; color: #b91c1c; }
.hl-form-feedback--loading { background-color: var(--hl-bg-alt); color: var(--hl-text-muted); }


/* ================================================================
   19. FOOTER — clair, fond lavande très léger
   ================================================================ */
.hl-footer {
  background-color: var(--hl-bg-alt);
  border-top: 1px solid var(--hl-border);
  padding: 3.5rem 0 0;
  color: var(--hl-text-muted);
}

.hl-footer__brand { display: flex; align-items: center; gap: 0.55rem; margin-bottom: 0.85rem; }
.hl-footer__brand img { height: 32px; width: auto; }
.hl-footer__brand-name { font-size: 1.2rem; font-weight: 700; color: var(--hl-heading); }

.hl-footer__tagline { font-size: 0.875rem; color: var(--hl-text-muted); max-width: 260px; line-height: 1.6; margin-bottom: 1.1rem; }

.hl-footer__col-title {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--hl-heading); margin-bottom: 0.9rem;
}

.hl-footer__nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.hl-footer__nav a { font-size: 0.875rem; color: var(--hl-text-muted); text-decoration: none; transition: color var(--hl-t); }
.hl-footer__nav a:hover { color: var(--hl-accent-dk); }

.hl-footer__addr { font-size: 0.875rem; color: var(--hl-text-muted); line-height: 1.7; }
.hl-footer__addr p { margin-bottom: 0.3rem; }
.hl-footer__addr a { color: var(--hl-text-muted); transition: color var(--hl-t); }
.hl-footer__addr a:hover { color: var(--hl-accent-dk); }

/* Icônes réseaux sociaux */
.hl-social { display: flex; gap: 0.45rem; }
.hl-social__link {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--hl-border); color: var(--hl-text-muted);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.825rem; text-decoration: none;
  transition: all var(--hl-t); background-color: var(--hl-surface);
}
.hl-social__link:hover {
  background-color: var(--hl-accent); border-color: var(--hl-accent);
  color: #fff; transform: translateY(-2px);
}

/* Barre légale */
.hl-footer__bottom {
  margin-top: 2.75rem; border-top: 1px solid var(--hl-border);
  padding: 1rem 0;
  display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem;
  justify-content: space-between; align-items: center;
}
.hl-footer__copy, .hl-footer__credit { font-size: 0.78rem; color: var(--hl-text-muted); margin: 0; }
.hl-footer__copy a, .hl-footer__credit a { color: var(--hl-text-muted); transition: color var(--hl-t); }
.hl-footer__copy a:hover, .hl-footer__credit a:hover { color: var(--hl-accent-dk); }


/* ================================================================
   20. BOUTON RETOUR EN HAUT
   ================================================================ */
.hl-scroll-top {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 900;
  width: 42px; height: 42px; border-radius: 50%;
  background-color: var(--hl-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; text-decoration: none;
  opacity: 0; pointer-events: none; transform: translateY(12px);
  transition: opacity var(--hl-t), transform var(--hl-t), background-color var(--hl-t);
  box-shadow: 0 4px 14px rgba(155,109,189,0.35);
}
.hl-scroll-top--visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.hl-scroll-top:hover { background-color: var(--hl-accent-dk); color: #fff; transform: translateY(-2px); }


/* ================================================================
   21. PRÉCHARGEUR
   ================================================================ */
#preloader {
  position: fixed; inset: 0; z-index: 9999;
  background-color: var(--hl-surface);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#preloader::after {
  content: ''; width: 36px; height: 36px; border-radius: 50%;
  border: 3px solid var(--hl-bg-alt); border-top-color: var(--hl-accent);
  animation: hl-spin 0.7s linear infinite;
}
#preloader.hl-done { opacity: 0; visibility: hidden; }
@keyframes hl-spin { to { transform: rotate(360deg); } }


/* ================================================================
   22. PAGE TITLE BAR & BREADCRUMB
   ================================================================ */
.hl-page-title {
  padding: calc(var(--hl-hdr-h) + 2rem) 0 2rem;
  background-color: var(--hl-bg-alt);
  border-bottom: 1px solid var(--hl-border);
}
.hl-page-title__heading { font-size: clamp(1.2rem, 2.5vw, 1.65rem); color: var(--hl-heading); margin-bottom: 0.45rem; }

.hl-breadcrumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0.2rem 0.45rem;
  list-style: none; padding: 0; margin: 0;
  font-size: 0.85rem; color: var(--hl-text-muted);
}
.hl-breadcrumb a { color: var(--hl-text-muted); text-decoration: none; transition: color var(--hl-t); }
.hl-breadcrumb a:hover { color: var(--hl-accent-dk); }
.hl-breadcrumb__sep { color: var(--hl-border); font-size: 0.72rem; }
.hl-breadcrumb__current { color: var(--hl-heading); font-weight: 500; }


/* ================================================================
   23. BLOG LIST — FILTRES, GRILLE, PAGINATION, SIDEBAR
   ================================================================ */
.hl-blog-filters { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 2rem; }
.hl-blog-filter {
  padding: 0.35rem 0.9rem; border-radius: 20px;
  border: 1.5px solid var(--hl-border); background: transparent;
  color: var(--hl-text-muted); font-size: 0.85rem; cursor: pointer;
  transition: all var(--hl-t); font-family: var(--hl-font);
}
.hl-blog-filter:hover, .hl-blog-filter--active {
  background-color: var(--hl-accent); border-color: var(--hl-accent); color: #fff;
}

.hl-pagination { display: flex; justify-content: center; align-items: center; gap: 0.3rem; margin-top: 3rem; flex-wrap: wrap; }
.hl-pagination__link {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 0.45rem;
  border-radius: var(--hl-r); border: 1.5px solid var(--hl-border);
  color: var(--hl-text-muted); font-size: 0.85rem; font-weight: 500;
  text-decoration: none; transition: all var(--hl-t);
  background-color: var(--hl-surface);
}
.hl-pagination__link:hover        { border-color: var(--hl-accent); color: var(--hl-accent-dk); }
.hl-pagination__link--active      { background-color: var(--hl-accent); border-color: var(--hl-accent); color: #fff; }
.hl-pagination__link--disabled    { opacity: 0.35; pointer-events: none; }

/* Sidebar */
.hl-sidebar { display: flex; flex-direction: column; gap: 1.75rem; }
.hl-widget {
  background-color: var(--hl-surface); border-radius: var(--hl-r-lg);
  border: 1.5px solid var(--hl-border); padding: 1.35rem;
}
.hl-widget__title {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--hl-heading); margin-bottom: 1rem;
  padding-bottom: 0.65rem; border-bottom: 2px solid var(--hl-accent);
  display: inline-block;
}
.hl-widget-author { text-align: center; }
.hl-widget-author__avatar {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 0.75rem; display: block; border: 2px solid var(--hl-accent-lt);
}
.hl-widget-author__name { font-size: 1rem; font-weight: 600; color: var(--hl-heading); margin-bottom: 0.3rem; }
.hl-widget-author__bio  { font-size: 0.85rem; color: var(--hl-text-muted); line-height: 1.6; margin-bottom: 0.85rem; }
.hl-widget-author__social { display: flex; justify-content: center; gap: 0.4rem; }
.hl-widget-author__social a {
  width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--hl-border);
  color: var(--hl-text-muted); display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; text-decoration: none; transition: all var(--hl-t);
}
.hl-widget-author__social a:hover { background-color: var(--hl-accent); border-color: var(--hl-accent); color: #fff; }

.hl-widget-search { display: flex; gap: 0.45rem; }
.hl-widget-search .form-control {
  border-radius: var(--hl-r); border: 1.5px solid var(--hl-border);
  font-size: 0.875rem; padding: 0.48rem 0.75rem; color: var(--hl-text); background-color: var(--hl-surface);
  transition: border-color var(--hl-t); font-family: var(--hl-font);
}
.hl-widget-search .form-control:focus { border-color: var(--hl-accent); box-shadow: none; outline: none; }
.hl-widget-search button {
  padding: 0.48rem 0.75rem; border-radius: var(--hl-r);
  background-color: var(--hl-accent); border: none; color: #fff;
  cursor: pointer; transition: background-color var(--hl-t); flex-shrink: 0;
}
.hl-widget-search button:hover { background-color: var(--hl-accent-dk); }

.hl-widget-posts { display: flex; flex-direction: column; gap: 0.85rem; }
.hl-widget-post  { display: flex; gap: 0.75rem; align-items: flex-start; }
.hl-widget-post__img {
  width: 54px; height: 54px; border-radius: var(--hl-r); object-fit: cover;
  flex-shrink: 0; background-color: var(--hl-bg-alt); border: 1px solid var(--hl-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--hl-border); font-size: 1.1rem; text-decoration: none; overflow: hidden;
}
.hl-widget-post__img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--hl-r); }
.hl-widget-post__title {
  font-size: 0.85rem; font-weight: 500; color: var(--hl-heading); line-height: 1.4;
  margin-bottom: 0.2rem; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden; text-decoration: none; transition: color var(--hl-t);
}
.hl-widget-post__title:hover { color: var(--hl-accent-dk); }
.hl-widget-post__date { font-size: 0.75rem; color: var(--hl-text-muted); display: block; }

.hl-widget-cats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.hl-widget-cats li {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.5rem 0; border-bottom: 1px solid var(--hl-border); font-size: 0.875rem;
}
.hl-widget-cats li:last-child { border-bottom: none; }
.hl-widget-cats a {
  color: var(--hl-text-muted); text-decoration: none; transition: color var(--hl-t);
  display: flex; align-items: center; gap: 0.4rem;
}
.hl-widget-cats a::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background-color: var(--hl-accent); flex-shrink: 0; transition: transform var(--hl-t);
}
.hl-widget-cats a:hover { color: var(--hl-accent-dk); }
.hl-widget-cats a:hover::before { transform: scale(1.6); }

.hl-widget-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hl-tag {
  display: inline-block; padding: 0.25em 0.7em; border-radius: 20px;
  font-size: 0.76rem; font-weight: 500;
  background-color: var(--hl-bg-alt); color: var(--hl-text-muted);
  text-decoration: none; border: 1.5px solid var(--hl-border); transition: all var(--hl-t);
}
.hl-tag:hover { background-color: var(--hl-accent-lt); border-color: var(--hl-accent); color: var(--hl-accent-dk); }


/* ================================================================
   24. ARTICLE — BLOG DETAILS
   ================================================================ */
.hl-article__cover {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  border-radius: var(--hl-r-lg); margin-bottom: 1.75rem; display: block;
}
.hl-article__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem 1.1rem; margin-bottom: 1.1rem;
}
.hl-article__meta-item {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.85rem; color: var(--hl-text-muted);
}
.hl-article__meta-item a { color: var(--hl-text-muted); text-decoration: none; transition: color var(--hl-t); }
.hl-article__meta-item a:hover { color: var(--hl-accent-dk); }
.hl-article__meta-item .bi { color: var(--hl-accent); font-size: 0.875rem; }

.hl-article__title {
  font-size: clamp(1.2rem, 2.5vw, 1.55rem); font-weight: 700;
  color: var(--hl-heading);
  margin-bottom: 1.25rem; line-height: 1.3;
}
.hl-article__body { font-size: 1rem; line-height: 1.82; color: var(--hl-text); }
.hl-article__body p { margin-bottom: 1.25rem; }
.hl-article__body h2, .hl-article__body h3 { color: var(--hl-heading); margin-top: 2rem; margin-bottom: 0.75rem; }
.hl-article__body h2 { font-size: 1.15rem; font-weight: 700; }
.hl-article__body h3 { font-size: 0.9875rem; font-weight: 600; }
.hl-article__body blockquote {
  border-left: 3px solid var(--hl-accent); padding: 0.9rem 1.35rem;
  margin: 1.75rem 0; background-color: var(--hl-accent-lt);
  border-radius: 0 var(--hl-r) var(--hl-r) 0; font-style: italic;
  font-size: 1.025rem; color: var(--hl-heading);
}
.hl-article__body blockquote cite { display: block; font-size: 0.825rem; font-style: normal; color: var(--hl-text-muted); margin-top: 0.45rem; }
.hl-article__body img { border-radius: var(--hl-r-lg); margin: 1.35rem 0; width: 100%; }
.hl-article__body ul, .hl-article__body ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.hl-article__body li { margin-bottom: 0.35rem; }

.hl-article__footer {
  margin-top: 2rem; padding-top: 1.35rem; border-top: 1.5px solid var(--hl-border);
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem;
}
.hl-article__footer-label {
  font-size: 0.775rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--hl-heading);
  display: flex; align-items: center; gap: 0.35rem;
}
.hl-article__footer-label .bi { color: var(--hl-accent); }

.hl-article__nav {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.85rem; margin-top: 1.75rem; padding-top: 1.75rem; border-top: 1.5px solid var(--hl-border);
}
.hl-article__nav-link {
  display: flex; flex-direction: column; gap: 0.2rem;
  padding: 0.9rem; border-radius: var(--hl-r-lg);
  border: 1.5px solid var(--hl-border); text-decoration: none;
  transition: border-color var(--hl-t), background-color var(--hl-t);
  background-color: var(--hl-surface);
}
.hl-article__nav-link:hover { border-color: var(--hl-accent); background-color: var(--hl-accent-lt); }
.hl-article__nav-link--next { text-align: right; }
.hl-article__nav-label {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--hl-text-muted);
  display: flex; align-items: center; gap: 0.25rem;
}
.hl-article__nav-link--next .hl-article__nav-label { justify-content: flex-end; }
.hl-article__nav-title {
  font-size: 0.875rem; font-weight: 500; color: var(--hl-heading);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4;
}
@media (max-width: 575.98px) {
  .hl-article__nav { grid-template-columns: 1fr; }
  .hl-article__nav-link--next { text-align: left; }
  .hl-article__nav-link--next .hl-article__nav-label { justify-content: flex-start; }
}


