@charset "UTF-8";
/*****************************************************
******************* Import CSS Files *****************
******************************************************/
/****************** Abstract folder *****************/
/*****************************************************
******************* Variables.scss *******************
******************************************************/
/****************** Font-size ***********************/
/********* Title *********/
/***** h1 *****/
/***** h2 *****/
/***** h3 *****/
/********* Body *********/
/********* Subtitle *********/
/************* Container Size ***********************/
/**************** Font-family ***********************/
/****************** Colors **************************/
/**************** Spacers ***************************/
/**************** transition ************************/
/*****************************************************
********************* Mixin.scss *********************
******************************************************/
/****************** Reset ***************************/
/****************** Fonts ***************************/
/****************** Accessibilité *******************/
/****************** Cartes & ombres *****************/
/****************** Boutons *************************/
/*@mixin btn($bg, $bg-hover, $color: #fff, $radius: 12px) {
  @include reset-btn;
  @include mainFontSemiB;
  display: inline-flex; align-items: center; justify-content: center;
  padding: .75rem 1rem;
  border-radius: $radius;
  background: $bg; color: $color; text-decoration: none; cursor: pointer;
  transition: transform .08s ease, background .2s ease, box-shadow .2s ease;

  &:hover { background: $bg-hover; }
  &:active { transform: translateY(1px); }
  &:focus-visible { @include focus-ring($bg-hover); }
}

@mixin btn-ghost($color, $hover-bg: rgba(0,0,0,.05)) {
  @include reset-btn;
  @include mainFontMed;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem .75rem; border-radius: 10px;
  color: $color; background: transparent;
  &:hover { background: $hover-bg; }
  &:focus-visible { @include focus-ring($color); }
}*/
/****************** Helpers layout ******************/
/****************** Form controls ******************/
/****************** Badges/Chips *******************/
/*****************************************************
******************* Functions.scss *******************
******************************************************/
/****************** Vendors folder ******************/
/****************** Base folder *********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*****************************************************
******************* typographie.scss *****************
******************************************************
*
*  Basé sur le design system Land (Figma).
*  Mobile-first : base = mobile, media query 1024px = desktop.
*
*  Fonts :
*   - Malaga OT → titres (H1/H2/H3)
*   - National 2 → body + subtitle
*
*  Variantes disponibles :
*   - H1 : huge, big, base, small
*   - H2 : big, base, small
*   - H3 : big, base, small
*   - Body (p, li) : big, base, small
*   - Subtitle : big, base, small
******************************************************/
/************************************************** Titres */
h1, h2, h3, h4 {
  margin: 0;
  color: #1A1919;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  font-weight: inherit;
  color: #C4183C;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
}
h1.title__mega {
  font-size: 5rem;
  line-height: 1;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
}
h1.title__huge {
  font-size: 7.8rem;
  line-height: 1;
  letter-spacing: -3px;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
}
h1.title__big {
  font-size: 3rem;
}
h1.title__small {
  font-size: 2rem;
}

h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
}
h2.title__big {
  font-size: 2.4rem;
  line-height: 1;
}
h2.title__small {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 400;
}
h3.title__big {
  font-size: 3rem;
}
h3.title__small {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 5rem;
  }
  h1.title__mega {
    font-size: 9rem;
  }
  h1.title__huge {
    font-size: 15.6rem;
  }
  h1.title__big {
    font-size: 6rem;
  }
  h1.title__small {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h2.title__big {
    font-size: 4.8rem;
  }
  h2.title__small {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3.title__big {
    font-size: 3rem;
  }
  h3.title__small {
    font-size: 1.6rem;
  }
}
/************************************************** Body */
p, li {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #646464;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
p.body__big, li.body__big {
  font-size: 1.6rem;
}
p.body__small, li.body__small {
  font-size: 1.4rem;
}
p a, li a {
  text-decoration: none;
  display: inline-block;
  color: #C4183C;
  transition: 0.4s ease;
}
p a:hover, li a:hover {
  color: #A61433;
}

@media screen and (min-width: 1024px) {
  p, li {
    font-size: 1.6rem;
  }
  p.body__big, li.body__big {
    font-size: 1.8rem;
  }
  p.body__small, li.body__small {
    font-size: 1.4rem;
  }
}
/************************************************** Subtitle */
.subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C4183C;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.subtitle.subtitle__big {
  font-size: 1.6rem;
}
.subtitle.subtitle__small {
  font-size: 1.1rem;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .subtitle {
    font-size: 1.4rem;
  }
  .subtitle.subtitle__big {
    font-size: 1.8rem;
  }
  .subtitle.subtitle__small {
    font-size: 1.2rem;
  }
}
/************************************************** Heading badge — 3 barres */
.has-bars-before {
  display: flex;
  align-items: center;
}
.has-bars-before::before {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 22px;
  background: #C4183C;
  border-radius: 1px;
  margin-right: 24px;
  box-shadow: 7px 0 0 #C4183C, 14px 0 0 #C4183C;
}
.has-bars-before--top {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.has-bars-before--top::before {
  margin-right: 0;
  margin-bottom: 1.2rem;
}

/************************************************** Lists (.page__content) */
.page__content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}
.page__content ul > li {
  position: relative;
  padding-left: 2.4em;
}
.page__content ul > li::before {
  content: "✓";
  color: #C4183C;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
}
.page__content ul > li ul {
  margin-top: 0.8em;
  gap: 0.8em;
}
.page__content ul > li ul > li {
  padding-left: 1.8em;
}
.page__content ul > li ul > li::before {
  content: "—";
}
.page__content ol {
  list-style: none;
  padding: 0;
  counter-reset: ol-counter;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}
.page__content ol > li {
  position: relative;
  padding-left: 2.4em;
  counter-increment: ol-counter;
}
.page__content ol > li::before {
  content: counter(ol-counter) ".";
  color: #C4183C;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
}
.page__content ol > li ul {
  list-style: none;
  padding: 0;
  margin-top: 0.8em;
  gap: 0.8em;
}
.page__content ol > li ul > li {
  position: relative;
  padding-left: 1.8em;
}
.page__content ol > li ul > li::before {
  content: "—";
  color: #C4183C;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
}
.page__content ol > li ol {
  margin-top: 0.8em;
  counter-reset: ol-sub-counter;
  gap: 0.8em;
}
.page__content ol > li ol > li {
  position: relative;
  padding-left: 1.8em;
  counter-increment: ol-sub-counter;
}
.page__content ol > li ol > li::before {
  content: counter(ol-sub-counter, lower-alpha) ".";
  color: #C4183C;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
}

/************************************************** Subtitle utility class */
.subtitle {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C4183C;
}
@media screen and (min-width: 1024px) {
  .subtitle {
    font-size: 1.4rem;
  }
}

/****************** Layout folder *******************/
/*****************************************************
******************* Navigation.scss *******************
*  Menu mobile slide-down sous la barre header fixe.
*  Le burger (.header__ham) sert de bouton open/close
*  via toggle de .is-open sur .nav et le burger.
******************************************************/
.nav {
  position: fixed;
  top: 10vh;
  left: 0;
  width: 100%;
  height: 90vh;
  background: #FFFEFD;
  z-index: 1005;
  transform: translateY(-110%);
  transition: transform 0.4s ease;
  overflow-y: auto;
}
.nav.is-open {
  transform: translateY(0);
}
.nav__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80%;
  padding: 6rem 0 2.4rem;
  gap: 2.4rem;
}
.nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.nav__menu a {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.4s ease;
}
.nav__menu a:hover {
  color: #C4183C;
}
.nav__menu .current-menu-item > a,
.nav__menu .current_page_item > a {
  color: #C4183C;
}
.nav__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.nav__cta .btn {
  width: 100%;
}
.nav__cta .btn a {
  display: block;
  text-align: center;
}
.nav__login {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.nav__top {
  width: 70%;
  margin: 0 auto;
}
.nav__top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 2.4rem;
  justify-items: center;
}
.nav__top li:last-child:nth-child(odd) {
  grid-column: span 2;
}
.nav__top a {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.4s ease;
}
.nav__top a:hover {
  color: #C4183C;
}
.nav__langs {
  display: flex;
  justify-content: center;
}
.nav__langs .lang-switcher__item {
  color: #1A1919;
}
.nav__langs .lang-switcher__item--active {
  color: #C4183C;
}
.nav__langs .lang-switcher__sep {
  color: #646464;
}

@media screen and (min-width: 1024px) {
  .nav {
    display: none;
  }
}
.aw-breadcrumb {
  color: #646464;
  margin-bottom: 2em;
}

.aw-breadcrumb a {
  color: #EFEFEF;
}

.aw-breadcrumb .sep {
  padding: 0px 6px;
  color: #EFEFEF;
}

/*****************************************************
********************* grid.scss **********************
******************************************************/
/*************************************************************
*** Header Land ***********************************************
**************************************************************/
.header {
  background: #FFFEFD;
  position: relative;
  z-index: 10;
}
.header__top {
  display: none;
  background: #1A1919;
  color: #FFFEFD;
}
@media (min-width: 1024px) {
  .header__top {
    display: block;
  }
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}
.header__top-left, .header__top-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__date {
  color: #FFFEFD;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.header__top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
.header__top-menu a {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #FFFEFD;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: 0.4s ease;
}
.header__top-menu a:hover {
  opacity: 0.7;
}
.header__top-sep {
  width: 1px;
  height: 1.2rem;
  background: rgba(255, 254, 253, 0.3);
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  gap: 2rem;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 8rem;
}
.header__logo {
  flex-shrink: 0;
  display: block;
  text-decoration: none;
}
.header__logo img, .header__logo svg {
  display: block;
  width: 12rem;
  height: auto;
}
.header__logo .custom-logo-link {
  display: block;
}
.header__menu--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .header__menu--desktop {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
.header__menu--desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4rem;
}
.header__menu--desktop a {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s ease;
}
.header__menu--desktop a:hover {
  color: #C4183C;
}
.header__menu--desktop .current-menu-item > a,
.header__menu--desktop .current_page_item > a {
  color: #C4183C;
}
.header__search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #1A1919;
  transition: 0.4s ease;
}
.header__search-link svg {
  width: 1.8rem;
  height: 1.8rem;
}
.header__search-link:hover {
  color: #C4183C;
}
.header__right {
  display: none;
}
@media (min-width: 1024px) {
  .header__right {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.header__login {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s ease;
}
.header__login:hover {
  color: #C4183C;
}
.header__ham {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 3.9rem;
  height: 3.9rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1024px) {
  .header__ham {
    display: none;
  }
}
.header__ham .ham__el {
  display: block;
  width: 2.2rem;
  height: 2px;
  background: #1A1919;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: center;
}
.header__ham.is-open .ham__el:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}
.header__ham.is-open .ham__el:nth-child(2) {
  opacity: 0;
}
.header__ham.is-open .ham__el:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}
.header__search-link--mobile {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .header__search-link--mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    z-index: 1010;
  }
  .header__wrapper {
    height: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .header__left {
    display: contents;
  }
  .header__ham {
    order: 1;
    justify-self: start;
  }
  .header__logo {
    order: 2;
    justify-self: center;
  }
  .header__logo img, .header__logo svg {
    width: 10rem;
  }
  .header__search-link--mobile {
    order: 3;
    justify-self: end;
  }
  body {
    padding-top: 8vh;
  }
}
/*************************************************************
*** Language switcher (topbar) *******************************
**************************************************************/
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.lang-switcher__item {
  color: #FFFEFD;
  text-decoration: none;
  transition: 0.4s ease;
}
.lang-switcher__item--active {
  color: #C4183C;
}
.lang-switcher__item:hover:not(.lang-switcher__item--active) {
  opacity: 0.7;
}
.lang-switcher__sep {
  color: rgba(255, 254, 253, 0.5);
}

/*****************************************************
******************** Footer.scss *********************
******************************************************/
.footer {
  background: #1A1919;
  color: #FFFEFD;
  font-size: 1.4rem;
  line-height: 1.6;
  background-image: url("../images/footer-bg-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer a {
  color: #FFFEFD;
  transition: 0.4s ease;
}
.footer a:hover {
  opacity: 0.7;
}
.footer__newsletter {
  background: #C4183C;
  padding: 4rem 0;
}
.footer__newsletter-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__newsletter-left h3 {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #FFFEFD;
  margin: 0;
  line-height: 1.2;
}
.footer__newsletter-right {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__newsletter-text {
  color: #FFFEFD;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.footer__newsletter .gform_wrapper {
  margin: 0 !important;
}
.footer__newsletter .gform_wrapper form {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.footer__newsletter .gform_wrapper .gform_body {
  flex: 1;
  margin: 0;
  display: flex;
}
.footer__newsletter .gform_wrapper .gform_fields {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__newsletter .gform_wrapper .gfield {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__newsletter .gform_wrapper .ginput_container {
  display: flex;
  flex: 1;
}
.footer__newsletter .gform_wrapper input[type=email],
.footer__newsletter .gform_wrapper input[type=text] {
  width: 100%;
  padding: 1.8rem 2rem;
  border: none;
  height: 6rem;
  background: #FFFEFD;
  color: #1A1919;
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-radius: 0;
  box-sizing: border-box;
}
.footer__newsletter .gform_wrapper input[type=email]::-moz-placeholder, .footer__newsletter .gform_wrapper input[type=text]::-moz-placeholder {
  color: #646464;
}
.footer__newsletter .gform_wrapper input[type=email]::placeholder,
.footer__newsletter .gform_wrapper input[type=text]::placeholder {
  color: #646464;
}
.footer__newsletter .gform_wrapper input[type=email]:focus,
.footer__newsletter .gform_wrapper input[type=text]:focus {
  outline: none;
}
.footer__newsletter .gform_wrapper .gform_footer,
.footer__newsletter .gform_wrapper .gform_page_footer {
  margin: 0 !important;
  padding: 0;
  display: flex;
}
.footer__newsletter .gform_wrapper .gform_button,
.footer__newsletter .gform_wrapper input[type=submit] {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background: #1A1919;
  color: #FFFEFD;
  padding: 1.8rem 3rem;
  border: 1px solid #1A1919;
  border-radius: 0;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease;
  white-space: nowrap;
  min-width: 20rem;
  /* 
                      &:hover {
                          background: $whiteColor !important;
                          border-color: $whiteColor;
                          color: $blackColor;
                      } */
}
.footer__newsletter .gform_wrapper .gfield_validation_message,
.footer__newsletter .gform_wrapper .validation_message {
  color: #FFFEFD !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
.footer__newsletter .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 6rem 0 4rem;
}
.footer__col--brand {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col li + li {
  margin-top: 0.8rem;
}
.footer__col a {
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.footer__logo {
  display: inline-block;
  width: 16rem;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__baseline {
  font-size: 1.4rem;
  color: rgba(255, 254, 253, 0.7);
  margin: 0;
  max-width: 30rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.footer__heading {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 1.2rem;
  color: #FFFEFD;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(255, 254, 253, 0.15);
  font-size: 1.3rem;
}
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__legal span {
  color: rgba(255, 254, 253, 0.5);
}
.footer__legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}
.footer__legal-menu li {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer__legal-menu li::after {
  content: "•";
  display: inline-block;
  margin: 0 1rem;
  color: rgba(255, 254, 253, 0.3);
  font-size: 0.8rem;
}
.footer__legal-menu li:last-child::after {
  display: none;
}
.footer__legal-menu li a {
  color: rgba(255, 254, 253, 0.5);
  font-size: 1.3rem;
}
.footer__legal-menu li a:hover {
  color: #FFFEFD;
  opacity: 1;
}
.footer__craft a {
  color: rgba(255, 254, 253, 0.5);
  font-size: 1.3rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.footer__craft a:hover {
  color: #FFFEFD;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .footer {
    background-image: url("../images/footer-logo-hor.jpg");
  }
  .footer__newsletter {
    padding: 4rem 0;
  }
  .footer__newsletter-inner {
    flex-direction: row;
    align-items: center;
    gap: 8rem;
  }
  .footer__newsletter-left {
    flex: 0 0 35%;
  }
  .footer__newsletter-left h3 {
    font-size: 4.8rem;
  }
  .footer__newsletter-right {
    flex: 1;
    /*                     gap: $spacer_med_des;
     */
  }
  .footer__newsletter-text {
    font-size: 1.6rem;
  }
  .footer__inner {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 8rem;
    padding: 12rem 0 8rem;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
  }
  .footer__legal {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer__newsletter .gform_wrapper form {
    flex-direction: column;
    gap: 1.2rem;
  }
  .footer__newsletter .gform_wrapper .gform_footer,
  .footer__newsletter .gform_wrapper .gform_page_footer {
    width: 100%;
  }
  .footer__newsletter .gform_wrapper .gform_button,
  .footer__newsletter .gform_wrapper input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}
/*****************************************************
******************** Sidebar.scss ********************
******************************************************/
/*****************************************************
********************* Forms.scss *********************
******************************************************/
.gform_required_legend, .gform_validation_errors {
  display: none;
}

html .gform_wrapper.gravity-theme {
  /******** Gestion des erreurs */
  /*         .gfield_error [aria-invalid=true] {
              border: 2px solid rgba($color: $blackColor, $alpha: .5);
          } */
}
html .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
}
html .gform_wrapper.gravity-theme .gfield label {
  margin: 0;
  font-size: 1.5rem;
  font-weight: initial;
}
html .gform_wrapper.gravity-theme .gfield input {
  /*                 border: 2px solid rgba($color: $blackColor, $alpha: .5);
   */
  padding: 0;
  font-size: 1.5rem;
  line-height: 1 !important;
  min-height: auto !important;
  outline: none;
}
html .gform_wrapper.gravity-theme .gfield--type-text input, html .gform_wrapper.gravity-theme .gfield--type-email input, html .gform_wrapper.gravity-theme .gfield--type-phone input, html .gform_wrapper.gravity-theme .gfield--type-number input, html .gform_wrapper.gravity-theme .gfield--type-website input {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  transition: 0.4s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-text input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-email input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-phone input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-number input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-website input::-moz-placeholder {
  color: rgba(26, 25, 25, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-text input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-email input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-phone input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-number input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-website input::placeholder {
  color: rgba(26, 25, 25, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-text label, html .gform_wrapper.gravity-theme .gfield--type-email label, html .gform_wrapper.gravity-theme .gfield--type-phone label, html .gform_wrapper.gravity-theme .gfield--type-number label, html .gform_wrapper.gravity-theme .gfield--type-website label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-checkbox legend {
  margin-bottom: 1rem;
  font-weight: inherit;
}
html .gform_wrapper.gravity-theme .gfield--type-radio legend {
  margin-bottom: 1rem;
  font-weight: inherit;
}
html .gform_wrapper.gravity-theme .gfield--type-select label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1.5rem 4rem 1.5rem 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%231A1919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  font-size: 1.5rem;
  outline: none;
  transition: 0.4s ease;
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gfield--type-select select .gf_placeholder {
  color: rgba(26, 25, 25, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-section {
  margin-bottom: 1.5rem;
}
html .gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  margin-top: 3rem;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload label {
  margin-bottom: 1rem;
  font-style: italic;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea {
  max-height: 15rem;
  /*                         border: 2px solid rgba($color: $blackColor, $alpha: .5);
   */
  padding: 1.5rem 1rem;
  resize: none;
  outline: none;
  line-height: 1;
  font-size: 1.5rem;
  transition: 0.4s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea::-moz-placeholder {
  color: rgba(26, 25, 25, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea::placeholder {
  color: rgba(26, 25, 25, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea:focus {
  /*                             border: 2px solid rgba($color: blue, $alpha: .5);
                              color: blue; */
}
html .gform_wrapper.gravity-theme .gfield .gfield_description.instruction,
html .gform_wrapper.gravity-theme .gfield .ginput_counter {
  display: none !important;
}
html .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  /*             margin: 3rem 0 0 0;
   */
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
html .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  padding: 1.4rem 2.5rem;
  height: 6rem;
  transition: 0.4s ease;
  margin: 0;
}
html .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  margin: 3rem 0 0 0;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button],
html .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  padding: 1.4rem 2.5rem;
  height: 6rem;
  transition: 0.4s ease;
  margin: 0;
  line-height: 1;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:hover,
html .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover {
  background: transparent;
  color: #1A1919;
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button].gform_previous_button {
  background: transparent;
  color: #1A1919;
}
html .gform_wrapper.gravity-theme .gfield_validation_message, html .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  padding: 0;
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
  color: red;
}
html .gform_wrapper.gravity-theme .gfield_error label,
html .gform_wrapper.gravity-theme .gfield_error legend {
  color: #1A1919;
}
html .gform_wrapper.gravity-theme .gform_ajax_spinner {
  max-width: 100%;
  width: 5rem;
  display: block;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  html .gform_wrapper.gravity-theme {
    /******** Gestion des erreurs */
  }
  html .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 4rem;
  }
  html .gform_wrapper.gravity-theme .gfield label {
    font-size: 1.6rem;
  }
  html .gform_wrapper.gravity-theme .gfield input {
    font-size: 1.6rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-select select {
    font-size: 1.6rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-textarea textarea {
    max-height: 20rem;
    font-size: 1.6rem;
  }
  html .gform_wrapper.gravity-theme .gfield_validation_message, html .gform_wrapper.gravity-theme .validation_message {
    font-size: 1.6rem;
  }
}
/*****************************************************
*  Formulaire Contact — radios stylés en cards
*  Scope strict : .land-contact-form_wrapper (le formulaire
*  Contact Land uniquement, pas d'autres formulaires GF impactés).
*  Champ « Type de demande » : classe CSS .land-contact-type.
*  Markup choice text : <strong>Titre</strong><span>Description</span>
*  Specs Figma : cards 2 cols desktop / 1 col mobile, gap 16px,
*  padding 24px, border 1px #E2E2E2, border-radius 4px, faux radio
*  18×18 INSIDE la card en haut-droit.
*****************************************************/
.land-contact-form_wrapper .land-contact-type .gfield_radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.land-contact-form_wrapper .land-contact-type .gchoice {
  margin: 0;
  width: 100%;
}
.land-contact-form_wrapper .land-contact-type .gchoice input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.land-contact-form_wrapper .land-contact-type .gchoice label {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.4rem;
  padding-right: 5.4rem;
  border: 1px solid #EFEFEF;
  background: transparent;
  cursor: pointer;
  color: #1A1919;
  transition: border-color 0.4s ease, background 0.4s ease;
}
.land-contact-form_wrapper .land-contact-type .gchoice label strong {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #1A1919;
  margin-bottom: 0.5rem;
}
.land-contact-form_wrapper .land-contact-type .gchoice label span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #646464;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.land-contact-form_wrapper .land-contact-type .gchoice label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  background: transparent;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.land-contact-form_wrapper .land-contact-type .gchoice input[type=radio]:not(:checked) + label:hover {
  border-color: #C4183C;
}
.land-contact-form_wrapper .land-contact-type .gchoice input[type=radio]:checked + label {
  border-color: #C4183C;
}
.land-contact-form_wrapper .land-contact-type .gchoice input[type=radio]:checked + label::before {
  border-color: #C4183C;
  background: #C4183C;
  box-shadow: inset 0 0 0 0.4rem #FFFEFD;
}
.land-contact-form_wrapper .land-contact-type .gchoice input[type=radio]:focus-visible + label {
  outline: 2px solid #C4183C;
  outline-offset: 2px;
}

/*****************************************************
*  Stepper — pagination Gravity Forms (type "steps")
*  Scope strict : .land-contact-form_wrapper uniquement.
*  Markup réel GF : <div class="gf_progressbar">
*                     <div class="gf_step gf_step_active ...">
*                       <span class="gf_step_number">1</span>
*                       <span class="gf_step_label">…</span>
*                     </div>
*                     ...
*                   </div>
*  Specs Figma : centré, font-weight 400, tirets entre étapes,
*  rond actif rouge plein texte blanc, autres ronds contour gris.
*****************************************************/
.land-contact-form_wrapper .gf_page_steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 4rem 0 !important;
  padding: 0;
  background: transparent;
  border: 0 !important;
}
.land-contact-form_wrapper .gf_page_steps > hr, .land-contact-form_wrapper .gf_page_steps::after, .land-contact-form_wrapper .gf_page_steps::before {
  display: none;
}
.land-contact-form_wrapper .gf_step {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0 2rem;
  color: #646464;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.land-contact-form_wrapper .gf_step .gf_step_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #EFEFEF;
  color: #646464;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.land-contact-form_wrapper .gf_step .gf_step_number > * {
  flex-shrink: 0;
}
.land-contact-form_wrapper .gf_step .gf_step_label {
  white-space: nowrap;
  font-weight: 400 !important;
}
.land-contact-form_wrapper .gf_step.gf_step_active .gf_step_number {
  background: #C4183C !important;
  border-color: #C4183C !important;
  color: #FFFEFD !important;
}
.land-contact-form_wrapper .gf_step_number::before {
  border: none !important;
}

@media screen and (min-width: 1024px) {
  .land-contact-form_wrapper .land-contact-type .gfield_radio {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
}
/*****************************************************
*  Radios & checkboxes "natifs" globaux Gravity Forms
*  (les card-style de .land-contact-type ont appearance:none
*   donc ces règles ne les impactent pas)
*  - Pastille checked en accent rouge
*  - Spacing 1rem entre options
*****************************************************/
.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  accent-color: #C4183C;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper .gfield_radio:not(.land-contact-type .gfield_radio),
.gform_wrapper .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gfield_radio:not(.land-contact-type .gfield_radio) .gchoice,
.gform_wrapper .gfield_radio:not(.land-contact-type .gfield_radio) li,
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_checkbox li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield_radio:not(.land-contact-type .gfield_radio) .gchoice label,
.gform_wrapper .gfield_radio:not(.land-contact-type .gfield_radio) li label,
.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .gfield_checkbox li label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #1A1919;
  line-height: 1.4;
}

/*****************************************************
*  Bouton submit Gravity Forms — style btn__primaire
*  Couvre Contact - Land v2 + tout autre form GF.
*  Le slide-in a son propre override (largeur 100%).
*****************************************************/
.gform_wrapper .gform_footer input[type=submit]:not([class*=btn__]),
.gform_wrapper .gform_footer .gform_button:not([class*=btn__]),
.gform_wrapper .gform_page_footer input[type=submit]:not([class*=btn__]),
.gform_wrapper .gform_page_footer .gform_button:not([class*=btn__]) {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  background: #C4183C;
  color: #FFFEFD;
  border: 1px solid #C4183C;
  border-radius: 0;
  padding: 1.8rem 3rem;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease;
}
.gform_wrapper .gform_footer input[type=submit]:not([class*=btn__]):hover,
.gform_wrapper .gform_footer .gform_button:not([class*=btn__]):hover,
.gform_wrapper .gform_page_footer input[type=submit]:not([class*=btn__]):hover,
.gform_wrapper .gform_page_footer .gform_button:not([class*=btn__]):hover {
  background: #A61433;
  border-color: #A61433;
  color: #FFFEFD;
}
.gform_wrapper .gform_footer input[type=submit]:not([class*=btn__]):active,
.gform_wrapper .gform_footer .gform_button:not([class*=btn__]):active,
.gform_wrapper .gform_page_footer input[type=submit]:not([class*=btn__]):active,
.gform_wrapper .gform_page_footer .gform_button:not([class*=btn__]):active {
  background: #870F29;
  border-color: #870F29;
}
.gform_wrapper .gform_footer .gform_previous_button,
.gform_wrapper .gform_footer input[type=submit].gform_previous_button,
.gform_wrapper .gform_page_footer .gform_previous_button,
.gform_wrapper .gform_page_footer input[type=submit].gform_previous_button {
  background: transparent;
  color: #C4183C;
  border-color: #C4183C;
}
.gform_wrapper .gform_footer .gform_previous_button:hover,
.gform_wrapper .gform_footer input[type=submit].gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer input[type=submit].gform_previous_button:hover {
  background: #C4183C;
  color: #FFFEFD;
}

/*****************************************************
*  Stepper mobile — caché sous 1024px
*  Le client trouve les étapes moches sur mobile, on
*  les vire et on garde juste les pages.
*****************************************************/
@media screen and (max-width: 1023px) {
  .land-contact-form_wrapper .gf_page_steps,
  .gform_wrapper .gf_page_steps {
    display: none !important;
  }
}
/*****************************************************
******************* Slide-in.scss *******************
******************************************************/
.slide-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  z-index: 999999;
  pointer-events: none;
}
.slide-in h2 {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: 3.4rem;
}
.slide-in .btn__close {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  background: #EFEFEF;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  position: absolute;
  top: 4rem;
  right: 4rem;
  transition: 0.4s ease;
  cursor: pointer;
}
.slide-in .btn__close .close {
  margin: auto;
  width: 40%;
  height: 40%;
  position: relative;
}
.slide-in .btn__close .close__el {
  width: 100%;
  height: 2px;
  background: #646464;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.4s ease;
}
.slide-in .btn__close .close__el:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.slide-in .btn__close .close__el:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slide-in .btn__close:hover {
  background: #646464;
}
.slide-in .btn__close:hover .close__el {
  background: #FFFEFD;
}
.slide-in__left {
  display: none;
  transition: 0.4s ease;
}
.slide-in__right {
  width: 100%;
  height: 100%;
  background: #FFFEFD;
  padding: 5rem 0 calc(5rem + env(safe-area-inset-bottom)) 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateX(103%);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: safe center;
}
.slide-in__right::-webkit-scrollbar {
  display: none;
}
.slide-in__wrapper {
  width: 90%;
  max-width: 62rem;
  flex-shrink: 0;
  padding-bottom: 10rem;
}
.slide-in__open {
  pointer-events: all;
}
.slide-in__open .slide-in__right {
  transform: translateX(0);
  transition: 0.4s ease;
}
.slide-in__open .btn__close {
  opacity: 1;
  pointer-events: all;
  transition: 0.4s ease;
}
.slide-in__open .slide-in__left {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 0.2s;
}
.slide-in__multicontent .slide-in__content {
  display: none;
}
.slide-in__content h2 + p,
.slide-in__content h3 + p,
.slide-in__content h2 + ul,
.slide-in__content h2 + ol,
.slide-in__content h3 + ul,
.slide-in__content h3 + ol,
.slide-in__content p + p,
.slide-in__content p + figure,
.slide-in__content figure + p,
.slide-in__content figure + .wp-block-buttons,
.slide-in__content .wp-block-buttons + figure,
.slide-in__content h2 + figure,
.slide-in__content h3 + figure,
.slide-in__content ol + figure,
.slide-in__content ul + figure,
.slide-in__content figure + ol,
.slide-in__content figure + ul,
.slide-in__content p + .wp-block-buttons,
.slide-in__content ol + .wp-block-buttons,
.slide-in__content ul + .wp-block-buttons {
  margin-top: 2.5rem;
}
.slide-in__content li + li {
  margin-top: 1.25rem;
}
.slide-in__content .gform_wrapper {
  margin-top: 6rem;
}
.slide-in__content p + h2,
.slide-in__content p + h3,
.slide-in__content h1 + h2,
.slide-in__content h2 + h3,
.slide-in__content ul + h2,
.slide-in__content ol + h2,
.slide-in__content ul + h3,
.slide-in__content ol + h3,
.slide-in__content figure + h2,
.slide-in__content figure + h3,
.slide-in__content .wp-block-buttons + h2,
.slide-in__content .wp-block-buttons + h3 {
  margin-top: 6rem;
}
.slide-in__content .gform_wrapper {
  margin-top: 0;
}
.slide-in .slide-in-price {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 4rem;
}

@media screen and (min-width: 1024px) {
  .slide-in {
    display: flex;
    align-items: stretch;
  }
  .slide-in__right {
    width: clamp(50rem, 35vw, 60rem);
    padding: 0rem 3rem;
  }
  .slide-in__left {
    display: block;
    opacity: 0;
    flex: 1;
    height: 100%;
    background: rgba(26, 25, 25, 0.4);
  }
  .slide-in__wrapper {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1440px) {
  .slide-in__wrapper {
    padding: 6rem 0;
  }
  .slide-in .btn__close {
    top: 2rem;
    right: 2rem;
  }
}
/* Inputs Gravity Forms dans un slide-in : style sobre gris clair */
.slide-in {
  /* Spacing : gap homogène entre champs ET avant le bouton */
  /* Radios et checkboxes : couleur accent au checked + spacing entre options */
}
.slide-in input[type=text],
.slide-in input[type=email],
.slide-in input[type=tel],
.slide-in input[type=url],
.slide-in input[type=number],
.slide-in input[type=password],
.slide-in textarea,
.slide-in select {
  width: 100%;
  box-sizing: border-box;
  background: #FFFEFD;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  padding: 1.4rem 1.6rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #1A1919;
  outline: none;
  transition: border-color 0.2s ease;
  box-shadow: none;
}
.slide-in input[type=text]::-moz-placeholder, .slide-in input[type=email]::-moz-placeholder, .slide-in input[type=tel]::-moz-placeholder, .slide-in input[type=url]::-moz-placeholder, .slide-in input[type=number]::-moz-placeholder, .slide-in input[type=password]::-moz-placeholder, .slide-in textarea::-moz-placeholder, .slide-in select::-moz-placeholder {
  color: #646464;
  opacity: 1;
}
.slide-in input[type=text]::placeholder,
.slide-in input[type=email]::placeholder,
.slide-in input[type=tel]::placeholder,
.slide-in input[type=url]::placeholder,
.slide-in input[type=number]::placeholder,
.slide-in input[type=password]::placeholder,
.slide-in textarea::placeholder,
.slide-in select::placeholder {
  color: #646464;
  opacity: 1;
}
.slide-in input[type=text]:focus,
.slide-in input[type=email]:focus,
.slide-in input[type=tel]:focus,
.slide-in input[type=url]:focus,
.slide-in input[type=number]:focus,
.slide-in input[type=password]:focus,
.slide-in textarea:focus,
.slide-in select:focus {
  border-color: #1A1919;
}
.slide-in .gform_wrapper,
.slide-in form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.slide-in .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide-in .gfield {
  margin: 0;
}
.slide-in .gform_footer,
.slide-in .gform_page_footer {
  margin: 0;
  padding: 0;
}
.slide-in input[type=radio],
.slide-in input[type=checkbox] {
  accent-color: #C4183C;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  cursor: pointer;
}
.slide-in .gfield_radio,
.slide-in .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}
.slide-in .gfield_radio .gchoice,
.slide-in .gfield_radio li,
.slide-in .gfield_checkbox .gchoice,
.slide-in .gfield_checkbox li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.slide-in .gfield_radio .gchoice label,
.slide-in .gfield_radio li label,
.slide-in .gfield_checkbox .gchoice label,
.slide-in .gfield_checkbox li label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #1A1919;
  line-height: 1.4;
}

/* Bouton submit Gravity Forms à l'intérieur d'un slide-in
   → style btn__primaire full width */
.slide-in .gform_button,
.slide-in input[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  background: #C4183C;
  color: #FFFEFD;
  border: 1px solid #C4183C;
  border-radius: 0;
  padding: 1.8rem 3rem;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease;
}
.slide-in .gform_button:hover,
.slide-in input[type=submit]:hover {
  background: #A61433;
  border-color: #A61433;
  color: #FFFEFD;
}
.slide-in .gform_button:active,
.slide-in input[type=submit]:active {
  background: #870F29;
  border-color: #870F29;
}

/*****************************************************
********************** Blog.scss *********************
*  Styles partagés liés aux articles de blog.
*  Contenu actuel :
*    - .rcp-paywall  (paywall RCP injecté sur les articles restreints)
*
*  Les listes d'articles utilisent le partial article-card.php
*  (cf. _custom-block.scss section 1.3 .card).
******************************************************/
/************************************************* Paywall RCP */
.rcp-paywall {
  position: relative;
  margin-top: -15rem;
  padding-top: 0;
}
.rcp-paywall__gradient {
  height: 15rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
.rcp-paywall__block {
  background-color: #C4183C;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 2rem;
  text-align: center;
}
.rcp-paywall__title {
  color: #FFFEFD;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0;
}
.rcp-paywall__text {
  color: rgba(255, 254, 253, 0.85);
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 42rem;
  margin: 0;
}
.rcp-paywall__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFEFD;
  color: #C4183C;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 1.9rem 3.1rem;
  border: 1px solid #FFFEFD;
  text-decoration: none;
  transition: 0.4s ease;
}
.rcp-paywall__btn:hover {
  background-color: transparent;
  color: #FFFEFD;
}

/****************** Components folder ***************/
/*****************************************************
******************** buttons.scss ********************
******************************************************
*
*  3 types de boutons (Land design system) :
*   - .btn__primaire   : fond rouge, texte blanc
*   - .btn__secondaire : transparent, bordure rouge, texte rouge
*   - .btn__tertiaire  : texte seul rouge avec ligne qui s'étend au hover
*
*  Typo commune : National 2 Bold 12px, uppercase, letter-spacing 1.5px
******************************************************/
a {
  text-decoration: none;
  display: inline-block;
}

.btn,
.editor-styles-wrapper .btn {
  text-decoration: none;
  display: inline-block;
}
.btn a,
.editor-styles-wrapper .btn a {
  text-decoration: none;
  display: inline-block;
}
.btn__primaire a, .btn__primaire .wp-block-button__link,
.editor-styles-wrapper .btn__primaire a,
.editor-styles-wrapper .btn__primaire .wp-block-button__link {
  background: #C4183C;
  color: #FFFEFD;
  padding: 1.8rem 3rem;
  border-radius: 0;
  border: 1px solid #C4183C;
  transition: 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.btn__primaire a:hover, .btn__primaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__primaire a:hover,
.editor-styles-wrapper .btn__primaire .wp-block-button__link:hover {
  background: #A61433;
  border-color: #A61433;
  color: #FFFEFD;
}
.btn__primaire a:active, .btn__primaire .wp-block-button__link:active,
.editor-styles-wrapper .btn__primaire a:active,
.editor-styles-wrapper .btn__primaire .wp-block-button__link:active {
  background: #870F29;
  border-color: #870F29;
}
.btn__secondaire a, .btn__secondaire .wp-block-button__link,
.editor-styles-wrapper .btn__secondaire a,
.editor-styles-wrapper .btn__secondaire .wp-block-button__link {
  background: transparent;
  color: #C4183C;
  padding: 1.8rem 3rem;
  border-radius: 0;
  border: 1px solid #C4183C;
  transition: 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.btn__secondaire a:hover, .btn__secondaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__secondaire a:hover,
.editor-styles-wrapper .btn__secondaire .wp-block-button__link:hover {
  background: #C4183C;
  color: #FFFEFD;
}
.btn__secondaire a:active, .btn__secondaire .wp-block-button__link:active,
.editor-styles-wrapper .btn__secondaire a:active,
.editor-styles-wrapper .btn__secondaire .wp-block-button__link:active {
  background: #870F29;
  border-color: #870F29;
  color: #FFFEFD;
}
.btn__quaternaire a, .btn__quaternaire .wp-block-button__link,
.editor-styles-wrapper .btn__quaternaire a,
.editor-styles-wrapper .btn__quaternaire .wp-block-button__link {
  background: #FFFEFD;
  color: #1A1919;
  padding: 1.8rem 3rem;
  border-radius: 0;
  border: 1px solid #FFFEFD;
  transition: 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.btn__quaternaire a:hover, .btn__quaternaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__quaternaire a:hover,
.editor-styles-wrapper .btn__quaternaire .wp-block-button__link:hover {
  background: #1A1919;
  border-color: #1A1919;
  color: #FFFEFD;
}
.btn__quinquenaire a, .btn__quinquenaire .wp-block-button__link,
.editor-styles-wrapper .btn__quinquenaire a,
.editor-styles-wrapper .btn__quinquenaire .wp-block-button__link {
  background: #1A1919;
  color: #FFFEFD;
  padding: 1.8rem 3rem;
  border-radius: 0;
  border: 1px solid #1A1919;
  transition: 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.btn__quinquenaire a:hover, .btn__quinquenaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__quinquenaire a:hover,
.editor-styles-wrapper .btn__quinquenaire .wp-block-button__link:hover {
  background: #FFFEFD;
  border-color: #FFFEFD;
  color: #1A1919;
}
.btn__tertiaire a, .btn__tertiaire .wp-block-button__link,
.editor-styles-wrapper .btn__tertiaire a,
.editor-styles-wrapper .btn__tertiaire .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #C4183C;
  padding: 0.4rem 0 0.4rem 3rem;
  border-radius: 0;
  border: none;
  transition: 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  overflow: hidden;
}
.btn__tertiaire a::before, .btn__tertiaire .wp-block-button__link::before,
.editor-styles-wrapper .btn__tertiaire a::before,
.editor-styles-wrapper .btn__tertiaire .wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background: #C4183C;
  transition: 0.4s ease;
}
.btn__tertiaire a:hover, .btn__tertiaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__tertiaire a:hover,
.editor-styles-wrapper .btn__tertiaire .wp-block-button__link:hover {
  color: #A61433;
  padding-left: 5rem;
}
.btn__tertiaire a:hover::before, .btn__tertiaire .wp-block-button__link:hover::before,
.editor-styles-wrapper .btn__tertiaire a:hover::before,
.editor-styles-wrapper .btn__tertiaire .wp-block-button__link:hover::before {
  width: 4rem;
  background: #A61433;
}
.btn__tertiaire a:active, .btn__tertiaire .wp-block-button__link:active,
.editor-styles-wrapper .btn__tertiaire a:active,
.editor-styles-wrapper .btn__tertiaire .wp-block-button__link:active {
  color: #870F29;
}
.btn__tertiaire a:active::before, .btn__tertiaire .wp-block-button__link:active::before,
.editor-styles-wrapper .btn__tertiaire a:active::before,
.editor-styles-wrapper .btn__tertiaire .wp-block-button__link:active::before {
  background: #870F29;
}

/*****************************************************
********************* Menu.scss **********************
******************************************************/
/************************************************* All */
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  text-decoration: none;
  display: inline-block;
}
.menu .menu-item-has-children .sub-menu {
  margin-top: 1rem;
  padding-left: 2rem;
  gap: 1.5rem;
}
.menu .menu-item-has-children .sub-menu a {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .menu .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .menu .menu-item-has-children::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.8rem;
    background: url(../../assets/icons/submenu-arrow.svg) no-repeat center/cover;
    transition: 0.4s ease;
  }
  .menu .menu-item-has-children .sub-menu {
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    z-index: 2;
    border-radius: 0.5rem;
    left: 50%;
    top: 130%;
    width: -moz-max-content;
    width: max-content;
    pointer-events: none;
    opacity: 0;
    background: #FFFEFD;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-1rem);
    transition: 0.5s ease;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .menu .menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.5rem;
    left: 50%;
    display: block;
    width: 100%;
    height: 2rem;
    content: "";
    transform: translateX(-50%);
  }
  .menu .menu-item-has-children .sub-menu a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .menu .menu-item-has-children:hover::after {
    transform: rotate(180deg);
  }
  .menu .menu-item-has-children:hover .sub-menu {
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
    opacity: 1;
  }
}
/************************************************* Header */
/************************************************* Footer */
.footer__menu {
  margin-bottom: 3rem;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer__menu a {
  color: rgba(26, 25, 25, 0.6);
  font-size: 1.6rem;
}
.footer__menu--bottom ul {
  gap: 0.15rem;
}
.footer__menu--bottom a {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .footer__menu {
    margin-bottom: 0;
  }
  .footer__menu ul {
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer__menu a {
    transition: 0.3s ease;
  }
  .footer__menu a:hover {
    opacity: 0.5;
  }
  .footer__menu--bottom ul {
    gap: 1rem;
  }
}
/************************************************* Social */
.socials .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.socials a {
  display: block;
  font-size: 0;
  max-width: 2.5rem;
  width: 100%;
  max-height: 2.5rem;
  height: 100%;
  line-height: 1;
  transition: 0.4s ease;
  margin: auto;
}
.socials a:hover {
  opacity: 0.5;
}
.socials li {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}
.socials li.facebook a {
  max-height: 2rem;
  background: url(../..//assets/icons/facebook.svg) no-repeat center/contain;
}
.socials li.instagram a {
  max-width: 2rem;
  background: url(../..//assets/icons/instagram.svg) no-repeat center/contain;
}
.socials li.youtube a {
  background: url(../..//assets/icons/youtube.svg) no-repeat center/contain;
}
.socials li.linkedin a {
  max-width: 2rem;
  background: url(../..//assets/icons/linkedin.svg) no-repeat center/contain;
}

/*****************************************************
***************** Custom-block.scss ******************
*  Tous les blocs ACF custom + leurs helpers visuels.
*  Mobile-first. Une seule media query desktop par
*  composant en bas du composant.
*
*  Sommaire :
*   1. Helpers transverses
*      1.1 .vertical-bars-separator — séparateur grisé
*      1.2 .article-meta        — auteur • date • lecture
*   2. Blocs
*      2.1 .latest-edition      — Home > Dernière édition
*      2.2 .category-highlights — Home > Articles phares par cat.
*      2.3 .feature-cards       — Cartes icône+titre+desc.
******************************************************/
/*=====================================================
*  1. Helpers transverses
*===================================================*/
/* 1.1 — Séparateur barres verticales grises ------ */
.vertical-bars-separator {
  display: block;
  width: 100%;
  height: 20px;
  background-image: repeating-linear-gradient(to right, #EFEFEF 0, #EFEFEF 1px, transparent 1px, transparent 11px);
}

/* 1.2 — Ligne meta article ----------------------- */
.article-meta {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  color: #646464;
  margin-top: 1.2rem;
}
.article-meta__item + .article-meta__item::before {
  content: "•";
  margin-right: 1.2rem;
  color: #C4183C;
}
.article-meta__author {
  position: relative;
  z-index: 3;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
.article-meta__author:hover {
  color: #C4183C;
}

/*=====================================================
*  2. Blocs
*===================================================*/
/* 2.1 — Latest edition (home) -------------------- */
.latest-edition__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.latest-edition__main {
  display: flex;
  flex-direction: column;
  order: 1;
}
.latest-edition__hero {
  position: relative;
  margin-bottom: 4rem;
}
.latest-edition__hero .article-meta {
  position: relative;
  z-index: 2;
}
.latest-edition__hero-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.latest-edition__hero-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.latest-edition__hero-image {
  margin-bottom: 2.4rem;
}
.latest-edition__hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
.latest-edition__hero-image--portrait {
  position: relative;
  aspect-ratio: 4/3;
  background: #1A1919;
  overflow: hidden;
}
.latest-edition__hero-image--portrait .latest-edition__hero-image__image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px) brightness(0.85);
  transform: scale(1.15);
  display: block;
}
.latest-edition__hero-image--portrait .latest-edition__hero-image__image-fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.latest-edition__hero--image-bottom .latest-edition__hero-image {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.latest-edition__category {
  display: block;
  margin-bottom: 1.2rem;
}
.latest-edition__hero-title {
  margin: 0 0 1.2rem 0;
}
.latest-edition__hero-excerpt {
  margin: 0 0 2.4rem 0;
}
.latest-edition__list-heading {
  margin: 0 0 2.4rem 0;
}
.latest-edition ol.latest-edition__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: latest-edition-counter;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.latest-edition ol.latest-edition__list > li.latest-edition__list-item {
  position: static;
  padding: 2.4rem 0;
  margin: 0;
  border-bottom: 1px solid #EFEFEF;
  counter-increment: latest-edition-counter;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.2rem;
  align-items: center;
}
.latest-edition ol.latest-edition__list > li.latest-edition__list-item::before {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 400;
  content: counter(latest-edition-counter, decimal-leading-zero);
  position: static;
  top: auto;
  left: auto;
  color: #C4183C;
  line-height: 1.4;
  font-size: 2rem;
  font-style: italic;
}
.latest-edition ol.latest-edition__list > li.latest-edition__list-item:last-child {
  border-bottom: none;
}
.latest-edition__list-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.latest-edition__list-title {
  display: block;
  margin-bottom: 0.6rem;
}
.latest-edition__list-category {
  display: block;
}
.latest-edition__aside {
  order: 0;
  text-align: center;
}
.latest-edition__card {
  background-image: url("../images/parchemin-background-scaled.webp");
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.latest-edition__card-image {
  position: relative;
  display: block;
  width: 60%;
  margin: 2rem auto;
  cursor: pointer;
  text-decoration: none;
}
.latest-edition__card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.latest-edition__card-image-front {
  position: relative;
  z-index: 2;
  transform: rotate(2deg);
}
.latest-edition__card-image-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: rotate(-3deg) translate(-7%, 0%);
}
.latest-edition__card-image-back2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transform: rotate(-6deg) translate(-14%, 0%);
}
.latest-edition__card-cta {
  text-align: center;
}
.latest-edition__card-cta a {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.latest-edition__card-archive-link {
  display: block;
  text-align: center;
  color: #C4183C;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6rem 0;
}
.latest-edition__card-archive-link:hover, .latest-edition__card-archive-link:focus-visible {
  color: #A61433;
  outline: none;
}

/* 2.2 — Category highlights (home) --------------- */
.category-highlights ol.category-highlights__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: category-highlights-counter;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.category-highlights ol.category-highlights__list > li.category-highlights__row {
  position: relative;
  margin: 0;
  padding: 0;
  counter-increment: category-highlights-counter;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.category-highlights ol.category-highlights__list > li.category-highlights__row::before {
  content: none;
}
.category-highlights__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.category-highlights__col {
  display: flex;
  flex-direction: column;
}
.category-highlights__col--meta {
  gap: 1.2rem;
}
.category-highlights__col--meta::before {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  content: counter(category-highlights-counter, decimal-leading-zero);
  color: #EFEFEF;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 1.2rem;
}
.category-highlights__col--image {
  overflow: hidden;
}
.category-highlights__col--image img {
  display: block;
  width: 100%;
  height: auto;
}
.category-highlights__col--image--portrait {
  position: relative;
  aspect-ratio: 4/3;
  background: #1A1919;
  overflow: hidden;
}
.category-highlights__col--image--portrait .category-highlights__image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px) brightness(0.85);
  transform: scale(1.15);
  display: block;
}
.category-highlights__col--image--portrait .category-highlights__image-fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.category-highlights__col--content {
  gap: 2.4rem;
}
.category-highlights__excerpt {
  margin: 0;
}

/* 2.3 — Category latest (cards) ------------------ */
.category-latest__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* 1.3 — .card (article teaser réutilisable) ------ */
.card {
  position: relative;
}
.card__link {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-decoration: none;
  color: inherit;
}
.card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.card__link:hover .card__image-fg {
  transform: scale(1.05);
}
.card__link:hover .card__image--portrait .card__image-fg {
  transform: scale(1.05);
}
.card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 1.2rem;
  background: #1A1919;
}
.card__image-fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card__image-bg {
  display: none;
}
.card__image--portrait .card__image-bg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px) brightness(0.85);
  transform: scale(1.15);
}
.card__image--portrait .card__image-fg {
  -o-object-fit: contain;
     object-fit: contain;
}
.card__cat {
  display: block;
}
.card__title {
  margin: 0;
}
.card__excerpt {
  margin: 0;
}
.card .article-meta {
  position: relative;
  z-index: 2;
}

/* 2.4 — Feature cards ---------------------------- */
.feature-cards_square .feature-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.feature-cards_square .feature-cards > li.feature-cards__item {
  position: static;
  box-sizing: border-box;
  padding: 4rem;
  margin: 0;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
.feature-cards_square .feature-cards > li.feature-cards__item::before {
  content: none;
}
.feature-cards_square .feature-cards__icon {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(196, 24, 60, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-cards_square .feature-cards__icon img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
}
.feature-cards_square .feature-cards__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 0;
}
.feature-cards_square .feature-cards__title {
  margin: 0;
}
.feature-cards_square .feature-cards__description {
  margin: 0 !important;
  color: #646464;
}
@media screen and (min-width: 1024px) {
  .feature-cards_square .feature-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
  .feature-cards_square .feature-cards > li.feature-cards__item {
    flex: 0 1 calc((100% - 2 * 4rem) / 3);
  }
}

html .feature-cards_inline .feature-cards {
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}
html .feature-cards_inline .feature-cards > li.feature-cards__item {
  position: static;
  box-sizing: border-box;
  padding: 4rem;
  margin: 0;
  border: 1px solid #EFEFEF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
html .feature-cards_inline .feature-cards > li.feature-cards__item::before {
  content: none;
}
html .feature-cards_inline .feature-cards__icon {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(196, 24, 60, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
html .feature-cards_inline .feature-cards__icon img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
}
html .feature-cards_inline .feature-cards__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 0;
  align-self: center;
}
html .feature-cards_inline .feature-cards__title {
  margin: 0;
  text-align: center;
}
html .feature-cards_inline .feature-cards__description {
  margin: 0 !important;
  color: #646464;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  html .feature-cards_inline .feature-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
  html .feature-cards_inline .feature-cards > li.feature-cards__item {
    flex: 0 1 calc((100% - 3 * 4rem) / 4);
  }
}

/* 2.5 — History timeline (page À propos) --------- */
.history-timeline {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.history-timeline__col--image {
  order: 1;
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.history-timeline__col--nav {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.history-timeline__col--content {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: left;
}
.history-timeline__heading {
  margin: 0;
}
.history-timeline__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.history-timeline__image.is-active {
  opacity: 1;
  visibility: visible;
}
.history-timeline__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-timeline ul.history-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  flex-direction: column;
}
.history-timeline ul.history-timeline__list > li.history-timeline__list-item {
  position: static;
  margin: 0;
  padding: 0;
}
.history-timeline ul.history-timeline__list > li.history-timeline__list-item::before {
  content: none;
}
.history-timeline__dropdown {
  position: relative;
}
.history-timeline__dropdown-toggle {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 2rem;
  background: #FFFEFD;
  border: 1px solid #EFEFEF;
  color: #C4183C;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.4s ease;
}
.history-timeline__dropdown-toggle:focus {
  outline: none;
  border-color: #C4183C;
}
.history-timeline__dropdown-toggle:focus-visible {
  outline: 2px solid #C4183C;
  outline-offset: 2px;
}
.history-timeline__dropdown-toggle[aria-expanded=true] .history-timeline__dropdown-chevron {
  transform: rotate(180deg);
}
.history-timeline__dropdown-label {
  display: inline-block;
}
.history-timeline__dropdown-chevron {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  color: #C4183C;
  transition: transform 0.4s ease;
}
.history-timeline__dropdown.is-open + ul.history-timeline__list {
  display: flex;
  flex-direction: column;
  background: #FFFEFD;
  border: 1px solid #EFEFEF;
  padding: 1.2rem 0;
  margin-top: 0.4rem;
}
.history-timeline__tab {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.6rem 2rem;
  background: transparent;
  border: 0;
  color: #646464;
  font-size: 2.4rem;
  text-align: left;
  cursor: pointer;
  transition: color 0.4s ease;
}
.history-timeline__tab:hover {
  color: #C4183C;
}
.history-timeline__tab:hover .history-timeline__tab-dash {
  width: 50px;
  background: #C4183C;
}
.history-timeline__tab.is-active {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #C4183C;
}
.history-timeline__tab.is-active .history-timeline__tab-dash {
  width: 120px;
  background: #C4183C;
}
.history-timeline__tab-dash {
  display: inline-block;
  flex-shrink: 0;
  width: 13px;
  height: 1px;
  background: #646464;
  transition: width 0.4s ease, background 0.4s ease;
}
.history-timeline__pane {
  display: none;
  flex-direction: column;
  gap: 2.4rem;
}
.history-timeline__pane.is-active {
  display: flex;
}
.history-timeline__year {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
  color: #C4183C;
  text-align: left;
}
.history-timeline__title {
  margin: 0;
}
.history-timeline__description {
  color: #1A1919;
}
.history-timeline__description p {
  margin: 0;
}
.history-timeline__description p + p {
  margin-top: 1.2rem;
}

/* 2.6 — Team cards (page À propos) --------------- */
.team-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 4rem;
}
.team-cards__intro {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.team-cards__supertitle {
  color: #C4183C;
}
.team-cards__heading {
  margin: 0;
}
.team-cards__item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-decoration: none;
  color: inherit;
}
.team-cards__item--linked {
  cursor: pointer;
  transition: 0.4s ease;
}
.team-cards__item--linked .team-cards__photo img {
  transition: transform 0.4s ease;
}
.team-cards__item--linked .team-cards__name {
  transition: color 0.4s ease;
}
.team-cards__item--linked:hover .team-cards__photo img {
  transform: scale(1.04);
}
.team-cards__item--linked:hover .team-cards__name {
  color: #C4183C;
}
.team-cards__photo {
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #EFEFEF;
}
.team-cards__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-cards__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.team-cards__name {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #1A1919;
}
.team-cards__function {
  font-size: 1.4rem;
  color: #646464;
}

/* 2.7 — Pricing (page Abonnements) --------------- */
.pricing {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.pricing__panels {
  position: relative;
}
.pricing__panel {
  display: none;
}
.pricing__panel.is-active {
  display: block;
}
.pricing ul.pricing__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.pricing ul.pricing__cards > li.pricing__card-wrap {
  position: static;
  margin: 0;
  padding: 0;
}
.pricing ul.pricing__cards > li.pricing__card-wrap::before {
  content: none;
}

.pricing-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0.4rem;
  border: 1px solid #EFEFEF;
  background: #FFFEFD;
  align-self: center;
}
.pricing-toggle__slider {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(50% - 0.4rem);
  height: calc(100% - 0.8rem);
  background: #1A1919;
  transition: transform 0.4s ease;
  z-index: 0;
  pointer-events: none;
}
[data-pricing][data-active=student] .pricing-toggle__slider {
  transform: translateX(100%);
}
.pricing-toggle__btn {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 1.2rem 1.6rem;
  border: 0;
  background: transparent;
  color: #646464;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  transition: color 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.pricing-toggle__btn.is-active {
  color: #FFFEFD;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.pricing-toggle__btn:focus {
  outline: none;
}
.pricing-toggle__btn:focus-visible {
  outline: 2px solid #C4183C;
  outline-offset: 2px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 2.4rem;
  border: 1px solid #EFEFEF;
  background: #FFFEFD;
}
.pricing-card--popular {
  border-color: #C4183C;
}
.pricing-card__popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1.6rem;
  background: #C4183C;
  color: #FFFEFD;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.pricing-card__head {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.pricing-card__title {
  margin: 0;
}
.pricing-card__description {
  margin: 0;
  color: #646464;
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.pricing-card__currency {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 2rem;
  color: #1A1919;
  line-height: 1;
}
.pricing-card__amount {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 1;
  color: #1A1919;
}
.pricing-card__period {
  color: #646464;
  font-size: 1.4rem;
  margin-left: 0.4rem;
}
.pricing-card__divider {
  border: 0;
  border-top: 1px solid #EFEFEF;
  width: 100%;
  margin: 0;
}
.pricing-card ul.pricing-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.pricing-card ul.pricing-card__features > li.pricing-card__feature {
  position: relative;
  margin: 0;
  padding-left: 2.6rem;
  color: #1A1919;
  font-size: 1.4rem;
}
.pricing-card ul.pricing-card__features > li.pricing-card__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../icons/check_Before-land.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pricing-card__cta {
  margin-top: auto;
}
.pricing-card__cta a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.pricing-card__link {
  display: block;
  text-align: center;
  margin-top: -1.2rem;
  padding: 0.6rem 0;
  color: #C4183C;
  font-size: 1.3rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.pricing-card__link:hover, .pricing-card__link:focus-visible {
  color: #A61433;
  outline: none;
}

/* 2.8 — FAQ accordion ---------------------------- */
.faq {
  display: flex;
  flex-direction: column;
}
.faq ul.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.faq ul.faq__list > li.faq__item {
  position: static;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EFEFEF;
}
.faq ul.faq__list > li.faq__item::before {
  content: none;
}
.faq ul.faq__list > li.faq__item:first-child {
  border-top: 1px solid #EFEFEF;
}
.faq__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 2.4rem 0 3.6rem 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: #1A1919;
  transition: color 0.4s ease;
}
.faq__toggle:focus {
  outline: none;
}
.faq__toggle:focus-visible {
  outline: 2px solid #C4183C;
  outline-offset: 2px;
}
.faq__item.is-open .faq__toggle {
  color: #C4183C;
}
.faq__question {
  flex: 1;
  margin: 0;
}
.faq__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #C4183C;
}
.faq__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.faq__icon-v {
  transform-origin: 12px 12px;
  transition: transform 0.4s ease;
}
.faq__item.is-open .faq__icon-v {
  transform: rotate(90deg);
}
.faq__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.faq__answer {
  padding: 0 0 2.4rem 0;
  color: #646464;
}
.faq__answer p {
  margin: 0;
  color: inherit;
}
.faq__answer p + p {
  margin-top: 1.2rem;
}

/* 2.9 — Info cards ------------------------------- */
ul.info-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
ul.info-cards h3 {
  line-height: 1.2rem;
}
ul.info-cards > li.info-cards__item {
  position: relative;
  margin: 0;
  padding: 2.4rem;
  background: transparent;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  transition: border-color 0.4s ease;
}
ul.info-cards > li.info-cards__item::before {
  content: none;
}
ul.info-cards > li.info-cards__item--linked:hover {
  border-color: #C4183C;
  cursor: pointer;
}
ul.info-cards .info-cards__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
ul.info-cards .info-cards__icon {
  color: #C4183C;
  line-height: 0;
}
ul.info-cards .info-cards__icon img,
ul.info-cards .info-cards__icon svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
ul.info-cards .info-cards__body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
ul.info-cards .info-cards__label {
  color: #C4183C;
}
ul.info-cards .info-cards__content {
  margin: 0;
  color: #1A1919;
}
ul.info-cards .info-cards__note {
  color: #646464;
  margin: 0;
}

/* 2.10 — Ad formats (régie publicitaire) --------- */
ul.ad-formats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
ul.ad-formats > li.ad-formats__item {
  position: static;
  margin: 0;
  padding: 4rem;
  background: #FFFEFD;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
ul.ad-formats > li.ad-formats__item::before {
  content: none;
}
ul.ad-formats .ad-formats__visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 12rem;
  overflow: hidden;
}
ul.ad-formats .ad-formats__visual img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.ad-formats .ad-formats__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
ul.ad-formats .ad-formats__title {
  margin: 0;
}
ul.ad-formats .ad-formats__subtitle {
  color: #C4183C;
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/*=====================================================
*  Desktop overrides (≥ 1024px)
*===================================================*/
@media screen and (min-width: 1024px) {
  /* 2.1 — Latest edition -------------------------- */
  .latest-edition__inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 8rem;
    align-items: start;
  }
  .latest-edition__main {
    order: 0;
  }
  .latest-edition ol.latest-edition__list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .latest-edition ol.latest-edition__list > li.latest-edition__list-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .latest-edition__aside {
    order: 1;
    position: sticky;
    top: 8rem;
  }
  .latest-edition__card {
    padding: 4rem;
    text-align: center;
  }
  /* 2.2 — Category highlights --------------------- */
  .category-highlights ol.category-highlights__list {
    gap: 12rem;
  }
  .category-highlights ol.category-highlights__list > li.category-highlights__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8rem;
    align-items: center;
  }
  .category-highlights__col--meta::before {
    font-size: 4.8rem;
    margin-bottom: 2.4rem;
  }
  /* 2.3 — Category latest (cards) ----------------- */
  /* 2.5 — History timeline ------------------------ */
  /* 2.6 — Team cards ------------------------------ */
  /* 2.7 — Pricing --------------------------------- */
  /* 2.9 — Info cards ------------------------------ */
  /* 2.10 — Ad formats ----------------------------- */
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .category-highlights ol.category-highlights__list > li.category-highlights__row .category-highlights__title {
    transition: color 0.4s ease;
  }
  .category-highlights ol.category-highlights__list > li.category-highlights__row .category-highlights__col--image img {
    transition: transform 0.4s ease;
  }
  .category-highlights ol.category-highlights__list > li.category-highlights__row:hover .category-highlights__title {
    color: #C4183C;
  }
  .category-highlights ol.category-highlights__list > li.category-highlights__row:hover .category-highlights__col--image img {
    transform: scale(1.02);
  }
}
@media screen and (min-width: 1024px) {
  .category-latest__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
  .history-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8rem;
    height: 50vh;
  }
  .history-timeline__col--nav {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  .history-timeline__col--image {
    order: 1;
    aspect-ratio: auto;
    height: 100%;
  }
  .history-timeline__col--content {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
    text-align: right;
  }
  .history-timeline__dropdown {
    display: none;
  }
  .history-timeline__list {
    display: flex !important;
    position: static !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }
  .history-timeline__tab {
    padding: 0.4rem 0;
  }
  .history-timeline__year {
    font-size: 12rem;
    text-align: right;
  }
  .history-timeline__pane {
    height: 100%;
    justify-content: space-between;
  }
  .history-timeline__pane-text {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-align: left;
  }
  .history-timeline__pane-text h3 {
    font-size: 3rem;
  }
  .team-cards {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 8rem;
  }
  .team-cards__intro {
    grid-column: span 2;
    justify-content: center;
    padding-right: 12rem;
  }
  .pricing {
    gap: 8rem;
  }
  .pricing ul.pricing__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  .pricing ul.pricing__cards > li.pricing__card-wrap {
    display: flex;
  }
  .pricing-toggle {
    width: auto;
    min-width: 44rem;
  }
  .pricing-toggle__btn {
    padding: 1.2rem 2.8rem;
  }
  .pricing-card {
    width: 100%;
    padding: 8rem 4rem;
  }
  ul.info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
  ul.info-cards > li.info-cards__item {
    padding: 4rem;
  }
  ul.ad-formats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    align-items: stretch;
  }
  ul.ad-formats > li.ad-formats__item {
    padding: 5rem 8rem;
    /*                 height: 100%;
     */
  }
}
/*****************************************************
******************** Calls to action *****************
*  Wrapper neutre — toute la mise en forme vient du
*  contenu Gutenberg du CPT cta. Pas de border / radius
*  / text-align imposé ici.
******************************************************/
.cta {
  /* 2.4 — Feature cards ---------------------------- */
}
.cta .feature-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.cta .feature-cards > li.feature-cards__item {
  position: static;
  padding: 2.4rem;
  margin: 0;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.cta .feature-cards > li.feature-cards__item::before {
  content: none;
}
.cta .feature-cards__icon {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(196, 24, 60, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta .feature-cards__icon img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
}
.cta .feature-cards__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cta .feature-cards__title {
  margin: 0;
}
.cta .feature-cards__description {
  margin: 0 !important;
  color: #646464;
}

/*****************************************************
********************** Spacer.scss *******************
*  Toutes les valeurs viennent de _variables.scss.
*  - .spacer__*       : hauteur du bloc core/spacer
*  - .spacing-top__*  : padding-top sur core/group
*  - .spacing-bottom__*: padding-bottom sur core/group
******************************************************/
/*=====================================================
*  Bloc core/spacer (hauteur fixe, mobile = desktop)
*===================================================*/
.spacer__huge {
  height: 12rem !important;
}
.spacer__big {
  height: 10rem !important;
}
.spacer__base {
  height: 7.5rem !important;
}
.spacer__med {
  height: 5rem !important;
}
.spacer__small {
  height: 3rem !important;
}
.spacer__tiny {
  height: 2rem !important;
}

/*=====================================================
*  Spacing system (paddings sur core/group)
*  Classes appliquées par custom-group-settings.js
*  via les sélecteurs Espacement haut / Espacement bas
*===================================================*/
.spacing-top__huge {
  padding-top: 8rem;
}
.spacing-top__big {
  padding-top: 6rem;
}
.spacing-top__base {
  padding-top: 4rem;
}
.spacing-top__med {
  padding-top: 2.4rem;
}
.spacing-top__small {
  padding-top: 1.2rem;
}
.spacing-top__tiny {
  padding-top: 0.5rem;
}

.spacing-bottom__huge {
  padding-bottom: 8rem;
}
.spacing-bottom__big {
  padding-bottom: 6rem;
}
.spacing-bottom__base {
  padding-bottom: 4rem;
}
.spacing-bottom__med {
  padding-bottom: 2.4rem;
}
.spacing-bottom__small {
  padding-bottom: 1.2rem;
}
.spacing-bottom__tiny {
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .spacing-top__huge {
    padding-top: 16rem;
  }
  .spacing-top__big {
    padding-top: 12rem;
  }
  .spacing-top__base {
    padding-top: 8rem;
  }
  .spacing-top__med {
    padding-top: 4rem;
  }
  .spacing-top__small {
    padding-top: 2rem;
  }
  .spacing-top__tiny {
    padding-top: 1rem;
  }
  .spacing-bottom__huge {
    padding-bottom: 16rem;
  }
  .spacing-bottom__big {
    padding-bottom: 12rem;
  }
  .spacing-bottom__base {
    padding-bottom: 8rem;
  }
  .spacing-bottom__med {
    padding-bottom: 4rem;
  }
  .spacing-bottom__small {
    padding-bottom: 2rem;
  }
  .spacing-bottom__tiny {
    padding-bottom: 1rem;
  }
}
/*****************************************************
********************* Images.scss ********************
******************************************************/
img {
  display: block;
  width: 100%;
  height: auto;
}

/*****************************************************
**************** Notification-bar.scss ***************
*  Barre sous le header, contenu centré.
*  - Desktop (≥1024px) : statique, centré.
*  - Mobile  : défilement marquee pour lisibilité.
*  Les couleurs sont injectées en inline style via ACF.
******************************************************/
.notification-bar {
  padding: 1.2rem 0;
  font-size: 1.3rem;
  line-height: 1.4;
  overflow: hidden;
}
.notification-bar__viewport {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
}
.notification-bar__track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  color: inherit;
  animation: notif-bar-marquee 28s linear infinite;
}
.notification-bar__track:hover {
  animation-play-state: paused;
}
@media (min-width: 1024px) {
  .notification-bar__track {
    animation: none;
    width: auto;
    justify-content: center;
  }
  .notification-bar__track > .notification-bar__content[aria-hidden=true] {
    display: none;
  }
}
.notification-bar__content {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
.notification-bar__badge {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.notification-bar__text {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.notification-bar__link {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

@keyframes notif-bar-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .notification-bar__track {
    animation: none;
  }
}
@media (max-width: 1023px) {
  .notification-bar {
    position: sticky;
    top: 10vh;
    margin-bottom: 10vh;
    z-index: 1009;
  }
  body.nav-open .notification-bar {
    display: none;
  }
}
/*****************************************************
***************** Animations.scss ********************
******************************************************/
/****************** Scroll Reveal *******************/
.reveal-hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.reveal-hidden.revealed {
  pointer-events: auto;
}

.reveal-hidden.revealed {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-fade-up.reveal-hidden {
  transform: translateY(4rem);
}

.reveal-fade-down.reveal-hidden {
  transform: translateY(-4rem);
}

.reveal-fade-left.reveal-hidden {
  transform: translateX(-4rem);
}

.reveal-fade-right.reveal-hidden {
  transform: translateX(4rem);
}

.reveal-scale.reveal-hidden {
  transform: scale(0.9);
}

.reveal--delay-1.revealed {
  transition-delay: 0.1s;
}

.reveal--delay-2.revealed {
  transition-delay: 0.2s;
}

.reveal--delay-3.revealed {
  transition-delay: 0.3s;
}

.reveal--delay-4.revealed {
  transition-delay: 0.4s;
}

.reveal--delay-5.revealed {
  transition-delay: 0.5s;
}

.reveal--slow.revealed {
  transition-duration: 0.8s;
}

.reveal--fast.revealed {
  transition-duration: 0.3s;
}

.reveal--small.reveal-fade-up.reveal-hidden {
  transform: translateY(2rem);
}
.reveal--small.reveal-fade-down.reveal-hidden {
  transform: translateY(-2rem);
}
.reveal--small.reveal-fade-left.reveal-hidden {
  transform: translateX(-2rem);
}
.reveal--small.reveal-fade-right.reveal-hidden {
  transform: translateX(2rem);
}

.reveal--large.reveal-fade-up.reveal-hidden {
  transform: translateY(6rem);
}
.reveal--large.reveal-fade-down.reveal-hidden {
  transform: translateY(-6rem);
}
.reveal--large.reveal-fade-left.reveal-hidden {
  transform: translateX(-6rem);
}
.reveal--large.reveal-fade-right.reveal-hidden {
  transform: translateX(6rem);
}

.parallax-img {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

/****************** Stagger reveal (séquentiel 1 par 1) */
[data-reveal-stagger] > *:nth-child(1) {
  --reveal-delay: 0ms;
}
[data-reveal-stagger] > *:nth-child(2) {
  --reveal-delay: 80ms;
}
[data-reveal-stagger] > *:nth-child(3) {
  --reveal-delay: 160ms;
}
[data-reveal-stagger] > *:nth-child(4) {
  --reveal-delay: 240ms;
}
[data-reveal-stagger] > *:nth-child(5) {
  --reveal-delay: 320ms;
}
[data-reveal-stagger] > *:nth-child(6) {
  --reveal-delay: 400ms;
}
[data-reveal-stagger] > *:nth-child(7) {
  --reveal-delay: 480ms;
}
[data-reveal-stagger] > *:nth-child(8) {
  --reveal-delay: 560ms;
}
[data-reveal-stagger] > *:nth-child(9) {
  --reveal-delay: 640ms;
}
[data-reveal-stagger] > *:nth-child(10) {
  --reveal-delay: 720ms;
}
[data-reveal-stagger] > *:nth-child(11) {
  --reveal-delay: 800ms;
}
[data-reveal-stagger] > *:nth-child(12) {
  --reveal-delay: 880ms;
}
[data-reveal-stagger] > *:nth-child(13) {
  --reveal-delay: 960ms;
}
[data-reveal-stagger] > *:nth-child(14) {
  --reveal-delay: 1040ms;
}
[data-reveal-stagger] > *:nth-child(15) {
  --reveal-delay: 1120ms;
}
[data-reveal-stagger] > *:nth-child(16) {
  --reveal-delay: 1200ms;
}
[data-reveal-stagger] > *:nth-child(17) {
  --reveal-delay: 1280ms;
}
[data-reveal-stagger] > *:nth-child(18) {
  --reveal-delay: 1360ms;
}
[data-reveal-stagger] > *:nth-child(19) {
  --reveal-delay: 1440ms;
}
[data-reveal-stagger] > *:nth-child(20) {
  --reveal-delay: 1520ms;
}
[data-reveal-stagger] > *:nth-child(21) {
  --reveal-delay: 1600ms;
}
[data-reveal-stagger] > *:nth-child(22) {
  --reveal-delay: 1680ms;
}
[data-reveal-stagger] > *:nth-child(23) {
  --reveal-delay: 1760ms;
}
[data-reveal-stagger] > *:nth-child(24) {
  --reveal-delay: 1840ms;
}
[data-reveal-stagger] > *.reveal-hidden.revealed {
  transition-delay: var(--reveal-delay, 0ms);
}

/*****************************************************
******************** pagination.scss *****************
******************************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 7.5rem 0 0 0;
}
.pagination a, .pagination span {
  padding: 1rem;
  display: block;
  color: #646464;
  border-radius: 0.5rem;
  transition: 0.4s ease;
}
.pagination a.current, .pagination a:hover, .pagination span.current, .pagination span:hover {
  color: #FFFEFD;
  background: #C4183C;
}

@media screen and (min-width: 1024px) {
  .pagination {
    margin: 10rem 0 0 0;
  }
}
/****************** Pages folder ********************/
/*****************************************************
********************** Pages.scss ********************
******************************************************/
.page {
  /*         &__entry{
              padding: 5rem 0;
          } */
}
.page .accent-color__apply {
  color: #C4183C;
}
.page .why-suscribe__white {
  padding: 4rem;
  justify-content: center;
  background: #FFFEFD;
  border: 1px solid #EFEFEF;
  margin-bottom: 1.2rem;
}
.page .why-suscribe .wp-block-columns {
  gap: 0rem;
}
.page .col-cards__light {
  padding: 4rem;
  justify-content: center;
  border: 1px solid #EFEFEF;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.page__content h2 + p,
.page__content h3 + p,
.page__content h2 + ul,
.page__content h2 + ol,
.page__content h3 + ul,
.page__content h3 + ol,
.page__content p + p,
.page__content p + figure,
.page__content figure + p,
.page__content figure + .wp-block-buttons,
.page__content .wp-block-buttons + figure,
.page__content h2 + figure,
.page__content h3 + figure,
.page__content ol + figure,
.page__content ul + figure,
.page__content figure + ol,
.page__content figure + ul,
.page__content p + .wp-block-buttons,
.page__content ol + .wp-block-buttons,
.page__content ul + .wp-block-buttons {
  margin-top: 2.5rem;
}
.page__content li + li {
  margin-top: 1.25rem;
}
.page__content .gform_wrapper {
  margin-top: 6rem;
}
.page__content p + h2,
.page__content p + h3,
.page__content h1 + h2,
.page__content h2 + h3,
.page__content ul + h2,
.page__content ol + h2,
.page__content ul + h3,
.page__content ol + h3,
.page__content figure + h2,
.page__content figure + h3,
.page__content .wp-block-buttons + h2,
.page__content .wp-block-buttons + h3 {
  margin-top: 6rem;
}

@media screen and (min-width: 1024px) {
  .page .why-suscribe__white {
    margin-bottom: 4rem;
    min-height: 250px;
  }
  .page .why-suscribe .wp-block-columns {
    gap: 4rem;
  }
  .publicite-contact {
    min-height: 240px;
  }
  .publicite-contact > div {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .legal-section {
    padding: 5% 10%;
    border: 1px solid #EFEFEF;
  }
}
/*         hr{
            border: 0;
            border-top: 1px solid $lightGrayColor;
            margin: $spacer_big 0;
        } */
/************************************************* WP Default style */
.wp-block-columns {
  gap: 4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
  .wp-block-column.is-mobile-first {
    order: -1;
  }
  .wp-block-column.is-mobile-last {
    order: 99;
  }
}
.wp-block-separator {
  border: none;
  height: 1px;
  background: #EFEFEF;
}

@media screen and (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-columns {
    gap: 6rem;
    flex-wrap: nowrap !important;
  }
  .columns-type {
    /* 50/50 */
    /* 1/3 - 2/3 */
    /* 2/3 - 1/3 */
  }
  .columns-type-fullwidth .wp-block-column {
    width: 100%;
  }
  .columns-type-default .wp-block-column {
    width: 50%;
  }
  .columns-type-tiers .wp-block-column:first-child {
    width: 40%;
  }
  .columns-type-tiers .wp-block-column:last-child {
    width: 60%;
  }
  .columns-type-tiers-reverse .wp-block-column:first-child {
    width: 60%;
  }
  .columns-type-tiers-reverse .wp-block-column:last-child {
    width: 40%;
  }
}
/************************************************* Page formulaire */
.page-template-page-formulaire {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-template-page-formulaire .page {
  min-height: 100%;
  margin: auto;
}
.page-template-page-formulaire .page__entry {
  padding: 6rem 0;
}
.page-template-page-formulaire .header {
  padding-top: 5rem;
}
.page-template-page-formulaire .header__logo {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-template-page-formulaire .page__entry {
    padding: 6rem 0 6rem 0;
  }
}
/************************************************* Thank you page */
.page-template-page-ty {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-ty h1 {
  margin-bottom: 2rem;
}
.page-template-page-ty .wp-block-button {
  margin-top: 2rem;
}

/************************************************* Page 404 */
.error404 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.error404 .page__404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 70vh;
}
.error404 .page__404 p {
  text-align: center;
}
.error404__content {
  max-width: 70rem;
  width: 75%;
  text-align: center;
}
.error404__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.error404__supertitle {
  color: #C4183C;
}
.error404__title {
  margin: 0;
}
.error404__text {
  margin: 0;
  color: #646464;
}
.error404__cta {
  margin-top: 1.2rem;
}

/************************************************* Tableau Land */
.wp-block-table.is-style-land {
  margin: 0;
}
.wp-block-table.is-style-land table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-bottom: 1px solid #EFEFEF;
}
.wp-block-table.is-style-land thead {
  border-bottom: 1px solid #EFEFEF;
}
.wp-block-table.is-style-land thead tr {
  border-bottom: 1px solid #EFEFEF;
  word-wrap: normal;
  white-space: nowrap;
}
.wp-block-table.is-style-land thead th {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  background: transparent;
  color: #C4183C;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
  vertical-align: middle;
  border: 0;
}
.wp-block-table.is-style-land thead th:first-child {
  text-align: left;
}
.wp-block-table.is-style-land tbody tr {
  border: 0;
}
.wp-block-table.is-style-land tbody tr:nth-child(even) {
  background: #F6F5F2;
}
.wp-block-table.is-style-land tbody td {
  padding: 2.4rem 1.2rem;
  color: #1A1919;
  font-size: 1.5rem;
  text-align: right;
  vertical-align: middle;
  border: 0;
}
.wp-block-table.is-style-land tbody td:first-child {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  text-align: left;
  font-weight: 500;
}

.under-table__button p {
  background: #EFEFEF;
  padding: 1.2rem;
  color: #1A1919;
  margin: 0 !important;
}
.under-table__button p strong {
  font-weight: 700;
  color: #C4183C;
}

.publicite-cards__supplements div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-height: 10rem;
  border: 1px solid #EFEFEF;
  padding: 4rem;
  margin-bottom: 1.2rem;
  border-radius: 1rem;
  background: #FFFEFD;
}
.publicite-cards__supplements div .wp-block-columns {
  gap: 1.2rem;
}
.publicite-cards__supplements div h3 {
  font-weight: 700;
  color: #C4183C;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.publicite-cards__supplements div h4 {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 1.8rem;
}

html .visibility-hidden {
  visibility: hidden !important;
}

#supplements .wp-block-columns {
  gap: 1.2rem;
}

.publicite-ancre__selecteur {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .publicite-ancre__selecteur {
    display: block !important;
    text-transform: uppercase;
    border-bottom: 1px solid #EFEFEF;
  }
  .publicite-ancre__selecteur div > div {
    display: flex;
    gap: 6rem;
  }
  .publicite-ancre__selecteur p {
    margin: 0 !important;
  }
  .publicite-ancre__selecteur a {
    text-decoration: none;
    color: #7A7A7A;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .wp-block-table.is-style-land tbody td {
    padding: 2.4rem;
  }
}
/************************************************* Page Newsletter */
.page__newsletter .gform_wrapper {
  margin: 0 !important;
}
.page__newsletter .gform_wrapper form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  gap: 1.2rem;
}
.page__newsletter .gform_wrapper .gform_body {
  flex: 1;
  margin: 0;
  display: flex;
}
.page__newsletter .gform_wrapper .gform_fields {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__newsletter .gform_wrapper .gfield {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
}
.page__newsletter .gform_wrapper .ginput_container {
  display: flex;
  flex: 1;
}
.page__newsletter .gform_wrapper input[type=email],
.page__newsletter .gform_wrapper input[type=text] {
  width: 100%;
  padding: 1.8rem 2rem;
  border: 1px solid #EFEFEF;
  height: 6rem;
  background: #FFFEFD;
  color: #1A1919;
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-radius: 0;
  box-sizing: border-box;
}
.page__newsletter .gform_wrapper input[type=email]::-moz-placeholder, .page__newsletter .gform_wrapper input[type=text]::-moz-placeholder {
  color: #646464;
}
.page__newsletter .gform_wrapper input[type=email]::placeholder,
.page__newsletter .gform_wrapper input[type=text]::placeholder {
  color: #646464;
}
.page__newsletter .gform_wrapper input[type=email]:focus,
.page__newsletter .gform_wrapper input[type=text]:focus {
  outline: none;
  border-color: #C4183C;
}
.page__newsletter .gform_wrapper .gform_footer,
.page__newsletter .gform_wrapper .gform_page_footer {
  margin: 0 !important;
  padding: 0;
  display: flex;
}
.page__newsletter .gform_wrapper .gform_button,
.page__newsletter .gform_wrapper input[type=submit] {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background: #C4183C;
  color: #FFFEFD;
  padding: 1.8rem 3rem;
  border: 1px solid #C4183C;
  border-radius: 0;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.4s ease, border-color 0.4s ease;
  white-space: nowrap;
  min-width: 20rem;
}
.page__newsletter .gform_wrapper .gform_button:hover,
.page__newsletter .gform_wrapper input[type=submit]:hover {
  background: #A61433;
  border-color: #A61433;
}
@media screen and (max-width: 1023px) {
  .page__newsletter .gform_wrapper form {
    flex-direction: column;
  }
  .page__newsletter .gform_wrapper .gform_footer,
  .page__newsletter .gform_wrapper .gform_page_footer {
    width: 100%;
  }
  .page__newsletter .gform_wrapper .gform_button,
  .page__newsletter .gform_wrapper input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}

/************************************************* Page Pricing */
.section-devis__black {
  padding: 6rem 4rem;
  border-left: 3px solid #C4183C;
  justify-content: flex-end;
}
.section-devis__black h2 {
  padding: 1.2rem 0;
}
@media screen and (max-width: 1023px) {
  .section-devis__black .btn {
    display: block;
    width: 100%;
  }
  .section-devis__black .btn a,
  .section-devis__black .btn .wp-block-button__link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .section-devis__black .section-devis__black {
    padding: 6rem;
    border-left: 3px solid #C4183C;
    justify-content: flex-end;
  }
}

/*****************************************************
********************* Landing pages ******************
******************************************************/
/************************************************* Default */
.lp__entry {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .lp__entry {
    padding: 10rem 0;
  }
}
/************************************************* LP #1 */
/************************************************* LP #2 */
/************************************************* LP #3 */
/*****************************************************
********************** Home.scss *********************
******************************************************/
.red-short_separator {
  background-color: #C4183C;
  height: 2px;
  width: 50px !important;
  margin: 4rem 0 !important;
}

.red-short_separator--center {
  background-color: #C4183C;
  height: 2px;
  width: 50px !important;
  margin: 4rem auto !important;
}

.home__stats {
  text-transform: uppercase;
}

/*****************************************************
**************** Archive.scss ************************
*  Templates archive :
*    - .archive-page       : archive.php (CPT, taxonomies génériques, blog)
*    - .category-archive   : category.php (catégorie parente ou sous-cat)
*    - .author-archive     : author.php (page profil auteur)
******************************************************/
/* Archive générique (archive.php) ---------------- */
.archive-page {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.archive-page__header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.archive-page__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.archive-page__pagination {
  margin-top: 4rem;
}
.archive-page__empty {
  color: #646464;
}

/* Header (titre + chips/dropdown) ---------------- */
.category-archive__header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.category-archive__filters .category-chips {
  display: none;
}
.category-archive__filters .category-chips__select {
  display: block;
  width: 100%;
  padding: 1.4rem 2rem;
  border: 1px solid #646464;
  background: #FFFEFD;
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.category-archive__hr {
  border: 0;
  border-top: 1px solid #EFEFEF;
  margin: 6rem 0;
  width: 100%;
}
.category-archive__search {
  min-height: 0;
}
.category-archive__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.category-archive__pagination {
  margin-top: 4rem;
}
.category-archive__empty {
  margin-top: 4rem;
  color: #646464;
}

/* Chips (desktop) -------------------------------- */
.category-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.category-chips > li {
  margin: 0;
  padding: 0;
  position: static;
}
.category-chips > li::before {
  content: none;
}
.category-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid #EFEFEF;
  text-decoration: none;
  color: #1A1919;
  font-size: 1.3rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.category-chips__item:hover {
  background: #F6F5F2;
}
.category-chips__item.is-active {
  background: #C4183C;
  border-color: #C4183C;
  color: #FFFEFD;
}
.category-chips__count {
  font-size: 1.1rem;
  color: #646464;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.category-chips__item.is-active .category-chips__count {
  color: rgba(255, 254, 253, 0.8);
}

/* Article featured (hero) ------------------------ */
.category-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.category-featured__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
.category-featured__image img {
  display: block;
  width: 100%;
  height: auto;
}
.category-featured__image--portrait {
  position: relative;
  aspect-ratio: 4/3;
  background: #1A1919;
  overflow: hidden;
}
.category-featured__image--portrait .category-featured__image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px) brightness(0.85);
  transform: scale(1.15);
  display: block;
}
.category-featured__image--portrait .category-featured__image-fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.category-featured__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.category-featured__title {
  margin: 0;
}
.category-featured__excerpt {
  margin: 0;
}
.category-featured .article-meta {
  position: relative;
  z-index: 2;
}

/* Pagination ------------------------------------- */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.pagination > li.pagination__item {
  position: static;
  margin: 0;
  padding: 0;
}
.pagination > li.pagination__item::before {
  content: none;
}
.pagination > li.pagination__item > a, .pagination > li.pagination__item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: background 0.4s ease, color 0.4s ease;
}
.pagination > li.pagination__item > a:hover {
  background: #EFEFEF;
}
.pagination > li.pagination__item.is-active > span,
.pagination > li.pagination__item > .current {
  background: #1A1919;
  color: #FFFEFD;
}
.pagination > li.pagination__item > .prev,
.pagination > li.pagination__item > .next {
  font-size: 2rem;
}
.pagination > li.pagination__item > .dots {
  width: auto;
  background: transparent !important;
}

/* Back link partagé (auteur + édition) ----------- */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #646464;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.back-link__arrow {
  color: #C4183C;
  font-size: 1.6rem;
  line-height: 1;
}
.back-link:hover {
  color: #1A1919;
}

/* Author archive ---------------------------------- */
.author-archive {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.author-archive__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.author-archive__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.2rem;
}
.author-archive__socials > li {
  position: static;
  margin: 0;
  padding: 0;
}
.author-archive__socials > li::before {
  content: none;
}
.author-archive__profile {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0 auto;
}
.author-archive__photo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C4183C;
  color: #FFFEFD;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.author-archive__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.author-archive__initials {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 1px;
}
.author-archive__info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.author-archive__name {
  margin: 0;
}
.author-archive__name .author-archive__firstname,
.author-archive__name .author-archive__lastname {
  display: block;
}
.author-archive__role {
  margin: 0;
  color: #C4183C;
}
.author-archive__bio {
  margin: 0;
  color: #646464;
  line-height: 1.6;
  text-align: justify;
}
.author-archive__bio p {
  margin: 0;
  color: inherit;
}
.author-archive__bio p + p {
  margin-top: 1.2rem;
}
.author-archive__count {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.author-archive__count-number {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  color: #C4183C;
  font-size: 2.4rem;
  line-height: 1;
}
.author-archive__count-label {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1919;
}
.author-archive__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.author-archive__pagination {
  margin-top: 4rem;
}
.author-archive__empty {
  color: #646464;
}

@media screen and (min-width: 1024px) {
  .archive-page__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
  .category-archive__filters .category-chips {
    display: flex;
  }
  .category-archive__filters .category-chips__select {
    display: none;
  }
  .category-archive__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
  .category-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
  }
  .author-archive__profile {
    max-width: 80%;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 8rem;
    align-items: center;
  }
  .author-archive__photo {
    aspect-ratio: auto;
    height: 100%;
  }
  .author-archive__count-number {
    font-size: 4.8rem;
  }
  .author-archive__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
}
/*****************************************************
*  Page Explorer les archives — page-explorer-archives.php
******************************************************/
.archives-explorer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.archives-explorer > * {
  width: 100%;
}

.archives-explorer__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  min-height: 30vh;
  text-align: center;
}

.archives-explorer__title {
  margin: 0;
}

.archives-explorer__intro {
  margin: 0;
  color: #646464;
  text-align: center;
}

.archives-explorer__intro--complement {
  margin-top: 2.4rem;
}
.archives-explorer__intro--complement p, .archives-explorer__intro--complement li {
  text-align: center;
  margin: 0;
}
.archives-explorer__intro--complement p + p, .archives-explorer__intro--complement li + p {
  margin-top: 1.2rem;
}

/*****************************************************
*  Toggle Articles / Éditions PDF
*****************************************************/
.archives-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  width: 100%;
  max-width: 36rem;
  padding: 0.4rem;
  border: 1px solid #EFEFEF;
  background: #FFFEFD;
  margin: 0 auto;
}
.archives-toggle__slider {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: calc(50% - 0.4rem);
  height: calc(100% - 0.8rem);
  background: #1A1919;
  transition: transform 0.4s ease;
  z-index: 0;
  pointer-events: none;
}
.archives-toggle[data-active=editions] .archives-toggle__slider {
  transform: translateX(100%);
}
.archives-toggle__btn {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 1.2rem 2rem;
  background: transparent;
  color: #646464;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: color 0.4s ease;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.archives-toggle__btn.is-active {
  color: #FFFEFD;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/*****************************************************
*  Form de recherche
*****************************************************/
.archives-form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.archives-form__row {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.archives-form__row--filters {
  flex-direction: column;
  gap: 2.4rem;
}

.archives-form__label {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1A1919;
  font-size: 1.4rem;
}

.archives-form__search {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.archives-form__search input[type=text] {
  width: 100%;
  padding: 1.6rem 2rem 1.6rem 5rem;
  border: 1px solid #EFEFEF;
  background: #FFFEFD;
  font-size: 1.5rem;
  color: #1A1919;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.archives-form__search input[type=text]::-moz-placeholder {
  color: #646464;
}
.archives-form__search input[type=text]::placeholder {
  color: #646464;
}
.archives-form__search input[type=text]:focus {
  outline: none;
  border-color: #C4183C;
}

.archives-form__icon {
  position: absolute;
  top: 1.7rem;
  left: 2rem;
  color: #646464;
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}
.archives-form__icon svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.archives-form__submit {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 1.6rem 3rem;
  background: #C4183C;
  color: #FFFEFD;
  border: 1px solid #C4183C;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.archives-form__submit:hover {
  background: #A61433;
  border-color: #A61433;
}

.archives-form__field {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.archives-form__field select,
.archives-form__field input[type=date],
.archives-form__field input.archives-form__date-input {
  width: 100%;
  padding: 1.4rem 2rem;
  border: 1px solid #EFEFEF;
  background: #FFFEFD;
  color: #646464;
  font-size: 1.5rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%23C4183C' stroke-width='2'><polyline points='1 1 5 5 9 1'/></svg>");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  padding-right: 4rem;
}
.archives-form__field select:focus,
.archives-form__field input[type=date]:focus,
.archives-form__field input.archives-form__date-input:focus {
  outline: none;
  border-color: #C4183C;
}
.archives-form__field input[type=date],
.archives-form__field input.archives-form__date-input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a5a5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
  background-position: right 1.6rem center;
  padding-right: 4rem;
}

/*****************************************************
*  Customisation du popup Flatpickr
*
*  Vise un rendu proche du calendrier natif Chrome :
*  - typo cohérente avec le thème,
*  - case sélectionnée pleine (accent rouge Land),
*  - jour courant en surbrillance discrète,
*  - mois/année compact en header.
*
*  Les sélecteurs `.flatpickr-calendar` sont injectés en enfant direct
*  de <body>, donc déclarés au root du fichier (pas imbriqués dans
*  .archives-explorer).
*****************************************************/
.flatpickr-calendar {
  font-family: inherit;
  font-size: 1.38rem;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid #EFEFEF;
  width: 32rem;
}
.flatpickr-calendar .flatpickr-months {
  padding: 0.6rem 0.4rem 0.2rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  color: #1A1919;
  height: 3.4rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  font-size: 1.425rem;
  font-weight: 600;
  padding-top: 0.4rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .numInputWrapper {
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 0.6rem;
  fill: #1A1919;
}
.flatpickr-calendar .flatpickr-weekdays {
  background: transparent;
}
.flatpickr-calendar .flatpickr-weekday {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  color: #646464;
  letter-spacing: 0.04em;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 1.3rem;
  color: #1A1919;
  border-radius: 4px;
  max-width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 1px;
}
.flatpickr-calendar .flatpickr-day:hover {
  background: #EFEFEF;
  border-color: #EFEFEF;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: transparent;
  font-weight: 600;
  color: #C4183C;
}
.flatpickr-calendar .flatpickr-day.today:hover {
  background: #EFEFEF;
  color: #C4183C;
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange {
  background: #C4183C;
  border-color: #C4183C;
  color: #FFFEFD;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay, .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: #EFEFEF;
}

.archives-form__period {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/*****************************************************
*  Résultats
*****************************************************/
.archives-results__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.archives-results__title {
  margin: 0;
}

.archives-results__count {
  margin: 0;
  color: #646464;
}

.archives-results__hr {
  border: 0;
  border-top: 1px solid #EFEFEF;
  margin: 0;
}

.archives-results__articles {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

ul.archives-results__editions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
ul.archives-results__editions > li.archives-edition {
  position: static;
  margin: 0;
  padding: 0 0 6rem 0;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
ul.archives-results__editions > li.archives-edition::before {
  content: none;
}
ul.archives-results__editions > li.archives-edition:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.archives-edition__date-col {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.archives-edition__date-label {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #1A1919;
}

.archives-edition__date {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #C4183C;
}

.archives-edition__image-col img {
  display: block;
  width: 100%;
  height: auto;
}

.archives-edition__image-link {
  display: block;
}

.archives-edition__content-col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.archives-edition__excerpt {
  margin: 0;
  color: #646464;
}

.archives-results__empty {
  margin: 0;
  color: #646464;
  text-align: center;
}

.archives-results__pagination {
  margin-top: 4rem;
}

@media screen and (min-width: 1024px) {
  .archives-explorer {
    gap: 8rem;
  }
  .archives-explorer__header {
    gap: 4rem;
  }
  .archives-form {
    gap: 8rem;
  }
  .archives-form__search {
    flex-direction: row;
    align-items: stretch;
  }
  .archives-form__search input[type=text] {
    flex: 1;
  }
  .archives-form__search .archives-form__submit {
    flex-shrink: 0;
  }
  .archives-form__row--filters {
    flex-direction: row;
    gap: 2.4rem;
  }
  .archives-form__row--filters .archives-form__field {
    flex: 1;
  }
  .archives-form__row--filters .archives-form__field--period {
    flex: 1.3;
  }
  .archives-form__period {
    flex-direction: row;
    gap: 1.2rem;
  }
  .archives-form__period input[type=date] {
    flex: 1;
  }
  .archives-results__articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
  ul.archives-results__editions > li.archives-edition {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 2fr;
    gap: 8rem;
    align-items: center;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .archives-edition__date-label,
  .archives-edition__date {
    font-size: 4.8rem;
  }
  .archives-edition__date-label {
    color: #1A1919;
  }
}
/*****************************************************
**************** Single.scss *************************
*  Template single article (post).
*  Sections numérotées comme dans single.php.
******************************************************/
.single-article {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  /* 1. Breadcrumb -------------------------------- */
  /* 2. Kicker (surtitre + date + sep + lecture) -- */
  /* 3. Title ------------------------------------- */
  /* 4. Lead (extrait + edition tag) -------------- */
  /* 5. Topbar (auteur + partage) ----------------- */
  /* 6. Hr ---------------------------------------- */
  /* 6.bis Bandeau article traduit auto ----------- */
  /* 7-8. Image à la une -------------------------- */
  /* 9-10. Body 2 cols ---------------------------- */
  /* 11. Related ---------------------------------- */
}
.single-article p {
  margin-bottom: 2.4rem;
}
.single-article h2 {
  margin-bottom: 2.4rem;
}
.single-article h3 {
  margin-bottom: 2.4rem;
}
.single-article h4 {
  margin-bottom: 2.4rem;
}
.single-article h5 {
  margin-bottom: 2.4rem;
}
.single-article h6 {
  margin-bottom: 2.4rem;
}
.single-article__breadcrumb {
  font-size: 1.4rem;
  color: #646464;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.single-article__breadcrumb a {
  color: #646464;
  text-decoration: none;
  transition: color 0.4s ease;
}
.single-article__breadcrumb a:hover {
  color: #C4183C;
}
.single-article__breadcrumb a[aria-current=page] {
  color: #1A1919;
}
.single-article__breadcrumb-sep {
  margin: 0 1.2rem;
  color: #C4183C;
}
.single-article__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
}
.single-article__supertitle {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #C4183C;
  font-size: 1.4rem;
  color: #FFFEFD;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.single-article__date, .single-article__reading {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1919;
}
.single-article__bars-separator {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #C4183C;
  box-shadow: 4px 0 0 #C4183C, 8px 0 0 #C4183C, 12px 0 0 #C4183C;
  margin: 0 0.5rem;
}
.single-article__title {
  margin: 0;
}
.single-article__lead {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.single-article__excerpt {
  margin: 0;
}
.single-article__edition-tag {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem;
  background: #EFEFEF;
  color: #1A1919;
  text-decoration: none;
  transition: background 0.4s ease;
  min-width: 25rem;
}
.single-article__edition-tag:hover {
  background: #F6F5F2;
}
.single-article__edition-icon {
  color: #C4183C;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.single-article__edition-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.single-article__edition-name {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.single-article__edition-label {
  font-size: 1.4rem;
  color: #646464;
}
.single-article__topbar {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.single-article__hr {
  border: 0;
  border-top: 1px solid #EFEFEF;
  margin: 0;
}
.single-article .auto-translate-notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  background: #F6F5F2;
  padding: 1.4rem 2rem;
  border-radius: 3px;
  margin: 2.4rem 0;
}
.single-article .auto-translate-notice__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.single-article .auto-translate-notice__icon {
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C4183C;
}
.single-article .auto-translate-notice__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.single-article .auto-translate-notice__text {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1A1919;
}
.single-article .auto-translate-notice__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
.single-article .auto-translate-notice__link {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #1A1919;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: color 0.4s ease;
}
.single-article .auto-translate-notice__link:hover {
  color: #C4183C;
}
@media screen and (min-width: 1024px) {
  .single-article .auto-translate-notice {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.single-article__featured-image {
  margin: 0;
}
.single-article__featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-article__featured-image--portrait {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1A1919;
}
.single-article__featured-image--portrait img.single-article__featured-image-bg,
.single-article__featured-image--portrait img.single-article__featured-image-fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.single-article__featured-image--portrait .single-article__featured-image-bg {
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px) brightness(0.85);
  transform: scale(1.15);
}
.single-article__featured-image--portrait .single-article__featured-image-fg {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.single-article__image-meta {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.2rem;
  color: #646464;
  margin-top: 2.4rem;
  justify-content: center;
}
.single-article__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.single-article__main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.single-article__footnotes {
  font-style: italic;
  color: #646464;
  margin-top: 2.4rem;
}
.single-article__footnotes p {
  margin: 0 0 1.2rem 0;
}
.single-article__footnotes p:last-child {
  margin-bottom: 0;
}
.single-article__footnotes a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-article__aside {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.single-article__newsletter {
  background: #EFEFEF;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.single-article__newsletter h3 {
  margin: 0;
}
.single-article__newsletter p {
  margin: 0;
  color: #646464;
}
.single-article__newsletter .gform_wrapper,
.single-article__newsletter .gform_wrapper *,
.single-article__newsletter form,
.single-article__newsletter .gform_body,
.single-article__newsletter .gform_fields,
.single-article__newsletter .gfield,
.single-article__newsletter .ginput_container,
.single-article__newsletter .gform_footer {
  box-sizing: border-box;
  max-width: 100%;
}
.single-article__newsletter .gform_wrapper,
.single-article__newsletter form,
.single-article__newsletter .gform_body,
.single-article__newsletter .gform_fields,
.single-article__newsletter .gfield,
.single-article__newsletter .ginput_container,
.single-article__newsletter .gform_footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-article__newsletter input[type=email], .single-article__newsletter input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 2rem;
  border: 0;
  background: #FFFEFD;
  font-size: 1.4rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.single-article__newsletter .gform_button, .single-article__newsletter input[type=submit] {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  background: #C4183C;
  color: #FFFEFD;
  border: 0;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.4s ease;
}
.single-article__newsletter .gform_button:hover, .single-article__newsletter input[type=submit]:hover {
  background: #A61433;
}
.single-article__most-read {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.single-article__most-read h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #646464;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.single-article ol.single-article__most-read-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: most-read-counter;
}
.single-article ol.single-article__most-read-list > li.single-article__most-read-item {
  position: static;
  counter-increment: most-read-counter;
  padding: 2.4rem 0;
  border-bottom: 1px solid #EFEFEF;
}
.single-article ol.single-article__most-read-list > li.single-article__most-read-item::before {
  content: none;
}
.single-article ol.single-article__most-read-list > li.single-article__most-read-item:last-child {
  border-bottom: none;
}
.single-article__most-read-link {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.2rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.single-article__most-read-link::before {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  content: counter(most-read-counter, decimal-leading-zero);
  color: #EFEFEF;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.single-article__related {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-image: url(../images/parchemin-background-scaled.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-article__related h2 {
  margin-bottom: 6rem;
}
.single-article__related-cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.single-article__image-caption {
  font-style: italic;
}

/* Tag pill (réutilisable) -------------------------- */
.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.4rem;
  border: 1px solid #EFEFEF;
  color: #C4183C;
  background: transparent;
  text-decoration: none;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.tag-pill:hover {
  background: #F6F5F2;
  border-color: #C4183C;
}

/* Article share (4 icônes ronds) ------------------- */
.article-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
.article-share__label {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1919;
}
.article-share__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.2rem;
}
.article-share__list > li {
  position: static;
  margin: 0;
  padding: 0;
}
.article-share__list > li::before {
  content: none;
}
.article-share__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  background: transparent;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.article-share__icon img {
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-share__icon:hover {
  background: #EFEFEF;
  border-color: #646464;
}

/* Article author block ----------------------------- */
.single-article__authors {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.article-author__link {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  text-decoration: none;
  color: inherit;
}
.article-author__avatar {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C4183C;
  color: #FFFEFD;
  flex-shrink: 0;
}
.article-author__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article-author__initials {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
.article-author__meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.article-author__name {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1A1919;
}
.article-author__role {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #646464;
}

/* Blockquote — 2 styles dans .page__content -------- */
.page__content blockquote {
  margin: 2.4rem 0;
  padding-left: 2.4rem;
  border-left: 3px solid #C4183C;
}
.page__content blockquote p {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1A1919;
  margin: 0;
}
.page__content blockquote cite {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 1.2rem;
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C4183C;
  font-style: normal;
}
.page__content blockquote.is-style-quote-centered {
  border-left: 0;
  padding: 0;
  text-align: center;
  margin: 6rem 0;
}
.page__content blockquote.is-style-quote-centered p {
  font-style: normal;
  font-size: 2.4rem;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
}
.page__content blockquote.is-style-quote-centered cite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
  font-size: 1.2rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C4183C;
  font-style: normal;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.page__content blockquote.is-style-quote-centered cite::before, .page__content blockquote.is-style-quote-centered cite::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 4rem;
  height: 1px;
  background: #C4183C;
}
.page__content blockquote.is-style-quote-centered[data-sub-caption]::after {
  content: attr(data-sub-caption);
  display: block;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: #646464;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .single-article {
    gap: 4rem;
    max-width: 120rem;
  }
  .single-article__topbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .single-article__body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 8rem;
    align-items: start;
  }
  .single-article__aside {
    position: sticky;
    top: 8rem;
  }
  .single-article__related-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
  .single-article__lead {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .single-article__lead p {
    flex: 1;
    max-width: 60%;
  }
  .article-share {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
  }
}
.article-share__icon.is-copied {
  background: #EFEFEF;
  transition: all 0.1s ease;
}
.article-share__icon.is-copied img {
  filter: brightness(0) invert(0.7);
}

/*****************************************************
**************** Single Edition **********************
*  Template single-edition.php — page d'une édition (.edition-single).
*  Layout : topbar + 2 cols (cover + édito) + cards.
******************************************************/
.edition-single {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  /* Profil édition (2 cols) ---------------------- */
}
.edition-single__topbar {
  display: flex;
  align-items: center;
}
.edition-single__profile {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  margin: 0 auto;
}
.edition-single__cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  overflow: hidden;
  /*             aspect-ratio: 3 / 4;
   */
}
.edition-single__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edition-single__cover-fallback {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 700;
  color: #FFFEFD;
  font-size: 2rem;
  text-align: center;
  padding: 2.4rem;
}
.edition-single__info {
  display: flex;
  padding-top: 8vw;
  flex-direction: column;
  gap: 2.4rem;
}
.edition-single__supertitle {
  display: block;
}
.edition-single__title {
  margin: 0;
}
.edition-single__edito {
  margin: 0;
}
.edition-single__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.edition-single__cta .btn {
  display: inline-block;
}
.edition-single__pdf-btn--locked {
  cursor: not-allowed;
}
.edition-single__pdf-btn--locked > span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #D8D8D8;
  color: #646464;
  border: 1px solid #D8D8D8;
  padding: 1.8rem 3rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1;
  box-sizing: border-box;
}
.edition-single__lock-icon {
  flex-shrink: 0;
}
.edition-single__paywall {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem;
  background: rgba(196, 24, 60, 0.05);
  border: 1px solid rgba(196, 24, 60, 0.15);
}
.edition-single__paywall .btn {
  display: inline-block;
}
.edition-single__paywall-text {
  margin: 0;
  color: #646464;
  font-size: 1.4rem;
}
.edition-single__edito-preview {
  transition: opacity 0.25s ease;
}
.edition-single__edito-preview p {
  margin: 0;
}
.edition-single__edito-full {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease 0.05s, max-height 0.5s ease;
}
.edition-single__edito-toggle {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1A1919;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  margin-left: 0.4rem;
  transition: color 0.2s ease;
}
.edition-single__edito-toggle:hover, .edition-single__edito-toggle:focus-visible {
  color: #C4183C;
  outline: none;
}
.edition-single__edito-collapse {
  margin: 1.2rem 0 0;
}
.edition-single__edito.is-expanded .edition-single__edito-preview {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}
.edition-single__edito.is-expanded .edition-single__edito-full {
  opacity: 1;
  max-height: 500rem;
}
.edition-single__edito-full:focus {
  outline: none;
}
.edition-single__cta .btn {
  cursor: pointer;
}
.edition-single__cta .btn > a,
.edition-single__cta .btn > a:link,
.edition-single__cta .btn > a:visited {
  cursor: pointer;
  display: inline-block;
}

.edition-locked {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem;
  background: #FFFEFD;
  border: 1px solid #EFEFEF;
}
.edition-locked__head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.edition-locked__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
  background: rgba(196, 24, 60, 0.08);
  color: #C4183C;
  flex-shrink: 0;
}
.edition-locked__icon svg {
  width: 1.6rem;
  height: 1.6rem;
}
.edition-locked__title {
  color: #1A1919;
}
.edition-locked__text {
  margin: 0;
  color: #646464;
}
.edition-locked__cta {
  margin-top: 1.2rem;
}
.edition-locked__cta a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.edition-single {
  /* Cards articles liés -------------------------- */
}
.edition-single__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.edition-single__pagination {
  margin-top: 4rem;
}
.edition-single__empty {
  color: #646464;
}

@media screen and (min-width: 1024px) {
  .edition-single__profile {
    max-width: 80%;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 8rem;
    align-items: start;
  }
  .edition-single__cover {
    position: sticky;
    top: 5rem;
  }
  .edition-single__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 12rem;
  }
}
/*****************************************************
******************** Contact.scss ********************
******************************************************/
#gform_wrapper_9 {
  margin-top: 4rem;
}

/*****************************************************
******************* _account.scss *********************
* Page « Mon compte » : overview abonnement + form RCP
* Le form est rendu par [rcp_profile_editor] — on style
* directement les classes/IDs que sort RCP.
* Mobile-first : base = mobile, breakpoint desktop = 1024px.
******************************************************/
/********************
 * 1. Account overview
 ********************/
.land-account-overview {
  margin: 4rem 0;
}
.land-account-overview__row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 1.2rem 0;
  border-top: 2px solid #1A1919;
  border-bottom: 1px solid #1A1919;
}
.land-account-overview__cell {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.land-account-overview__label {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #646464;
}
.land-account-overview__value {
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #1A1919;
  line-height: 1.2;
}
.land-account-overview__status {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 600;
}
.land-account-overview__status::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(196, 24, 60, 0.15);
}
.land-account-overview__status.is-active {
  background: rgba(196, 24, 60, 0.1);
  color: #C4183C;
}
.land-account-overview__status.is-expired, .land-account-overview__status.is-cancelled, .land-account-overview__status.is-pending, .land-account-overview__status.is-paused {
  background: rgba(100, 100, 100, 0.1);
  color: #646464;
}
.land-account-overview__status.is-expired::before, .land-account-overview__status.is-cancelled::before, .land-account-overview__status.is-pending::before, .land-account-overview__status.is-paused::before {
  box-shadow: 0 0 0 4px rgba(100, 100, 100, 0.15);
}
.land-account-overview__manage {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem;
  background: #F6F5F2;
  border-left: 3px solid #C4183C;
}
.land-account-overview__manage p {
  margin: 0;
  font-size: 1.5rem;
  color: #646464;
  max-width: 60rem;
}
@media screen and (min-width: 1024px) {
  .land-account-overview__row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1.2rem;
    padding: 4rem 0;
    align-items: start;
  }
  .land-account-overview__manage {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/********************
 * 2. Pas d'abonnement
 ********************/
.land-account__no-membership {
  padding: 4rem;
  border: 1px solid #EFEFEF;
  text-align: center;
  margin-bottom: 4rem;
}
.land-account__no-membership p {
  margin-bottom: 1.2rem;
}

.land-account__notice {
  padding: 1.2rem;
  border-left: 3px solid #C4183C;
  background: rgba(196, 24, 60, 0.05);
}

/********************
 * 3. RCP Profile editor
 * (form rendu par [rcp_profile_editor] — template override dans
 *  themes/land/restrict-content-pro/profile-editor.php)
 *
 * Style aligné sur le reste des forms du site (Contact, Gestion abonnement) :
 * inputs avec bordure light-gray, padding confortable, labels en body small.
 ********************/
#rcp_profile_editor_form,
.rcp_form {
  margin-top: 4rem;
  /* Messages succès / erreur RCP */
  /* Layout : 1 colonne sur mobile, 2 cols desktop */
  /* Inputs et select — style boxed aligné sur les autres forms */
  /* Select : chevron custom comme dans _forms.scss */
  /* Hint « Laissez vide... » sous le bloc password */
  /* Submit — style btn primaire Land (cohérent avec le reste du site) */
}
#rcp_profile_editor_form .rcp_message,
#rcp_profile_editor_form p.status,
.rcp_form .rcp_message,
.rcp_form p.status {
  padding: 1.2rem 1.6rem;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  border-left: 3px solid #C4183C;
  background: rgba(196, 24, 60, 0.05);
}
#rcp_profile_editor_form .rcp_message.error,
#rcp_profile_editor_form p.status.error,
.rcp_form .rcp_message.error,
.rcp_form p.status.error {
  border-left-color: red;
  background: rgba(255, 0, 0, 0.05);
  color: red;
}
#rcp_profile_editor_form fieldset,
.rcp_form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
#rcp_profile_editor_form fieldset legend,
.rcp_form fieldset legend {
  grid-column: 1/-1;
  font-family: "Malaga OT", "Times New Roman", Georgia, serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  padding: 0;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 1.2rem;
  width: 100%;
}
#rcp_profile_editor_form fieldset p,
.rcp_form fieldset p {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
#rcp_profile_editor_form label,
.rcp_form label {
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1919;
}
#rcp_profile_editor_form input[type=text],
#rcp_profile_editor_form input[type=email],
#rcp_profile_editor_form input[type=password],
#rcp_profile_editor_form input[type=url],
#rcp_profile_editor_form select,
.rcp_form input[type=text],
.rcp_form input[type=email],
.rcp_form input[type=password],
.rcp_form input[type=url],
.rcp_form select {
  width: 100%;
  box-sizing: border-box;
  background: #FFFEFD;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  padding: 1.4rem 1.6rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #1A1919;
  outline: none;
  transition: border-color 0.2s ease;
  box-shadow: none;
}
#rcp_profile_editor_form input[type=text]::-moz-placeholder, #rcp_profile_editor_form input[type=email]::-moz-placeholder, #rcp_profile_editor_form input[type=password]::-moz-placeholder, #rcp_profile_editor_form input[type=url]::-moz-placeholder, #rcp_profile_editor_form select::-moz-placeholder, .rcp_form input[type=text]::-moz-placeholder, .rcp_form input[type=email]::-moz-placeholder, .rcp_form input[type=password]::-moz-placeholder, .rcp_form input[type=url]::-moz-placeholder, .rcp_form select::-moz-placeholder {
  color: #646464;
  opacity: 1;
}
#rcp_profile_editor_form input[type=text]::placeholder,
#rcp_profile_editor_form input[type=email]::placeholder,
#rcp_profile_editor_form input[type=password]::placeholder,
#rcp_profile_editor_form input[type=url]::placeholder,
#rcp_profile_editor_form select::placeholder,
.rcp_form input[type=text]::placeholder,
.rcp_form input[type=email]::placeholder,
.rcp_form input[type=password]::placeholder,
.rcp_form input[type=url]::placeholder,
.rcp_form select::placeholder {
  color: #646464;
  opacity: 1;
}
#rcp_profile_editor_form input[type=text]:focus,
#rcp_profile_editor_form input[type=email]:focus,
#rcp_profile_editor_form input[type=password]:focus,
#rcp_profile_editor_form input[type=url]:focus,
#rcp_profile_editor_form select:focus,
.rcp_form input[type=text]:focus,
.rcp_form input[type=email]:focus,
.rcp_form input[type=password]:focus,
.rcp_form input[type=url]:focus,
.rcp_form select:focus {
  border-color: #C4183C;
}
#rcp_profile_editor_form input[type=text]:disabled, #rcp_profile_editor_form input[type=text][readonly],
#rcp_profile_editor_form input[type=email]:disabled,
#rcp_profile_editor_form input[type=email][readonly],
#rcp_profile_editor_form input[type=password]:disabled,
#rcp_profile_editor_form input[type=password][readonly],
#rcp_profile_editor_form input[type=url]:disabled,
#rcp_profile_editor_form input[type=url][readonly],
#rcp_profile_editor_form select:disabled,
#rcp_profile_editor_form select[readonly],
.rcp_form input[type=text]:disabled,
.rcp_form input[type=text][readonly],
.rcp_form input[type=email]:disabled,
.rcp_form input[type=email][readonly],
.rcp_form input[type=password]:disabled,
.rcp_form input[type=password][readonly],
.rcp_form input[type=url]:disabled,
.rcp_form input[type=url][readonly],
.rcp_form select:disabled,
.rcp_form select[readonly] {
  color: #646464;
  background: #EFEFEF;
  cursor: not-allowed;
}
#rcp_profile_editor_form select,
.rcp_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 4rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%231A1919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  cursor: pointer;
}
#rcp_profile_editor_form .land-rcp-profile__password-hint,
.rcp_form .land-rcp-profile__password-hint {
  grid-column: 1/-1;
  font-size: 1.3rem;
  color: #646464;
  font-style: italic;
  margin: 0;
}
#rcp_profile_editor_form .land-rcp-profile__submit-wrap,
.rcp_form .land-rcp-profile__submit-wrap {
  display: block;
}
#rcp_profile_editor_form input[type=submit],
#rcp_profile_editor_form .rcp_submit,
.rcp_form input[type=submit],
.rcp_form .rcp_submit {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 1rem;
  padding: 1.8rem 3rem;
  background: #C4183C;
  color: #FFFEFD;
  border: 1px solid #C4183C;
  border-radius: 0;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease;
}
#rcp_profile_editor_form input[type=submit]:hover,
#rcp_profile_editor_form .rcp_submit:hover,
.rcp_form input[type=submit]:hover,
.rcp_form .rcp_submit:hover {
  background: #A61433;
  border-color: #A61433;
  color: #FFFEFD;
}
#rcp_profile_editor_form input[type=submit]:active,
#rcp_profile_editor_form .rcp_submit:active,
.rcp_form input[type=submit]:active,
.rcp_form .rcp_submit:active {
  background: #870F29;
  border-color: #870F29;
}
@media screen and (min-width: 1024px) {
  #rcp_profile_editor_form fieldset,
  .rcp_form fieldset {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 3.2rem;
    /* Email + display_name + passwords full-width, prénom/nom demi */
  }
  #rcp_profile_editor_form fieldset p:not(#rcp_profile_first_name_wrap):not(#rcp_profile_last_name_wrap):not(#rcp_profile_password_wrap):not(#rcp_profile_password_confirm_wrap),
  .rcp_form fieldset p:not(#rcp_profile_first_name_wrap):not(#rcp_profile_last_name_wrap):not(#rcp_profile_password_wrap):not(#rcp_profile_password_confirm_wrap) {
    grid-column: 1/-1;
  }
}

/********************
 * 4. Box helper (desktop only)
 ********************/
@media screen and (min-width: 1024px) {
  .account__box {
    padding: 8rem 6rem;
    border: 1px solid #EFEFEF;
  }
}
/****************** Themes folder *******************/
/*****************************************************
********************* Theme.scss *********************
******************************************************
*
*  Classes générées par les options Gutenberg custom :
*  - Group block         → .bkg__[val]    et .color__[val]
*  - Heading / Paragraph → .has-text-[val]
*
*  Les [val] correspondent aux options déclarées dans
*  includes/admin/assets/js/custom-*-settings.js.
*
*  Convention agence (cf. .claude/docs/methodology.md
*  section 3 « Setup Design System »).
******************************************************/
/*** Backgrounds (core/group → bkg__[couleur]) ***/
.bkg__white {
  background: #FFFEFD;
}

.bkg__black {
  background: #1A1919;
}

.bkg__accent {
  background: #C4183C;
}

.bkg__gray {
  background: #646464;
}

.bkg__light-gray {
  background: #EFEFEF;
}

.bkg__parchment {
  background: #F6F5F2;
}

/*** Couleur texte groupe (core/group → color__[couleur]) ***/
.color__white {
  color: #FFFEFD;
}

.color__black {
  color: #1A1919;
}

.color__accent {
  color: #C4183C;
}

.color__gray {
  color: #646464;
}

.color__light-gray {
  color: #EFEFEF;
}

.color__parchment {
  color: #F6F5F2;
}

/*** Couleur texte heading/paragraph (has-text-[couleur]) ***/
.has-text-white {
  color: #FFFEFD;
}

.has-text-black {
  color: #1A1919;
}

.has-text-accent {
  color: #C4183C;
}

.has-text-gray {
  color: #646464;
}

.has-text-light-gray {
  color: #EFEFEF;
}

.has-text-parchment {
  color: #F6F5F2;
}

/*****************************************************
********************* admin.scss *********************
******************************************************/
/*****************************************************
********************* Tools.scss *********************
******************************************************/
.align__center {
  text-align: center;
}
.align__left {
  text-align: left;
}
.align__right {
  text-align: right;
}

.has-white-background-color {
  background: #FFFEFD;
}
.has-white-color {
  color: #FFFEFD;
}
.has-black-background-color {
  background: #1A1919;
}
.has-black-color {
  color: #1A1919;
}
.has-accent-background-color {
  background: #C4183C;
}
.has-accent-color {
  color: #C4183C;
}
.has-accent-hover-background-color {
  background: #A61433;
}
.has-accent-hover-color {
  color: #A61433;
}
.has-accent-active-background-color {
  background: #870F29;
}
.has-accent-active-color {
  color: #870F29;
}
.has-gray-background-color {
  background: #646464;
}
.has-gray-color {
  color: #646464;
}
.has-gray-disabled-background-color {
  background: #D8D8D8;
}
.has-gray-disabled-color {
  color: #D8D8D8;
}
.has-light-gray-background-color {
  background: #EFEFEF;
}
.has-light-gray-color {
  color: #EFEFEF;
}
.has-parchment-background-color {
  background: #F6F5F2;
}
.has-parchment-color {
  color: #F6F5F2;
}

.hide {
  display: none;
}

.display {
  display: block;
}

@media screen and (min-width: 600px) {
  .hide__600 {
    display: none;
  }
  .display__600 {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .hide__700 {
    display: none;
  }
  .display__700 {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .hide__800 {
    display: none;
  }
  .display__800 {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .hide__900 {
    display: none;
  }
  .display__900 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .hide__1024 {
    display: none;
  }
  .display__1024 {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .hide__1100 {
    display: none;
  }
  .display__1100 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hide__1200 {
    display: none;
  }
  .display__1200 {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .hide__1280 {
    display: none;
  }
  .display__1280 {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .hide__1400 {
    display: none;
  }
  .display__1400 {
    display: block;
  }
}
/*****************************************************
********************* login.scss *********************
******************************************************/
/***** Page *****/
/***** Form *****/
/* Style du fond */
html body.login {
  background-color: #FFFEFD;
  color: #1A1919;
  min-height: 100vh;
  display: flex;
  padding: 2rem 1.6rem;
  box-sizing: border-box;
}

/* Wrapper logo + form */
html #login {
  padding: 0;
  margin: auto;
  width: 100%;
  max-width: 36rem;
}

/* Logo */
html #login h1 a {
  background-image: url("../images/landvector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 3.5rem;
  outline: none;
  box-shadow: none;
  margin-bottom: 2rem;
}

html .login .dashicons-visibility:before {
  color: #1A1919;
}

html .login form {
  background-color: #FFFEFD;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  padding: 2.4rem 2rem;
  margin-top: 0;
  box-shadow: none;
}

/* Inputs compacts */
html .login form .input,
html .login input[type=text],
html .login input[type=email],
html .login input[type=password] {
  font-size: 1.4rem;
  padding: 0.8rem 1rem;
  height: auto;
  line-height: 1.4;
}

/* Liens (mdp oublié) */
html .login #nav,
html .login #backtoblog {
  font-size: 1.3rem;
  padding: 1.2rem 0 0;
  text-align: center;
}

/* Masque le lien Politique de confidentialité */
html .login .privacy-policy-page-link {
  display: none;
}

/* Desktop : un peu plus large */
@media screen and (min-width: 1024px) {
  html #login {
    max-width: 38rem;
  }
  html #login h1 a {
    height: 4rem;
    margin-bottom: 3rem;
  }
  html .login form {
    padding: 3.2rem 2.8rem;
  }
}
html .login form label {
  color: #1A1919;
}

html .login form .input,
html .login input[type=text],
html .login input[type=password] {
  outline: none;
  background: transparent;
  color: #1A1919;
  border: 1px solid #1A1919;
  box-shadow: none;
  transition: 0.3s ease;
}

/* Case « Se souvenir de moi » : on laisse le style natif WordPress
   (fond blanc + ✓ bleu WP). Un override custom en couleur accent avait
   été tenté mais le rendu était moins propre que le natif. */
html .login input[type=text]:focus,
html .login input[type=password]:focus {
  border: 1px solid rgba(26, 25, 25, 0.5);
  color: rgba(26, 25, 25, 0.5);
}

html body.login .language-switcher {
  display: none;
}

/* Mobile-first : forgetmenot centré, submit en dessous full-width.
   Flex sur .forgetmenot pour aligner verticalement la checkbox et son
   label (par défaut WP les rend inline sans align-items, ce qui décale
   le label du haut de la case selon le baseline du texte). */
html .login p.forgetmenot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1.6rem;
}
html .login p.forgetmenot input[type=checkbox] {
  margin: 0;
}
html .login p.forgetmenot label {
  margin: 0;
  line-height: 1;
}

/* Bouton « afficher le mot de passe » (WP natif).
   WP le positionne en absolute dans .wp-pwd (qui est position:relative).
   On ne touche pas au layout, on centre juste l'icône dans le bouton. */
html .login .wp-pwd button.wp-hide-pw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html .login p.submit {
  text-align: center;
}

html .login .button-primary,
html .login .wp-core-ui .button-primary {
  width: 100%;
  background: #C4183C;
  color: #FFFEFD;
  border: 1px solid #C4183C;
  border-radius: 0;
  padding: 1.8rem 3rem;
  height: auto;
  min-height: 0;
  line-height: 1;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  transition: 0.4s ease;
  cursor: pointer;
}

html .login .button-primary:hover,
html .login .wp-core-ui .button-primary:hover {
  background: #A61433;
  border-color: #A61433;
  color: #FFFEFD;
}

html .login .button-primary:active,
html .login .wp-core-ui .button-primary:active {
  background: #870F29;
  border-color: #870F29;
}

/* Desktop : retour au layout WP par défaut (forgetmenot à gauche, submit à droite) */
@media screen and (min-width: 1024px) {
  html .login p.forgetmenot {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  html .login .button-primary,
  html .login .wp-core-ui .button-primary {
    width: auto;
  }
}
html .login #nav a,
html .login #backtoblog a {
  color: #1A1919;
  transition: 0.3s ease;
}

html .login #nav a:hover,
html .login #backtoblog a:hover {
  color: rgba(26, 25, 25, 0.5);
}

html .login .message,
html .login .notice,
html .login .success {
  border-left: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: blue;
}

html .login .notice-error {
  color: red;
}

html .login .notice-error a {
  display: none;
}

/* Bloc « Pas encore de compte ? » sous le form */
html .login .land-login__subscribe {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  color: #1A1919;
  font-size: 1.4rem;
}
html .login .land-login__subscribe a {
  margin-left: 0.4rem;
  color: #C4183C;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
html .login .land-login__subscribe a:hover {
  opacity: 0.7;
}

/* Masque le lien « Retour vers » (déjà accessible via logo) */
html .login #backtoblog {
  display: none;
}

/*****************************************************
******************* Theme variables ******************
******************************************************/
/****************** Fonts ***************************/
@font-face {
  font-family: "National 2";
  src: url(../fonts/National2-Light.otf) format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "National 2";
  src: url(../fonts/National2-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "National 2";
  src: url(../fonts/National2-RegularItalic.otf) format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "National 2";
  src: url(../fonts/National2-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "National 2";
  src: url(../fonts/National2-BoldItalic.otf) format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Malaga OT";
  src: url(../fonts/MalagaOT-Reg.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Malaga OT";
  src: url(../fonts/MalagaOT-RegItalic.otf) format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Malaga OT";
  src: url(../fonts/MalagaOT-Med.otf) format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Malaga OT";
  src: url(../fonts/MalagaOT-MedItalic.otf) format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Malaga OT";
  src: url(../fonts/MalagaOT-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/***************** Html & body ***************************/
html, body {
  font-size: 10px;
  min-height: 100vh;
  overflow-x: clip;
  max-width: 100vw;
  scrollbar-width: thin;
  scrollbar-color: #1A1919 rgba(26, 25, 25, 0.1);
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: rgba(26, 25, 25, 0.1);
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #1A1919;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "National 2", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

/****************** Container *************************/
.container {
  max-width: 150rem;
  width: 90%;
  margin: 0 auto;
}
.container__base {
  max-width: 150rem;
}
.container__huge {
  max-width: 180rem;
}
.container__big {
  max-width: 160rem;
  width: 90%;
}
.container__med {
  max-width: 120rem;
  width: 90%;
}
.container__small {
  max-width: 85rem;
  width: 90%;
}
.container__tiny {
  max-width: 60rem;
  width: 90%;
}
.container__fullwidth {
  max-width: 100%;
  width: 100%;
}
