html {
  color: #000000;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
html {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
body {
  --lmd-color-inverse-bg-white: hsla(0, 0%, 100%, 0.2);
  --lmd-color-inverse-bg-white-hover: hsla(220, 3%, 53%, 0.102);
  --lmd-color-inverse-bg-light: #565e70;
  --lmd-color-inverse-bg-light-hover: #666e80;
  --lmd-color-inverse-bg-medium: #464f5f;
  --lmd-color-inverse-bg-medium-hover: #464f5f;
  --lmd-color-inverse-bg-dark: #2a303c;
  --lmd-color-inverse-bg-dark-hover: #464f5f;
  --lmd-color-inverse-bg-cta: #fff;
  --lmd-color-inverse-bg-cta-hover: #f5f6f8;
  --lmd-color-inverse-content-light: #d5d8dc;
  --lmd-color-inverse-content-light-hover: #bdc1c8;
  --lmd-color-inverse-content-medium: #f5f6f8;
  --lmd-color-inverse-content-medium-hover: #e8eaee;
  --lmd-color-inverse-content-dark: #fff;
  --lmd-color-inverse-content-dark-hover: #f5f6f8;
  --lmd-color-red-bg-white: #e8eaee;
  --lmd-color-red-bg-white-hover: rgba(224, 46, 46, 0.102);
  --lmd-color-red-bg-light: #feeeec;
  --lmd-color-red-bg-light-hover: #fee4e2;
  --lmd-color-red-bg-medium: #fee4e2;
  --lmd-color-red-bg-medium-hover: #ffd4d1;
  --lmd-color-red-bg-dark: #ffd4d1;
  --lmd-color-red-bg-dark-hover: #f8b9b9;
  --lmd-color-red-bg-cta: #c72929;
  --lmd-color-red-bg-cta-hover: #a92325;
  --lmd-color-red-border-light: #f8b9b9;
  --lmd-color-red-border-medium: #c72929;
  --lmd-color-red-border-dark: #6b191a;
  --lmd-color-red-content-light: #c72929;
  --lmd-color-red-content-light-hover: #a92325;
  --lmd-color-red-content-medium: #7d0707;
  --lmd-color-red-content-medium-hover: #6b191a;
  --lmd-color-red-content-dark: #220708;
  --lmd-color-red-content-dark-hover: #6b191a;
  --lmd-color-storm-bg-white: #fff;
  --lmd-color-storm-bg-white-hover: hsla(220, 3%, 53%, 0.102);
  --lmd-color-storm-bg-light: #f5f6f8;
  --lmd-color-storm-bg-light-hover: #e8eaee;
  --lmd-color-storm-bg-medium: #e8eaee;
  --lmd-color-storm-bg-medium-hover: #d5d8dc;
  --lmd-color-storm-bg-dark: #d5d8dc;
  --lmd-color-storm-bg-dark-hover: #bdc1c8;
  --lmd-color-storm-bg-cta: #2a303c;
  --lmd-color-storm-bg-cta-hover: #464f5f;
  --lmd-color-storm-border-lighter: #e8eaee;
  --lmd-color-storm-border-light: #bdc1c8;
  --lmd-color-storm-border-medium: #6e7787;
  --lmd-color-storm-border-dark: #464f5f;
  --lmd-color-storm-content-light: #6e7787;
  --lmd-color-storm-content-light-hover: #666e80;
  --lmd-color-storm-content-medium: #565e70;
  --lmd-color-storm-content-medium-hover: #464f5f;
  --lmd-color-storm-content-dark: #2a303c;
  --lmd-color-storm-content-dark-hover: #464f5f;
  font-size: 16px;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  body {
    background-color: #f5f6f8;
  }
}
@media print {
  body {
    background-color: #fff;
    font-size: 9pt;
  }
}
body,
figure,
h1,
h2,
h3,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
svg {
  flex-shrink: 0;
}
.zone {
  background-color: #fff;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .zone {
    max-width: 115.2rem;
  }
}
@media (min-width: 1200px) {
  .zone {
    margin: 0 auto;
  }
}
.zone--footer {
  background-color: #000000;
}
.main {
  background-color: #fff;
  overflow-x: clip;
}
@media (min-width: 1024px) {
  .main {
    background-color: #f5f6f8;
  }
}
@media print {
  .main {
    background-color: #fff;
  }
}
.main .zone {
  margin: 0 1.6rem;
}
@media (min-width: 576px) {
  .main .zone {
    margin: 0 3.2rem;
  }
}
@media (min-width: 768px) {
  .main .zone {
    margin: 0 auto;
    max-width: 66.4rem;
  }
}
@media (min-width: 1024px) {
  .main--free .zone {
    margin: 0 auto;
    max-width: 100rem;
    padding-bottom: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.zone--article {
  padding-bottom: 4rem;
  padding-top: 3.2rem;
}
@media (min-width: 1024px) {
  .zone--article {
    display: grid;
    grid-template-columns: 1fr 31.6rem;
    grid-column-gap: 6.4rem;
    grid-template-rows: auto auto auto;
  }
}
@media (max-width: 767px) {
  .zone--article.zone--article-offer {
    padding-top: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .zone--article-premium {
    grid-template-rows: auto 2.2rem auto auto;
  }
  .zone--article-premium .article__content {
    grid-row: 3;
  }
}
@media (min-width: 480px) {
  .main .zone--article-opinion {
    margin: 0 3.2rem;
  }
}
@media (min-width: 576px) {
  .main .zone--article-opinion {
    margin: 0 5.2rem;
  }
}
@media (min-width: 768px) {
  .main .zone--article-opinion {
    margin: 0 auto;
    max-width: 66.4rem;
  }
}
@media (min-width: 1024px) {
  .main .zone--article-opinion {
    max-width: 100rem;
  }
}
@media (min-width: 1024px) {
  .main--free .zone--article {
    padding: 3.2rem;
  }
}
@media print {
  .main--free .zone--article {
    background-color: #fff;
    box-shadow: 0 0;
    display: block;
    overflow: visible;
    padding: 1.5cm;
    position: relative;
    width: 664px;
  }
}
@media (min-width: 1024px) {
  .main--free .article__content {
    max-width: 55.6rem;
  }
}
.icon__arrow,
.icon__favorites {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.icon__favorites {
  background-image: url("/img/favorites-icon.svg");
  height: 1.56rem;
  width: 1.1rem;
}
.icon__arrow {
  background-image: url("/img/arrow-icon.svg");
}
.icon__facebook--footer,
.icon__facebook--footer:hover {
  background-image: url("/img/facebook-icon.svg");
}
.article:after {
  clear: both;
  content: "";
  display: table;
}
.article picture {
  display: block;
  padding-top: 66.66%;
}
.article picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.article__media {
  display: block;
  float: right;
  font-size: 0;
  margin-left: 1.6rem;
  max-width: 11.4rem;
}
.article__title {
  color: #000000;
  font-family: Georgia, Droid-serif, serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
}
html.fonts-loaded .article__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .article__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
.article__author {
  align-items: center;
  display: flex;
  max-width: 70%;
}
@media (min-width: 768px) {
  .article__author {
    max-width: 28rem;
  }
}
.article__author-picture {
  background-color: #e8eaee;
  background-image: url("/img/author-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  height: 5rem;
  margin-right: 1.2rem;
  width: 5rem;
}
.article__paragraph {
  color: #000000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.52;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .article__paragraph {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}
@media print {
  .article__paragraph {
    font-size: 9pt;
    margin-top: 1.6rem;
  }
}
.article__paragraph a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.article__paragraph a:hover {
  opacity: 0.8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.article__list {
  color: #000000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.52;
  list-style: disc;
  margin: 2rem 0 0;
  padding-left: 2.2rem;
}
.article__list li {
  display: list-item;
  margin-top: 0.65rem;
}
.article__list li::marker {
  color: #000000;
}
.article__list li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .article__list {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}
@media print {
  .article__list {
    font-size: 9pt;
    margin-top: 1.6rem;
  }
}
.article__content {
  font-family: Georgia, Droid-serif, serif;
  padding-top: 2.4rem;
}
html.fonts-loaded .article__content {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .article__content {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
@media (min-width: 1024px) {
  .article__content {
    padding-top: 3.2rem;
  }
}
.article__content > :first-child {
  margin-top: 0;
}
.article__author-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.article--single {
  margin-bottom: 0;
}
.article--single h1 {
  font-size: 2.8rem;
}
@media (min-width: 1024px) {
  .article--single h1 {
    font-size: 3.8rem;
  }
}
.article--single .article__header {
  padding-bottom: 2rem;
  position: relative;
}
.article--single .article__header:after {
  background-color: #d5d8dc;
  bottom: 0;
  content: " ";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}
@media (min-width: 576px) {
  .article--single .article__header {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 2.4rem;
  }
}
.article--single .article__header .meta__publisher {
  display: block;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .article--single .article__header .meta__publisher {
    max-width: 85%;
  }
}
@media print {
  .article--single .article__header .meta__publisher {
    font-size: 7.5pt;
  }
}
.article--single .article__header .meta__publisher--opinion {
  align-items: center;
}
@media (min-width: 1024px) {
  .article--single .article__header .meta__publisher--opinion {
    float: right;
    max-width: none;
    width: calc(100% - 25.6rem);
  }
}
.article--single .article__header .meta__social {
  clear: both;
  gap: 1.2rem;
  justify-content: flex-start;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  position: relative;
}
@media print {
  .article--single .article__header .meta__social {
    display: none;
  }
}
@media (min-width: 768px) {
  .article--single .article__header .meta__social {
    z-index: 4;
  }
}
.article--single .article__header .meta__social--opinion {
  position: relative;
  top: 1.6rem;
}
@media (min-width: 1024px) {
  .article--single .article__header .meta__social--opinion {
    margin-left: auto;
    width: calc(100% - 25.6rem);
  }
}
.article--single .article__header--opinion {
  margin: 0 1.6rem;
}
@media (min-width: 576px) {
  .article--single .article__header--opinion {
    margin: 0 3.2rem;
  }
}
@media (min-width: 768px) {
  .article--single .article__header--opinion {
    margin: 0 auto;
    max-width: 66.4rem;
  }
}
@media (min-width: 1024px) {
  .article--single .article__header--opinion {
    margin: 0;
    max-width: 100%;
  }
}
.article--single .article__header--opinion:after {
  display: none;
}
@media print {
  .article--single .article__content {
    padding-top: 0;
  }
}
.article--single .article__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 1.2rem;
}
@media (min-width: 576px) {
  .article--single .article__title {
    font-size: 2.8rem;
    line-height: 1.14;
  }
}
@media (min-width: 768px) {
  .article--single .article__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.11;
  }
}
@media (min-width: 1024px) {
  .article--single .article__title {
    font-size: 3.8rem;
  }
}
.article--single .article__title--opinion {
  font-weight: 800;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .article--single .article__title--opinion {
    float: none;
    grid-column: 1 / -1;
    line-height: 1.26;
    margin-top: 4rem;
    width: 100%;
  }
  .article--single .article__header--opinion {
    display: grid;
    grid-template-columns: 24rem 30rem minmax(0, 1fr);
    column-gap: 1.6rem;
    padding-bottom: 0;
  }
  .article--single .article__header--opinion .ds-breadcrumb {
    grid-column: 1 / -1;
  }
  .article--single .article__header--opinion .article__authors {
    float: none;
    grid-column: 1;
    grid-row: 3;
  }
  .article--single .article__header--opinion .meta__publisher--opinion {
    align-self: center;
    float: none;
    grid-column: 1;
    grid-row: 4;
    margin-top: 1.2rem;
    width: auto;
  }
  .article--single .article__header--opinion .meta__social--opinion {
    align-self: center;
    grid-column: 2;
    grid-row: 4;
    justify-self: end;
    margin: 1.2rem 0 0;
    padding-top: 0;
    top: 0;
    width: auto;
  }
  .zone--article-premium {
    grid-template-rows: auto 0 auto auto;
  }
  .article__wrapper--premium .article__content:first-child {
    padding-top: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .article--single .article__header--opinion {
    padding-bottom: 0;
  }
  .article--single .article__header .meta__social--opinion {
    margin-top: 1.2rem;
    padding-top: 0;
    top: 0;
  }
  .article__wrapper--premium .article__content:first-child {
    padding-top: 0.8rem;
  }
}
@media print {
  .article--single .article__title {
    font-size: 15pt;
  }
}
.article--single .article__media {
  float: none;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 100%;
  padding-top: 0;
  position: relative;
}
.article--single .article__media img {
  position: relative;
}
.article--single .article__authors {
  margin-top: 2.4rem;
}
.article--single .article__authors:before {
  background-color: #000000;
  content: " ";
  display: block;
  height: 0.4rem;
  margin: 0 0 2rem;
  width: 4rem;
}
@media (min-width: 1024px) {
  .article--single .article__authors {
    float: left;
    margin-top: 3.2rem;
    width: 24rem;
  }
}
.article--single .article__opinion-type {
  font-family:
    Arial Narrow,
    DINCondensed-Bold,
    Roboto Condensed,
    sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.11rem;
  line-height: 1;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
html.fonts-loaded .article--single .article__opinion-type {
  font-family:
    Marr Sans Condensed,
    Arial Narrow,
    DINCondensed-Bold,
    Roboto Condensed,
    sans-serif;
}
html:not(.fonts-loading) .article--single .article__opinion-type {
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .article--single .article__opinion-type {
    font-size: 2.2rem;
  }
}
.article--single .article__author {
  display: flex;
  font-family: Arial, Roboto, sans-serif;
  margin-top: 1.6rem;
  max-width: 100%;
}
html.fonts-loaded .article--single .article__author {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.article--single .article__author:first-of-type {
  margin-top: 0;
}
.article--single .article__author-picture {
  margin-right: 1.6rem;
}
.article--single .article__author-description {
  align-self: center;
}
.article--single .article__author-identity {
  color: #000000;
  font-family: Arial, Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
html.fonts-loaded .article--single .article__author-identity {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.article--single .article__section {
  color: #000000;
}
.article--single .article__section:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .article__wrapper {
    grid-column: 1;
    grid-row: 2;
  }
  .article__wrapper--premium {
    grid-row: 3;
  }
}
.article__wrapper article {
  position: relative;
  z-index: 2;
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.footer {
  font-family: var(--font-marr-sans), sans-serif;
  padding: 4rem 1.6rem;
  position: relative;
  z-index: 4;
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
  color: #e8eaee;
}
@media print {
  .footer {
    display: none;
  }
}
.footer--free .zone--footer {
  max-width: 100rem;
}
.footer .zone {
  background: transparent;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .footer__top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}
@media (min-width: 1024px) {
  html[lang="fr"] .footer__top {
    -moz-column-gap: normal;
    -moz-column-gap: initial;
    column-gap: normal;
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__category {
  border-bottom: 0.1rem solid #a4a9b4;
  line-height: 1;
  padding: 1.6rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .footer__category {
    border-bottom: 0;
    padding: 0 0 2.4rem;
    width: 33.3336%;
  }
}
.footer__category-container .footer__bullet {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .footer__category-container {
    display: flex;
    flex-flow: column wrap;
    grid-column: 1 / span 3;
    max-height: 58rem;
  }
  .footer__category-container .footer__bullet {
    margin-bottom: 0.4rem;
  }
}
.footer__category-title {
  color: #fff;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer__category-title {
    padding-bottom: 0.8rem;
  }
}
.footer__category-sites {
  border-bottom: 0;
}
.footer__links {
  font-size: 1.3rem;
  height: 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  position: relative;
}
@media (min-width: 768px) {
  .footer__links {
    display: block;
    height: auto;
  }
}
.footer__links--list {
  display: block;
  height: auto;
}
.footer__links--list {
  padding-top: 0;
}
.footer__links--social:first-of-type .footer__bullet--social:first-of-type {
  margin-left: 0;
}
.footer__links--social > .footer__bullet:before {
  display: none;
}
.footer__links--apps {
  align-self: center;
  display: flex;
  height: auto;
  list-style: none;
  padding-top: 0;
}
.footer__links--apps > .footer__bullet:before {
  display: none;
}
@media (min-width: 768px) {
  .footer__middle {
    border-top: 0.1rem solid #a4a9b4;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .footer__middle {
    border-top: 0;
    grid-column: unset;
    grid-template-columns: none;
    margin-top: -0.2rem;
  }
}
@media (min-width: 768px) {
  .footer__middle > .footer__cta {
    border-top: 0;
  }
  .footer__middle > .footer__cta:not(:last-of-type) {
    margin-right: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .footer__middle > .footer__cta {
    border-top: 0.1rem solid #a4a9b4;
  }
  .footer__middle > .footer__cta:not(:last-of-type) {
    margin-right: 0;
  }
}
.footer__bullet {
  line-height: 1.6;
  position: relative;
}
.footer__bullet:before {
  content: "•";
  display: block;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer__bullet > .footer__link {
  padding-left: 0.8rem;
}
@media (min-width: 768px) {
  .footer__bullet > .footer__link {
    max-width: 24rem;
  }
}
.footer__bullet > .footer__link--apps {
  align-self: center;
  padding-left: 0;
}
.footer__mandatory .footer__bullet {
  padding: 0.4rem 0;
  text-wrap: nowrap;
}
@media (min-width: 576px) {
  .footer__mandatory .footer__bullet {
    display: inline-block;
  }
  .footer__mandatory .footer__bullet:not(:last-of-type) {
    padding-right: 2.4rem;
  }
}
@media (max-width: 320px) {
  .footer__mandatory .footer__bullet:not(:last-of-type),
  .footer__mandatory .footer__bullet:not(:last-of-type):before {
    padding-bottom: 1.2rem;
  }
}
.footer__bullet--social {
  line-height: 2.4;
}
@media (min-width: 768px) {
  .footer__bullet--social {
    height: 100%;
    margin-left: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .footer__bullet--social {
    line-height: 1;
    margin-left: 3.2rem;
  }
}
.footer__bullet--apps {
  align-self: center;
  display: flex;
}
.footer__bullet--apps:first-of-type:after {
  content: "|";
  display: block;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.footer__icon {
  height: 1.8rem;
  width: 1.8rem;
}
.footer__link {
  align-items: center;
  color: #e8eaee;
  display: inline-flex;
  line-height: 1.23;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}
.footer__link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.footer__link--cta {
  margin-top: 1.6rem;
}
.footer__link--list {
  margin-top: 0;
}
.footer__cta {
  border-top: 0.1rem solid #a4a9b4;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 2.4rem 0;
}
@media (min-width: 768px) {
  .footer__cta:first-of-type {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer__cta:first-of-type {
    padding-top: 0;
  }
}
.footer__mandatory {
  border-top: 0.1rem solid #a4a9b4;
  padding: 2.4rem 0;
}
.footer__mandatory .footer__title {
  font-weight: 500;
  padding-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  .footer__mandatory .footer__title {
    padding-bottom: 0;
  }
}
.footer__mandatory .footer__links--list {
  display: grid;
  grid-column-gap: 5.1rem;
  -moz-column-gap: 5.1rem;
  column-gap: 5.1rem;
  grid-template-columns: 1fr;
  grid-row-gap: 0.8rem;
  row-gap: 0.8rem;
}
@media (min-width: 360px) and (max-width: 576px) {
  .footer__mandatory .footer__links--list {
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 577px) and (max-width: 1023px) {
  .footer__mandatory .footer__links--list {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1024px) {
  .footer__mandatory .footer__links--list {
    -moz-column-gap: normal;
    -moz-column-gap: initial;
    column-gap: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__mandatory .footer__links--list .footer__bullet {
  line-height: 2.6rem;
  padding: 0;
}
.footer__bottom {
  border-top: 0.1rem solid #a4a9b4;
  padding-top: 2.4rem;
}
@media (min-width: 1024px) {
  .footer__bottom {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .footer__bottom,
  .footer__mandatory {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    text-align: center;
  }
}
.footer__social {
  display: flex;
  margin-top: 1.6rem;
}
.footer__social .footer__link {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__social .footer__link {
    margin-right: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .footer__social {
    margin-top: 0;
  }
}
.footer__title {
  color: #fff;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.28;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.footer__apps {
  display: flex;
  margin-top: 1.6rem;
}
.meta {
  display: flex;
  font-family: Arial, Roboto, sans-serif;
  list-style: none;
}
html.fonts-loaded .meta {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.meta__publisher {
  color: #717b8e;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.42;
  margin-top: 1.6rem;
}
@media (min-width: 576px) {
  .meta__publisher {
    letter-spacing: 0.019rem;
  }
}
@media (min-width: 768px) {
  .meta__publisher {
    letter-spacing: 0.02rem;
  }
}
.meta__social {
  align-items: center;
  gap: 1.2rem;
  height: 3.2rem;
  margin-top: 2.4rem;
}
.share-btns {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.2rem;
}
.article__content figure.article__media {
  clear: both;
  left: 50%;
  margin-bottom: 0;
  margin-top: 2.4rem;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
@media (min-width: 768px) {
  .article__content figure.article__media {
    left: auto;
    transform: none;
    width: auto;
  }
}
@media print {
  .article__content figure.article__media {
    left: auto;
    margin-top: 1.6rem;
    transform: none;
    width: auto;
  }
}
.aside__article {
  display: none;
}
@media (min-width: 1024px) {
  .aside__article {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-row-gap: 4rem;
  }
  .lmd-has-new-teaser .aside__article {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    grid-row: 2/5;
  }
}
@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}
.lmd-btn-rounded {
  align-items: center;
  border: 0;
  border-radius: 4rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: var(--font-marr-sans), sans-serif;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
.lmd-btn-rounded:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.lmd-btn-rounded > * {
  pointer-events: none;
}
.lmd-btn-rounded--secondary {
  background-color: #fff;
  border: 0.1rem solid #bdc1c8;
  color: #000000;
}
.lmd-btn-rounded--secondary:hover {
  background-color: #f5f6f8;
  border-color: #bdc1c8;
}
.lmd-btn-rounded--m {
  font-size: 1.4rem;
  height: 3.2rem;
  padding: 0.9rem 1.2rem;
}
.lmd-btn-icon {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: var(--font-marr-sans), sans-serif;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.lmd-btn-icon:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.lmd-btn-icon > .js-btn-icon-tooltip {
  align-items: center;
  background-color: #000000;
  border-radius: 0.2rem;
  bottom: -2.8rem;
  color: #fff;
  display: none;
  font-family: var(--font-marr-sans-medium), sans-serif;
  font-size: 1.3rem;
  height: 2.6rem;
  justify-content: center;
  padding: 0 0.8rem;
  position: absolute;
  text-align: center;
  top: calc(100% + 0.3rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
@media (min-width: 1024px) {
  .lmd-btn-icon:hover > .js-btn-icon-tooltip {
    display: flex;
  }
}
.lmd-btn-icon > :not(.meta__sub) {
  pointer-events: none;
}
.lmd-btn-icon--m {
  height: 3.2rem;
  width: 3.2rem;
}
.lmd-btn-icon--tertiary {
  background-color: transparent;
}
.lmd-btn-icon--tertiary:hover {
  background-color: rgba(42, 48, 59, 0.03);
}
.js-lmd-dropdown-favorite-toggler {
  cursor: pointer;
}
.js-lmd-dropdown-favorite-toggler > * {
  pointer-events: none;
}
.lmd-relative {
  position: relative;
}
.mr1 {
  margin-right: 0.4rem !important;
}
html {
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
:root {
  --space1: 0.4rem;
  --space2: 0.8rem;
  --space3: 1.2rem;
  --space4: 1.6rem;
  --space5: 2rem;
  --space6: 2.4rem;
  --space7: 2.8rem;
  --space8: 3.2rem;
  --space9: 3.6rem;
  --space10: 4rem;
  --space11: 4.4rem;
  --space12: 4.8rem;
  --space13: 5.2rem;
  --space14: 5.6rem;
  --space15: 6rem;
  --space16: 6.4rem;
  --space17: 6.8rem;
  --space18: 7.2rem;
  --space19: 7.6rem;
  --space20: 8rem;
  --bp-xxs: 32rem;
  --bp-xs: 36rem;
  --bp-xs-plus: 37.5rem;
  --bp-mobile: 48rem;
  --bp-s: 57.6rem;
  --bp-m: 76.8rem;
  --bp-l: 102.4rem;
  --bp-xl: 120rem;
  --bp-xxl: 128rem;
  --bp-xxxl: 144rem;
  --content-max-width: 115.2rem;
  --content-max-width-account: 112rem;
  --content-max-width-abo: 121.6rem;
  --content-max-width-article: 93.6rem;
  --content-max-width-cmp: 90.4rem;
  --content-max-width-ads: 100rem;
  --transition-duration: 300ms;
  --ds-color-storm-bg-white: #fff;
  --ds-color-storm-bg-transparent-hover: rgba(139, 146, 161, 0.102);
  --ds-color-storm-bg-white-hover: hsla(220, 3%, 53%, 0.102);
  --ds-color-storm-bg-light: #f5f6f8;
  --ds-color-storm-bg-light-hover: #e8eaee;
  --ds-color-storm-bg-medium: #e8eaee;
  --ds-color-storm-bg-medium-hover: #d5d8dc;
  --ds-color-storm-bg-dark: #d5d8dc;
  --ds-color-storm-bg-dark-hover: #bdc1c8;
  --ds-color-storm-bg-cta: #2a303c;
  --ds-color-storm-bg-cta-hover: #000a15;
  --ds-color-storm-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-storm-border-light: #bdc1c8;
  --ds-color-storm-border-medium: #666e80;
  --ds-color-storm-border-dark: #464f5f;
  --ds-color-storm-border-white-lighter: #e8eaee;
  --ds-color-storm-border-white-light: #bdc1c8;
  --ds-color-storm-border-white-medium: #6e7787;
  --ds-color-storm-border-white-dark: #464f5f;
  --ds-color-storm-content-light: #666e80;
  --ds-color-storm-content-light-hover: #565e70;
  --ds-color-storm-content-medium: #464f5f;
  --ds-color-storm-content-medium-hover: #2a303c;
  --ds-color-storm-content-dark: #2a303c;
  --ds-color-storm-content-dark-hover: #464f5f;
  --ds-color-storm-content-cta: #fff;
  --ds-color-storm-content-cta-hover: #fff;
  --ds-color-storm-content-white-light: #6e7787;
  --ds-color-storm-content-white-light-hover: #666e80;
  --ds-color-storm-content-white-medium: #565e70;
  --ds-color-storm-content-white-medium-hover: #464f5f;
  --ds-color-storm-content-white-dark: #2a303c;
  --ds-color-storm-content-white-dark-hover: #464f5f;
  --ds-color-storm-border-on-background-trs-faible-na: rgba(0, 0, 0, 0.1);
}
:root {
  --br-xxs: 0.1rem;
  --br-xs: 0.2rem;
  --br-s: 0.3rem;
  --br-m: 0.6rem;
  --br-l: 0.9rem;
  --br-xl: 1.2rem;
  --br-xxl: 2.4rem;
  --ds-color-neutral-bg-white: #fff;
  --ds-color-neutral-bg-white-hover: hsla(220, 4%, 58%, 0.102);
  --ds-color-neutral-bg-light: #f5f6f8;
  --ds-color-neutral-bg-light-hover: #e9eaec;
  --ds-color-neutral-bg-medium: #e9eaec;
  --ds-color-neutral-bg-medium-hover: #d7d8d9;
  --ds-color-neutral-bg-dark: #d7d8d9;
  --ds-color-neutral-bg-dark-hover: #bfc1c4;
  --ds-color-neutral-bg-cta: #2a2c30;
  --ds-color-neutral-bg-cta-hover: #0f1116;
  --ds-color-neutral-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-neutral-border-light: #bfc1c4;
  --ds-color-neutral-border-medium: #6b6e75;
  --ds-color-neutral-border-dark: #4b4f56;
  --ds-color-neutral-border-white-lighter: #e9eaec;
  --ds-color-neutral-border-white-light: #bfc1c4;
  --ds-color-neutral-border-white-medium: #777b83;
  --ds-color-neutral-border-white-dark: #4b4f56;
  --ds-color-neutral-content-light: #6b6e75;
  --ds-color-neutral-content-light-hover: #5b5e66;
  --ds-color-neutral-content-medium: #4b4f56;
  --ds-color-neutral-content-medium-hover: #2a2c30;
  --ds-color-neutral-content-dark: #2a2c30;
  --ds-color-neutral-content-dark-hover: #4b4f56;
  --ds-color-neutral-content-cta: #fff;
  --ds-color-neutral-content-cta-hover: #fff;
  --ds-color-neutral-content-white-light: #777b83;
  --ds-color-neutral-content-white-light-hover: #6b6e75;
  --ds-color-neutral-content-white-medium: #5b5e66;
  --ds-color-neutral-content-white-medium-hover: #4b4f56;
  --ds-color-neutral-content-white-dark: #2a2c30;
  --ds-color-neutral-content-white-dark-hover: #4b4f56;
}
:root {
  --space1: 0.4rem;
  --space2: 0.8rem;
  --space3: 1.2rem;
  --space4: 1.6rem;
  --space5: 2rem;
  --space6: 2.4rem;
  --space7: 2.8rem;
  --space8: 3.2rem;
  --space9: 3.6rem;
  --space10: 4rem;
  --space11: 4.4rem;
  --space12: 4.8rem;
  --space13: 5.2rem;
  --space14: 5.6rem;
  --space15: 6rem;
  --space16: 6.4rem;
  --space17: 6.8rem;
  --space18: 7.2rem;
  --space19: 7.6rem;
  --space20: 8rem;
  --bp-xxs: 32rem;
  --bp-xs: 36rem;
  --bp-xs-plus: 37.5rem;
  --bp-mobile: 48rem;
  --bp-s: 57.6rem;
  --bp-m: 76.8rem;
  --bp-l: 102.4rem;
  --bp-xl: 120rem;
  --bp-xxl: 128rem;
  --bp-xxxl: 144rem;
  --content-max-width: 115.2rem;
  --content-max-width-account: 112rem;
  --content-max-width-abo: 121.6rem;
  --content-max-width-article: 93.6rem;
  --content-max-width-cmp: 90.4rem;
  --content-max-width-ads: 100rem;
  --transition-duration: 300ms;
  --font-antiqua-b: "The Antiqua B", "The Antiqua B Fallback", Droid-serif;
  --font-antiqua-b-italic:
    "The Antiqua B Italic", "The Antiqua B Italic Fallback", Droid-serif;
  --font-antiqua-b-medium:
    "The Antiqua B Medium", "The Antiqua B Medium Fallback", Droid-serif;
  --font-antiqua-b-standard-italic:
    "The Antiqua B Italic", "The Antiqua B Italic Fallback", Droid-serif;
  --font-antiqua-b-bold:
    "The Antiqua B Bold", "The Antiqua B Bold Fallback", "Georgia",
    "Times Roman", serif;
  --font-antiqua-b-bold-italic:
    "The Antiqua B Bold Italic", "The Antiqua B Bold Italic Fallback",
    "Georgia", "Times Roman", serif;
  --font-antiqua-b-semibold:
    "The Antiqua B SemiBold", "The Antiqua B SemiBold Fallback", "Georgia",
    "Times Roman", serif;
  --font-marr-sans: "Marr Sans", "Marr Sans Fallback", Roboto;
  --font-marr-sans-medium:
    "Marr Sans Medium", "Marr Sans Medium Fallback", Roboto;
  --font-marr-sans-semibold:
    "Marr Sans Semibold", "Marr Sans Semibold Fallback", Roboto;
  --font-marr-sans-condensed:
    "Marr Sans Condensed", "Marr Sans Condensed Fallback", "DINCondensed-Bold",
    "Roboto Condensed";
  --font-marr-sans-condensed-semibold:
    "Marr Sans Condensed Semibold", "Marr Sans Condensed Semibold Fallback",
    "DINCondensed-Bold", "Roboto Condensed";
  --font-marr-sans-condensed-bold:
    "Marr Sans Condensed Bold", "Marr Sans Condensed Bold Fallback",
    "DINCondensed-Bold", "Roboto Condensed";
}
:root {
  --z-1: 10;
  --z-2: 20;
  --z-3: 30;
  --z-4: 40;
  --z-5: 50;
  --ds-color-neutral-bg-white: #fff;
  --ds-color-neutral-bg-white-hover: hsla(220, 4%, 58%, 0.102);
  --ds-color-neutral-bg-light: #f5f6f8;
  --ds-color-neutral-bg-light-hover: #e9eaec;
  --ds-color-neutral-bg-medium: #e9eaec;
  --ds-color-neutral-bg-medium-hover: #d7d8d9;
  --ds-color-neutral-bg-dark: #d7d8d9;
  --ds-color-neutral-bg-dark-hover: #bfc1c4;
  --ds-color-neutral-bg-cta: #2a2c30;
  --ds-color-neutral-bg-cta-hover: #0f1116;
  --ds-color-neutral-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-neutral-border-light: #bfc1c4;
  --ds-color-neutral-border-medium: #6b6e75;
  --ds-color-neutral-border-dark: #4b4f56;
  --ds-color-neutral-border-white-lighter: #e9eaec;
  --ds-color-neutral-border-white-light: #bfc1c4;
  --ds-color-neutral-border-white-medium: #777b83;
  --ds-color-neutral-border-white-dark: #4b4f56;
  --ds-color-neutral-content-light: #6b6e75;
  --ds-color-neutral-content-light-hover: #5b5e66;
  --ds-color-neutral-content-medium: #4b4f56;
  --ds-color-neutral-content-medium-hover: #2a2c30;
  --ds-color-neutral-content-dark: #2a2c30;
  --ds-color-neutral-content-dark-hover: #4b4f56;
  --ds-color-neutral-content-cta: #fff;
  --ds-color-neutral-content-cta-hover: #fff;
  --ds-color-neutral-content-white-light: #777b83;
  --ds-color-neutral-content-white-light-hover: #6b6e75;
  --ds-color-neutral-content-white-medium: #5b5e66;
  --ds-color-neutral-content-white-medium-hover: #4b4f56;
  --ds-color-neutral-content-white-dark: #2a2c30;
  --ds-color-neutral-content-white-dark-hover: #4b4f56;
}
:root {
  --ds-color-avatar-group0: #99435c;
  --ds-color-avatar-group1: #b91849;
  --ds-color-avatar-group2: #99463a;
  --ds-color-avatar-group3: #bb5113;
  --ds-color-avatar-group4: #a85e22;
  --ds-color-avatar-group5: #7c704d;
  --ds-color-avatar-group6: #697737;
  --ds-color-avatar-group7: #416935;
  --ds-color-avatar-group8: #1a8145;
  --ds-color-avatar-group9: #017f73;
  --ds-color-avatar-group10: #226965;
  --ds-color-avatar-group11: #016596;
  --ds-color-avatar-group12: #0076bc;
  --ds-color-avatar-group13: #485e94;
  --ds-color-avatar-group14: #4e55b7;
  --ds-color-avatar-group15: #6d68b4;
  --ds-color-avatar-group16: #6452a5;
  --ds-color-avatar-group17: #9042f6;
  --ds-color-avatar-group18: #7d4a96;
  --ds-color-avatar-group19: #9f4fba;
  --ds-color-avatar-group20: #c8318e;
}
:root {
  --ds-dark-color-blue-bg-white: #181a1e;
  --ds-dark-color-blue-bg-white-hover: rgba(52, 144, 229, 0.149);
  --ds-dark-color-blue-bg-light: #0f1116;
  --ds-dark-color-blue-bg-light-hover: #003666;
  --ds-dark-color-blue-bg-medium: #003666;
  --ds-dark-color-blue-bg-medium-hover: #014687;
  --ds-dark-color-blue-bg-dark: #014687;
  --ds-dark-color-blue-bg-dark-hover: #015aad;
  --ds-dark-color-blue-bg-cta: #61adff;
  --ds-dark-color-blue-bg-cta-hover: #80bcff;
  --ds-dark-color-blue-border-lighter: hsla(0, 0%, 100%, 0.2);
  --ds-dark-color-blue-border-light: #015aad;
  --ds-dark-color-blue-border-medium: #80bcff;
  --ds-dark-color-blue-border-dark: #d5e9ff;
  --ds-dark-color-blue-border-white-lighter: #4b4f56;
  --ds-dark-color-blue-border-white-light: #015aad;
  --ds-dark-color-blue-border-white-medium: #61adff;
  --ds-dark-color-blue-border-white-dark: #d5e9ff;
  --ds-dark-color-blue-content-light: #80bcff;
  --ds-dark-color-blue-content-light-hover: #abd3ff;
  --ds-dark-color-blue-content-medium: #d5e9ff;
  --ds-dark-color-blue-content-medium-hover: #e9f3fb;
  --ds-dark-color-blue-content-dark: #e9f3fb;
  --ds-dark-color-blue-content-dark-hover: #d5e9ff;
  --ds-dark-color-blue-content-cta: #0f1116;
  --ds-dark-color-blue-content-cta-hover: #0f1116;
  --ds-dark-color-blue-content-white-light: #61adff;
  --ds-dark-color-blue-content-white-light-hover: #80bcff;
  --ds-dark-color-blue-content-white-medium: #abd3ff;
  --ds-dark-color-blue-content-white-medium-hover: #d5e9ff;
  --ds-dark-color-blue-content-white-dark: #e9f3fb;
  --ds-dark-color-blue-content-white-dark-hover: #d5e9ff;
  --ds-dark-color-storm-bg-white: hsla(0, 0%, 100%, 0.2);
  --ds-dark-color-storm-bg-white-hover: hsla(220, 3%, 53%, 0.102);
  --ds-dark-color-storm-bg-light: #565e70;
  --ds-dark-color-storm-bg-light-hover: #666e80;
  --ds-dark-color-storm-bg-medium: #464f5f;
  --ds-dark-color-storm-bg-medium-hover: #464f5f;
  --ds-dark-color-storm-bg-dark: #2a303c;
  --ds-dark-color-storm-bg-dark-hover: #464f5f;
  --ds-dark-color-storm-bg-cta: #fff;
  --ds-dark-color-storm-bg-cta-hover: #f5f6f8;
  --ds-dark-color-storm-border-lighter: hsla(0, 0%, 100%, 0.2);
  --ds-dark-color-storm-border-light: #666e80;
  --ds-dark-color-storm-border-medium: #a4a9b4;
  --ds-dark-color-storm-border-dark: #e8eaee;
  --ds-dark-color-storm-border-white-lighter: #4b4f56;
  --ds-dark-color-storm-border-white-light: #6b6e75;
  --ds-dark-color-storm-border-white-medium: #a7a9ad;
  --ds-dark-color-storm-border-white-dark: #e9eaec;
  --ds-dark-color-storm-content-light: #d5d8dc;
  --ds-dark-color-storm-content-light-hover: #d5d8dc;
  --ds-dark-color-storm-content-medium: #d5d8dc;
  --ds-dark-color-storm-content-medium-hover: #e8eaee;
  --ds-dark-color-storm-content-dark: #fff;
  --ds-dark-color-storm-content-dark-hover: #f5f6f8;
  --ds-dark-color-storm-content-cta: #2a303c;
  --ds-dark-color-storm-content-cta-hover: #2a303c;
  --ds-dark-color-storm-content-white-light: #d5d8dc;
  --ds-dark-color-storm-content-white-light-hover: #bdc1c8;
  --ds-dark-color-storm-content-white-medium: #f5f6f8;
  --ds-dark-color-storm-content-white-medium-hover: #e8eaee;
  --ds-dark-color-storm-content-white-dark: #fff;
  --ds-dark-color-storm-content-white-dark-hover: #f5f6f8;
}
.ds-breadcrumb {
  display: flex;
  flex-flow: row wrap;
}
.ds-breadcrumb__item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.ds-breadcrumb__item:after {
  align-self: center;
  background: #6e7787;
  background: var(--ds-color-storm-content-white-light);
  border-radius: 50%;
  content: "";
  height: 0.4rem;
  margin: 0 0.8rem;
  width: 0.4rem;
}
.ds-breadcrumb__item:last-child:after {
  display: none;
}
.ds-breadcrumb__link {
  align-items: center;
  color: #6e7787;
  color: var(--ds-color-storm-content-white-light);
  display: flex;
  flex-flow: column;
  font-family:
    Marr Sans Condensed,
    Marr Sans Condensed Fallback,
    DINCondensed-Bold,
    Roboto Condensed,
    sans-serif;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.ds-breadcrumb__link:hover {
  color: #666e80;
  color: var(--ds-color-storm-content-white-light-hover);
}
.ds-breadcrumb {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .ds-breadcrumb {
    margin-bottom: 1.8rem;
  }
}
:root {
  --slideshow-gradient-width: 64px;
  --slideshow-gradient-bg: #fff;
}
@media (min-width: 576px) {
  :root {
    --carousel-margins: 20px;
  }
}
:root {
  --atoms-slideshow-article-title-color: var(--ds-color-storm-content-dark);
  --atoms-slideshow-read-article-title-color: #6c7587;
  --atoms-slideshow-article-editorial-type-color: var(
    --ds-color-storm-content-dark
  );
  --icons-premium-m-background: #ffc700;
  --icons-premium-m-color: #fff;
}
:root {
  --carousel-margins: 16px;
  --atoms-slideshow-title-color: var(--ds-color-storm-content-dark);
  --atoms-slideshow-title-supplement-color: var(
    --ds-color-storm-content-white-medium
  );
  --atoms-slideshow-description-color: var(
    --ds-color-storm-content-white-medium
  );
}
@media (min-width: 606px) {
  :root {
    --carousel-margins: 20px;
  }
}
.ds-btn--inverse.ds-btn--tertiary {
  background: transparent;
  color: var(--ds-color-inverse-content-dark);
}
:root {
  --br-xxs: 0.1rem;
  --br-xs: 0.2rem;
  --br-s: 0.3rem;
  --br-m: 0.6rem;
  --br-l: 0.9rem;
  --br-xl: 1.2rem;
  --br-xxl: 2.4rem;
}
a,
article,
aside,
b,
body,
div,
em,
figure,
footer,
h1,
h2,
h3,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
table,
tbody,
td,
tr,
ul {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  font-family: inherit;
}
:root {
  --ds-color-blue-bg-white: #fff;
  --ds-color-blue-bg-white-hover: rgba(52, 144, 229, 0.102);
  --ds-color-blue-bg-light: #e9f3fb;
  --ds-color-blue-bg-light-hover: #d5e9ff;
  --ds-color-blue-bg-medium: #d5e9ff;
  --ds-color-blue-bg-medium-hover: #abd3ff;
  --ds-color-blue-bg-dark: #abd3ff;
  --ds-color-blue-bg-dark-hover: #80bcff;
  --ds-color-blue-bg-cta: #016ed3;
  --ds-color-blue-bg-cta-hover: #015aad;
  --ds-color-blue-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-blue-border-light: #80bcff;
  --ds-color-blue-border-medium: #015aad;
  --ds-color-blue-border-dark: #003666;
  --ds-color-blue-border-white-lighter: #e8eaee;
  --ds-color-blue-border-white-light: #80bcff;
  --ds-color-blue-border-white-medium: #016ed3;
  --ds-color-blue-border-white-dark: #003666;
  --ds-color-blue-content-light: #015aad;
  --ds-color-blue-content-light-hover: #014687;
  --ds-color-blue-content-medium: #003666;
  --ds-color-blue-content-medium-hover: #0f1116;
  --ds-color-blue-content-dark: #0f1116;
  --ds-color-blue-content-dark-hover: #003666;
  --ds-color-blue-content-cta: #fff;
  --ds-color-blue-content-cta-hover: #fff;
  --ds-color-blue-content-white-light: #016ed3;
  --ds-color-blue-content-white-light-hover: #015aad;
  --ds-color-blue-content-white-medium: #014687;
  --ds-color-blue-content-white-medium-hover: #003666;
  --ds-color-blue-content-white-dark: #0f1116;
  --ds-color-blue-content-white-dark-hover: #003666;
}
:root {
  --ds-color-green-bg-white: #FFFFFFF;
  --ds-color-green-bg-white-hover: rgba(56, 145, 95, 0.102);
  --ds-color-green-bg-light: #e9f4eb;
  --ds-color-green-bg-light-hover: #ddf0e4;
  --ds-color-green-bg-medium: #ddf0e4;
  --ds-color-green-bg-medium-hover: #c2e4ce;
  --ds-color-green-bg-dark: #c2e4ce;
  --ds-color-green-bg-dark-hover: #99d1af;
  --ds-color-green-bg-cta: #26784c;
  --ds-color-green-bg-cta-hover: #1f5d3d;
  --ds-color-green-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-green-border-light: #99d1af;
  --ds-color-green-border-medium: #1f5d3d;
  --ds-color-green-border-dark: #143425;
  --ds-color-green-border-white-lighter: #e8eaee;
  --ds-color-green-border-white-light: #99d1af;
  --ds-color-green-border-white-medium: #26784c;
  --ds-color-green-border-white-dark: #143425;
  --ds-color-green-content-light: #1f5d3d;
  --ds-color-green-content-light-hover: #1b4a32;
  --ds-color-green-content-medium: #143425;
  --ds-color-green-content-medium-hover: #081710;
  --ds-color-green-content-dark: #081710;
  --ds-color-green-content-dark-hover: #143425;
  --ds-color-green-content-cta: #fff;
  --ds-color-green-content-cta-hover: #fff;
  --ds-color-green-content-white-light: #26784c;
  --ds-color-green-content-white-light-hover: #1f5d3d;
  --ds-color-green-content-white-medium: #1b4a32;
  --ds-color-green-content-white-medium-hover: #143425;
  --ds-color-green-content-white-dark: #081710;
  --ds-color-green-content-white-dark-hover: #143425;
}
:root {
  --ds-color-inverse-bg-white: #181a1e;
  --ds-color-inverse-bg-white-hover: hsla(220, 3%, 53%, 0.102);
  --ds-color-inverse-bg-light: #565e70;
  --ds-color-inverse-bg-light-hover: #666e80;
  --ds-color-inverse-bg-medium: #464f5f;
  --ds-color-inverse-bg-medium-hover: #464f5f;
  --ds-color-inverse-bg-dark: #2a303c;
  --ds-color-inverse-bg-dark-hover: #464f5f;
  --ds-color-inverse-bg-cta: #fff;
  --ds-color-inverse-bg-cta-hover: #f5f6f8;
  --ds-color-inverse-border-lighter: hsla(0, 0%, 100%, 0.2);
  --ds-color-inverse-border-light: #666e80;
  --ds-color-inverse-border-medium: #a4a9b4;
  --ds-color-inverse-border-dark: #e8eaee;
  --ds-color-inverse-content-light: #d5d8dc;
  --ds-color-inverse-content-light-hover: #bdc1c8;
  --ds-color-inverse-content-medium: #f5f6f8;
  --ds-color-inverse-content-medium-hover: #e8eaee;
  --ds-color-inverse-content-dark: #fff;
  --ds-color-inverse-content-dark-hover: #f5f6f8;
  --ds-color-inverse-content-cta: #2a303c;
  --ds-color-inverse-content-cta-hover: #2a303c;
  --ds-color-inverse-content-white-light: #d5d8dc;
  --ds-color-inverse-content-white-light-hover: #bdc1c8;
  --ds-color-inverse-content-white-medium: #f5f6f8;
  --ds-color-inverse-content-white-medium-hover: #e8eaee;
  --ds-color-inverse-content-white-dark: #fff;
  --ds-color-inverse-content-white-dark-hover: #f5f6f8;
}
:root {
  --ds-color-neutral-bg-white: #fff;
  --ds-color-neutral-bg-white-hover: hsla(220, 4%, 58%, 0.102);
  --ds-color-neutral-bg-light: #f5f6f8;
  --ds-color-neutral-bg-light-hover: #e9eaec;
  --ds-color-neutral-bg-medium: #e9eaec;
  --ds-color-neutral-bg-medium-hover: #d7d8d9;
  --ds-color-neutral-bg-dark: #d7d8d9;
  --ds-color-neutral-bg-dark-hover: #bfc1c4;
  --ds-color-neutral-bg-cta: #2a2c30;
  --ds-color-neutral-bg-cta-hover: #0f1116;
  --ds-color-neutral-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-neutral-border-light: #bfc1c4;
  --ds-color-neutral-border-medium: #6b6e75;
  --ds-color-neutral-border-dark: #4b4f56;
  --ds-color-neutral-border-white-lighter: #e9eaec;
  --ds-color-neutral-border-white-light: #bfc1c4;
  --ds-color-neutral-border-white-medium: #777b83;
  --ds-color-neutral-border-white-dark: #4b4f56;
  --ds-color-neutral-content-light: #6b6e75;
  --ds-color-neutral-content-light-hover: #5b5e66;
  --ds-color-neutral-content-medium: #4b4f56;
  --ds-color-neutral-content-medium-hover: #2a2c30;
  --ds-color-neutral-content-dark: #2a2c30;
  --ds-color-neutral-content-dark-hover: #4b4f56;
  --ds-color-neutral-content-cta: #fff;
  --ds-color-neutral-content-cta-hover: #fff;
  --ds-color-neutral-content-white-light: #777b83;
  --ds-color-neutral-content-white-light-hover: #6b6e75;
  --ds-color-neutral-content-white-medium: #5b5e66;
  --ds-color-neutral-content-white-medium-hover: #4b4f56;
  --ds-color-neutral-content-white-dark: #2a2c30;
  --ds-color-neutral-content-white-dark-hover: #4b4f56;
}
:root {
  --ds-color-orange-bg-white: #fff;
  --ds-color-orange-bg-white-hover: rgba(226, 113, 14, 0.149);
  --ds-color-orange-bg-light: #fff6ed;
  --ds-color-orange-bg-light-hover: #ffead5;
  --ds-color-orange-bg-medium: #ffead5;
  --ds-color-orange-bg-medium-hover: #fcdfba;
  --ds-color-orange-bg-dark: #fcdfba;
  --ds-color-orange-bg-dark-hover: #f5c08f;
  --ds-color-orange-bg-cta: #ba5512;
  --ds-color-orange-bg-cta-hover: #9c4911;
  --ds-color-orange-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-orange-border-light: #f5c08f;
  --ds-color-orange-border-medium: #9c4911;
  --ds-color-orange-border-dark: #602a06;
  --ds-color-orange-border-white-lighter: #e8eaee;
  --ds-color-orange-border-white-light: #f5c08f;
  --ds-color-orange-border-white-medium: #ba5512;
  --ds-color-orange-border-white-dark: #602a06;
  --ds-color-orange-content-light: #9c4911;
  --ds-color-orange-content-light-hover: #7d3a0c;
  --ds-color-orange-content-medium: #602a06;
  --ds-color-orange-content-medium-hover: #261103;
  --ds-color-orange-content-dark: #261103;
  --ds-color-orange-content-dark-hover: #602a06;
  --ds-color-orange-content-cta: #fff;
  --ds-color-orange-content-cta-hover: #fff;
  --ds-color-orange-content-white-light: #ba5512;
  --ds-color-orange-content-white-light-hover: #9c4911;
  --ds-color-orange-content-white-medium: #7d3a0c;
  --ds-color-orange-content-white-medium-hover: #602a06;
  --ds-color-orange-content-white-dark: #261103;
  --ds-color-orange-content-white-dark-hover: #602a06;
}
:root {
  --ds-color-red-bg-white: #e8eaee;
  --ds-color-red-bg-white-hover: rgba(224, 46, 46, 0.102);
  --ds-color-red-bg-light: #feeeec;
  --ds-color-red-bg-light-hover: #fee4e2;
  --ds-color-red-bg-medium: #fee4e2;
  --ds-color-red-bg-medium-hover: #ffd4d1;
  --ds-color-red-bg-dark: #ffd4d1;
  --ds-color-red-bg-dark-hover: #f8b9b9;
  --ds-color-red-bg-cta: #c72929;
  --ds-color-red-bg-cta-hover: #a92325;
  --ds-color-red-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-red-border-light: #f8b9b9;
  --ds-color-red-border-medium: #a92325;
  --ds-color-red-border-dark: #6b191a;
  --ds-color-red-border-white-light: #f8b9b9;
  --ds-color-red-border-white-medium: #c72929;
  --ds-color-red-border-white-dark: #6b191a;
  --ds-color-red-content-light: #a92325;
  --ds-color-red-content-light-hover: #7d0707;
  --ds-color-red-content-medium: #6b191a;
  --ds-color-red-content-medium-hover: #220708;
  --ds-color-red-content-dark: #220708;
  --ds-color-red-content-dark-hover: #6b191a;
  --ds-color-red-content-cta: #fff;
  --ds-color-red-content-cta-hover: #fff;
  --ds-color-red-content-white-light: #c72929;
  --ds-color-red-content-white-light-hover: #a92325;
  --ds-color-red-content-white-medium: #7d0707;
  --ds-color-red-content-white-medium-hover: #6b191a;
  --ds-color-red-content-white-dark: #220708;
  --ds-color-red-content-white-dark-hover: #6b191a;
}
:root {
  --ds-color-sea-bg-white: #fff;
  --ds-color-sea-bg-white-hover: #fff;
  --ds-color-sea-bg-light: #ebf9ff;
  --ds-color-sea-bg-light-hover: #d2f3fb;
  --ds-color-sea-bg-medium: #d2f3fb;
  --ds-color-sea-bg-medium-hover: #abdef2;
  --ds-color-sea-bg-dark: #abdef2;
  --ds-color-sea-bg-dark-hover: #82c8e8;
  --ds-color-sea-bg-cta: #147ca9;
  --ds-color-sea-bg-cta-hover: #026b9c;
  --ds-color-sea-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-sea-border-light: #82c8e8;
  --ds-color-sea-border-medium: #026b9c;
  --ds-color-sea-border-dark: #014869;
  --ds-color-sea-border-white-lighter: #e8eaee;
  --ds-color-sea-border-white-light: #82c8e8;
  --ds-color-sea-border-white-medium: #147ca9;
  --ds-color-sea-border-white-dark: #014869;
  --ds-color-sea-content-light: #026b9c;
  --ds-color-sea-content-light-hover: #005b85;
  --ds-color-sea-content-medium: #014869;
  --ds-color-sea-content-medium-hover: #011e2c;
  --ds-color-sea-content-dark: #011e2c;
  --ds-color-sea-content-dark-hover: #014869;
  --ds-color-sea-content-cta: #fff;
  --ds-color-sea-content-cta-hover: #fff;
  --ds-color-sea-content-white-light: #147ca9;
  --ds-color-sea-content-white-light-hover: #026b9c;
  --ds-color-sea-content-white-medium: #005b85;
  --ds-color-sea-content-white-medium-hover: #014869;
  --ds-color-sea-content-white-dark: #011e2c;
  --ds-color-sea-content-white-dark-hover: #014869;
}
:root {
  --ds-color-storm-bg-white: #fff;
  --ds-color-storm-bg-transparent-hover: rgba(139, 146, 161, 0.102);
  --ds-color-storm-bg-white-hover: hsla(220, 3%, 53%, 0.102);
  --ds-color-storm-bg-light: #f5f6f8;
  --ds-color-storm-bg-light-hover: #e8eaee;
  --ds-color-storm-bg-medium: #e8eaee;
  --ds-color-storm-bg-medium-hover: #d5d8dc;
  --ds-color-storm-bg-dark: #d5d8dc;
  --ds-color-storm-bg-dark-hover: #bdc1c8;
  --ds-color-storm-bg-cta: #2a303c;
  --ds-color-storm-bg-cta-hover: #000a15;
  --ds-color-storm-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-storm-border-light: #bdc1c8;
  --ds-color-storm-border-medium: #666e80;
  --ds-color-storm-border-dark: #464f5f;
  --ds-color-storm-border-white-lighter: #e8eaee;
  --ds-color-storm-border-white-light: #bdc1c8;
  --ds-color-storm-border-white-medium: #6e7787;
  --ds-color-storm-border-white-dark: #464f5f;
  --ds-color-storm-content-light: #666e80;
  --ds-color-storm-content-light-hover: #565e70;
  --ds-color-storm-content-medium: #464f5f;
  --ds-color-storm-content-medium-hover: #2a303c;
  --ds-color-storm-content-dark: #2a303c;
  --ds-color-storm-content-dark-hover: #464f5f;
  --ds-color-storm-content-cta: #fff;
  --ds-color-storm-content-cta-hover: #fff;
  --ds-color-storm-content-white-light: #6e7787;
  --ds-color-storm-content-white-light-hover: #666e80;
  --ds-color-storm-content-white-medium: #565e70;
  --ds-color-storm-content-white-medium-hover: #464f5f;
  --ds-color-storm-content-white-dark: #2a303c;
  --ds-color-storm-content-white-dark-hover: #464f5f;
  --ds-color-storm-border-on-background-trs-faible-na: rgba(0, 0, 0, 0.1);
}
:root {
  --ds-color-yellow-bg-white: #FFFFFFF;
  --ds-color-yellow-bg-white-hover: rgba(234, 176, 2, 0.102);
  --ds-color-yellow-bg-light: #fffae5;
  --ds-color-yellow-bg-light-hover: #fff6d3;
  --ds-color-yellow-bg-medium: #fff6d3;
  --ds-color-yellow-bg-medium-hover: #ffe38f;
  --ds-color-yellow-bg-dark: #ffe38f;
  --ds-color-yellow-bg-dark-hover: #ffd644;
  --ds-color-yellow-bg-cta: #ffc700;
  --ds-color-yellow-bg-cta-hover: #eab002;
  --ds-color-yellow-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-yellow-border-light: #ffd644;
  --ds-color-yellow-border-medium: #8f691e;
  --ds-color-yellow-border-dark: #4d3a07;
  --ds-color-yellow-border-white-lighter: #e8eaee;
  --ds-color-yellow-border-white-light: #ffd644;
  --ds-color-yellow-border-white-medium: #b28600;
  --ds-color-yellow-border-white-dark: #4d3a07;
  --ds-color-yellow-content-light: #8f691e;
  --ds-color-yellow-content-light-hover: #6e5212;
  --ds-color-yellow-content-medium: #4d3a07;
  --ds-color-yellow-content-medium-hover: #140f00;
  --ds-color-yellow-content-dark: #140f00;
  --ds-color-yellow-content-dark-hover: #4d3a07;
  --ds-color-yellow-content-cta: #140f00;
  --ds-color-yellow-content-cta-hover: #140f00;
  --ds-color-yellow-content-white-light: #8f691e;
  --ds-color-yellow-content-white-light-hover: #6e5212;
  --ds-color-yellow-content-white-medium: #6e5212;
  --ds-color-yellow-content-white-medium-hover: #4d3a07;
  --ds-color-yellow-content-white-dark: #140f00;
  --ds-color-yellow-content-white-dark-hover: #4d3a07;
}
:root {
  --font-antiqua-b: "The Antiqua B", "The Antiqua B Fallback", Droid-serif;
  --font-antiqua-b-italic:
    "The Antiqua B Italic", "The Antiqua B Italic Fallback", Droid-serif;
  --font-antiqua-b-medium:
    "The Antiqua B Medium", "The Antiqua B Medium Fallback", Droid-serif;
  --font-antiqua-b-standard-italic:
    "The Antiqua B Italic", "The Antiqua B Italic Fallback", Droid-serif;
  --font-antiqua-b-bold:
    "The Antiqua B Bold", "The Antiqua B Bold Fallback", "Georgia",
    "Times Roman", serif;
  --font-antiqua-b-bold-italic:
    "The Antiqua B Bold Italic", "The Antiqua B Bold Italic Fallback",
    "Georgia", "Times Roman", serif;
  --font-antiqua-b-semibold:
    "The Antiqua B SemiBold", "The Antiqua B SemiBold Fallback", "Georgia",
    "Times Roman", serif;
  --font-marr-sans: "Marr Sans", "Marr Sans Fallback", Roboto;
  --font-marr-sans-medium:
    "Marr Sans Medium", "Marr Sans Medium Fallback", Roboto;
  --font-marr-sans-semibold:
    "Marr Sans Semibold", "Marr Sans Semibold Fallback", Roboto;
  --font-marr-sans-condensed:
    "Marr Sans Condensed", "Marr Sans Condensed Fallback", "DINCondensed-Bold",
    "Roboto Condensed";
  --font-marr-sans-condensed-semibold:
    "Marr Sans Condensed Semibold", "Marr Sans Condensed Semibold Fallback",
    "DINCondensed-Bold", "Roboto Condensed";
  --font-marr-sans-condensed-bold:
    "Marr Sans Condensed Bold", "Marr Sans Condensed Bold Fallback",
    "DINCondensed-Bold", "Roboto Condensed";
}
@font-face {
  font-display: swap;
  font-family: Marr Sans;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MarrSans-Regular-Web.woff2") format("woff2");
}
@font-face {
  ascent-override: 90%;
  descent-override: 36%;
  font-family: Marr Sans Fallback;
  line-gap-override: 3%;
  size-adjust: 102.6%;
  src: local("Arial");
}
@font-face {
  font-display: swap;
  font-family: Marr Sans;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/MarrSans-Medium-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Marr Sans Medium;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/MarrSans-Medium-Web.woff2") format("woff2");
}
@font-face {
  ascent-override: 98%;
  descent-override: 23%;
  font-family: Marr Sans Medium Fallback;
  line-gap-override: 3%;
  size-adjust: 102%;
  src: local("Arial"), local(Arial);
}
@font-face {
  font-display: swap;
  font-family: Marr Sans Condensed;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/MarrSansCondensed-Medium-Web.woff2") format("woff2");
}
@font-face {
  ascent-override: 103%;
  descent-override: 22%;
  font-family: Marr Sans Condensed Fallback;
  line-gap-override: 0%;
  size-adjust: 89%;
  src: local(Arial Narrow), local("Arial Narrow");
}
html {
  font-family:
    Marr Sans,
    Marr Sans Fallback,
    Roboto,
    sans-serif;
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
body {
  font-size: 16px; /*1.6rem;*/
  margin: 0;
}
*,
:after,
:before {
  box-sizing: inherit;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
i {
  font-style: italic;
}
.sr-only {
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
:root {
  --br-xxs: 0.1rem;
  --br-xs: 0.2rem;
  --br-s: 0.3rem;
  --br-m: 0.6rem;
  --br-l: 0.9rem;
  --br-xl: 1.2rem;
  --br-xxl: 2.4rem;
  --z-1: 10;
  --z-2: 20;
  --z-3: 30;
  --z-4: 40;
  --z-5: 50;
}
.ds-icon__caret-up {
  transform: rotate(180deg);
}
.ds-btn {
  border: none;
  border-radius: 0.3rem;
  border-radius: var(--br-s);
  color: #fff;
  color: var(--ds-color-storm-content-cta);
  cursor: pointer;
  flex-flow: row nowrap;
  font-family:
    Marr Sans Medium,
    Marr Sans Medium Fallback,
    Roboto,
    sans-serif;
  font-family: var(--font-marr-sans-medium), sans-serif;
  gap: 0.8rem;
  position: relative;
}
.ds-btn,
.ds-btn__icon__container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ds-btn__icon__container {
  height: 2.4rem;
  width: 2.4rem;
}
.ds-btn--s {
  font-size: 1.4rem;
  height: 2.6rem;
  padding: 0.8rem 1.6rem;
}
.ds-btn--m {
  font-size: 1.6rem;
  height: 3.2rem;
  padding: 0.8rem 1.6rem;
}
.ds-btn--blue.ds-btn--primary {
  background: #016ed3;
  background: var(--ds-color-blue-bg-cta);
}
.ds-btn--blue.ds-btn--primary:hover {
  background: #015aad;
  background: var(--ds-color-blue-bg-cta-hover);
}
.ds-btn--yellow.ds-btn--primary {
  background: #ffc700;
  background: var(--ds-color-yellow-bg-cta);
  color: #140f00;
  color: var(--ds-color-yellow-content-cta);
}
.ds-btn--yellow.ds-btn--primary:hover {
  background: #eab002;
  background: var(--ds-color-yellow-bg-cta-hover);
}
.ds-btn--inverse.ds-btn--tertiary {
  background: transparent;
  color: #fff;
  color: var(--ds-color-inverse-content-dark);
}
.ds-btn--inverse.ds-btn--tertiary:hover {
  background: rgba(139, 146, 161, 0.102);
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-btn--only-round-icon {
  border-radius: 50%;
  gap: 0;
  height: 3.2rem;
  width: 3.2rem;
}
.ds-btn--naked {
  background: none;
  border: none;
  padding: 0;
}
.ds-toggle__icon--opened {
  display: none;
}
.ds-toggle__icon--closed {
  display: block;
}
:root {
  --bp-xxs: 32rem;
  --bp-xs: 36rem;
  --bp-xs-plus: 37.5rem;
  --bp-mobile: 48rem;
  --bp-s: 57.6rem;
  --bp-m: 76.8rem;
  --bp-l: 102.4rem;
  --bp-xl: 120rem;
  --bp-xxl: 128rem;
  --bp-xxxl: 144rem;
  --content-max-width: 115.2rem;
  --content-max-width-account: 112rem;
  --content-max-width-abo: 121.6rem;
  --content-max-width-article: 93.6rem;
  --content-max-width-cmp: 90.4rem;
  --content-max-width-ads: 100rem;
  --transition-duration: 300ms;
}
.ds-header__top {
  align-items: center;
  background: var(--ds-color-inverse-bg-white);
  border-bottom: 0.1rem solid var(--ds-color-inverse-border-lighter);
  display: flex;
  flex-flow: row nowrap;
  gap: 0.8rem;
  height: 5.6rem;
  padding: 1.2rem 0.8rem;
  position: relative;
  width: 100%;
  z-index: var(--z-4);
}
@media (min-width: 768px) {
  .ds-header__top {
    gap: 1.6rem;
    height: 6.4rem;
    padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  }
}
@media (min-width: 1024px) {
  .ds-header__top {
    height: 8.4rem;
    justify-content: space-between;
    padding: 1.6rem 2.4rem 1.6rem 3.2rem;
  }
}
.ds-header__top__left {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 1024px) {
  .ds-header__top__left {
    width: 33%;
  }
}
.ds-header__top__more {
  align-items: center;
  display: none;
  flex-flow: row nowrap;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .ds-header__top__more {
    display: flex;
  }
}
.ds-header__top__more__link {
  align-items: center;
  border-radius: var(--br-s);
  color: var(--ds-color-inverse-content-light);
  display: flex;
  flex-direction: column;
  font-family: var(--font-marr-sans-medium), sans-serif;
  font-size: 1.4rem;
  gap: 0.4rem;
  justify-content: flex-end;
  padding: 0.4rem;
}
.ds-header__top__more__link .ds-btn__icon__container {
  height: 2.6rem;
}
.ds-header__top__more__link .link__txt {
  line-height: 1.6rem;
}
.ds-header__top__more__link:hover {
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-header__top__more__services,
.ds-header__top__more__services.ds-btn {
  border-radius: var(--br-s);
  color: var(--ds-color-inverse-content-light);
  flex-flow: column;
  font-size: 1.4rem;
  gap: 0.4rem;
  height: auto;
  justify-content: flex-end;
  padding: 0.4rem;
}
.ds-header__top__more__services .ds-btn__icon__container,
.ds-header__top__more__services.ds-btn .ds-btn__icon__container {
  height: 2.4rem;
}
.ds-header__top__more__services .ds-btn__title,
.ds-header__top__more__services.ds-btn .ds-btn__title {
  height: 1.6rem;
}
.ds-header__top__more__services.ds-btn:hover,
.ds-header__top__more__services:hover {
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-header__top__burger-btn,
.ds-header__top__burger-btn.ds-btn,
.ds-header__top__burger-btn.ds-btn--inverse.ds-btn--tertiary {
  border: none;
  padding: 0.8rem;
}
.ds-header__top__burger-btn .ds-btn__title,
.ds-header__top__burger-btn.ds-btn .ds-btn__title,
.ds-header__top__burger-btn.ds-btn--inverse.ds-btn--tertiary .ds-btn__title {
  display: none;
}
@media (min-width: 768px) {
  .ds-header__top__burger-btn,
  .ds-header__top__burger-btn.ds-btn,
  .ds-header__top__burger-btn.ds-btn--inverse.ds-btn--tertiary {
    height: 3.2rem;
    padding: 0.8rem 1.6rem;
  }
  .ds-header__top__burger-btn .sr-only,
  .ds-header__top__burger-btn.ds-btn .sr-only,
  .ds-header__top__burger-btn.ds-btn--inverse.ds-btn--tertiary .sr-only {
    display: none;
  }
  .ds-header__top__burger-btn .ds-btn__title,
  .ds-header__top__burger-btn.ds-btn .ds-btn__title,
  .ds-header__top__burger-btn.ds-btn--inverse.ds-btn--tertiary .ds-btn__title {
    display: block;
  }
}
@media (min-width: 1024px) {
  .ds-header__top__burger-btn,
  .ds-header__top__burger-btn.ds-btn,
  .ds-header__top__burger-btn.ds-btn--inverse.ds-btn--tertiary {
    display: none;
  }
}
.ds-header__top__logo {
  width: 9rem;
}
.ds-header__top__logo .ds-btn__icon__container {
  height: 100%;
  width: 100%;
}
.ds-header__top__logo__icon {
  width: 100%;
}
@media (min-width: 360px) {
  .ds-header__top__logo {
    width: 10.8rem;
  }
}
@media (min-width: 375px) {
  .ds-header__top__logo {
    width: 11.7rem;
  }
}
@media (min-width: 576px) {
  .ds-header__top__logo {
    width: 12.4rem;
  }
}
@media (min-width: 768px) {
  .ds-header__top__logo {
    width: 14.4rem;
  }
}
@media (min-width: 1024px) {
  .ds-header__top__logo {
    width: 21.6rem;
  }
}
.ds-header__top__right {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
}
@media (min-width: 360px) {
  .ds-header__top__right {
    gap: 0.4rem;
  }
}
@media (min-width: 768px) {
  .ds-header__top__right {
    gap: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .ds-header__top__right {
    justify-content: flex-end;
    margin-left: 0;
    width: 33%;
  }
}
.ds-header__top__right .ds-lang-selector {
  display: none;
}
@media (min-width: 1024px) {
  .ds-header__top__right .ds-lang-selector {
    display: flex;
  }
}
.ds-header__top__right__gift {
  background: #61adff !important;
  color: #0f1116 !important;
  display: none !important;
}
@media (min-width: 768px) {
  .ds-header__top__right__gift {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .ds-header__top__right__gift {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .ds-header__top__right__gift,
  .ds-header__top__right__sign-up {
    height: 3.2rem !important;
  }
}
@media (min-width: 576px) {
  .ds-header__top__right__gift,
  .ds-header__top__right__sign-up {
    font-size: 1.6rem !important;
    padding: 0.8rem 1.6rem;
  }
}
.ds-header__top__right__sign-in {
  align-items: center;
  border-radius: var(--br-s);
  display: flex;
  gap: 0;
  padding: 0.8rem;
}
@media (min-width: 1200px) {
  .ds-header__top__right__sign-in {
    gap: 0.8rem;
    padding: 0.8rem 1.6rem;
  }
}
.ds-header__top__right__sign-in:hover {
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-header__top__right__sign-in .ds-btn__icon__container {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 480px) {
  .ds-header__top__right__sign-in .ds-btn__icon__container {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.ds-header__top__right__sign-in__icon {
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .ds-header__top__right__sign-in .sr-only {
    display: none;
  }
}
.ds-header__top__right__sign-in .link__txt {
  color: var(--ds-color-storm-bg-light);
  display: none;
  font-family: var(--font-marr-sans-medium), sans-serif;
}
@media (min-width: 1200px) {
  .ds-header__top__right__sign-in .link__txt {
    display: flex;
    white-space: nowrap;
  }
}
.ds-header__top__right__account.ds-btn--s {
  height: auto;
  padding: 0.8rem;
}
.ds-header__top__right__account .ds-btn__icon__container {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 480px) {
  .ds-header__top__right__account .ds-btn__icon__container {
    height: 2.4rem;
    width: 2.4rem;
  }
}
@media (min-width: 576px) {
  .ds-header__top__right__account {
    padding: 0.8rem 1.6rem;
  }
  .ds-header__top__right__account .sr-only {
    display: none;
  }
}
.ds-header__top__right__account .ds-btn__title {
  display: none;
}
@media (min-width: 576px) {
  .ds-header__top__right__account .ds-btn__title {
    display: block;
  }
}
.ds-header__top__right__user {
  align-items: center;
  display: flex;
}
.ds-header__top__right__user .js-connected-abo-account,
.ds-header__top__right__user .js-connected-account,
.ds-header__top__right__user .js-connected-subscribe,
.ds-header__top__right__user .js-not-connected-login,
.ds-header__top__right__user .js-not-connected-subscribe,
.ds-header__top__right__user[data-user-state="not-connected"]
  .js-connected-abo-account,
.ds-header__top__right__user[data-user-state="not-connected"]
  .js-connected-account,
.ds-header__top__right__user[data-user-state="not-connected"]
  .js-connected-subscribe {
  display: none;
}
.ds-header__top__right__user[data-user-state="not-connected"]
  .js-not-connected-login,
.ds-header__top__right__user[data-user-state="not-connected"]
  .js-not-connected-subscribe {
  display: flex;
}
.ds-header__top__right__user[data-user-state="not-connected"]
  .js-not-connected-login
  .link__txt {
  display: none;
}
.ds-header__nav {
  align-items: center;
  background: var(--ds-color-inverse-bg-white);
  display: flex;
  flex-flow: row nowrap;
  gap: 1.6rem;
  height: 5.6rem;
  padding: 0 1.6rem;
}
@media (min-width: 576px) {
  .ds-header__nav {
    padding: 0 2.4rem;
  }
}
@media (min-width: 768px) {
  .ds-header__nav {
    padding: 0 1.6rem 0 3.2rem;
  }
}
@media (min-width: 1024px) {
  .ds-header__nav {
    left: 0;
    padding: 0 3.2rem 0 1.6rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .ds-header__nav {
    justify-content: center;
  }
}
.ds-header__nav__list {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.6rem;
  height: 100%;
}
.ds-header__nav__link {
  align-items: center;
  color: var(--ds-color-inverse-content-dark);
  display: flex;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.6rem;
  height: 4rem;
  padding: 0.8rem 0;
  text-wrap: nowrap;
}
.ds-header__nav__actions:after,
.ds-header__nav__lives:after {
  background: var(--ds-color-inverse-border-lighter);
  content: "";
  display: flex;
  height: 3.2rem;
  width: 0.1rem;
}
.ds-header__nav__actions {
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .ds-header__nav__actions {
    gap: 0;
  }
  .ds-header__nav__actions:after {
    margin-left: 1.6rem;
  }
}
.ds-header__nav__actions__logo,
.ds-header__nav__actions__menu,
.ds-header__nav__actions__search,
.ds-header__nav__actions__sticky-burger {
  display: none;
}
@media (min-width: 1024px) {
  .ds-header__nav__actions__menu,
  .ds-header__nav__actions__search {
    display: block;
  }
}
.ds-header__nav__actions .ds-header__nav__link {
  color: var(--ds-color-inverse-content-dark) !important;
  flex-flow: column;
  font-size: 1.4rem;
  gap: 0;
  height: auto;
}
.ds-header__nav__actions .ds-header__nav__link__search {
  border-radius: var(--br-s);
  padding: 0.8rem;
}
.ds-header__nav__actions .ds-header__nav__link__search:hover {
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-header__nav__actions .ds-header__nav__link__menu {
  flex-flow: row nowrap;
  font-family: var(--font-marr-sans-medium), sans-serif;
  font-size: 1.6rem;
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .ds-header__nav__actions .ds-header__nav__link__menu {
    padding: 0.8rem 1.6rem;
  }
}
.ds-header__nav__actions--not-home {
  display: none;
}
@media (min-width: 1024px) {
  .ds-header__nav__actions--not-home {
    display: flex;
  }
  .ds-header__nav__main .ds-header__nav__link {
    font-family: var(--font-marr-sans-condensed-semibold), sans-serif;
  }
}
.ds-header__nav__main-container {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .ds-header__nav__main-container {
    max-width: calc(100% - 16.3rem);
  }
}
.ds-header__nav__main-container .ds-header__nav__slideshow {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.6rem;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.ds-header__nav__main-container .ds-header__nav__slideshow::-webkit-scrollbar {
  display: none;
}
.ds-header__nav__main-container .ds-header__nav__scroll-btn {
  bottom: 50%;
  display: none;
  position: absolute;
}
.ds-header__nav__main-container .ds-header__nav__scroll-btn--prev {
  left: 0;
  transform: translateY(50%) rotate(180deg);
}
.ds-header__nav__main-container .ds-header__nav__scroll-btn--next {
  right: 0;
  transform: translateY(50%);
}
.ds-header__nav__main-container
  .ds-header__nav__scroll-btn[data-visible="false"] {
  display: none;
}
@media (min-width: 1024px) {
  .ds-header__nav__main-container
    .ds-header__nav__scroll-btn[data-visible="false"] {
    display: none;
  }
}
.ds-header__nav__list__item {
  position: relative;
}
.ds-header__nav__list__item:has(
    > .ds-header__nav__link[aria-current="true"]
  ):after,
.ds-header__nav__list__item:has(
    > .ds-header__nav__link[aria-expanded="true"]
  ):after {
  background: var(--ds-color-blue-border-light);
  bottom: -0.4rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.ds-header__nav__list__item:has(> .ds-header__nav__link:hover):after,
.ds-header__nav__list__item:has(
    > .ds-header__nav__link[aria-current="true"]
  ):after {
  background: var(--ds-color-blue-border-light);
  bottom: 0.2rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.ds-lang-selector,
.ds-lang-selector__item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.ds-lang-selector__item:after {
  background: var(--ds-color-storm-border-lighter);
  content: "";
  display: flex;
  height: 1.4rem;
  margin: 0 0.4rem;
  width: 0.1rem;
}
.ds-lang-selector__item:last-child:after {
  display: none;
}
.ds-lang-selector__link {
  border-radius: var(--br-s);
  color: var(--ds-color-storm-content-light);
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 1.4rem;
  padding: 0.8rem;
}
.ds-lang-selector__link[aria-current="true"] {
  color: var(--ds-color-storm-content-dark);
  font-family: var(--font-marr-sans-medium), sans-serif;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-lang-selector__link:hover {
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-lang-selector--inverse .ds-lang-selector__item:after {
  background: var(--ds-color-inverse-border-lighter);
}
.ds-lang-selector--inverse .ds-lang-selector__link {
  color: var(--ds-color-inverse-content-light);
}
.ds-lang-selector--inverse .ds-lang-selector__link[aria-current="true"] {
  color: var(--ds-color-inverse-content-dark);
}
.ds-header {
  border-bottom: 0.1rem solid var(--ds-color-inverse-border-lighter);
  left: 0;
  position: relative;
  top: 0;
  z-index: 10;
}
.ds-header:after {
  background: linear-gradient(270deg, #181a1e, rgba(24, 26, 30, 0));
  bottom: 0;
  content: "";
  height: 5.6rem;
  position: absolute;
  right: 0;
  width: 5.6rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .ds-header:after {
    display: none;
  }
}
.ds-header:has(.ds-header__nav__main-container[data-at-end="true"]):after {
  display: none;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.icon__apps,
.icon__archive,
.icon__connexion,
.icon__instagram,
.icon__journal,
.icon__newsletter-footer,
.icon__rss,
.icon__snapchat,
.icon__subscribe,
.icon__tiktok,
.icon__youtube {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.icon__instagram {
  background-image: url("/img/instagram-icon.svg");
}
.icon__instagram--footer {
  background-image: url("/img/instagram-icon.svg");
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__snapchat {
  background-image: url("/img/snapchat-icon.svg");
}
.icon__snapchat,
.icon__tiktok {
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__tiktok {
  background-image: url("/img/tiktok-icon.svg");
}
.icon__facebook--footer {
  background-image: url("/img/facebook-icon.svg");
}
.icon__facebook--footer,
.icon__youtube {
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__youtube {
  background-image: url("/img/youtube-icon.svg");
}
.icon__rss {
  background-image: url("/img/rss-icon.svg");
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__newsletter-footer {
  background-image: url("/img/mail.icon.svg");
  height: 2.4rem;
  margin-right: 0.8rem;
  width: 2.4rem;
}
.icon__journal {
  background-image: url("/img/journal-icon.svg");
  margin-right: 0.4rem;
}
.icon__archive {
  background-image: url("/img/archive-icon.svg");
  margin-right: 0.8rem;
}
.icon__connexion {
  background-image: url("/img/connexion-icon.svg");
  margin-right: 0.8rem;
}
.icon__subscribe {
  background-image: url("/img/subscribe-icon.svg");
  margin-right: 0.4rem;
}
.icon__apps {
  background-image: url("/img/apps-icon.svg");
  margin-right: 0.8rem;
}
@font-face {
  font-display: swap;
  font-family: The Antiqua B;
  font-stretch: 25% 150%;
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/TheAntiquaB-LeMonde.woff2") format("woff2");
}
@font-face {
  ascent-override: 99%;
  descent-override: 29%;
  font-family: The Antiqua B Fallback;
  line-gap-override: 1%;
  size-adjust: 100%;
  src: local("Georgia"), local(Georgia);
}
:root {
  --font-antiqua-b: "The Antiqua B", "The Antiqua B Fallback", Droid-serif;
  --font-antiqua-b-italic:
    "The Antiqua B Italic", "The Antiqua B Italic Fallback", Droid-serif;
  --font-antiqua-b-medium:
    "The Antiqua B Medium", "The Antiqua B Medium Fallback", Droid-serif;
  --font-antiqua-b-standard-italic:
    "The Antiqua B Italic", "The Antiqua B Italic Fallback", Droid-serif;
  --font-antiqua-b-bold:
    "The Antiqua B Bold", "The Antiqua B Bold Fallback", "Georgia",
    "Times Roman", serif;
  --font-antiqua-b-bold-italic:
    "The Antiqua B Bold Italic", "The Antiqua B Bold Italic Fallback",
    "Georgia", "Times Roman", serif;
  --font-antiqua-b-semibold:
    "The Antiqua B SemiBold", "The Antiqua B SemiBold Fallback", "Georgia",
    "Times Roman", serif;
  --font-fette: "Fette Engschrift", "Marr Sans Fallback", Roboto;
  --font-marr-sans-semibold:
    "Marr Sans Semibold", "Marr Sans Semibold Fallback", Roboto;
  --font-marr-sans-condensed-semibold:
    "Marr Sans Condensed Semibold", "Marr Sans Condensed Semibold Fallback",
    "DINCondensed-Bold", "Roboto Condensed";
  --font-marr-sans-condensed-bold:
    "Marr Sans Condensed Bold", "Marr Sans Condensed Bold Fallback",
    "DINCondensed-Bold", "Roboto Condensed";
}
@font-face {
  ascent-override: 100%;
  descent-override: 33%;
  font-family: The Antiqua B Italic Fallback;
  line-gap-override: 0%;
  size-adjust: 97%;
  src: local("Georgia"), local(Georgia);
}
@font-face {
  ascent-override: 97%;
  descent-override: 27%;
  font-family: The Antiqua B Medium Fallback;
  line-gap-override: 2%;
  size-adjust: 101%;
  src: local(Georgia), local("Georgia");
}
@font-face {
  ascent-override: 99%;
  descent-override: 32%;
  font-family: The Antiqua B Italic Fallback;
  line-gap-override: 0%;
  size-adjust: 98%;
  src: local(Georgia), local("Georgia");
}
@font-face {
  ascent-override: 94%;
  descent-override: 21%;
  font-family: The Antiqua B Bold Fallback;
  line-gap-override: 9%;
  size-adjust: 104%;
  src: local(Georgia), local("Georgia");
}
@font-face {
  ascent-override: 94%;
  descent-override: 21%;
  font-family: The Antiqua B Bold Italic Fallback;
  line-gap-override: 9%;
  size-adjust: 104%;
  src: local(Georgia), local("Georgia");
}
@font-face {
  ascent-override: 94%;
  descent-override: 29%;
  font-family: The Antiqua B SemiBold Fallback;
  line-gap-override: 0%;
  size-adjust: 107%;
  src: local(Georgia), local("Georgia");
}
@font-face {
  font-display: swap;
  font-family: Marr Sans;
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/MarrSans-Semibold-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Marr Sans Semibold;
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/MarrSans-Semibold-Web.woff2") format("woff2");
}
@font-face {
  ascent-override: 98%;
  descent-override: 25%;
  font-family: Marr Sans Semibold Fallback;
  line-gap-override: 0%;
  size-adjust: 104%;
  src: local("Arial"), local(Arial);
}
@font-face {
  ascent-override: 100%;
  descent-override: 20%;
  font-family: Marr Sans Condensed Semibold Fallback;
  line-gap-override: 0%;
  size-adjust: 96%;
  src: local(Arial Narrow), local("Arial Narrow");
}
@font-face {
  font-display: swap;
  font-family: Marr Sans Condensed;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/MarrSansCondensed-Bold-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Marr Sans Condensed Bold;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/MarrSansCondensed-Bold-Web.woff2") format("woff2");
}
@font-face {
  ascent-override: 91%;
  descent-override: 21%;
  font-family: Marr Sans Condensed Bold Fallback;
  line-gap-override: 0%;
  size-adjust: 97%;
  src: local("Arial Narrow"), local(Arial narrow);
}
.un-additional__wrapper {
  background-color: #f5f6f8;
  border-top: 4px solid #000000;
  padding: 0 20px 20px 20px;
}
.un-additional__title {
  font-family: "MarrSansCondensed";
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  margin-top: 28px;
  color: #000000;
}
.un-additional__list {
  margin: 0;
  padding: 0;
  background-color: hsl(220, 18%, 97%);
  list-style: none;
}
.un-additional__item {
  display: flex;
  padding: 24px 0;
  text-decoration: none;
  color: #000000;
  font-family: "The Antiqua B";
  cursor: pointer;
}
.un-additional__item:not(:last-child) {
  border-bottom: 1px solid #d5d8dc;
}
.un-additional__item-number {
  margin-top: -3px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  font-size: 32px;
}
.un-additional__item-info {
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02px;
  font-weight: 400;
  padding-left: 16px;
}
.un-additional__item:hover {
  text-decoration: underline;
}
.aside__article.old__aside {
  height: min-content;
}
h3.article__post-title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  color: #111;
  margin-top: 2rem;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
@media (max-width: 600px) {
  h3.article__post-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    color: #111;
    margin-top: 2rem;
    margin-bottom: 0;
    letter-spacing: -0.01em;
  }
}
.footer__links--social {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: auto;
  list-style: none;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .footer__links--social {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: auto;
  }
}
ul li::marker {
  color: #ffc700;
}
.article-attention-lead {
  font-weight: 700;
  font-style: normal;
  font-size: 0.92em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c4c6e;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  border-bottom: 2px solid rgba(44, 76, 110, 0.35);
  padding-bottom: 0.06em;
}
.article-instruction {
  margin: 1.75rem 0 0;
  padding: 1.1rem 1.2rem 1.25rem 1.2rem;
  background: #f8f7f4;
  border: 1px solid #e5e3de;
  border-top: 3px solid #2c4c6e;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.52;
}
@media (min-width: 768px) {
  .article-instruction {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}
@media print {
  .article-instruction {
    font-size: 9pt;
    border-color: #ccc;
  }
}
.article-instruction__label {
  margin: 0 0 0.65rem;
  padding: 0;
  font-family: inherit;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #000000;
  line-height: 1.3;
}
.article-instruction__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: instruction-step;
}
.article-instruction__steps li {
  position: relative;
  margin: 0.75rem 0 0;
  padding-left: 2.6rem;
  min-height: 1.35em;
}
.article-instruction__steps li:first-child {
  margin-top: 0;
}
.article-instruction__steps li::before {
  counter-increment: instruction-step;
  content: counter(instruction-step);
  position: absolute;
  left: 0;
  top: 0.28rem;
  box-sizing: border-box;
  width: 1.85rem;
  height: 1.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.85rem;
  text-align: center;
  color: #2c4c6e;
  border: 1px solid #2c4c6e;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.link_content_cast {
  color: #a91e1e;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.article__paragraph .link_content_cast,
.article__post-title .link_content_cast,
.article-instruction .link_content_cast {
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.article__paragraph .link_content_cast:hover,
.article__post-title .link_content_cast:hover,
.article-instruction .link_content_cast:hover {
  opacity: 0.85;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.article-cta {
  margin: 2.25rem 0 1.5rem;
  text-align: center;
}
.article-cta__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  width: min(100%, 26rem);
  padding: 0.95rem 1.5rem;
  border-radius: 4px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: clamp(0.95rem, 2.8vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(165deg, #e8b012 0%, #c89400 45%, #a87600 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.12),
    0 8px 24px rgba(168, 118, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  animation: article-cta-glow 2.8s ease-in-out infinite;
}
.article-cta__btn:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow:
    0 3px 0 rgba(0, 0, 0, 0.1),
    0 12px 32px rgba(168, 118, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.article-cta__btn:active {
  transform: translateY(0);
  filter: brightness(0.98);
}
.article-cta__btn:focus-visible {
  outline: 3px solid #2c4c6e;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .article-cta__btn {
    animation: none;
  }
}
@keyframes article-cta-glow {
  0%,
  100% {
    box-shadow:
      0 2px 0 rgba(0, 0, 0, 0.12),
      0 8px 24px rgba(168, 118, 0, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }
  50% {
    box-shadow:
      0 2px 0 rgba(0, 0, 0, 0.12),
      0 12px 36px rgba(168, 118, 0, 0.65),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }
}
.image-block_content_cast {
  margin-top: 20px;
}
:root {
  --lm-ink: #101010;
  --lm-ink-soft: #3a3a3a;
  --lm-muted: #6f6a60;
  --lm-paper: #ffffff;
  --lm-paper-tint: #f7f4ef;
  --lm-line: #e6e1d9;
  --lm-accent: #1c3d5a;
  --lm-gold: #c6a96b;
}
body {
  line-height: 1.5;
  font-family: "Marr Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--lm-ink);
  background: linear-gradient(180deg, #f9f7f2 0%, #f1ede4 100%);
}
.commentsWrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 680px;
  padding: 18px 20px;
  width: 100%;
  background: var(--lm-paper);
  border: 1px solid var(--lm-line);
  box-shadow: 0 14px 40px rgba(16, 16, 16, 0.08);
  border-top: 3px solid var(--lm-ink);
}
.commentsWrapper h2,
.commentsWrapper .title-reUIw {
  font-family: "Le Monde Journal", "Times New Roman", serif;
  font-size: 26px;
  letter-spacing: 0.2px;
  color: var(--lm-ink);
  margin-bottom: 10px;
}
.commentsWrapper h2::after,
.commentsWrapper .title-reUIw::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 8px;
  background: var(--lm-gold);
}
.fb--container label {
  cursor: pointer;
  color: var(--lm-muted);
  font-weight: 700;
  vertical-align: middle;
}
.fb--container label input {
  font-weight: 400;
}
.fb--container textarea {
  max-width: 100%;
}
.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: "Marr Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}
.fb--container a {
  color: var(--lm-accent);
  cursor: pointer;
  text-decoration: none;
}
.fb--container button {
  margin: 0;
}
.fb--container a:hover {
  text-decoration: underline;
}
.fb--container img {
  border: 0;
}
.fb--container .clearfix__comments::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fb--container .clearfix__comments {
  zoom: 1;
}
.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}
.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}
.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.fb--container ._42ft:hover {
  text-decoration: none;
}
.fb--container ._42fr {
  cursor: default;
}
.fb--container .lfloat {
  float: left;
}
.fb--container .rfloat {
  float: right;
}
.fb--container .fss {
  font-size: 9px;
}
.fb--container .fsm {
  font-size: 12px;
}
.fb--container .fwn {
  font-weight: 400;
}
.fb--container .fcg {
  color: var(--lm-muted);
}
.fb--container a._p {
  display: block;
}
.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 3px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}
.fb--container ._517h {
  background-color: #f4f1eb;
  border-color: #d9d3c8;
  color: var(--lm-ink-soft);
}
.fb--container ._517h:hover {
  background-color: #ece6dc;
}
.fb--container ._517h:active {
  background-color: #e2dbcf;
  border-color: #cfc8bc;
}
.fb--container ._4jy1 {
  color: #fff;
}
.fb--container ._4jy1 {
  background-color: #111111;
  border-color: #111111;
}
.fb--container ._4jy1:hover {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.fb--container ._4jy1:active {
  background-color: #000000;
  border-color: #000000;
}
.fb--container ._4jy1._42fr {
  background-color: #b7b1a7;
  border-color: #b7b1a7;
}
.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}
.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}
.fb--container ._50f7 {
  font-weight: 700;
}
.fb--container ._42ef {
  overflow: hidden;
}
.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}
.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}
.fb--container ._51mz ._51mw {
  padding-right: 0;
}
.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}
.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}
.fb--container ._8r {
  margin-right: 5px;
}
.fb--container ._8s {
  margin-right: 8px;
}
.fb--container ._6a {
  display: inline-block;
}
.fb--container ._6b {
  vertical-align: middle;
}
.fb--container ._ohe {
  float: left;
}
.fb--container ._ohf {
  float: right;
}
.fb--container ._4qba {
  font-style: normal;
}
.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}
.fb--container ._3-8y {
  margin-top: 14px;
}
.fb--container ._3-8_ {
  margin-right: 4px;
}
.fb--container ._3-96 {
  margin-bottom: 12px;
}
.fb--container ._3-99 {
  margin-left: 4px;
}
.fb--container ._2ph- {
  padding: 10px;
}
.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}
.fb--container ._2pis {
  padding-left: 8px;
}
.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}
.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}
.fb--container ._2agf {
  word-wrap: normal;
}
.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.fb--container a.uiLinkSubtle {
  color: var(--lm-muted);
}
.fb--container .uiInputLabel {
  position: relative;
}
.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}
.fb--container .UFIInputContainer {
  position: relative;
}
.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}
.fb--container .UFICommentActorName {
  font-weight: 700;
  color: var(--lm-ink);
}
.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}
.fb--container ._5uzb {
  padding-right: 3px;
}
.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}
.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}
.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
  word-wrap: break-word;
}
.fb--container ._44ri {
  border-left: 1px dotted #d6d0c6;
}
.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.4;
  padding-top: 2px;
}
.fb--container ._2vq9 a {
  color: var(--lm-accent);
}
.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: var(--lm-muted);
}
.fb--container ._2vq9 .comment-meta__likes {
  color: var(--lm-muted);
}
.fb--container ._5mdd {
  word-wrap: break-word;
  font-family: "Le Monde Journal", "Times New Roman", serif;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--lm-ink);
}
.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}
.fb--container ._5mdd a {
  color: #4267b2;
}
.fb--container ._2392 {
  margin-bottom: 24px;
}
.fb--container ._4uyl ._1cb {
  border: 1px solid #d2ccc2;
  word-wrap: break-word;
}
.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}
.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 10px;
  background: #fbfaf7;
}
.fb--container ._5tr6 {
  background: var(--lm-paper-tint);
  text-align: right;
}
.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}
.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d2ccc2;
  border-bottom-color: #d2ccc2;
  border-left-color: #d2ccc2;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}
.fb--container ._1u0n {
  line-height: 24px;
}
.fb--container ._5lm5 {
  border-top: 1px solid var(--lm-line);
  font-size: 11px;
}
.fb--container ._491z {
  border-bottom: 1px solid var(--lm-line);
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}
.fb--container ._pup {
  color: var(--lm-ink-soft);
}
.fb--container ._1ci {
  height: 46px;
  width: 46px;
}
.fb--container ._1cj {
  height: 34px;
  width: 34px;
}
.fb--container ._5yct {
  background-color: #f4f1ea;
  color: var(--lm-accent);
}
.fb--container ._55sg {
  vertical-align: baseline;
}
.fb--container ._kv1 {
  position: relative;
}
.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}
a:hover {
  opacity: 0.8 !important;
}
.expert-reviews {
  margin: 2.4rem 0 2.2rem;
}
.expert-review {
  margin: 0;
  padding: 0 0 2.1rem;
  border-bottom: 1px solid #b9b9b9;
}
.expert-review + .expert-review {
  margin-top: 2.4rem;
}
.expert-review__header {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b9b9b9;
}
.expert-review__photo {
  flex: 0 0 8.8rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  object-fit: cover;
  background: #e8eaee;
}
.expert-review__photo--michel {
  object-position: center;
}
.expert-review__photo--julie {
  object-position: center;
}
.expert-review__identity {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.expert-review__name {
  color: #173d5a;
  font-family: var(
    --font-antiqua-b-bold,
    "The Antiqua B Bold",
    Georgia,
    "Times New Roman",
    serif
  );
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}
.expert-review__role {
  margin-top: 0.35rem;
  color: #6f6f6f;
  font-family: var(
    --font-antiqua-b-bold,
    "The Antiqua B Bold",
    Georgia,
    "Times New Roman",
    serif
  );
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.22;
}
.expert-review__quote {
  margin: 2rem 0 0;
  color: #000000;
  font-family: var(
    --font-antiqua-b,
    "The Antiqua B",
    Georgia,
    "Times New Roman",
    serif
  );
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.52;
  overflow-wrap: normal;
}
@media (min-width: 768px) {
  .expert-reviews {
    width: min(66.4rem, calc(100vw - 10.4rem));
  }
  .expert-review__name {
    font-size: 2rem;
  }
  .expert-review__role,
  .expert-review__quote {
    font-size: 1.8rem;
  }
  .expert-review__quote {
    line-height: 1.55;
  }
}
@media (min-width: 1024px) {
  .expert-reviews {
    width: 62rem;
  }
}
@media (max-width: 600px) {
  .expert-reviews {
    margin-top: 2rem;
  }
  .expert-review {
    padding-bottom: 1.8rem;
  }
  .expert-review + .expert-review {
    margin-top: 2rem;
  }
  .expert-review__header {
    gap: 1.2rem;
    padding-bottom: 1.6rem;
  }
  .expert-review__photo {
    flex-basis: 7rem;
    width: 7rem;
    height: 7rem;
  }
  .expert-review__name {
    font-size: 1.9rem;
  }
  .expert-review__role {
    font-size: 1.7rem;
  }
  .expert-review__quote {
    margin-top: 1.6rem;
    font-size: 1.7rem;
    line-height: 1.52;
  }
}
.form-wrapper {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 32px;
  max-width: 616px;
  margin: 40px auto;
  font-family:
    "source-sans-pro",
    Arial,
    -apple-system,
    sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

.form-header {
  text-align: center;
  margin-bottom: 24px;
}

.form-header .tag {
  display: inline-block;
  background-color: #0d6fef;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.form-header h3 {
  color: #163860;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.form-header p {
  color: #5e7287;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 768px) {
  .form-wrapper {
    padding: 20px 16px;
    margin: 16px 0;
  }

  .form-header {
    margin-bottom: 16px;
  }

  .form-header .tag {
    font-size: 12px;
    padding: 3px 8px;
    margin-bottom: 8px;
  }
  .form-header h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .form-header p {
    font-size: 15px;
  }
}
.form-footer {
  margin-top: 16px;
  font-size: 14px;
  color: #727272;
  text-align: center;
  line-height: 1.5;
}
.form-footer a {
  color: #0d6fef;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease-in;
}
.form-footer a:hover {
  text-decoration: underline;
}
.reg-form-wrapp {
  padding: 30px 0;
}
