*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.outer-ecba46{max-width:860px;margin:0 auto;padding:0 20px}
.frame-e80c28{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.frame-e80c28 h1{font-size:22px;font-weight:700;margin-bottom:2px}
.frame-e80c28 p{font-size:14px;color:#666}
.frame-e80c28 a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.footer-65ad6e{display:flex;flex-direction:column;gap:20px}
.module-ce7ea0{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.module-ce7ea0:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.module-ce7ea0 h2{font-size:19px;margin-bottom:6px}
.module-ce7ea0 h2 a{color:#1a1a1a;text-decoration:none}
.module-ce7ea0 .main-edc270{font-size:12px;color:#999;margin-bottom:8px}
.module-ce7ea0 p{font-size:14px;color:#555;margin-bottom:12px}
.block-810633{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.block-810633:hover{background:#4752c4}
.footer-b598b1{padding-bottom:60px}
.footer-b598b1 h1{font-size:30px;font-weight:700;margin-bottom:8px}
.footer-b598b1 time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.footer-b598b1 h2{font-size:22px;margin:32px 0 12px}
.footer-b598b1 h3{font-size:18px;margin:24px 0 8px}
.footer-b598b1 p{margin-bottom:16px}
.footer-b598b1 ul,.footer-b598b1 ol{margin:0 0 16px 24px}
.footer-b598b1 a{color:#5865f2}
.footer-b598b1 img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.main-b1532e{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.main-b1532e a{color:#999;text-decoration:none}
.frame-7024ed{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.frame-9897b2{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.section-a555b9{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.page-4ae3bf{text-align:center;margin:0 0 24px}
.widget-6b2245{max-width:100%;height:auto;border-radius:12px}
.header-50e4fe{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.header-50e4fe h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.wrapper-f3c4b5{display:flex;flex-direction:column;gap:8px;margin-top:20px}
.panel-946b7c{display:block;background:#fff;border-radius:8px;padding:10px 16px;color:#1a1a1a;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:15px}
.panel-946b7c:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap');
body{font-family:'Inter',sans-serif;color:#2D3436;background:#FDFCFB}
.frame-e80c28{background:#2D3436;color:#fff}
.frame-e80c28 h1{font-family:'Playfair Display',serif;color:#fff}
.frame-e80c28 p{color:rgba(255,255,255,.75)}
.frame-e80c28 a{color:#fff;text-decoration:none}
.card h2{font-family:'Playfair Display',serif}
.card h2 a{color:#2D3436}
.card h2 a:hover{color:#D35400}
.read-more{color:#D35400}
.article-content h1{font-family:'Playfair Display',serif}
.article-content h2{font-family:'Playfair Display',serif}
.article-content a{color:#D35400}
.article-content img{border-radius:8px}
.affiliate-disclosure{border-radius:8px}
.ymyl-disclaimer{border-radius:8px}

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --bg:          #F3EDE1;   
  --surface:     #FBF7EE;   
  --surface-2:   #F0E9DA;   
  --ink:         #24212A;   
  --ink-soft:    #6B6459;   
  --primary:     #2C3A48;   
  --primary-deep:#1E2833;
  --accent:      #B34F2A;   
  --accent-deep: #8C3C1E;
  --moment:      #5E3A5C;   
  --line:        rgba(40,34,28,.13);
  --line-soft:   rgba(40,34,28,.08);
  --serif:'Bitter', Georgia, 'Times New Roman', serif;
  --sans: 'Source Sans 3', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--bg);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  color: var(--primary);
  line-height: 1.2;
  font-weight: 700;
}

a { color: var(--accent); text-decoration-color: transparent; transition: color .18s ease; }
a:hover { color: var(--accent-deep); }

img { max-width: 100%; height: auto; }

main:first-of-type { max-width: 1160px; margin: 0 auto; padding: 0 32px 40px; }
main:first-of-type:has(> article) { max-width: 880px; }
header > div:only-child,
footer > div:only-child { max-width: 1160px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

header {
  background-image:
    linear-gradient(rgba(24,22,28,.74), rgba(28,30,38,.60)),
    url("/uploads/site-hero.jpg");
  background-size: cover;
  background-position: center 42%;
  color: #F3ECDC;
  margin: 0 0 8px;
  border-bottom: 3px solid var(--accent);
  padding: 0;
}
header > div:only-child {
  padding-top: 58px;
  padding-bottom: 54px;
  text-align: center;
}

header > div:has(h1)::before {
  content: "";
  display: block;
  width: 58px; height: 58px;
  margin: 0 auto 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><circle cx='32' cy='32' r='30' fill='none' stroke='%23E7DCC6' stroke-width='1.4'/><text x='32' y='43' font-family='Georgia,serif' font-style='italic' font-size='32' fill='%23E7DCC6' text-anchor='middle'>S</text></svg>") center/contain no-repeat;
  opacity: .92;
}

header h1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3rem);
  color: #F7F0E1;
  margin: 0;
  letter-spacing: .01em;
}
header span a {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.6rem;
  color: #F7F0E1;
  text-decoration: none;
}
header > div:has(h1) p {
  margin: 14px auto 0;
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(243,236,220,.82);
}
header a:hover { color: #fff; }

header > div:has(h1)::after {
  content: "« La confiance, ça se pratique — pas un don, un entraînement. »";
  display: block;
  max-width: 46ch;
  margin: 22px auto 0;
  padding-top: 16px;
  border-top: 2px solid var(--moment);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(243,236,220,.9);
}

main:first-of-type:not(:has(> article)) > div:first-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  margin-top: 20px;
  align-items: stretch;
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div {
  background: var(--surface) !important;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(40,34,28,.05);
  padding: 28px 32px 30px;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease, transform .18s ease;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:hover {
  box-shadow: 0 6px 22px rgba(40,34,28,.10);
  transform: translateY(-2px);
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div > p:first-of-type {
  margin: 0 0 12px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div > h2 {
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.28;
  margin: 0 0 12px;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div > h2 a {
  color: var(--primary);
  text-decoration: none;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div > h2 a:hover { color: var(--accent); }

main:first-of-type:not(:has(> article)) > div:first-of-type > div > h2 + p {
  margin: 0 0 20px;
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 64ch;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div > a:last-child {
  align-self: flex-start;
  font-size: 0;
  background: transparent;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  border-radius: 22px;
  padding: 8px 18px;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div > a:last-child::after {
  content: "Lire l’article →";
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div > a:last-child:hover {
  background: var(--accent);
  color: #F7F0E1;
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) {
  grid-column: 1 / -1;
  padding: 48px 52px 52px;
  border-color: var(--line);
  position: relative;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1)::before {
  content: "Le dernier essai";
  display: block;
  margin: 0 auto 18px;
  max-width: 46rem;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--accent);
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > p:first-of-type {
  max-width: 46rem;
  margin: 0 auto 16px;
  text-transform: uppercase;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > p:first-of-type::before {
  content: "Par Julien · ";
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > h2 {
  max-width: 46rem;
  margin: 0 auto 18px;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > h2 + p {
  max-width: 44rem;
  margin: 0 auto 26px;
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--ink);
  display: block;          
  overflow: visible;
  -webkit-line-clamp: none;
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > h2 + p::first-letter {
  float: left;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 3.4em;
  line-height: .78;
  padding: 6px 12px 0 0;
  color: var(--moment);
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > a:last-child {
  margin: 0 auto;
  padding: 12px 26px;
  background: var(--accent);
  color: #F7F0E1;
  border-color: var(--accent);
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > a:last-child::after {
  content: "Lire l’essai →";
  font-size: 14px;
}

main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(2) {
  grid-column: 1 / -1;
  margin-top: 78px;
  position: relative;
  border-left: 3px solid var(--accent);
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(2)::before {
  content: "Sélection de Julien — à lire d’abord";
  position: absolute;
  left: 0; right: 0; top: -42px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--primary);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(2) > h2 { font-size: 1.5rem; }
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(2) > h2 + p { -webkit-line-clamp: 2; font-size: 1.02rem; }

main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(3) {
  grid-column: 1 / -1;
  margin-top: 84px;
  padding-top: 0;
  overflow: hidden;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(3)::before {
  content: "Ci-dessous";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30px -32px 28px;
  height: 200px;
  background:
    linear-gradient(rgba(20,24,28,.55), rgba(20,24,28,.25)),
    url("/uploads/feature-photo.jpg");
  background-size: cover;
  background-position: center 30%;
  color: #F7F0E1;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
  border-radius: 8px 8px 0 0;
}
main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(3) > h2 { font-size: 1.4rem; }

main:first-of-type:not(:has(> article)) > div:not(:first-of-type) {
  margin-top: 88px;
  display: block;
  columns: 2;
  column-gap: 56px;
}

main:first-of-type:not(:has(> article)) > div:not(:first-of-type)::before {
  content: "Tout lire";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  margin-bottom: 36px;
  column-span: all;
  background:
    linear-gradient(rgba(24,20,26,.58), rgba(24,20,26,.30)),
    url("/uploads/feature-photo.jpg");
  background-size: cover;
  background-position: center 70%;
  color: #F7F0E1;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
  border-radius: 10px;
}
main:first-of-type:not(:has(> article)) > div:not(:first-of-type) > a {
  display: block;
  background: transparent !important;
  box-shadow: none;
  border: 0;
  border-bottom: 1px dotted rgba(40,34,28,.20);
  border-radius: 0;
  padding: 11px 2px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  text-decoration: none;
  break-inside: avoid;
}
main:first-of-type:not(:has(> article)) > div:not(:first-of-type) > a:hover { color: var(--accent); }

main:first-of-type > h1 {
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1.14;
  margin: 20px 0 10px;
}
main:first-of-type:has(> article) > time {
  display: block;
  margin: 0 0 34px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
main:first-of-type article {
  font-family: var(--serif);
  font-size: 18.5px;
  line-height: 1.8;
  color: var(--ink);
}
main:first-of-type article > p { margin: 0 0 1.3em; }

main:first-of-type article > p:first-of-type::first-letter {
  float: left;
  font-weight: 700;
  font-size: 3.2em;
  line-height: .8;
  padding: 4px 10px 0 0;
  color: var(--primary);
}
main:first-of-type article > h2 {
  font-size: 1.6rem;
  margin: 2.2em 0 .5em;
}

main:first-of-type article > h2::before {
  content: "✶ ✶ ✶";
  display: block;
  margin-bottom: .7em;
  font-size: .7rem;
  letter-spacing: .5em;
  color: var(--accent);
  opacity: .7;
}
main:first-of-type article > h3 { font-size: 1.25rem; margin: 1.8em 0 .4em; color: var(--primary); }

main:first-of-type article a { color: var(--accent); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(179,79,42,.35); text-underline-offset: 2px; }
main:first-of-type article a:hover { color: var(--accent-deep); text-decoration-color: currentColor; }

main:first-of-type article div img {
  width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
main:first-of-type article > div { margin: 1.6em 0; }

main:first-of-type article > blockquote {
  margin: 1.6em 0;
  padding: 6px 0 6px 28px;
  border-left: 3px solid var(--accent);
  position: relative;
}
main:first-of-type article > blockquote p { font-style: italic; margin: 0; color: var(--primary); }
main:first-of-type article > blockquote::before {
  content: "«";
  position: absolute;
  left: -2px; top: -14px;
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--accent);
  opacity: .45;
}

main:first-of-type article > section {
  margin-top: 2.4em;
  padding: 16px 20px;
  background: var(--surface-2) !important;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft);
}

main:first-of-type:has(> article) > div {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
main:first-of-type:has(> article) > div > h3 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 16px;
}
main:first-of-type:has(> article) > div > div > a {
  display: block;
  background: transparent !important;
  box-shadow: none;
  border-bottom: 1px dotted rgba(40,34,28,.20);
  border-radius: 0;
  padding: 12px 2px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
}
main:first-of-type:has(> article) > div > div > a:hover { color: var(--accent-deep); }

footer {
  margin-top: 72px;
  border-top: 3px solid var(--accent);
  background: var(--surface-2);
  padding: 28px 0;
  text-align: center;
  font-size: 13px;
  color: var(--ink-soft);
}
footer a { color: var(--ink-soft); text-decoration: none; }
footer a:hover { color: var(--accent); }

@media (max-width: 720px) {
  main:first-of-type { padding: 0 20px 32px; }
  header > div:only-child,
  footer > div:only-child { padding-left: 20px; padding-right: 20px; }

  main:first-of-type:not(:has(> article)) > div:first-of-type {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  main:first-of-type:not(:has(> article)) > div:first-of-type > div { padding: 24px; }
  main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) { padding: 32px 24px 34px; }
  main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(1) > h2 { font-size: 1.85rem; }
  main:first-of-type:not(:has(> article)) > div:first-of-type > div:nth-child(3)::before,
  main:first-of-type:not(:has(> article)) > div:not(:first-of-type)::before { height: 150px; letter-spacing: .26em; }
  main:first-of-type:not(:has(> article)) > div:not(:first-of-type) { columns: 1; }

  main:first-of-type article { font-size: 17px; }
  main:first-of-type article > h2 { font-size: 1.4rem; }
}
