.wine-days-page,
.wine-days-page * {
  box-sizing: border-box;
}

/* Charte unifiée bandeau + sommaire, calée sur le Guide France des vins. */
@media (min-width: 961px) {
  :root {
    --wine-days-dark: #0B1616;
    --wine-days-sticky-gap: 8px;
  }

  .wine-days-layout {
    grid-template-columns: minmax(0, 1fr) 384px;
    gap: 36px;
    max-width: 1180px;
    margin-inline: auto;
  }

  .wine-days-toc {
    top: calc(var(--wine-days-sticky-top, 114px) + var(--wine-days-sticky-gap));
    width: 384px;
    height: calc(100vh - var(--wine-days-sticky-top, 114px) - 20px);
    max-height: calc(100vh - var(--wine-days-sticky-top, 114px) - 20px);
    padding: 0 20px 20px;
    border: 0;
    background: #f2f0ed;
    box-shadow: none;
  }

  .wine-days-return-nav {
    order: -3;
    flex: 0 0 48px;
    height: 48px;
    min-height: 48px;
    margin: 0 -20px;
    background: var(--wine-days-dark);
  }

  .wine-days-toc .wine-days-return-nav a,
  .wine-days-toc .wine-days-return-nav a:hover,
  .wine-days-toc .wine-days-return-nav a:focus-visible {
    min-height: 48px;
    padding: 0 6px;
    background: var(--wine-days-dark);
    color: #fff;
  }

  .wine-days-toc-brand {
    order: -2;
    margin: 0;
    padding: 2px 0 12px;
  }

  .wine-days-toc-title {
    order: -1;
    margin: 14px 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
  }

  .wine-days-toc-title .wine-days-toc-toggle-symbol {
    display: none;
  }

  .wine-days-toc ol {
    padding: 0;
    margin: 0;
    border-top: 1px solid #d1cbc3;
    scrollbar-color: var(--wine-days-dark) #ded9d2;
  }

  .wine-days-toc ol::-webkit-scrollbar-thumb,
  .wine-days-toc ol::-webkit-scrollbar-thumb:hover {
    background: var(--wine-days-dark);
  }

  .wine-days-toc a.is-current {
    margin: 0;
    padding-inline: 8px;
    background: var(--wine-days-dark);
    color: #fff;
  }

  .wine-days-list > .wine-days-content-tabs,
  .wine-days-feature-article > .wine-days-content-tabs {
    top: calc(var(--wine-days-sticky-top, 114px) + var(--wine-days-sticky-gap));
    width: calc(100% + 15px);
    min-height: 48px;
    margin: 0 0 22px -15px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: none;
  }

  .wine-days-content-tab.is-active {
    background: var(--wine-days-dark);
  }

  html:has(.wine-days-content-tabs.is-stuck)::after {
    position: fixed;
    z-index: 4899;
    top: var(--wine-days-sticky-top, 114px);
    left: 0;
    width: 100vw;
    height: var(--wine-days-sticky-gap);
    content: '';
    pointer-events: none;
    border: 0;
    background: #fff;
    box-shadow: none;
  }

  .vinea-news-header,
  .vinea-news-nav {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
}

html:has(.wine-days-page),
body:has(.wine-days-page) {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.wine-days-page {
  --wine-days-red: #8f1d2c;
  --wine-days-gold: #8f6844;
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 24px 80px;
  color: #171717;
}

.wine-days-breadcrumb {
  margin: 0 0 28px;
  font-size: 12px;
  color: #666;
}

.wine-days-breadcrumb a {
  color: #171717;
  text-decoration: none;
}

.wine-days-breadcrumb a:hover,
.wine-days-breadcrumb a:focus-visible {
  color: var(--wine-days-red);
  text-decoration: underline;
}

.wine-days-heading {
  max-width: 100%;
  margin: 0 0 34px;
  padding: 30px 20px 15px;
  text-align: center;
}

.wine-days-heading .eyebrow {
  width: fit-content;
  margin: 0 auto 10px;
  color: #800000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

.wine-days-heading h1 {
  margin: 0 0 15px;
  color: #222;
  font-family: Didot, "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(22px, 3.1vw, 32px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.wine-days-heading p {
  max-width: min(618px, 92vw);
  margin: 0 auto 20px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  text-align: center;
  text-justify: auto;
  orphans: 2;
  widows: 2;
}

.wine-days-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(285px, 1fr);
  gap: 40px;
  align-items: start;
}

.wine-days-edito {
  max-width: 720px;
  margin: 0 auto 38px;
  padding: 28px 0 30px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.wine-days-edito::after {
  content: "";
  display: block;
  clear: both;
}

.wine-days-edito-decoration {
  float: left;
  width: 78px;
  height: auto;
  display: block;
  margin: 0;
  shape-outside: url("editorial/vinea-days-morocco/contour-bouteille-tricolore.png");
  shape-image-threshold: 0.08;
  shape-margin: 1mm;
  pointer-events: none;
}

.wine-days-edito-label {
  margin: 0 0 9px;
  color: var(--wine-days-red);
  font: 400 12px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.wine-days-edito h2 {
  margin: 0 0 22px;
  color: #171717;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.wine-days-edito p:not(.wine-days-edito-label):not(.wine-days-edito-signature) {
  margin: 0 0 15px;
  color: #303030;
  font: 400 15px/1.55 Arial, Helvetica, sans-serif;
}

.wine-days-edito-signature {
  margin: 22px 0 0;
  color: #171717;
  font: 400 12px/1.35 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.wine-days-list {
  min-width: 0;
}

.wine-days-article {
  display: grid;
  grid-template-columns: minmax(230px, 42%) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid #d7d7d7;
  scroll-margin-top: 210px;
}

.wine-days-article:last-child {
  margin-bottom: 0;
}

.wine-days-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: visible;
  background: #eee;
}

.wine-days-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.wine-days-media:hover img,
.wine-days-media:focus-visible img {
  transform: scale(1.025);
}

#une .wine-days-media {
  aspect-ratio: 1600 / 941;
  background: #fff;
}

#une .wine-days-media img {
  object-fit: contain;
}

.wine-days-page-number {
  margin: 0 0 7px;
  color: var(--wine-days-red);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wine-days-article h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.wine-days-article p:not(.wine-days-page-number) {
  margin: 12px 0 14px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
}

.wine-days-read {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.wine-days-read::after {
  content: "\2192";
  font-size: 17px;
  font-weight: 400;
}

.wine-days-read:hover,
.wine-days-read:focus-visible {
  color: var(--wine-days-red);
}

.wine-days-toc {
  position: sticky;
  top: var(--wine-days-sticky-top, 168px);
  max-height: calc(100vh - var(--wine-days-sticky-top, 168px) - 14px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 16px 26px 28px;
  border-top: 4px solid var(--wine-days-red);
  background: #f2f0ed;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.wine-days-toc-brand {
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #c9c4be;
  text-align: center;
}

.wine-days-toc .wine-days-toc-brand-link {
  display: block;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.wine-days-toc .wine-days-toc-brand-link:hover,
.wine-days-toc .wine-days-toc-brand-link:focus-visible {
  color: var(--wine-days-red);
}

.wine-days-toc-brand strong,
.wine-days-toc-brand span {
  display: block;
  letter-spacing: 0;
}

.wine-days-toc-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
}

.wine-days-toc-brand span {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
}

.wine-days-toc-title {
  margin: 0 0 8px;
  font-size: 6.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 961px) {
  .wine-days-toc-title {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.wine-days-toc ol {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 20px 0 0;
  margin: 0 -20px 0 0;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(141, 29, 43, .76) rgba(0, 0, 0, .06);
}

.wine-days-toc ol::-webkit-scrollbar {
  width: 6px;
}

.wine-days-toc ol::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .06);
  border-radius: 999px;
}

.wine-days-toc ol::-webkit-scrollbar-thumb {
  background: rgba(141, 29, 43, .76);
  border-radius: 999px;
}

.wine-days-toc ol::-webkit-scrollbar-thumb:hover {
  background: var(--wine-days-red);
}

.wine-days-toc li + li {
  border-top: 1px solid #d3cec8;
}

.wine-days-toc a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0;
  color: #171717;
  text-decoration: none;
}

.wine-days-toc a:hover,
.wine-days-toc a:focus-visible {
  color: var(--wine-days-red);
}

.wine-days-toc .toc-page {
  color: var(--wine-days-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1;
}

.wine-days-toc .toc-copy strong,
.wine-days-toc .toc-copy span {
  display: block;
}

.wine-days-toc .toc-copy strong {
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
}

.wine-days-toc .toc-copy span {
  font-size: 12px;
  line-height: 1.28;
}

.wine-days-cover-link {
  display: block;
  margin-top: 18px;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.wine-days-cover-link span {
  display: block;
}

.wine-days-cover-link span + span {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 400;
}

.wine-days-cover-link:hover,
.wine-days-cover-link:focus-visible {
  background: var(--wine-days-red);
}

.wine-days-return-nav {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px -26px -28px;
  background: #111;
}

.wine-days-toc .wine-days-return-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 9px 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.wine-days-toc .wine-days-return-nav a + a {
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.wine-days-toc .wine-days-return-nav a:hover,
.wine-days-toc .wine-days-return-nav a:focus-visible {
  background: var(--wine-days-red);
  color: #fff;
}

.wine-days-decryptage-page .wine-days-toc,
.wine-days-consommation-page .wine-days-toc,
.wine-days-interview-page .wine-days-toc {
  background: #e5e0da;
}

.wine-days-toc a.is-current {
  margin-inline: -12px;
  padding-inline: 12px;
  background: var(--wine-days-red);
  color: #fff;
}

.wine-days-toc a.is-current .toc-page {
  color: #fff;
}

.wine-days-decryptage-page .wine-days-heading,
.wine-days-decryptage-page .wine-days-edito,
.wine-days-decryptage-page .wine-days-list > .wine-days-article,
.wine-days-consommation-page .wine-days-heading,
.wine-days-consommation-page .wine-days-edito,
.wine-days-consommation-page .wine-days-list > .wine-days-article,
.wine-days-interview-page .wine-days-heading,
.wine-days-interview-page .wine-days-edito,
.wine-days-interview-page .wine-days-list > .wine-days-article {
  display: none;
}

.wine-days-feature-article {
  max-width: 760px;
  margin: 0 auto;
  color: #242424;
}

.wine-days-content-tabs {
  position: sticky;
  z-index: 4900;
  top: var(--wine-days-sticky-top, 168px);
  display: flex;
  width: 100%;
  min-height: 44px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .08);
}

.wine-days-content-tabs::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: #fff;
}

.wine-days-content-tabs.is-stuck::after {
  position: absolute;
  right: -1px;
  bottom: 100%;
  left: -1px;
  height: 100vh;
  content: "";
  pointer-events: none;
  background: #fff;
}

.wine-days-content-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 118px;
  padding: 12px 24px;
  color: #111;
  border-left: 1px solid #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.wine-days-content-tab:first-child {
  border-left: 0;
}

.wine-days-content-tab.is-active {
  color: #fff;
  background: #050505;
}

.wine-days-content-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  padding-left: 1px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  line-height: 1;
}

.wine-days-content-tab:hover,
.wine-days-content-tab:focus-visible {
  color: #fff;
  background: var(--wine-days-red);
}

.wine-days-podcast-panel[hidden] {
  display: none;
}

.wine-days-podcast-panel {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px clamp(24px, 7vw, 76px);
  background: #f2f0ed;
  text-align: center;
}

.wine-days-podcast-label {
  margin: 0 0 13px;
  color: var(--wine-days-red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.wine-days-podcast-panel h2 {
  margin: 0 0 18px;
  font-family: Didot, "Bodoni MT", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}

.wine-days-podcast-panel p:not(.wine-days-podcast-label) {
  max-width: 600px;
  margin: 0 auto 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.wine-days-podcast-player {
  width: min(100%, 620px);
}

.wine-days-inline-podcast-action {
  margin: -18px 0 26px;
  text-align: center;
}

.wine-days-inline-podcast-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 26px;
  border: 1px solid #aaa;
  background: #fff;
  color: #171717;
  font: 600 11px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
}

.wine-days-inline-podcast-button:hover,
.wine-days-inline-podcast-button:focus-visible {
  border-color: #777;
  background: #f2f0ed;
  outline: none;
}

.wine-days-podcast-panel[data-vinea-inline-podcast] {
  min-height: 0;
  margin: -10px 0 32px;
  padding: 22px 26px;
  background: #f2f0ed;
}

.wine-days-feature-article.is-podcast-mode .wine-days-rencontre-cover,
.wine-days-feature-article.is-podcast-mode .wine-days-feature-body {
  display: none;
}

@media (max-width: 480px) {
  .wine-days-content-tabs {
    top: var(--wine-days-sticky-top, 168px);
  }

  .wine-days-content-tab {
    min-width: 108px;
    padding-inline: 18px;
  }

  .wine-days-podcast-panel {
    min-height: 430px;
    padding: 42px 20px;
  }

  .wine-days-podcast-panel h2 {
    font-size: 27px;
  }
}

.wine-days-feature-header {
  margin-bottom: 30px;
  text-align: center;
}

.wine-days-feature-header .eyebrow {
  margin-bottom: 14px;
  color: var(--wine-days-red);
}

.wine-days-feature-header h1 {
  margin: 0 auto 22px;
  font-family: Didot, "Bodoni MT", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 43px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.wine-days-feature-lead {
  max-width: 690px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.55;
}

.wine-days-feature-hero {
  margin: 0 0 32px;
}

.wine-days-feature-hero img {
  width: 100%;
  height: clamp(220px, 25vw, 285px);
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.wine-days-feature-hero figcaption {
  margin-top: 7px;
  color: #6d6d6d;
  font-size: 10px;
  line-height: 1.35;
  text-align: right;
}

.wine-days-inline-figure {
  margin: 30px auto 36px;
}

.wine-days-inline-figure.is-portrait {
  max-width: 430px;
}

.wine-days-inline-figure.is-map {
  max-width: 610px;
}

.wine-days-inline-figure.is-consumption-portrait {
  max-width: 470px;
}

.wine-days-inline-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.wine-days-inline-figure figcaption {
  margin-top: 7px;
  color: #6d6d6d;
  font-size: 10px;
  line-height: 1.35;
  text-align: right;
}

.wine-days-photo-credit {
  white-space: nowrap;
}

.wine-days-photo-zoom-trigger {
  cursor: zoom-in;
}

.wine-days-photo-zoom-trigger:focus-visible {
  outline: 2px solid var(--wine-days-red);
  outline-offset: 3px;
}

.wine-days-photo-credit-host {
  position: relative;
}

.wine-days-photo-credit-badge {
  position: absolute;
  z-index: 5;
  right: 8px;
  bottom: 8px;
  padding: 3px 6px;
  background: rgba(0, 0, 0, .68);
  color: #fff;
  font: 400 9px/1.2 Arial, sans-serif;
  pointer-events: none;
}

body.wine-days-photo-zoom-open {
  overflow: hidden;
}

.wine-days-photo-zoom {
  position: fixed;
  inset: 0;
  z-index: 40000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(255, 255, 255, .97);
}

.wine-days-photo-zoom.is-open {
  display: flex;
}

.wine-days-photo-zoom figure {
  display: flex;
  max-width: min(92vw, 1280px);
  max-height: 92vh;
  margin: 0;
  flex-direction: column;
  align-items: center;
}

.wine-days-photo-zoom img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92vw;
  max-height: calc(92vh - 58px);
  object-fit: contain;
}

.wine-days-photo-zoom figcaption {
  width: 100%;
  padding-top: 12px;
  color: #222;
  font: 400 12px/1.45 Arial, sans-serif;
  text-align: center;
}

.wine-days-photo-zoom-close {
  position: fixed;
  top: 18px;
  right: 24px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font: 300 36px/42px Arial, sans-serif;
  cursor: pointer;
}

.wine-days-event-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 165px;
  gap: 26px;
  align-items: center;
  margin: 40px 0 36px;
  padding: 30px;
  background: #8c653f;
  color: #fff;
}

.wine-days-event-feature h2 {
  color: #fff;
}

.wine-days-event-feature p {
  color: #fff;
}

.wine-days-event-feature img {
  width: 100%;
  height: auto;
  display: block;
}

.wine-days-event-visual {
  margin: 0;
}

.wine-days-event-visual figcaption,
.wine-days-interview-bottle figcaption {
  margin-top: 7px;
  color: currentColor;
  font-size: 9px;
  line-height: 1.35;
  text-align: center;
}

.wine-days-event-visual figcaption {
  color: rgba(255, 255, 255, .86);
}

.wine-days-feature-body {
  max-width: 700px;
  margin: 0 auto;
}

.wine-days-feature-body p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
}

.wine-days-feature-body .wine-days-feature-intro {
  padding-left: 18px;
  border-left: 3px solid var(--wine-days-red);
  font-size: 18px;
  line-height: 1.5;
}

.wine-days-feature-body section {
  margin-top: 34px;
}

.wine-days-feature-body h2 {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17.6px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-wrap: balance;
}

.wine-days-data-table {
  margin: 22px 0 10px;
  overflow-x: auto;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .07);
}

.wine-days-data-table table {
  width: 100%;
  border-collapse: collapse;
  background: #f5f3f0;
  font-size: 13px;
}

.wine-days-data-table th,
.wine-days-data-table td {
  padding: 13px 15px;
  border-bottom: 1px solid #d7d1cb;
  text-align: left;
  vertical-align: top;
}

.wine-days-data-table thead th {
  background: #202020;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.wine-days-data-table tbody th {
  color: var(--wine-days-red);
  text-transform: uppercase;
}

.wine-days-data-table small {
  font-size: 10px;
}

.wine-days-feature-body .wine-days-data-note,
.wine-days-feature-body .wine-days-feature-sources {
  color: #696969;
  font-size: 11px;
  line-height: 1.45;
}

.wine-days-feature-sources {
  margin-top: 36px !important;
  padding-top: 18px;
  border-top: 1px solid #d2d2d2;
}

.wine-days-pdf-link {
  display: block;
  width: min(340px, 100%);
  margin: 30px auto 0;
  padding: 14px 18px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.wine-days-pdf-link:hover,
.wine-days-pdf-link:focus-visible {
  border-color: var(--wine-days-red);
  background: var(--wine-days-red);
  color: #fff;
}

.wine-days-interview-bottle {
  float: left;
  width: 205px;
  margin: 5px 26px 22px 0;
  padding: 0;
  border: 0;
  background: transparent;
  shape-outside: polygon(47% 0, 84% 0, 85% 24%, 92% 31%, 96% 100%, 0 100%, 0 29%, 34% 29%, 46% 24%);
  shape-margin: 0.5mm;
}

.wine-days-interview-bottle img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  mix-blend-mode: multiply;
}

.wine-days-rencontre-portrait {
  margin: 0 0 30px;
  overflow: hidden;
  background: #17110f;
}

.wine-days-rencontre-portrait img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 34% center;
  display: block;
}

.wine-days-rencontre-portrait figcaption {
  padding: 14px 18px;
  background: var(--wine-days-red);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.wine-days-rencontre-cover {
  position: relative;
  aspect-ratio: 5 / 4;
  scroll-margin-top: calc(var(--wine-days-sticky-top, 114px) + 64px);
  margin: 0 0 34px;
  overflow: hidden;
  background: #17110f;
  color: #fff;
}

.wine-days-rencontre-cover::before,
.wine-days-rencontre-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wine-days-rencontre-cover::before {
  z-index: 1;
  background: linear-gradient(0deg, rgba(139, 29, 43, 0.98) 0%, rgba(139, 29, 43, 0.88) 23%, rgba(139, 29, 43, 0) 55%);
}

.wine-days-rencontre-cover::after {
  z-index: 2;
  background: linear-gradient(90deg, transparent 0%, transparent 69%, rgba(15, 10, 8, 0.8) 81%, rgba(15, 10, 8, 0.97) 100%);
}

.wine-days-rencontre-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.wine-days-rencontre-cover h1,
.wine-days-rencontre-lead {
  position: absolute;
  z-index: 3;
  margin: 0;
  color: #fff;
}

.wine-days-rencontre-cover h1 {
  left: 3%;
  bottom: 6%;
  width: 48%;
  font-family: Didot, "Bodoni MT", Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.wine-days-rencontre-lead {
  top: 9%;
  right: 2.8%;
  width: 26%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.wine-days-expert-note {
  float: right;
  width: 33.333%;
  margin: 4px 0 28px 34px;
  padding: 22px 22px 12px;
  border-left: 1px solid #bdb7b1;
  background: #e4e1dd;
}

.wine-days-feature-body .wine-days-expert-note h2 {
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

.wine-days-feature-body .wine-days-expert-note p {
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

.wine-days-vinea-profile {
  position: relative;
  float: right;
  width: 33.333%;
  min-height: 900px;
  margin: 28px 0 30px 34px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.wine-days-vinea-profile::before,
.wine-days-vinea-profile::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.wine-days-vinea-profile::before {
  z-index: 1;
  inset: 0;
  background: url("editorial/vinea-days-morocco/interview/bouteille-vinea-jerome.png?v=1") center / 100% 100% no-repeat;
}

.wine-days-vinea-profile::after {
  display: none;
}

.wine-days-vinea-profile-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 235px 17px 24px;
  color: #fff;
  text-align: center;
}

.wine-days-feature-body .wine-days-vinea-profile h2 {
  position: relative;
  width: 78%;
  margin-inline: auto;
  margin-bottom: 28px;
  transform: none;
  color: #fff;
  font-family: Didot, "Bodoni MT", Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
}

.wine-days-feature-body .wine-days-vinea-profile p {
  width: 100%;
  margin: 0 auto 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
}

.wine-days-interview-landscape {
  float: left;
  clear: both;
  width: calc(66.667% - 36px);
  margin: 28px 0 30px;
}

.wine-days-interview-landscape img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center bottom;
}

.wine-days-interview-landscape figcaption {
  margin-top: 7px;
  color: #666;
  font-size: 9px;
  line-height: 1.35;
  text-align: left;
}

.wine-days-interview-page .wine-days-pdf-link {
  clear: both;
}

@media (max-width: 960px) {
  .wine-days-layout { grid-template-columns: minmax(0, 1fr); }
  .wine-days-toc { position: static; order: -1; max-height: none; overflow: visible; }
  .wine-days-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; overflow: visible; margin-right: 0; padding-right: 0; }
  .wine-days-toc li + li { border-top: 0; }
  .wine-days-toc li { border-bottom: 1px solid #d3cec8; }
}

@media (max-width: 640px) {
  .wine-days-page { padding: 34px 15px 56px; }
  .wine-days-heading { margin-bottom: 26px; padding-inline: 0; }
  .wine-days-toc { padding: 22px 20px; }
  .wine-days-edito { padding: 24px 0; }
  .wine-days-edito-decoration { width: 54px; }
  .wine-days-edito h2 { font-size: 23px; }
  .wine-days-edito p:not(.wine-days-edito-label):not(.wine-days-edito-signature) { font-size: 14px; }
  .wine-days-toc ol { display: block; }
  .wine-days-article { grid-template-columns: 1fr; gap: 16px; scroll-margin-top: 165px; }
  .wine-days-article h2 { font-size: 23px; }
  .wine-days-feature-header h1 { font-size: 27px; }
  .wine-days-feature-lead { font-size: 14px; }
  .wine-days-feature-body p { font-size: 14px; }
  .wine-days-feature-body .wine-days-feature-intro { font-size: 16px; }
  .wine-days-feature-body h2 { font-size: 15.2px; }
  .wine-days-event-feature {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .wine-days-event-feature img {
    width: min(190px, 65%);
    margin: 0 auto;
  }
  .wine-days-data-table th,
  .wine-days-data-table td { padding: 11px 12px; }
  .wine-days-interview-bottle {
    float: none;
    width: min(235px, 78%);
    margin: 0 auto 30px;
  }
  .wine-days-rencontre-portrait figcaption {
    padding: 12px 14px;
    font-size: 11px;
  }
  .wine-days-rencontre-cover {
    aspect-ratio: auto;
    min-height: 760px;
  }
  .wine-days-rencontre-cover::before {
    background: linear-gradient(0deg, rgba(139, 29, 43, 0.98) 0%, rgba(139, 29, 43, 0.9) 28%, rgba(139, 29, 43, 0) 58%);
  }
  .wine-days-rencontre-cover::after {
    background: linear-gradient(0deg, rgba(15, 10, 8, 0.92) 0%, transparent 45%);
  }
  .wine-days-rencontre-cover img {
    height: 430px;
    object-position: center top;
  }
  .wine-days-rencontre-cover h1 {
    left: 2%;
    bottom: 22px;
    width: 48%;
    font-size: 13px;
  }
  .wine-days-rencontre-lead {
    top: auto;
    right: 5%;
    bottom: 22px;
    width: 45%;
    font-size: 12px;
    line-height: 1.3;
  }
  .wine-days-expert-note {
    float: none;
    width: auto;
    margin: 0 0 30px;
    padding: 20px 18px 10px;
  }
  .wine-days-vinea-profile {
    float: none;
    width: min(360px, 100%);
    min-height: 840px;
    margin: 30px auto;
  }
  .wine-days-vinea-profile::before {
    background-size: 100% 100%;
  }
  .wine-days-vinea-profile-copy {
    width: 100%;
    padding: 220px 30px 24px;
  }
  .wine-days-feature-body .wine-days-vinea-profile h2 {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .wine-days-feature-body .wine-days-vinea-profile p {
    width: 100%;
    margin-bottom: 6px;
    font-size: 9.5px;
    line-height: 1.22;
  }

  .wine-days-interview-landscape {
    float: none;
    width: 100%;
  }
}

/* Entretien : le paysage remonte sous la fin du texte, la montagne reste libre. */
@media (min-width: 641px) {
  .wine-days-interview-page .wine-days-feature-body {
    position: relative;
    isolation: isolate;
  }

  .wine-days-interview-page .wine-days-interview-columns {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
  }

  .wine-days-interview-page .wine-days-interview-landscape {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% + 60px);
    margin: -540px 0 32px -30px;
    overflow: hidden;
  }

  .wine-days-interview-page .wine-days-interview-landscape img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .wine-days-interview-page .wine-days-pdf-link {
    position: relative;
    z-index: 3;
  }
}

/* Mobile dossier navigation and page chrome */
.wine-days-toc-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: default;
  font: inherit;
  text-align: center;
}

.wine-days-toc-toggle-symbol { display: none; }
.wine-days-breadcrumb-mobile { display: none; }

@media (min-width: 481px) {
  body.vinea-lemonde-ready .vinea-news-header,
  body.vinea-lemonde-ready .footer {
    line-height: 1.6;
  }

  body.vinea-lemonde-ready .footer .footer-links,
  body.vinea-lemonde-ready .footer .product-link {
    letter-spacing: 0 !important;
    margin-bottom: 2px !important;
  }

  body.vinea-lemonde-ready .footer .shopping-title,
  body.vinea-lemonde-ready .footer .event-section,
  body.vinea-lemonde-ready .footer .mag-title {
    letter-spacing: 0 !important;
  }

  body.vinea-lemonde-ready .footer .service-item,
  body.vinea-lemonde-ready .footer .annuaire {
    margin-top: 0 !important;
  }

  body.vinea-lemonde-ready .footer .bordered-box,
  body.vinea-lemonde-ready .footer .black-box {
    display: block !important;
    min-height: 0 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 480px) {
  .wine-days-page { padding-top: 20px; }

  .wine-days-breadcrumb {
    margin-bottom: 14px;
    font-size: 10px;
    line-height: 1.35;
    white-space: normal;
  }

  .wine-days-breadcrumb-desktop { display: none; }
  .wine-days-breadcrumb-mobile { display: inline; }

  .wine-days-toc {
    padding: 0;
    overflow: hidden;
    border-top-width: 3px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
  }

  .wine-days-toc-brand { display: none; }

  .wine-days-toc-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 13px 16px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }

  .wine-days-toc-toggle-symbol {
    display: block;
    flex: 0 0 auto;
    font: 300 23px/1 Arial, sans-serif;
  }

  .wine-days-toc ol,
  .wine-days-toc .wine-days-return-nav {
    display: none;
  }

  .wine-days-toc.is-open ol {
    display: block;
    padding: 0 16px 8px;
  }

  .wine-days-toc.is-open .wine-days-return-nav {
    display: grid;
    margin: 0;
  }

  .wine-days-toc li { padding-block: 9px; }

  .wine-days-interview-page .wine-days-feature-header h1 {
    font-size: 21px;
    line-height: 1.08;
  }

  .wine-days-feature-body .wine-days-vinea-profile h2 {
    font-size: 16px;
    line-height: 0.98;
    margin-bottom: 50px;
  }

  body.vinea-lemonde-ready .vinea-news-live {
    grid-template-columns: 1fr !important;
    min-height: 22px !important;
    padding: 5px 6px !important;
  }

  body.vinea-lemonde-ready .vinea-news-live > span:first-child,
  body.vinea-lemonde-ready .vinea-news-lang { display: none !important; }

  body.vinea-lemonde-ready .vinea-news-live strong {
    overflow: hidden !important;
    font-size: 7.5px !important;
    letter-spacing: 0.45px !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.vinea-lemonde-ready .vinea-news-main {
    height: 64px !important;
    grid-template-columns: 54px minmax(86px, 1fr) 96px !important;
    padding: 0 4px !important;
  }

  body.vinea-lemonde-ready .vinea-news-left { gap: 1px !important; }
  body.vinea-lemonde-ready .vinea-news-left .vinea-icon-button { width: 24px !important; }

  body.vinea-lemonde-ready .vinea-news-brand {
    top: 50% !important;
    left: 50% !important;
    z-index: 1 !important;
    width: 92px !important;
    max-width: 92px !important;
    transform: translate(-50%, -50%) !important;
  }

  body.vinea-lemonde-ready .vinea-news-logo {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  body.vinea-lemonde-ready .vinea-news-slogan {
    display: block !important;
    margin-top: 3px !important;
    font-size: 5.8px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.25px !important;
    white-space: nowrap !important;
  }

  body.vinea-lemonde-ready .vinea-news-actions {
    right: 3px !important;
    z-index: 2 !important;
    width: 96px !important;
    max-width: 96px !important;
    gap: 0 !important;
  }

  body.vinea-lemonde-ready .vinea-news-actions .vinea-news-action {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.vinea-lemonde-ready .vinea-news-actions .vinea-news-action > span:not(.vinea-picto):not(.vinea-cart-count):not(.vinea-cart-time) {
    display: none !important;
  }

  body.vinea-lemonde-ready .vinea-news-actions .vinea-cart-time { display: none !important; }
  body.vinea-lemonde-ready .vinea-news-action.vinea-cart { color: #d4af37 !important; }

  body.vinea-lemonde-ready .vinea-news-nav {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
  }

  body.vinea-lemonde-ready .vinea-news-nav::-webkit-scrollbar { display: none; }
  body.vinea-lemonde-ready .vinea-news-nav a {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
  }

  body.vinea-lemonde-ready .footer { overflow: visible !important; }
  body.vinea-lemonde-ready .footer-content {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 22px 18px 26px !important;
  }

  body.vinea-lemonde-ready .footer-column,
  body.vinea-lemonde-ready .footer-column:first-child,
  body.vinea-lemonde-ready .footer-column.vinea-footer-legal-combined {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    grid-column: auto !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.vinea-lemonde-ready .footer-column:first-child .footer-text,
  body.vinea-lemonde-ready .footer-column p,
  body.vinea-lemonde-ready .footer-column a,
  body.vinea-lemonde-ready .vinea-footer-toggle,
  body.vinea-lemonde-ready .vinea-footer-panel {
    width: 100% !important;
    max-width: 100% !important;
    writing-mode: horizontal-tb !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }

  body.vinea-lemonde-ready .vinea-footer-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body.vinea-lemonde-ready .footer-column:first-child .social-icons {
    justify-content: flex-start !important;
  }
}

@media (max-width: 360px) {
  .wine-days-interview-page .wine-days-feature-header h1 { font-size: 19px; }
  .wine-days-feature-body .wine-days-vinea-profile h2 { font-size: 15px; }
}

/* Mise en page éditoriale de l'entretien Jérôme Bultez. */
.wine-days-interview-page .wine-days-feature-header {
  position: relative;
  min-height: 410px;
  margin-bottom: 34px;
  padding: 38px 34px 34px 235px;
  overflow: hidden;
  border-bottom: 1px solid #d8d3ce;
}

.wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: none;
  width: 210px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  shape-outside: none;
}

.wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 57%;
  mix-blend-mode: normal;
}

.wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  margin: 0;
  padding: 3px 5px;
  color: #333;
  background: rgba(255, 255, 255, .78);
  font-size: 8px;
}

.wine-days-interview-page .wine-days-feature-header h1,
.wine-days-interview-page .wine-days-feature-header .wine-days-feature-lead {
  max-width: 470px;
}

.wine-days-interview-page .wine-days-vinea-profile {
  min-height: 750px;
  shape-outside: polygon(34% 0, 66% 0, 66% 17%, 82% 25%, 96% 100%, 4% 100%, 18% 25%, 34% 17%);
  shape-margin: .5mm;
}

.wine-days-interview-page .wine-days-vinea-profile::before {
  background-position: center top;
  background-size: 100% auto;
}

.wine-days-interview-page .wine-days-vinea-profile-copy {
  padding-top: 205px;
}

.wine-days-interview-page .wine-days-interview-landscape {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  margin: 44px 0 32px;
  overflow: hidden;
}

.wine-days-interview-page .wine-days-interview-landscape img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wine-days-interview-page .wine-days-landscape-copy {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 7%;
  left: 7%;
  max-height: 48%;
  margin: 0;
  overflow: hidden;
  color: #202020;
  text-align: left;
}

.wine-days-interview-page .wine-days-feature-body .wine-days-landscape-copy h2 {
  margin-bottom: 10px;
  font-size: 16px;
}

.wine-days-interview-page .wine-days-feature-body .wine-days-landscape-copy p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.45;
}

.wine-days-interview-page .wine-days-interview-landscape figcaption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  margin: 0;
  padding: 3px 6px;
  color: #fff;
  background: rgba(0, 0, 0, .45);
}

@media (max-width: 640px) {
  .wine-days-interview-page .wine-days-feature-header {
    min-height: 0;
    padding: 0 0 26px;
    overflow: visible;
  }

  .wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle {
    position: relative;
    width: 100%;
    height: 280px;
    margin-bottom: 24px;
  }

  .wine-days-interview-page .wine-days-vinea-profile {
    min-height: 840px;
    shape-outside: none;
  }

  .wine-days-interview-page .wine-days-vinea-profile-copy {
    padding-top: 220px;
  }

  .wine-days-interview-page .wine-days-landscape-copy {
    position: static;
    max-height: none;
    padding: 0 0 18px;
  }

  .wine-days-interview-page .wine-days-interview-landscape {
    display: flex;
    flex-direction: column;
  }

  .wine-days-interview-page .wine-days-interview-landscape img {
    order: 2;
  }

  .wine-days-interview-page .wine-days-interview-landscape figcaption {
    position: static;
    order: 3;
    color: #666;
    background: transparent;
  }
}

/* Entretien Jerome Bultez : cadrage editorial final sur ordinateur et tablette. */
@media (min-width: 641px) {
  .wine-days-interview-page .wine-days-feature-header {
    min-height: 570px;
    padding: 86px 34px 42px 235px;
    border-bottom: 0;
  }

  .wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle {
    top: 14px;
    bottom: auto;
    left: -4px;
    width: 218px;
    height: 540px;
    overflow: visible;
  }

  .wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
  }

  .wine-days-interview-page .wine-days-feature-header .wine-days-interview-bottle figcaption {
    right: 10px;
    bottom: 6px;
    left: 10px;
  }

  .wine-days-interview-page .wine-days-vinea-profile {
    width: 40%;
    min-height: 0;
    aspect-ratio: 93 / 352;
    margin: 22px 0 28px 30px;
    overflow: visible;
    shape-outside: polygon(34% 0, 66% 0, 66% 17%, 82% 25%, 96% 100%, 4% 100%, 18% 25%, 34% 17%);
    shape-margin: .5mm;
  }

  .wine-days-interview-page .wine-days-vinea-profile::before {
    background-position: center top;
    background-size: contain;
  }

  .wine-days-interview-page .wine-days-vinea-profile-copy {
    padding: 282px 27px 30px;
  }

  .wine-days-interview-page .wine-days-feature-body .wine-days-vinea-profile h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .wine-days-interview-page .wine-days-feature-body .wine-days-vinea-profile p {
    margin-bottom: 8px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .wine-days-interview-page .wine-days-interview-landscape {
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .wine-days-interview-page .wine-days-landscape-copy {
    top: 36px;
    right: 8%;
    left: 8%;
    max-height: 44%;
  }
}

/* Entretien : texte en colonnes autour de la bouteille centrale. */
.wine-days-interview-page .wine-days-feature-header figcaption,
.wine-days-interview-page .wine-days-interview-landscape figcaption {
  display: none !important;
}

@media (min-width: 961px) {
  .wine-days-interview-page .wine-days-interview-columns {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8mm;
    align-items: start;
    width: calc(100% + 60px);
    min-height: 999px;
    margin: 8px 0 34px -30px;
  }

  .wine-days-interview-page .wine-days-interview-column {
    position: relative;
    z-index: 2;
    grid-row: 1;
  }

  .wine-days-interview-page .wine-days-interview-column-left {
    grid-column: 1;
  }

  .wine-days-interview-page .wine-days-interview-column-left::before,
  .wine-days-interview-page .wine-days-interview-column-right::before {
    width: calc(180px + 5mm);
    height: 999px;
    content: "";
  }

  .wine-days-interview-page .wine-days-interview-column-left::before {
    float: right;
    shape-outside: polygon(72% 0, 100% 0, 100% 100%, 29% 100%, 29% 60%, 36% 50%, 44% 45%, 53% 35%, 71% 25%, 72% 17%, 72% 4%);
  }

  .wine-days-interview-page .wine-days-interview-column-right::before {
    float: left;
    shape-outside: polygon(0 0, 32% 0, 32% 17%, 34% 25%, 43% 35%, 59% 45%, 68% 50%, 75% 60%, 75% 100%, 0 100%);
  }

  .wine-days-interview-page .wine-days-vinea-profile {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    float: none;
    width: 360px;
    min-height: 0;
    aspect-ratio: 107 / 297;
    margin: 0;
    overflow: visible;
    transform: translateX(-50%);
    shape-outside: none;
  }

  .wine-days-interview-page .wine-days-interview-column-right {
    grid-column: 2;
  }

  .wine-days-interview-page .wine-days-interview-column section {
    margin-top: 0;
  }

  .wine-days-interview-page .wine-days-interview-column section + section {
    margin-top: 38px;
  }

  .wine-days-interview-page .wine-days-interview-column p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 24px;
    orphans: 2;
    widows: 2;
    hyphens: auto;
    text-align: justify;
    text-justify: inter-word;
    text-wrap: pretty;
  }

  .wine-days-interview-page .wine-days-interview-column .wine-days-interview-column-opening {
    margin-top: 0;
  }

  .wine-days-interview-page .wine-days-interview-column h2 {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
  }

  .wine-days-interview-page .wine-days-interview-column-left section:last-child h2 {
    margin-bottom: 10px;
  }

  .wine-days-interview-page .wine-days-interview-column-left section:last-child,
  .wine-days-interview-page .wine-days-interview-column-right section:last-child {
    position: relative;
    top: -14px;
  }

  .wine-days-interview-page .wine-days-vinea-profile-copy {
    padding: 405px 68px 34px;
  }

  .wine-days-interview-page .wine-days-feature-body .wine-days-vinea-profile h2 {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .wine-days-interview-page .wine-days-feature-body .wine-days-vinea-profile p {
    margin-bottom: 8px;
    font-size: 11.2px;
    line-height: 1.22;
  }

  .wine-days-interview-page .wine-days-interview-bottle .wine-days-photo-credit-badge {
    top: 50%;
    right: 4px;
    bottom: auto;
    padding: 0;
    transform: translateY(-50%) rotate(180deg);
    background: transparent;
    color: #555;
    font-size: 8px;
    letter-spacing: .05em;
    writing-mode: vertical-rl;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .wine-days-interview-page .wine-days-interview-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
  }

  .wine-days-interview-page .wine-days-vinea-profile {
    grid-column: 1 / -1;
    grid-row: 1;
    float: none;
    width: min(360px, 62vw);
    min-height: 0;
    aspect-ratio: 93 / 352;
    margin: 0 auto 20px;
    shape-outside: none;
  }

  .wine-days-interview-page .wine-days-interview-column-left,
  .wine-days-interview-page .wine-days-interview-column-right {
    grid-row: 2;
  }

  .wine-days-interview-page .wine-days-interview-column section:first-child {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .wine-days-interview-page .wine-days-feature-header {
    border-bottom: 0;
  }

  .wine-days-interview-page .wine-days-interview-columns {
    display: flex;
    flex-direction: column;
  }

  .wine-days-interview-page .wine-days-vinea-profile {
    float: none;
    order: 2;
  }

  .wine-days-interview-page .wine-days-interview-column-left {
    order: 1;
  }

  .wine-days-interview-page .wine-days-interview-column-right {
    order: 3;
  }
}

/* Entretien : cadrage paysage final après les règles éditoriales. */
@media (min-width: 641px) {
  .wine-days-interview-page .wine-days-feature-body {
    position: relative;
    isolation: isolate;
  }

  .wine-days-interview-page .wine-days-interview-columns {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
  }

  .wine-days-interview-page .wine-days-interview-landscape {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% + 60px);
    margin: calc(-540px - 5cm) 0 32px -30px;
    overflow: hidden;
  }

  .wine-days-interview-page .wine-days-interview-landscape > .wine-days-pdf-link {
    position: absolute;
    z-index: 3;
    bottom: 24px;
    left: 50%;
    width: min(340px, calc(100% - 48px));
    margin: 0;
    transform: translateX(-50%);
  }

  .wine-days-interview-page .wine-days-interview-landscape img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .wine-days-interview-page .wine-days-pdf-link {
    position: relative;
    z-index: 3;
  }
}
