/* MÉMOIRES PRODUCT — V9.8.1-A6-R2 */

html[data-mp-a6-live="1"]{
  --a6-live-accent:#174eae;
  --a6-live-bg:#f5f0e7;
  --a6-live-surface:#ffffff;
  --a6-live-ink:#111827;
  --a6-live-max:1180px;
}

html[data-mp-a6-live="1"] body{
  background:var(--a6-live-bg)!important;
  color:var(--a6-live-ink)!important;
}

/* Largeur */
html[data-mp-a6-live="1"].a6-width-compact main{
  width:min(900px,calc(100% - 32px))!important;
  max-width:900px!important;
  margin-inline:auto!important;
}
html[data-mp-a6-live="1"].a6-width-standard main{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  margin-inline:auto!important;
}
html[data-mp-a6-live="1"].a6-width-wide main{
  width:min(1440px,calc(100% - 24px))!important;
  max-width:1440px!important;
  margin-inline:auto!important;
}

/* Header */
html[data-mp-a6-live="1"].a6-header-bar header{
  width:100%!important;
  max-width:none!important;
  border-radius:0!important;
  margin-inline:0!important;
  left:0!important;
  right:0!important;
  box-shadow:0 1px 0 rgba(17,24,39,.12)!important;
}

html[data-mp-a6-live="1"].a6-header-floating header{
  border-radius:999px!important;
}

html[data-mp-a6-live="1"].a6-header-minimal header{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}

/* Typographie */
html[data-mp-a6-live="1"].a6-type-compact{
  font-size:14px!important;
}
html[data-mp-a6-live="1"].a6-type-standard{
  font-size:16px!important;
}
html[data-mp-a6-live="1"].a6-type-large{
  font-size:18px!important;
}

html[data-mp-a6-live="1"].a6-type-large h1,
html[data-mp-a6-live="1"].a6-type-large h2{
  letter-spacing:-.045em!important;
}

/* Cartes */
html[data-mp-a6-live="1"].a6-card-glass article,
html[data-mp-a6-live="1"].a6-card-glass section > div,
html[data-mp-a6-live="1"].a6-card-glass .mp-a5-recipe{
  background:color-mix(in srgb,var(--a6-live-surface) 78%,transparent)!important;
  border:1px solid rgba(255,255,255,.66)!important;
  box-shadow:0 24px 65px rgba(18,37,72,.15)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}

html[data-mp-a6-live="1"].a6-card-bordered article,
html[data-mp-a6-live="1"].a6-card-bordered .mp-a5-recipe{
  border:1px solid color-mix(in srgb,var(--a6-live-ink) 20%,transparent)!important;
  box-shadow:none!important;
  border-radius:12px!important;
}

html[data-mp-a6-live="1"].a6-card-flat article,
html[data-mp-a6-live="1"].a6-card-flat .mp-a5-recipe{
  border-radius:0!important;
  box-shadow:none!important;
  border-width:0 0 1px!important;
}

html[data-mp-a6-live="1"].a6-card-soft article,
html[data-mp-a6-live="1"].a6-card-soft .mp-a5-recipe{
  border-radius:28px!important;
  box-shadow:0 18px 50px rgba(18,37,72,.08)!important;
}

/* Rythme des sections :
 * On vise plusieurs conteneurs possibles pour rester compatible
 * avec les variantes A3/A4/A5 déjà présentes.
 */
html[data-mp-a6-live="1"].a6-rhythm-grid #mp-layout-zone,
html[data-mp-a6-live="1"].a6-rhythm-grid .mp-layout-zone,
html[data-mp-a6-live="1"].a6-rhythm-grid [data-mp-layout-zone]{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}

html[data-mp-a6-live="1"].a6-rhythm-magazine #mp-layout-zone,
html[data-mp-a6-live="1"].a6-rhythm-magazine .mp-layout-zone,
html[data-mp-a6-live="1"].a6-rhythm-magazine [data-mp-layout-zone]{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:18px!important;
}

html[data-mp-a6-live="1"].a6-rhythm-magazine #mp-layout-zone > *,
html[data-mp-a6-live="1"].a6-rhythm-magazine .mp-layout-zone > *,
html[data-mp-a6-live="1"].a6-rhythm-magazine [data-mp-layout-zone] > *{
  grid-column:span 7!important;
}

html[data-mp-a6-live="1"].a6-rhythm-magazine #mp-layout-zone > *:nth-child(even),
html[data-mp-a6-live="1"].a6-rhythm-magazine .mp-layout-zone > *:nth-child(even),
html[data-mp-a6-live="1"].a6-rhythm-magazine [data-mp-layout-zone] > *:nth-child(even){
  grid-column:span 5!important;
}

/* Hero */
html[data-mp-a6-live="1"].a6-hero-full [class*="hero"]{
  width:100%!important;
  max-width:none!important;
}
html[data-mp-a6-live="1"].a6-hero-editorial [class*="hero"] h1{
  max-width:13ch!important;
}
html[data-mp-a6-live="1"].a6-hero-product [class*="hero"]{
  transform:scale(1.018)!important;
  transform-origin:center top!important;
}

/* Accent */
html[data-mp-a6-live="1"] a,
html[data-mp-a6-live="1"] button{
  --mpd-accent:var(--a6-live-accent)!important;
}

/* Priorité */
html[data-mp-a6-live="1"].a6-emphasis-product-first [class*="hero"]{
  outline:2px solid color-mix(in srgb,var(--a6-live-accent) 28%,transparent)!important;
}
html[data-mp-a6-live="1"].a6-emphasis-brand-first header{
  border-color:color-mix(in srgb,var(--a6-live-accent) 55%,transparent)!important;
}

/* Responsive */
@media(max-width:760px){
  html[data-mp-a6-live="1"].a6-rhythm-grid #mp-layout-zone,
  html[data-mp-a6-live="1"].a6-rhythm-grid .mp-layout-zone,
  html[data-mp-a6-live="1"].a6-rhythm-grid [data-mp-layout-zone],
  html[data-mp-a6-live="1"].a6-rhythm-magazine #mp-layout-zone,
  html[data-mp-a6-live="1"].a6-rhythm-magazine .mp-layout-zone,
  html[data-mp-a6-live="1"].a6-rhythm-magazine [data-mp-layout-zone]{
    grid-template-columns:1fr!important;
  }

  html[data-mp-a6-live="1"].a6-rhythm-magazine #mp-layout-zone > *,
  html[data-mp-a6-live="1"].a6-rhythm-magazine .mp-layout-zone > *,
  html[data-mp-a6-live="1"].a6-rhythm-magazine [data-mp-layout-zone] > *{
    grid-column:auto!important;
  }
}