.elementor-10476 .elementor-element.elementor-element-7db6ac6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6424ca3 *//* ════════════════════════════════════════════════════════════════════
   TEMPLATE ARTICLE BLOG v1.0 — Scope .unp
   À AJOUTER dans assets/css/template-components.css
   Cohérent avec .una / .unt / .unz / .unn
   ════════════════════════════════════════════════════════════════════ */

/* ─── VARIABLES ─────────────────────────────────────────────────── */
.unp {
  --g:    #5b9f44;
  --gd:   #2C5F2D;
  --gl:   #eaf5e3;
  --nk:   #1c1c1c;
  --tx:   #2d2d2d;
  --gr:   #f5f5f0;
  --gr2:  #e9e9e1;
  --mu:   #6b7280;
  --wh:   #ffffff;
  --r:    12px;
  --rl:   16px;
  --sh:   0 4px 24px rgba(0,0,0,.06);
  --shl:  0 12px 48px rgba(0,0,0,.12);
  --tr:   all .22s cubic-bezier(.4,0,.2,1);
}

/* ─── RESET SCOPED ─────────────────────────────────────────────── */
.unp *, .unp *::before, .unp *::after { box-sizing: border-box; }
.unp {
  color: var(--tx);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.unp h1, .unp h2, .unp h3, .unp h4 {
  line-height: 1.2;
  color: var(--nk);
  margin: 0 0 .75rem;
}
.unp p  { margin: 0 0 1.1rem; }
.unp ul { margin: 0 0 1.1rem; padding-left: 1.4rem; }
.unp li { margin-bottom: .4rem; color: inherit; }
.unp strong { color: var(--nk); }
.unp .uc { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ─── TAG / LABEL ──────────────────────────────────────────────── */
.unp .utag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: .9rem;
}
.unp .utag-pill { background: var(--gl); color: var(--g); padding: 4px 12px; border-radius: 50px; }
.unp .utag-wh   { color: rgba(255,255,255,.7); }
.unp .unp-cats a {
  color: inherit; text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s;
}
.unp .unp-cats a:hover { border-bottom-color: var(--g); }

/* ─── BREADCRUMB ───────────────────────────────────────────────── */
.unp .unp-bcbar {
  background: var(--gr);
  border-bottom: 1px solid var(--gr2);
  padding: 10px 0;
  font-size: .81rem;
}

/* ─── HERO ─────────────────────────────────────────────────────── */
.unp .unp-hero {
  background: var(--gr);
  padding: 56px 0 0;
  border-bottom: 1px solid var(--gr2);
}
.unp .unp-hero__inner {
  max-width: 920px;
}
.unp .unp-hero__h1 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 14px 0 22px;
  color: var(--nk);
}
.unp .unp-meta {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: .87rem;
  color: var(--mu);
  margin-bottom: 38px;
}
.unp .unp-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.unp .unp-meta-item i { color: var(--g); font-size: .9rem; }
.unp .unp-meta-item span { color: var(--mu); }
.unp .unp-hero__img-wrap {
  border-radius: var(--rl);
  overflow: hidden;
  margin-bottom: -64px;
  box-shadow: var(--sh);
  line-height: 0;
}
.unp .unp-hero__img,
.unp .unp-hero__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ─── CONTENU + SIDEBAR ───────────────────────────────────────── */
.unp .unp-content-sec {
  padding: 96px 0 64px;
  background: var(--wh);
}
.unp .unp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
.unp .unp-side {
  position: sticky;
  top: 100px;
}

/* ─── ARTICLE WYSIWYG ─────────────────────────────────────────── */
.unp .unp-main {
  font-size: 1.04rem;
  line-height: 1.8;
  color: #2d2d2d;
}
.unp .unp-main h2 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  margin: 2.6rem 0 1rem;
  letter-spacing: -0.01em;
  scroll-margin-top: 110px;
}
.unp .unp-main h2:first-child { margin-top: 0; }
.unp .unp-main h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 1.8rem 0 .8rem;
  scroll-margin-top: 110px;
}
.unp .unp-main h2 em,
.unp .unp-main h3 em { font-style: normal; }
.unp .unp-main ul {
  padding-left: 1.4rem;
  list-style: none;
}
.unp .unp-main ul li {
  margin-bottom: .6rem;
  position: relative;
}
.unp .unp-main ul li::before {
  content: '';
  position: absolute;
  left: -1.1rem; top: .65em;
  width: 6px; height: 6px;
  background: var(--g);
  border-radius: 50%;
}
.unp .unp-main ol {
  padding-left: 1.6rem;
}
.unp .unp-main ol li { margin-bottom: .6rem; }
.unp .unp-main a {
  color: var(--gd);
  border-bottom: 1px solid var(--gl);
  text-decoration: none;
  transition: border-color .15s;
}
.unp .unp-main a:hover { border-bottom-color: var(--g); }
.unp .unp-main img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r);
  margin: 1.4rem 0;
  display: block;
}
.unp .unp-main blockquote {
  border-left: 3px solid var(--g);
  margin: 1.6rem 0;
  padding: 8px 0 8px 22px;
  font-style: italic;
  color: var(--tx);
  background: var(--gr);
  border-radius: 0 var(--r) var(--r) 0;
  padding-right: 18px;
}

/* ─── CARDS SIDEBAR ───────────────────────────────────────────── */
.unp .unp-card {
  background: var(--wh);
  border: 1.5px solid var(--gr2);
  border-radius: var(--rl);
  padding: 22px;
  margin-bottom: 16px;
  box-shadow: var(--sh);
}
.unp .unp-card h4 {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mu);
  margin-bottom: 14px;
}
.unp .unp-card h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
}

/* ─── TOC ─────────────────────────────────────────────────────── */
.unp .unp-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unp .unp-toc-list li {
  margin: 0;
  line-height: 1.4;
}
.unp .unp-toc-list li::before { display: none; }
.unp .unp-toc-list a {
  display: block;
  padding: 7px 0 7px 14px;
  border-left: 2px solid var(--gr2);
  color: var(--tx);
  font-size: .87rem;
  text-decoration: none;
  transition: var(--tr);
}
.unp .unp-toc-list a:hover {
  color: var(--gd);
  border-left-color: var(--g);
  padding-left: 18px;
}
.unp .unp-toc-list a.is-active {
  color: var(--gd);
  border-left-color: var(--g);
  font-weight: 600;
  background: linear-gradient(to right, rgba(91,159,68,.06), transparent);
}
.unp .unp-toc-list .unp-toc-h3 a {
  padding-left: 28px;
  font-size: .82rem;
  color: var(--mu);
}
.unp .unp-toc-list .unp-toc-h3 a:hover {
  padding-left: 32px;
}

/* ─── CARD VERTE CTA ──────────────────────────────────────────── */
.unp .unp-card--green {
  background: var(--g);
  border-color: var(--g);
  color: var(--wh);
}
.unp .unp-card--green h3,
.unp .unp-card--green h4,
.unp .unp-card--green .utag-wh { color: var(--wh) !important; }
.unp .unp-card--green p {
  color: rgba(255,255,255,.92);
  margin-bottom: 14px;
  font-size: .89rem;
  line-height: 1.55;
}
.unp .unp-card--green .un-cta-tel,
.unp .unp-card--green .un-cta-tel a {
  color: rgba(255,255,255,.92) !important;
}
.unp .unp-card--green .un-cta-tel a {
  font-weight: 700 !important;
  text-decoration: underline;
}

/* ─── PARTAGE SOCIAL ──────────────────────────────────────────── */
.unp .unp-share {
  display: flex;
  gap: 8px;
}
.unp .unp-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gr);
  border: 1px solid var(--gr2);
  border-radius: 8px;
  color: var(--tx);
  text-decoration: none;
  transition: var(--tr);
  font-size: .95rem;
}
.unp .unp-share-btn:hover {
  background: var(--g);
  color: var(--wh);
  border-color: var(--g);
  transform: translateY(-1px);
}

/* ─── SECTION AUTEUR ──────────────────────────────────────────── */
.unp .unp-author-sec {
  padding: 56px 0;
  background: var(--gr);
  border-top: 1px solid var(--gr2);
  border-bottom: 1px solid var(--gr2);
}
.unp .unp-author-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  max-width: 760px;
  margin: 0 auto;
  background: var(--wh);
  border: 1px solid var(--gr2);
  border-radius: var(--rl);
  padding: 28px;
  box-shadow: var(--sh);
}
.unp .unp-author-avatar-wrap img,
.unp .unp-author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  border: 2px solid var(--gl);
}
.unp .unp-author-body {
  flex: 1;
  min-width: 0;
}
.unp .unp-author-eyebrow {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--g);
  margin-bottom: 4px;
}
.unp .unp-author-body h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}
.unp .unp-author-bio {
  font-size: .92rem;
  color: var(--mu);
  line-height: 1.6;
  margin: 0;
}

/* ─── ARTICLES LIÉS ───────────────────────────────────────────── */
.unp .unp-related-sec {
  padding: 72px 0;
  background: var(--wh);
}
.unp .unp-related-sec h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 8px 0 32px;
  letter-spacing: -0.01em;
  color: var(--nk);
}
.unp .unp-related-grid {
  display: grid;
  grid-template-columns: repeat(var(--unp-cols, 3), 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.unp .unp-related-card {
  display: flex;
  flex-direction: column;
  background: var(--wh);
  border: 1px solid var(--gr2);
  border-radius: var(--rl);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: var(--tr);
}
.unp .unp-related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shl);
  border-color: var(--g);
}
.unp .unp-related-img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: var(--gr);
}
.unp .unp-related-img--placeholder {
  background-image: linear-gradient(135deg, var(--gl) 0%, var(--gr) 100%);
}
.unp .unp-related-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.unp .unp-related-cat {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--g);
}
.unp .unp-related-title {
  font-size: 1.02rem;
  line-height: 1.3;
  margin: 0;
  color: var(--nk);
  font-weight: 700;
}
.unp .unp-related-meta {
  font-size: .78rem;
  color: var(--mu);
  margin-top: auto;
}

/* ─── CTA BANDE FINALE (pattern réutilisé) ────────────────────── */
.unp .ucta-band {
  background: linear-gradient(135deg, var(--gd) 0%, var(--g) 100%);
  padding: 64px 20px;
  text-align: center;
}
.unp .ucta-band h2 {
  color: var(--wh);
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: .9rem;
}
.unp .ucta-band p {
  color: rgba(255,255,255,.85);
  max-width: 520px;
  margin: 0 auto 1.8rem;
  font-size: .97rem;
  line-height: 1.65;
}
.unp .ucta-band .un-cta-tel,
.unp .ucta-band .un-cta-tel a { color: rgba(255,255,255,.85) !important; }
.unp .ucta-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .unp .unp-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 720px;
  }
  .unp .unp-side { position: static; }
  .unp .unp-toc { display: none; } /* TOC peu utile en mobile */
  .unp .unp-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .unp .unp-content-sec { padding: 84px 0 48px; }
  .unp .unp-meta {
    gap: 14px;
    margin-bottom: 28px;
  }
  .unp .unp-meta-item { font-size: .82rem; }
  .unp .unp-hero { padding: 36px 0 0; }
  .unp .unp-hero__img-wrap { margin-bottom: -36px; border-radius: var(--r); }
  .unp .unp-author-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .unp .unp-related-grid { grid-template-columns: 1fr; }
  .unp .unp-content-sec { padding: 72px 0 40px; }
  .unp .unp-card { padding: 18px; }
}/* End custom CSS */