/* Fragments institutionnels mission 4 + texte éditorial : aucune règle Woo. */
.lvv .lvv-page {
  width: min(calc(100% - 64px), 1120px);
  margin-inline: auto;
  padding-block: 52px 64px;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.8;
  box-sizing: border-box;
}
.lvv .lvv-page__header { max-width: 820px; margin-bottom: 44px; }
.lvv .lvv-page h1 { color: var(--ink); font-family: var(--serif); font-size: clamp(38px, 4.6vw, 64px); font-weight: 400; line-height: 1.12; letter-spacing: -.04em; margin: 18px 0 24px; padding: 0; }
.lvv .lvv-page h2 { color: var(--ink); font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.2; letter-spacing: -.03em; margin: 0 0 20px; padding: 0; }
.lvv .lvv-page h3 { color: var(--ink); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.25; margin: 0 0 18px; padding: 0; }
.lvv .lvv-page p { color: var(--muted); margin: 0 0 20px; padding: 0; }
.lvv .lvv-page .lvv-eyebrow { color: var(--forest); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 600; margin-bottom: 14px; }
.lvv .lvv-page > section { margin-top: 44px; }
.lvv .lvv-page a:not(.lvv-button) { color: var(--forest); text-decoration: underline; text-underline-offset: 5px; }
.lvv .lvv-page a:focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }
.lvv .lvv-page address { font-style: normal; color: var(--ink); line-height: 1.8; margin: 0 0 24px; }
.lvv .lvv-page :is(ul, ol) { padding-left: 24px; margin: 0 0 24px; }
.lvv .lvv-page li { padding-block: 4px; }
.lvv .lvv-page .lvv-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; margin: 3px 8px 3px 0; border: 1px solid var(--forest); border-radius: 8px; background: var(--forest); color: var(--white); font-size: 14px; line-height: 1.5; font-weight: 600; text-align: center; text-decoration: none; box-sizing: border-box; }
.lvv .lvv-page .lvv-button:hover { background: #245540; border-color: #245540; color: var(--white); }
.lvv .lvv-page .lvv-button--secondary { border-color: var(--line); background: transparent; color: var(--forest); }
.lvv .lvv-page .lvv-button--secondary:hover { background: var(--sage); color: var(--forest); border-color: var(--line); }
.lvv .lvv-page .lvv-store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lvv .lvv-page .lvv-store-grid > h2 { grid-column: 1 / -1; margin-bottom: 0; }
.lvv .lvv-page .lvv-store-card { padding: 28px; background: #e9ecdf; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; min-width: 0; }
.lvv .lvv-page .lvv-store-card p:last-child { margin-top: auto; margin-bottom: 0; }
.lvv .lvv-page .lvv-store-card .lvv-button { width: 100%; margin-inline: 0; font-size: 13px; }
.lvv .lvv-native-post { width: min(calc(100% - 64px), 780px); margin-inline: auto; padding-block: 50px 64px; font-size: 17px; color: var(--ink); line-height: 1.85; }
.lvv .lvv-native-post h1 { color: var(--ink); font-family: var(--serif); font-size: clamp(38px, 4.8vw, 62px); font-weight: 400; line-height: 1.12; letter-spacing: -.04em; margin: 0 0 25px; }
.lvv .lvv-native-post :is(h2, h3) { color: var(--ink); font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1.25; margin: 36px 0 18px; }
.lvv .lvv-native-post img { max-width: 100%; height: auto; border-radius: 8px; }
.lvv .lvv-native-post a { color: var(--forest); text-decoration: underline; text-underline-offset: 5px; }
.lvv .lvv-native-post a:focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }
@media (max-width: 980px) {
  .lvv .lvv-page .lvv-store-grid { grid-template-columns: minmax(0, 1fr); }
  .lvv .lvv-page .lvv-store-card .lvv-button { width: auto; }
}
@media (max-width: 780px) {
  .lvv .lvv-page, .lvv .lvv-native-post { width: calc(100% - 32px); padding-block: 35px 42px; }
  .lvv .lvv-page h2 { font-size: 31px; }
  .lvv .lvv-page h3 { font-size: 27px; }
  .lvv .lvv-page .lvv-store-card { padding: 24px; }
  .lvv .lvv-page__header { margin-bottom: 32px; }
  .lvv .lvv-native-post { font-size: 16px; }
}
.lvv .lvv-native-page > .lvv-page__header { padding-top: 46px; max-width: 800px; margin-bottom: 36px; }
.lvv .lvv-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; padding-bottom: 64px; }
.lvv .lvv-guide-card { border: 1px solid var(--line); border-radius: 8px; background: #e9ecdf; padding: 28px; display: flex; flex-direction: column; min-width: 0; }
.lvv .lvv-guide-card h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.25; margin: 0 0 24px; letter-spacing: -.03em; }
.lvv .lvv-guide-card h2 a { color: var(--ink); text-decoration: none; }
.lvv .lvv-guide-card .text-link { margin-top: auto; color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.lvv .lvv-guide-card a:focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }
@media(max-width:980px){.lvv .lvv-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.lvv .lvv-guide-grid{grid-template-columns:minmax(0,1fr);padding-bottom:42px}.lvv .lvv-native-page > .lvv-page__header{padding-top:32px}}
