@media print {
  body {
    display: none !important;
  }
}
ul {
  list-style-type: none;
  padding: 0;
}
input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 8px 10px;
}
input:not([type="tel"]) {
  border-radius: 8px;
  border: 1px solid #999;
}
html {
  color: #383f4e;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 20px);
}
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,
h1,
h2,
h3,
h4,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.Connexion button,
a {
  color: inherit;
  font-family: inherit;
}
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: #2a303b;
}
.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: 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;
  }
}
.btn,
.btn--premium {
  border-radius: 0.3rem;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  padding: 0.8rem 1.6rem;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.meta__icon-container {
  align-items: center;
  background-color: transparent;
  border: 0.1rem solid #d5d8dc;
  border-radius: 25rem;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  width: 3.2rem;
}
.bizdev-list__link-arrow,
.icon__arrow,
.icon__email,
.icon__facebook,
.icon__favorites,
.icon__information,
.icon__link,
.icon__linkedin,
.icon__messenger,
.icon__premium,
.icon__reading-time,
.icon__whatsapp,
.lmd-dropdown-gift-article__close,
.lmd-dropdown__close {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.icon__reading-time {
  background-image: none;
  height: 2.4rem;
  margin-right: 0.8rem;
  width: 1.2rem;
}
.icon__premium {
  background-image: none;
  height: 1.8rem;
  vertical-align: sub;
  width: 2.6rem;
}
.icon__favorites {
  background-image: none;
  height: 1.56rem;
  width: 1.1rem;
}
.icon__information {
  background-image: none;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px) {
  .icon__information {
    height: 2.8rem;
    width: 2.8rem;
  }
}
.icon__arrow {
  background-image: none;
}
.icon__link {
  background-image: none;
  height: 1.6rem;
  width: 1.6rem;
}
.icon__linkedin {
  background-image: none;
  height: 1.6rem;
  position: relative;
  width: 1.6rem;
}
.icon__whatsapp {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__messenger {
  background-image: none;
}
.icon__facebook--footer,
.icon__facebook--footer:hover {
  background-image: none;
}
.icon__email {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
.btn--premium {
  background-color: #ffc700;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 320px) {
  .btn--premium {
    padding: 0.8rem 1.6rem;
  }
}
.btn--premium:hover {
  background-color: #eab002;
}
.button {
  border-radius: 0.4rem;
  display: inline-block;
  font-family: Arial, Roboto, sans-serif;
  font-weight: 600;
}
html.fonts-loaded .button {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.button:hover {
  cursor: pointer;
}
.button--lightred {
  align-items: center;
  background-color: #d60000;
  border: 0;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.button--lightred:hover {
  background-color: #d60000;
}
.button--border-grey {
  border: 0.1rem solid #a4a9b4;
  border-radius: 0.4rem;
  color: #d60000;
}
.button--border-grey {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.capping {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: visible;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
.capping__wrapper {
  border-radius: 0.4rem;
  font-family: Arial, Roboto, sans-serif;
  left: 50%;
  margin: 0 auto 2.4rem;
  max-width: 26rem;
  position: absolute;
  top: 14rem;
  transform: translateX(-50%);
  width: 100%;
}
html.fonts-loaded .capping__wrapper {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
@media (min-width: 360px) {
  .capping__wrapper {
    max-width: 31.5rem;
  }
}
@media (min-width: 768px) {
  .capping__wrapper {
    margin-bottom: 10rem;
    max-width: 50rem;
    max-width: 48.8rem;
    top: 20rem;
  }
}
.capping__picture {
  background: none no-repeat;
  display: none;
  height: 78px;
  margin: 4rem auto;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 158px;
}
@media (min-width: 360px) {
  .capping__picture {
    display: block;
  }
}
@media (min-width: 768px) {
  .capping__picture {
    background: none no-repeat;
    height: 114px;
    margin: 3.2rem auto;
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .capping__picture {
    background: none no-repeat;
    height: 109px;
    width: 287px;
  }
}
.capping__header {
  align-items: center;
  background-color: #fff6d3;
  border-radius: 0.4rem;
  color: #6c3d04;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.25;
  opacity: 0;
  padding: 1.6rem 3.2rem 2.4rem;
  position: relative;
  transform: translateY(-0.8rem);
  transition:
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
@media (min-width: 768px) {
  .capping__header {
    flex-direction: row;
    font-size: 1.6rem;
    line-height: normal;
    line-height: 4;
    padding: 0 3.2rem;
  }
}
.capping__notice {
  font-weight: 500;
  margin-top: 0.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .capping__notice {
    margin-left: 1.6rem;
    margin-top: 0;
    text-align: left;
  }
}
.capping__content {
  background-color: #fff;
  opacity: 0;
  padding: 2.4rem 2rem;
  position: relative;
  text-align: center;
  top: -0.4rem;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition:
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 360px) {
  .capping__content {
    padding: 2.4rem 3.6rem;
  }
}
.capping__title {
  font-family: Georgia, Droid-serif, serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
}
html.fonts-loaded .capping__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .capping__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
@media (min-width: 768px) {
  .capping__title {
    margin: 0 auto;
    max-width: 32rem;
    width: 100%;
  }
}
.capping__cta {
  height: 4rem;
  margin-top: 1.2rem;
  width: 100%;
}
@media (min-width: 360px) {
  .capping__cta {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .capping__cta {
    margin: 0 auto;
    max-width: 32rem;
  }
}
.capping__cta--next {
  margin-bottom: 1.2rem;
  margin-top: 1.6rem;
}
.capping__cta-text {
  color: #717b8e;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .capping__cta-text {
    line-height: normal;
    margin-top: 1.6rem;
  }
}
.capping__faq {
  display: none;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .capping__faq {
    margin-bottom: 170px;
  }
}
.capping__bottom {
  margin: 0 2rem;
  opacity: 0;
}
.capping__bottom:before {
  background-color: #d8d8d8;
  content: " ";
  display: block;
  height: 0.1rem;
  width: 100%;
}
.capping__trigger {
  background: transparent;
  border: 0;
  color: #d60000;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  margin: 0;
  padding: 0.8rem 0 2.4rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 360px) {
  .capping__trigger {
    line-height: normal;
  }
}
.capping__trigger:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.capping__trigger:after {
  align-self: center;
  background-image: none;
  background-repeat: no-repeat;
  content: " ";
  height: 1.4rem;
  margin-left: auto;
  position: relative;
  width: 1.4rem;
}
.capping__trigger:focus {
  outline: 0;
}
.capping__item:first-child {
  margin-top: 1.6rem;
}
.capping__item:not(:first-child) {
  margin-top: 3.2rem;
}
.capping__question {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
}
.capping__answer {
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 1.6rem;
}
.capping__answer + .capping__answer {
  margin-top: 0;
}
.capping__answer-line {
  display: block;
  margin-top: 1.6rem;
}
.capping__link {
  background: transparent;
  border: 0;
  color: #d60000;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.capping__link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.capping__link:focus {
  outline: 0;
}
.bd__bloc--image a {
  display: block;
  width: 100%;
}
.bd__bloc--image img {
  display: block;
  height: 280px;
  margin: 0 auto;
  width: 300px;
}
.bizdev-list {
  align-items: flex-start;
  flex-direction: column;
  height: auto;
}
.bizdev-list,
.bizdev-list__header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.bizdev-list__header {
  align-items: baseline;
  margin-bottom: 0.8rem;
}
.bizdev-list__header-title {
  color: #666e80;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.4rem;
}
.bizdev-list__header-title,
html.fonts-loaded .bizdev-list__header-title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.bizdev-list__header-partner {
  color: #8b92a1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.bizdev-list__header-partner,
html.fonts-loaded .bizdev-list__header-partner {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.bizdev-list__content {
  border: 0.1rem solid #d5d8dc;
  border-radius: 0.4rem;
  padding: 0 1.2rem;
  width: 100%;
}
.bizdev-list__code {
  align-items: center;
  display: flex;
  height: 3.2rem;
  justify-content: flex-start;
  padding: 0.4rem 0;
}
.bizdev-list__code:not(:last-of-type) {
  border-bottom: 0.1rem solid #e8eaee;
}
.bizdev-list__code:hover .bizdev-list__code-text {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.bizdev-list__code-text {
  align-items: center;
  color: #666e80;
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  justify-content: flex-start;
  line-height: 1.3rem;
  margin-right: auto;
}
.bizdev-list__code-text,
html.fonts-loaded .bizdev-list__code-text {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.bizdev-list__code-bold {
  color: #565e70;
  display: inline-block;
  font-weight: 500;
  line-height: 1.3rem;
}
.bizdev-list__code-bold,
html.fonts-loaded .bizdev-list__code-bold {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.bizdev-list__link-to-all {
  align-items: center;
  color: #666e80;
  display: flex;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 0.4rem;
  height: 3.2rem;
  justify-content: flex-start;
  line-height: 1;
  padding: 0.4rem 0;
}
.bizdev-list__link-to-all,
html.fonts-loaded .bizdev-list__link-to-all {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.bizdev-list__link-to-all:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.bizdev-list__link-arrow {
  background-image: none;
  height: 1.2rem;
  width: 1.2rem;
}
.services--footer .bizdev-magnum {
  height: 280px;
  margin-top: 0 !important;
  width: 300px;
}
.services--footer .bizdev-magnum img {
  height: 280px;
  width: 300px;
}
.article__gift-modal {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 9997;
}
@media screen and (min-width: 768px) {
  .article__gift-modal {
    height: 100vh;
  }
}
.article__gift-modal__overlay {
  background-color: #2a303c;
  content: "";
  height: calc(100vh - 6rem);
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 6rem;
  width: 100vw;
  z-index: 9996;
}
@media (min-width: 768px) {
  .article__gift-modal__overlay {
    height: 100vh;
    top: 0;
  }
}
.article__gift-modal__content {
  align-items: center;
  background: #fff;
  border-radius: 0;
  border-top: 0.1rem solid #e8eaee;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-family: Arial, Roboto, sans-serif;
  left: 0;
  max-height: 80vh;
  padding: 2.4rem 1.6rem;
  position: absolute;
  width: 100%;
  z-index: 9997;
}
html.fonts-loaded .article__gift-modal__content {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
@media screen and (min-width: 768px) {
  .article__gift-modal__content {
    border-radius: 0.3rem;
    border-top: 0;
    bottom: auto;
    left: 50%;
    padding: 2.4rem 3.2rem;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 57.2rem;
  }
}
.article__gift-modal__content:has(
  .lmd-modal-gift-not-sub__footer,
  .article__gift-modal__footer
),
.lmd-modal-gift-not-sub__content:has(
  .lmd-modal-gift-not-sub__footer,
  .article__gift-modal__footer
) {
  padding: 2.4rem 1.6rem 0;
}
@media screen and (min-width: 768px) {
  .article__gift-modal__content:has(
    .lmd-modal-gift-not-sub__footer,
    .article__gift-modal__footer
  ),
  .lmd-modal-gift-not-sub__content:has(
    .lmd-modal-gift-not-sub__footer,
    .article__gift-modal__footer
  ) {
    padding: 2.4rem 3.2rem 0;
  }
}
.article__gift-modal__title {
  font-family: Georgia, Droid-serif, serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  text-align: left;
}
html.fonts-loaded .article__gift-modal__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .article__gift-modal__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
@media (min-width: 768px) {
  .article__gift-modal__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
    text-align: center;
  }
}
.article__gift-modal__logo.icon__gift {
  height: 2.8rem;
  margin-right: 0.8rem;
  position: relative;
  top: 0.3rem;
  width: 2.8rem;
}
@media (min-width: 768px) {
  .article__gift-modal__logo.icon__gift {
    height: 3.6rem;
    margin-bottom: 0.8rem;
    margin-right: 0;
    width: 3.6rem;
  }
}
.article__gift-modal__text {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .article__gift-modal__text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.article__gift-modal__text--no-margin {
  margin: 0;
}
.article__gift-modal__link {
  color: #d60000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.article__gift-modal__link:hover {
  opacity: 0.8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.article__gift-modal .lmd-btn:not(:last-child) {
  margin-bottom: 0.8rem;
}
.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-container {
  position: relative;
}
.article__media {
  display: block;
  float: right;
  font-size: 0;
  margin-left: 1.6rem;
  max-width: 11.4rem;
}
.article__title {
  color: #2a303b;
  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__title--inline {
  display: inline;
}
.article a:hover .article__title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.article--related {
  margin-top: 0;
  padding-top: 2.4rem;
}
.article--related .article__title {
  color: #2a303b;
  font-family: Georgia, Droid-serif, serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}
html.fonts-loaded .article--related .article__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .article--related .article__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
.article--related .article__media-container {
  display: block;
  float: none;
  font-size: 0;
  margin: 0 0 0.8rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .article--related .article__media-container {
    float: right;
    margin: 0 0 0.4rem 0.8rem;
    width: 11.4rem;
  }
}
.article__paragraph {
  color: #383f4e;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.52;
  margin-top: 2rem;
}
@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__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--content a.meta__link-sub,
.article--content a.meta__link-sub:hover {
  border-bottom: 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 .article__header-wrap {
  position: relative;
}
.article--single .article__header .meta__date--header {
  color: #717b8e;
  font-size: 1.4rem;
}
.article--single .article__header .meta__date--header {
  font-family: Arial, Roboto, sans-serif;
}
html.fonts-loaded .article--single .article__header .meta__date--header {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.article--single .article__header .meta__date-reading {
  align-items: center;
  display: inline-block;
  flex-wrap: wrap;
}
.article--single .article__header .meta__author-trigger {
  background-color: #eff0f3;
  border-radius: 5rem;
  cursor: pointer;
  height: 2.4rem;
  margin-left: auto;
  position: relative;
  width: 2.4rem;
}
@media (min-width: 768px) {
  .article--single .article__header .meta__author-trigger {
    margin-left: 0;
  }
}
.article--single .article__header .meta__author-trigger:after {
  background-image: none;
  content: " ";
  display: block;
  height: 1.8rem;
  margin-left: 0.4rem;
  margin-top: 0.2rem;
  transform: rotate(90deg);
  width: 1.8rem;
}
.article--single .article__header .meta__author--header {
  display: block;
  width: 31rem;
}
@media (min-width: 768px) {
  .article--single .article__header .meta__author--header {
    width: 62.4rem;
  }
}
.article--single .article__header .meta__author--header:after {
  display: none;
}
.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--header {
  display: flex;
}
.article--single .article__header .meta__reading-time {
  float: left;
}
@media (min-width: 768px) {
  .article--single .article__header .meta__reading-time {
    float: none;
  }
}
@media print {
  .article--single .article__header .meta__reading-time {
    display: none;
    font-size: 7.5pt;
  }
}
.article--single .article__header .meta__reading-time--header {
  display: inline-flex;
  float: none;
  margin-top: 0;
}
.article--single .article__header .meta__reading-time--header:before {
  color: #d5d8dc;
  content: " ";
  content: "•";
  display: inline-block;
  font-family: Georgia, Droid-serif, serif;
  line-height: 1;
  padding-right: 0.4rem;
}
html.fonts-loaded
  .article--single
  .article__header
  .meta__reading-time--header:before {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded
    .article--single
    .article__header
    .meta__reading-time--header:before {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
.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;
  }
}
@media print {
  .article--single .article__content {
    padding-top: 0;
  }
}
@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;
}
.dfp__container:has(> .adm-ad-skin) {
  align-items: flex-start;
  background-color: #fff;
}
.dfp__container:has(> .dfp__slot--banniere-haute--live-inverse.adm-ad-skin) {
  background: #181a1e;
}
.dfp__container:has(> .dfp__slot--banniere-haute-abo) {
  height: auto !important;
  min-height: 0 !important;
}
.dfp__container:has(> .dfp__slot--banniere-haute--live) {
  background: var(--lmd-color-storm-bg-medium);
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.dfp__container:has(> .dfp__slot--banniere-haute--live-inverse) {
  background: #3e4045;
}
.dfp__slot--habillage {
  display: none;
}
@media (min-width: 1024px) {
  .dfp__slot--habillage {
    display: block;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.User__avatar {
  background-color: #a4a9b4;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-marr-sans-condensed-bold), sans-serif;
  font-size: 1rem;
  height: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.2rem;
  padding-top: 0.4rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 2rem;
}
.User__avatar:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.AccountMenu {
  display: flex;
  flex-direction: column;
  text-transform: none;
}
.AccountMenu__type {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.AccountMenu__type :first-child {
  align-self: center;
}
.AccountMenu__email {
  color: #666e80;
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 1.2rem;
}
.Connexion {
  background-color: #fff;
  border: 0.1rem solid #eff0f3;
  box-shadow: 0 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.04);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3;
  opacity: 0;
  position: absolute;
  right: -0.8rem;
  transform: translateY(-100%);
  transition:
    transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.5s ease;
  visibility: hidden;
  width: 100vw;
}
@media (min-width: 576px) {
  .Connexion {
    width: 25rem;
  }
}
.Connexion__wrap {
  background: #f1f5f8;
  display: flex;
  flex-flow: row nowrap;
}
.Connexion__label--mea {
  font-style: italic;
}
.Connexion__label-wrap {
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: space-between;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .Connexion__label-wrap {
    flex: initial;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
.Connexion__label-wrap--column {
  flex-flow: column;
  text-align: left;
}
.Connexion__label-wrap .Connexion__label-more {
  display: block;
  font-weight: 400;
}
.Connexion ul {
  list-style-type: none;
}
.Connexion a,
.Connexion button {
  display: flex;
}
.Connexion a:hover,
.Connexion button:hover {
  background-color: #f5f6f8;
}
.Connexion a div {
  align-items: center;
  display: flex;
  padding: 0 1.2rem;
  width: 100%;
}
.Connexion .Connexion__link {
  cursor: pointer;
  height: 4.4rem;
  padding: 0;
}
@media (min-width: 768px) {
  .Connexion .Connexion__link {
    margin: 0.7rem 0;
  }
}
.Connexion .Connexion__link-off,
.Connexion button.Connexion__link-off {
  cursor: default;
}
.Connexion .Connexion__link-off .Connexion__icon,
.Connexion .Connexion__link-off .Connexion__label {
  opacity: 0.25;
}
.Connexion .Connexion__link:hover {
  background-color: #f5f6f8;
}
.Connexion .Connexion__link span.Connexion__link-wrap {
  align-items: center;
  display: flex;
  height: 4.4rem;
  padding: 0 1.2rem;
  width: 100%;
}
.Connexion button {
  color: #2a303b;
  font-family: var(--font-marr-sans-medium), sans-serif;
  font-size: 1.3rem;
  width: 100%;
}
.Connexion button.Connexion__link {
  background-color: transparent;
  border: none;
}
.Connexion__account {
  display: flex;
  height: 6rem;
  padding: 0 1.2rem;
}
.Connexion__account:hover {
  background-color: #f5f6f8;
}
.Connexion__account a {
  align-self: center;
}
.Connexion__account .User__avatar {
  align-self: center;
  margin-right: 0.8rem;
}
.Connexion__newsletter {
  border-top: 0.1rem solid #e2e4e9;
  padding: 1.2rem 0;
}
@media (min-width: 1024px) {
  .Connexion__newsletter {
    padding: 0;
  }
}
.Connexion__icon {
  margin-right: 0.4rem;
}
.Connexion__icon-exclu {
  align-self: flex-start;
  background-color: #f5f6f8;
  color: #ffc700;
  display: inline-block;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  margin-left: 0.8rem;
  padding: 0.1rem 0.5rem;
  text-transform: uppercase;
}
.Connexion__icon-exclu--suspended {
  background: #ffebcc;
  border: 0.05rem solid rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  color: #6c3d04;
  font-size: 1.2rem;
}
.Connexion__icon-exclu--suspended-account {
  background: #fcd2d2;
  border: 0.05rem solid rgba(0, 0, 0, 0.09);
  border-radius: 0.2rem;
  color: #2a303b;
  font-size: 1.2rem;
}
.Connexion__links {
  border-top: 0.1rem solid #e2e4e9;
}
@media (max-width: 1024px) {
  .Connexion__links {
    padding-top: 0.7rem;
  }
}
.Connexion__share {
  background: #f1f5f8;
  color: #d60000;
}
.Connexion__share a.Connexion__link {
  display: inline-block;
  padding: 1.4rem 0;
}
.Connexion__help {
  border-right: 0.1rem solid #e2e4e9;
  border-top: 0.1rem solid #e2e4e9;
  flex: 1;
}
.Connexion__help div {
  justify-content: center;
}
.Connexion__logout {
  border-top: 0.1rem solid #e2e4e9;
}
@media (max-width: 1024px) {
  .Connexion__logout {
    flex: 1;
  }
}
.Connexion__logout div {
  justify-content: center;
}
.Connexion__item--non-abonne-btn {
  padding: 0.8rem 1.2rem 1.2rem;
}
.Connexion__item--non-abonne-btn a {
  justify-content: center;
}
.Connexion__item--non-abonne-btn a:hover {
  background-color: #ffae00;
}
.Connexion .AccountMenu__type {
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: normal;
}
.Connexion .AccountMenu__type span:first-child {
  margin-left: 0.8rem;
}
.Connexion .AccountMenu__email {
  line-height: 1.5;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}
@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}
.footer {
  font-family: var(--font-marr-sans), sans-serif;
  padding: 4rem 1.6rem;
  position: relative;
  z-index: 4;
  -webkit-font-smoothing: antialiased;
  background-color: #2a303b;
  color: #e8eaee;
  padding-bottom: 100px;
}
@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;
    padding-bottom: 110px;
  }
}
@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);
  }
}
@media (min-width: 768px) {
  .footer__top > .footer__category {
    margin-right: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .footer__top > .footer__category {
    margin-right: 2.4rem;
  }
}
.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-checkbox {
  left: -1000rem;
  opacity: 0;
  position: absolute;
}
.footer__category-checkbox:checked ~ .footer__category-label:after {
  background-image: none;
}
.footer__category-checkbox:checked ~ .footer__links {
  height: auto;
  padding-top: 1.2rem;
}
.footer__category-button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__category-button {
    padding-bottom: 0.8rem;
  }
}
.footer__category-button:after {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 2.5rem;
  transform: translateY(-50%);
  width: 1rem;
}
@media (min-width: 768px) {
  .footer__category-button:after {
    display: none;
  }
}
.footer__category-label {
  cursor: pointer;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .footer__category-label {
    pointer-events: none;
  }
}
.footer__category-label:after {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media (min-width: 768px) {
  .footer__category-label:after {
    display: none;
  }
}
.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-legales {
  display: none;
}
.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 {
  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;
  }
}
.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;
}
.paywall {
  background-color: #f5f6f8;
  height: auto;
  left: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.lmd-has-new-teaser .paywall:has(.lmd-paywall) {
  top: -5.7rem;
}
.paywall__container {
  background-color: #fff;
  margin: 0 auto;
  max-width: 100rem;
  padding: 0 1.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .paywall__container {
    padding-bottom: 3.2rem;
  }
}
.paywall__container .services--footer {
  margin-bottom: 3.2rem;
}
.paywall__articles {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .paywall__articles {
    display: grid;
    grid-column: 1 / span 3;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }
}
.paywall__articles .article {
  border-top: 0;
}
.paywall__articles .article--related {
  border-top: 0.1rem solid #a4a9b4;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .paywall__articles .article--related {
    border-top: 0;
    padding-top: 0;
  }
}
.paywall__articles .article--related:first-of-type {
  border-top: 0;
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .paywall__articles .article--related:first-of-type {
    margin-top: 0;
  }
}
.paywall__articles .article--related:not(:last-child) {
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
  .paywall__articles .article--related:not(:last-child) {
    padding-top: 0;
  }
}
.paywall__articles .article--related .article__title {
  font-family: Georgia, Droid-serif, serif;
  font-size: 1.6rem;
  margin-top: 0;
}
html.fonts-loaded .paywall__articles .article--related .article__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .paywall__articles .article--related .article__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
@media (min-width: 1024px) {
  .paywall__articles .article--related .article__title {
    margin-top: 1.2rem;
  }
}
.paywall__articles .article--related .article__media {
  float: none;
  margin-bottom: 0;
  margin-left: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.paywall__articles .article--related .article__media-container {
  float: right;
  margin-bottom: 0.4rem;
  margin-left: 1.6rem;
  position: relative;
  width: 11.4rem;
}
@media (min-width: 1024px) {
  .paywall__articles .article--related .article__media-container {
    float: none;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.paywall__articles-title {
  font-family: Georgia, Droid-serif, serif;
  font-size: 2.4rem;
  font-weight: 800;
  grid-column: 1 / span 3;
  grid-row: 1;
  letter-spacing: 0.003rem;
  line-height: 1.29;
}
html.fonts-loaded .paywall__articles-title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .paywall__articles-title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
@media (min-width: 360px) {
  .paywall__articles-title {
    font-size: 2.7rem;
  }
}
@media print {
  .paywall {
    display: none;
  }
}
.paywall #article_recos_paywall_1,
.paywall #article_recos_paywall_2 {
  padding: 0 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__author:after {
  color: #d5d8dc;
  content: "•";
  display: inline-block;
  line-height: 1;
  padding: 0 0.4rem 0 0.8rem;
}
.meta__author:after,
html.fonts-loaded .meta__author:after {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.meta__link-sub {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font-family: Arial, Roboto, sans-serif;
  padding: 0;
  width: 100%;
}
html.fonts-loaded .meta__link-sub {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.meta__link-sub .meta__icon-container:hover {
  background-color: #eff0f3;
  border-color: #d5d8dc;
}
.meta__icon-container {
  cursor: pointer;
  margin-right: 1.2rem;
}
.meta__label-sub {
  color: #383f4e;
  font-size: 1.4rem;
}
.meta__social {
  align-items: center;
  gap: 1.2rem;
  height: 3.2rem;
  margin-top: 2.4rem;
}
.meta__reading-time {
  align-items: center;
  color: #717b8e;
  display: flex;
  font-family: Arial, Roboto, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.42;
  margin-top: 1.6rem;
}
html.fonts-loaded .meta__reading-time {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
@media (min-width: 576px) {
  .meta__reading-time {
    letter-spacing: 0.019rem;
  }
}
@media (min-width: 768px) {
  .meta__reading-time {
    letter-spacing: 0.02rem;
  }
}
@media print {
  .meta__reading-time .icon__reading-time {
    display: none;
  }
}
.meta__sub {
  display: none;
}
.meta__icon-sub {
  color: #666e80;
  flex: 1 0 auto;
}
.meta__icon-sub .meta__icon-container {
  margin: 0;
}
@media (min-width: 768px) {
  .meta__icon-sub:last-of-type {
    margin-left: 1.6rem;
  }
}
.meta__icon-sub:last-of-type .meta__icon-container {
  margin-right: 0.8rem;
}
.share-btns {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.2rem;
}
.share-btns .meta__sub {
  display: none;
}
.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;
  }
}
.services,
.services-carousel {
  border-top: 0.2rem solid #2a303b;
  padding-top: 2.4rem;
}
.services-carousel:not(:last-child) {
  margin-top: 4rem;
}
.services--footer,
.services-carousel {
  grid-column: 1 / span 2;
  margin-top: 4rem;
  overflow-x: hidden;
}
.services__title {
  color: #666e80;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.services__title,
html.fonts-loaded .services__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    Roboto,
    sans-serif;
}
.services__link {
  display: block;
  margin-bottom: 1.6rem;
}
.services__content {
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  display: inline-grid;
  grid-auto-columns: 29rem;
  grid-auto-flow: column;
  grid-template-rows: 1fr;
  overflow-x: auto;
  padding-left: 1.6rem;
  padding-right: 3.2rem;
  scroll-snap-type: x mandatory;
  transform: translate3d(-1.6rem, 0, 0);
  width: calc(100vw - 1.6rem);
}
@media (min-width: 576px) {
  .services__content {
    padding-left: 3.2rem;
    padding-right: 4.8rem;
    transform: translate3d(-3.2rem, 0, 0);
  }
}
@media (min-width: 768px) {
  .services__content {
    padding: 0;
    transform: none;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .services__content {
    grid-auto-columns: 1fr;
  }
}
.services__content--hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.services__content--hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.services-list__header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.services-list__title {
  color: #2a303b;
  font-family: Georgia, Droid-serif, serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-right: auto;
}
html.fonts-loaded .services-list__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .services-list__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
@media (min-width: 768px) {
  .services-list__title {
    margin-right: 2.4rem;
  }
}
.services-list__list {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .services-list__list {
    -ms-overflow-style: none;
    align-items: flex-start;
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
  }
  .services-list__list::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
}
.services-list__service {
  align-items: flex-start;
  grid-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  display: grid;
  flex-shrink: 0;
  grid-template-columns: 8rem 1fr;
  scroll-snap-align: start;
}
.services-list__service:hover .services-list__service-title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
}
.services-list__service:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .services-list__service {
    flex-shrink: 0;
    width: 29rem;
  }
  .services-list__service:last-child {
    margin: 0.4rem;
  }
  .services-list__service:not(:last-child) {
    margin: 0.4rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .services-list__service--hide-on-mobile:not(.ui-collapse--shown) {
    display: none;
  }
}
.services-list__service-img {
  height: 8rem;
  width: 8rem;
}
.services-list__service-title {
  color: #2a303b;
  font-family:
    Arial Narrow,
    DINCondensed-Bold,
    Roboto Condensed,
    sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8rem;
}
html.fonts-loaded .services-list__service-title {
  font-family:
    Marr Sans Condensed,
    Arial Narrow,
    DINCondensed-Bold,
    Roboto Condensed,
    sans-serif;
}
html:not(.fonts-loading) .services-list__service-title {
  letter-spacing: 0.05rem;
}
.services-list__service-title:not(:last-child) {
  margin-bottom: 0.4rem;
}
.services-list__service-text {
  color: #565e70;
  font-family: Arial, Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}
html.fonts-loaded .services-list__service-text {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
.services-list__scroll-btns {
  align-items: center;
  display: none;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .services-list__scroll-btns {
    display: flex;
    margin-left: auto;
  }
}
.services-list__scroll-btns .lmd-btn-icon:not(:last-child) {
  margin-right: 2rem;
}
.services-list__arrow-icon.icon__arrow-right-bis {
  background-image: none;
}
.services-list__arrow-icon--prev {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .services-list .services-list__see-more {
    display: none;
  }
}
.lmd-banners {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 6rem;
  width: 100%;
  z-index: 6;
}
@media (min-width: 1024px) {
  .lmd-banners {
    top: 5.8rem;
  }
}
.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: var(--font-marr-sans-medium), sans-serif;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}
.lmd-btn--fullwidth {
  width: 100%;
}
.lmd-btn--primary {
  background-color: #d60000;
  color: #fff;
}
.lmd-btn--primary:hover {
  background-color: #8f0000;
}
.lmd-btn--white {
  background-color: #fff;
  border: 0.1rem solid #bdc1c8;
  color: #2a303b;
}
.lmd-btn--white:hover {
  background-color: #f5f6f8;
  border-color: #bdc1c8;
}
.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: #2a303b;
}
.lmd-btn-rounded--secondary:hover {
  background-color: #f5f6f8;
  border-color: #bdc1c8;
}
.lmd-btn-rounded--tertiary {
  background-color: #2a303b;
  border: 0.1rem solid transparent;
  color: #fff;
}
.lmd-btn-rounded--tertiary:hover {
  background-color: rgba(42, 48, 59, 0.07);
  border-color: #d5d8dc;
  color: #2a303b;
}
.lmd-btn-rounded--s {
  font-size: 1.3rem;
  height: 2.6rem;
  padding: 0.6rem 1.2rem;
}
.lmd-btn-rounded--m {
  font-size: 1.4rem;
  height: 3.2rem;
  padding: 0.9rem 1.2rem;
}
.lmd-btn-rounded--semibold {
  font-weight: 600;
}
.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: #383f4e;
  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--primary {
  background-color: #e8eaee;
}
.lmd-btn-icon--primary:hover {
  background-color: #d5d8dc;
}
.lmd-btn-icon--tertiary {
  background-color: transparent;
}
.lmd-btn-icon--tertiary:hover {
  background-color: rgba(42, 48, 59, 0.03);
}
.lmd-dropdown-favorite,
.lmd-dropdown-gift-article-sender {
  background-color: #fff;
  border: 0.1rem solid #e2e4e9;
  bottom: 0;
  display: none;
  font-family: Arial, Roboto, sans-serif;
  left: 0;
  padding: 1.6rem;
  position: fixed;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 9999;
}
html.fonts-loaded .lmd-dropdown-favorite,
html.fonts-loaded .lmd-dropdown-gift-article-sender {
  font-family:
    Marr Sans,
    Arial,
    Roboto,
    sans-serif;
}
@media (min-width: 768px) {
  .lmd-dropdown-favorite,
  .lmd-dropdown-gift-article-sender {
    border-radius: 0.3rem;
    bottom: auto;
    left: auto;
    min-width: 20rem;
    position: absolute;
    right: auto;
    width: 34rem;
  }
}
@media print {
  .lmd-dropdown-favorite,
  .lmd-dropdown-gift-article-sender {
    display: none !important;
  }
}
.lmd-dropdown__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}
.lmd-dropdown-gift-article__close,
.lmd-dropdown__close {
  background-color: #fff;
  background-image: none;
  background-size: 1rem;
  border: 0.1rem solid #bdc1c8;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-left: auto;
  width: 2.4rem;
}
.lmd-dropdown-gift-article__close:hover,
.lmd-dropdown__close:hover {
  background-color: #eff0f3;
  border: none;
}
@media (min-width: 768px) {
  .lmd-dropdown-gift-article__close,
  .lmd-dropdown__close {
    margin-bottom: 1.6rem;
  }
}
.lmd-dropdown-favorite__text {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .lmd-dropdown-favorite__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.lmd-dropdown-favorite__text:not(:last-child) {
  margin-bottom: 1.2rem;
}
.lmd-dropdown-favorite .lmd-btn {
  margin-bottom: 0.8rem;
}
.lmd-dropdown-favorite__text-login {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .lmd-dropdown-favorite__text-login {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.lmd-dropdown-gift-article__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .lmd-dropdown-gift-article__close {
    margin-bottom: 0.8rem;
  }
}
.lmd-dropdown-gift-article__title {
  font-family: Georgia, Droid-serif, serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 1.2rem;
}
html.fonts-loaded .lmd-dropdown-gift-article__title {
  font-family:
    The Antiqua B standard,
    Georgia,
    Droid-serif,
    serif;
}
@supports (font-variation-settings: normal) {
  html.fonts-loaded .lmd-dropdown-gift-article__title {
    font-family:
      The Antiqua B,
      Georgia,
      Droid-serif,
      serif;
  }
}
.lmd-dropdown-gift-article__logo.icon__gift {
  height: 2.8rem;
  margin-right: 0.8rem;
  position: relative;
  top: 0.3rem;
  width: 2.8rem;
}
.lmd-dropdown-gift-article__footer {
  border-top: 0.1rem solid #e8eaee;
  padding-top: 1.6rem;
  width: 100%;
}
.lmd-dropdown-gift-article__faq-link {
  align-items: center;
  color: #d60000;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.lmd-dropdown-gift-article__faq-link:after {
  background-image: none;
  content: "";
  display: block;
  height: 1.8rem;
  margin-left: 1.2rem;
  width: 1.8rem;
}
.lmd-dropdown-gift-article__faq-link:hover {
  color: #8f0000;
}
.lmd-dropdown-gift-article__faq-link:hover:after {
  background-image: none;
}
.js-lmd-dropdown-favorite-toggler,
.js-lmd-dropdown-gift-sender-article-faq-link {
  cursor: pointer;
}
.js-lmd-dropdown-favorite-toggler > * {
  pointer-events: none;
}
.lmd-link-red {
  color: #d60000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.lmd-link-red:hover {
  color: #8f0000;
}
.lmd-relative {
  position: relative;
}
.lmd-typo--medium {
  font-weight: 500 !important;
}
.lmd-typo--text-center {
  text-align: center !important;
}
.lmd-u-hide {
  display: none !important;
}
@media (max-width: 359px) {
  .lmd-u-hide-xs {
    display: none !important;
  }
}
@media (min-width: 360px) {
  .lmd-u-hide-over-xs {
    display: none !important;
  }
}
html {
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.Connexion button,
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
: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";
  --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;
  --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: #c50000;
  --ds-color-avatar-group12: #d60000;
  --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;
}
.ds-collapse-button:focus-visible {
  border-radius: 0.2rem;
  border-radius: var(--br-xs);
  outline: 0.2rem solid #d60000;
  outline: calc(var(--space1) / 2) solid var(--ds-color-red-bg-cta);
  outline-offset: 0.2rem;
  outline-offset: calc(var(--space1) / 2);
}
.ds-segmented-control__item:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.ds-article-status {
  align-items: center;
  color: #6e7787;
  color: var(--ds-color-storm-content-white-light);
  display: flex;
  font-family:
    Marr Sans,
    Marr Sans Fallback,
    Roboto,
    sans-serif;
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.8rem;
  line-height: 160%;
}
.ds-article-status__icon {
  flex-shrink: 0;
  height: 1.8rem;
  width: 1.8rem;
}
.ds-article-status__text {
  flex: 1;
  text-align: left;
}
@media print {
  .ds-article-status {
    font-size: 9pt;
    margin-top: 1.6rem;
  }
  .ds-article-status .ds-article-status__icon {
    display: none;
  }
}
.ds-popin {
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 10;
  z-index: var(--z-1);
}
@media (max-width: 767px) {
  .ds-comments-popin__pseudo-drawer-overlay:has(
    + .ds-comments-popin__pseudo-drawer[data-active="true"]
  ) {
    display: block;
  }
}
.ds-comment-meta__button.ds-btn.ds-btn--secondary.ds-btn--storm:hover:not(
    :disabled
  ) {
  background: rgba(139, 146, 161, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
  border-color: var(--ds-color-neutral-border-lighter);
}
.ds-text-input:readonly {
  background: #f5f6f8;
  background: var(--ds-color-neutral-bg-light);
}
.ds-btn--red.ds-btn--primary {
  background: var(--ds-color-red-bg-cta);
}
.ds-btn--red.ds-btn--primary:hover {
  background: var(--ds-color-red-bg-cta-hover);
}
.ds-btn--yellow.ds-btn--primary {
  background: var(--ds-color-yellow-bg-cta);
  color: var(--ds-color-yellow-content-cta);
}
.ds-btn--yellow.ds-btn--primary:hover {
  background: var(--ds-color-yellow-bg-cta-hover);
}
.ds-btn--inverse.ds-btn--tertiary {
  background: transparent;
  color: var(--ds-color-inverse-content-dark);
}
.ds-title {
  color: #2a303c;
  color: var(--ds-color-storm-content-white-dark);
  font-family:
    The Antiqua B Bold,
    The Antiqua B Bold Fallback,
    Georgia,
    Times Roman,
    serif;
  font-family: var(--font-antiqua-b-bold), serif;
  font-size: 2.4rem;
  letter-spacing: 0.02rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .ds-title {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 1024px) {
  .ds-title {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
.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-article__heading .ds-title {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .ds-article__heading .ds-title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .ds-article__heading .ds-title {
    font-size: 4rem;
  }
}
.ds-breadcrumb {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .ds-breadcrumb {
    margin-bottom: 1.8rem;
  }
}
.ds-article__heading {
  margin-top: 1.2rem;
}
.ds-article-status {
  margin-top: 2.4rem;
}
: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;
  }
}
:root {
  --ds-color-red-bg-white: #fff;
  --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: #d60000;
  --ds-color-red-bg-cta-hover: #b80000;
  --ds-color-red-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-red-border-light: #f8b9b9;
  --ds-color-red-border-medium: #b80000;
  --ds-color-red-border-dark: #6b191a;
  --ds-color-red-border-white-lighter: #e8eaee;
  --ds-color-red-border-white-light: #f8b9b9;
  --ds-color-red-border-white-medium: #d60000;
  --ds-color-red-border-white-dark: #6b191a;
  --ds-color-red-content-light: #b80000;
  --ds-color-red-content-light-hover: #7d0707;
  --ds-color-red-content-medium: #6b191a;
  --ds-color-red-content-medium-hover: #0f1116;
  --ds-color-red-content-dark: #0f1116;
  --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: #d60000;
  --ds-color-red-content-white-light-hover: #b80000;
  --ds-color-red-content-white-medium: #7d0707;
  --ds-color-red-content-white-medium-hover: #6b191a;
  --ds-color-red-content-white-dark: #0f1116;
  --ds-color-red-content-white-dark-hover: #6b191a;
  --ds-dark-color-red-bg-white: #181a1e;
  --ds-dark-color-red-bg-white-hover: rgba(224, 46, 46, 0.149);
  --ds-dark-color-red-bg-light: #0f1116;
  --ds-dark-color-red-bg-light-hover: #6b191a;
  --ds-dark-color-red-bg-medium: #6b191a;
  --ds-dark-color-red-bg-medium-hover: #7d0707;
  --ds-dark-color-red-bg-dark: #7d0707;
  --ds-dark-color-red-bg-dark-hover: #b80000;
  --ds-dark-color-red-bg-cta: #61adff;
  --ds-dark-color-red-bg-cta-hover: #f8b9b9;
  --ds-dark-color-red-border-lighter: hsla(0, 0%, 100%, 0.2);
  --ds-dark-color-red-border-light: #b80000;
  --ds-dark-color-red-border-medium: #f8b9b9;
  --ds-dark-color-red-border-dark: #fee4e2;
  --ds-dark-color-red-border-white-lighter: #4b4f56;
  --ds-dark-color-red-border-white-light: #b80000;
  --ds-dark-color-red-border-white-medium: #61adff;
  --ds-dark-color-red-border-white-dark: #fee4e2;
  --ds-dark-color-red-content-light: #f8b9b9;
  --ds-dark-color-red-content-light-hover: #ffd4d1;
  --ds-dark-color-red-content-medium: #fee4e2;
  --ds-dark-color-red-content-medium-hover: #feeeec;
  --ds-dark-color-red-content-dark: #feeeec;
  --ds-dark-color-red-content-dark-hover: #fee4e2;
  --ds-dark-color-red-content-cta: #0f1116;
  --ds-dark-color-red-content-cta-hover: #0f1116;
  --ds-dark-color-red-content-white-light: #61adff;
  --ds-dark-color-red-content-white-light-hover: #f8b9b9;
  --ds-dark-color-red-content-white-medium: #ffd4d1;
  --ds-dark-color-red-content-white-medium-hover: #fee4e2;
  --ds-dark-color-red-content-white-dark: #feeeec;
  --ds-dark-color-red-content-white-dark-hover: #fee4e2;
  --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-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;
}
a,
article,
aside,
b,
body,
div,
footer,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
strong,
ul,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-family: inherit;
}
:root {
  --ds-color-red-bg-white: #fff;
  --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: #d60000;
  --ds-color-red-bg-cta-hover: #b80000;
  --ds-color-red-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-red-border-light: #f8b9b9;
  --ds-color-red-border-medium: #b80000;
  --ds-color-red-border-dark: #6b191a;
  --ds-color-red-border-white-lighter: #e8eaee;
  --ds-color-red-border-white-light: #f8b9b9;
  --ds-color-red-border-white-medium: #d60000;
  --ds-color-red-border-white-dark: #6b191a;
  --ds-color-red-content-light: #b80000;
  --ds-color-red-content-light-hover: #7d0707;
  --ds-color-red-content-medium: #6b191a;
  --ds-color-red-content-medium-hover: #0f1116;
  --ds-color-red-content-dark: #0f1116;
  --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: #d60000;
  --ds-color-red-content-white-light-hover: #b80000;
  --ds-color-red-content-white-medium: #7d0707;
  --ds-color-red-content-white-medium-hover: #6b191a;
  --ds-color-red-content-white-dark: #0f1116;
  --ds-color-red-content-white-dark-hover: #6b191a;
}
: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: #ff3333;
  --ds-color-sea-bg-cta-hover: #d60000;
  --ds-color-sea-border-lighter: rgba(0, 0, 0, 0.2);
  --ds-color-sea-border-light: #82c8e8;
  --ds-color-sea-border-medium: #d60000;
  --ds-color-sea-border-dark: #a50000;
  --ds-color-sea-border-white-lighter: #e8eaee;
  --ds-color-sea-border-white-light: #82c8e8;
  --ds-color-sea-border-white-medium: #ff3333;
  --ds-color-sea-border-white-dark: #a50000;
  --ds-color-sea-content-light: #d60000;
  --ds-color-sea-content-light-hover: #8f0000;
  --ds-color-sea-content-medium: #a50000;
  --ds-color-sea-content-medium-hover: #4d0000;
  --ds-color-sea-content-dark: #4d0000;
  --ds-color-sea-content-dark-hover: #a50000;
  --ds-color-sea-content-cta: #fff;
  --ds-color-sea-content-cta-hover: #fff;
  --ds-color-sea-content-white-light: #ff3333;
  --ds-color-sea-content-white-light-hover: #d60000;
  --ds-color-sea-content-white-medium: #8f0000;
  --ds-color-sea-content-white-medium-hover: #a50000;
  --ds-color-sea-content-white-dark: #4d0000;
  --ds-color-sea-content-white-dark-hover: #a50000;
}
: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 {
  ascent-override: 90%;
  descent-override: 36%;
  font-family: Marr Sans Fallback;
  line-gap-override: 3%;
  size-adjust: 102.6%;
  src: local("Arial");
}
@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 {
  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: 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--l {
  font-size: 1.6rem;
  height: 4rem;
  padding: 0.8rem 2.4rem;
}
.ds-btn--red.ds-btn--primary {
  background: #d60000;
  background: var(--ds-color-red-bg-cta);
}
.ds-btn--red.ds-btn--primary:hover {
  background: #b80000;
  background: var(--ds-color-red-bg-cta-hover);
}
.ds-btn--red.ds-btn--primary {
  background: #c72929;
  background: var(--ds-color-red-bg-cta);
}
.ds-btn--red.ds-btn--primary:hover {
  background: #a92325;
  background: var(--ds-color-red-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.ds-btn--link {
  font-family:
    Marr Sans,
    Marr Sans Fallback,
    Roboto,
    sans-serif;
  font-family: var(--font-marr-sans), sans-serif;
}
.ds-btn.ds-btn--link {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  border-radius: 0;
  border-radius: initial;
  color: #d60000;
  color: var(--ds-color-red-content-white-light);
  height: auto;
  justify-content: flex-start;
  padding: 0;
}
.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__gift {
  color: var(--ds-color-red-border-white-light);
}
.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__actions__continu:has(
    > .ds-header__nav__link[aria-current="true"]
  ):after,
.ds-header__nav__actions__continu:has(
    > .ds-header__nav__link[aria-expanded="true"]
  ):after,
.ds-header__nav__actions__videos:has(
    > .ds-header__nav__link[aria-current="true"]
  ):after,
.ds-header__nav__actions__videos:has(
    > .ds-header__nav__link[aria-expanded="true"]
  ):after,
.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-red-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-red-border-light);
  bottom: 0.2rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.ds-header__nav__actions__continu:has(
    > .ds-header__nav__link[aria-expanded="false"]
  ):after {
  display: none;
}
.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);
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ds-popin {
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: var(--z-1);
}
.ds-popin[data-active="false"] {
  display: none;
}
.ds-popin[data-active="false"] .ds-popin__container.slide-in-left {
  animation: slideInLeft 0.15s ease-in-out reverse;
  display: inline;
  display: initial;
  left: 0;
  top: 0;
}
.ds-popin[data-active="false"] .ds-popin__container.slide-in-top {
  animation: slideInTop 0.15s ease-in-out reverse;
  display: inline;
  display: initial;
}
.ds-popin__close {
  background: transparent;
  border-radius: 50%;
  height: 3.2rem;
  position: absolute;
  right: 1.6rem;
  top: 3.1rem;
  transform: translateY(-50%);
  width: 3.2rem;
  z-index: 11;
}
.ds-popin__container {
  position: absolute;
  z-index: 20;
}
.ds-popin__overlay {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  z-index: 10;
}
.ds-burger-popin {
  z-index: var(--z-5) !important;
}
.ds-burger-popin .ds-popin__container {
  background: var(--ds-color-storm-bg-white);
  height: 100vh;
  max-width: 37.5rem;
  width: 100vw;
}
.ds-burger-popin__close {
  position: static !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}
.ds-burger-popin__logo .ds-btn__icon__container {
  height: 100%;
  width: 100%;
}
.ds-burger-popin__header {
  align-items: center;
  border-bottom: 0.1rem solid var(--ds-color-storm-bg-light-hover);
  display: flex;
  flex-flow: row nowrap;
  gap: 1.6rem;
  padding: 1.6rem;
}
.ds-burger-popin__header .ds-lang-selector {
  margin-left: auto;
}
.ds-burger-popin__nav-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 6.4rem);
  overflow-y: auto;
}
.ds-burger-popin__link {
  align-items: center;
  color: var(--ds-color-storm-content-white-dark);
  display: flex;
  flex-flow: row nowrap;
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 1.6rem;
  gap: 0.8rem;
  height: 4rem;
  line-height: 1.8rem;
  padding: 0 1.6rem;
}
.ds-burger-popin__link:hover {
  background: var(--ds-color-storm-bg-light);
}
.ds-burger-popin__link--game svg {
  height: 100%;
  width: 100%;
}
.ds-burger-popin__link--actu .ds-btn__icon__container {
  height: 1.6rem;
  width: 1.6rem;
}
.ds-burger-popin__link--actu .ds-btn__icon__container svg {
  height: 100%;
  width: 100%;
}
.ds-burger-popin__link[aria-current="true"] {
  background: var(--ds-color-storm-bg-light);
  position: relative;
}
.ds-burger-popin__link[aria-current="true"]:before {
  background: var(--ds-color-storm-content-white-dark);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.4rem;
}
.ds-burger-popin__tags {
  border-bottom: 0.1rem solid var(--ds-color-storm-border-white-lighter);
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0 2.4rem;
}
.ds-burger-popin__tags:has(
    > .ds-burger-popin__tags__toggle[aria-expanded="true"]
  )
  .ds-burger-popin__tags__list {
  height: 100%;
}
.ds-burger-popin__tags__list {
  display: flex;
  flex-flow: column;
  gap: 0.8rem;
  overflow: hidden;
}
.ds-burger-popin__tags__list--collapsable {
  height: 19.2rem;
}
.ds-burger-popin__tags .ds-btn__icon__container {
  height: 1.6rem;
  width: 1.6rem;
}
.ds-burger-popin__tags .ds-btn__icon__container svg {
  height: 100%;
  width: 100%;
}
.ds-burger-popin__tags__toggle.ds-btn.ds-btn--link {
  height: 4rem;
  margin-left: 1.6rem;
}
.ds-burger-popin__nav {
  color: var(--ds-color-storm-content-white-dark);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  gap: 0.8rem;
  line-height: 1.8rem;
  padding: 2.4rem 0;
}
.ds-burger-popin__nav__title {
  align-items: center;
  background: var(--ds-color-storm-bg-light);
  color: var(--ds-color-storm-content-light);
  display: flex;
  gap: 1rem;
  height: 4rem;
  padding: 0 1.6rem;
}
.ds-burger-popin__nav__toggle.ds-btn.ds-btn--link {
  color: var(--ds-color-storm-content-white-dark);
  font-family: var(--font-marr-sans-medium), sans-serif;
  height: 4rem;
  justify-content: space-between;
  padding: 0 1.6rem;
  width: 100%;
}
.ds-burger-popin__nav__toggle.ds-btn.ds-btn--link:hover,
.ds-burger-popin__nav__toggle.ds-btn.ds-btn--link[aria-current="true"] {
  background: var(--ds-color-storm-bg-light);
}
.ds-burger-popin__nav .ds-services-popin__link__cookies {
  align-items: center;
  background: var(--ds-color-storm-bg-light);
  color: var(--ds-color-storm-content-dark);
  display: flex;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: flex-start;
  padding: 0 1.6rem;
}
.ds-burger-popin__nav .ds-services-popin__link__cookies:hover {
  background: var(--ds-color-storm-bg-medium);
}
.ds-burger-popin__nav__more-link {
  height: 4rem;
  padding: 0 1.6rem;
}
.ds-burger-popin__nav__more-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-burger-popin__nav__list {
  display: flex;
  flex-flow: column;
  gap: 0.8rem;
}
.ds-burger-popin__nav__service .ds-burger-popin__link:hover {
  background: var(--ds-color-storm-bg-medium);
}
.ds-burger-popin__subnav {
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.8rem 0 0;
}
.ds-burger-popin__subnav__item {
  display: flex;
  flex-direction: column;
}
.ds-burger-popin__subnav__item .ds-burger-popin__link {
  padding: 0 3.2rem;
}
.ds-burger-popin__services .ds-burger-popin__nav {
  padding: 0 0 2.4rem;
}
.ds-burger-popin__services .ds-burger-popin__nav__service {
  background: var(--ds-color-storm-bg-light);
}
.ds-burger-popin__services
  .ds-burger-popin__nav__service
  .ds-burger-popin__nav__title {
  background: var(--ds-color-storm-bg-medium);
}
.ds-burger-popin .ds-burger-popin__tags__toggle:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-services-popin {
  top: 8.2rem;
  z-index: var(--z-3);
}
.ds-services-popin__wrapper {
  background: var(--ds-color-storm-bg-white);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: auto;
  max-height: calc(100vh - 8.2rem);
  overflow-y: auto;
  padding: 2.4rem calc(50vw - 44rem);
  width: 100vw;
}
.ds-services-popin__header {
  display: flex;
  justify-content: flex-end;
}
.ds-services-popin .ds-popin__close {
  background: transparent;
  border-radius: 0;
  border-radius: initial;
  color: var(--ds-color-storm-content-white-dark);
  height: auto;
  position: static;
  right: auto;
  top: auto;
  transform: none;
  width: auto;
  z-index: auto;
}
.ds-services-popin .ds-popin__close:hover {
  background: var(--ds-color-storm-bg-transparent-hover);
}
.ds-services-popin__section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4.8rem;
  gap: 4.8rem;
}
.ds-services-popin__section .ds-services-popin__nav {
  gap: 2.4rem;
}
.ds-services-popin__section .ds-services-popin__nav__title {
  color: var(--ds-color-storm-content-storm-white-dark);
  flex-flow: row nowrap;
  font-family: var(--font-marr-sans-condensed-semibold), sans-serif;
  font-size: 1.6rem;
  gap: 1rem;
  text-transform: uppercase;
}
.ds-services-popin__section .ds-services-popin__nav__list {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  display: inline;
  display: initial;
}
.ds-services-popin__section .ds-services-popin__nav__item {
  margin-bottom: 1.6rem;
}
.ds-services-popin__link {
  color: var(--ds-color-storm-content-white-dark);
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.ds-services-popin__link:hover {
  color: var(--ds-color-storm-content-white-dark-hover);
}
.ds-services-popin__link__cookies {
  margin-top: auto;
}
.ds-services-popin__nav {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
}
.ds-services-popin__nav:after {
  background: var(--ds-color-storm-border-white-lighter);
  content: "";
  height: 100%;
  position: absolute;
  right: -2.4rem;
  top: 0;
  width: 0.1rem;
}
.ds-services-popin__nav:nth-child(2n):after {
  display: none;
}
.ds-services-popin__nav__title {
  align-items: center;
  color: var(--ds-color-storm-content-white-medium);
  display: flex;
  font-family: var(--font-marr-sans-condensed), sans-serif;
  font-size: 1.4rem;
  height: 4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.ds-services-popin__nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.ds-services-popin__nav__more-link {
  align-items: center;
  color: var(--ds-color-red-content-white-light);
  display: flex;
  flex-flow: row nowrap;
  font-family: var(--font-marr-sans), sans-serif;
  font-size: 1.6rem;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 0.8rem;
}
.ds-services-popin__nav__more-link:hover {
  color: var(--ds-color-red-content-white-light-hover);
}
.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 .Connexion {
  right: 0;
  width: 100vw;
}
@media (min-width: 480px) {
  .ds-header .Connexion {
    width: 30rem;
  }
}
.ds-header .Connexion .Connexion__share .Connexion__link {
  color: #b80000;
}
.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__arrow-right-bis,
.icon__connexion,
.icon__facebook,
.icon__gift,
.icon__instagram,
.icon__journal,
.icon__nav-connexion-aide,
.icon__nav-connexion-applications,
.icon__nav-connexion-deconnexion,
.icon__nav-connexion-events,
.icon__nav-connexion-games,
.icon__nav-connexion-journal,
.icon__nav-connexion-mea,
.icon__nav-connexion-share,
.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: none;
}
.icon__instagram--footer {
  background-image: none;
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__gift {
  background-image: none;
  height: 1.6rem;
  width: 1.6rem;
}
.icon__snapchat {
  background-image: none;
}
.icon__snapchat,
.icon__tiktok {
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__tiktok {
  background-image: none;
}
.icon__facebook {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__facebook--footer {
  background-image: none;
}
.icon__facebook--footer,
.icon__youtube {
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__youtube {
  background-image: none;
}
.icon__rss {
  background-image: none;
  height: 2.4rem;
  margin-right: 0.4rem;
  width: 2.4rem;
}
.icon__newsletter-footer {
  background-image: none;
  height: 2.4rem;
  margin-right: 0.8rem;
  width: 2.4rem;
}
.icon__journal {
  background-image: none;
  margin-right: 0.4rem;
}
.icon__archive {
  background-image: none;
  margin-right: 0.8rem;
}
.icon__connexion {
  background-image: none;
  margin-right: 0.8rem;
}
.icon__subscribe {
  background-image: none;
  margin-right: 0.4rem;
}
.icon__apps {
  background-image: none;
  margin-right: 0.8rem;
}
.icon__arrow-right-bis {
  background-image: none;
  height: 1.2rem;
  width: 1.2rem;
}
.icon__nav-connexion-aide {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-applications {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-share {
  background-image: none;
  background-size: 150%;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-events {
  background-image: none;
  background-size: 150%;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-games {
  background-image: none;
  background-size: 150%;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-mea {
  background-image: none;
  background-size: 80%;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-journal {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion-deconnexion {
  background-image: none;
  height: 2.4rem;
  width: 2.4rem;
}
@font-face {
  font-display: swap;
  font-family: The Antiqua B;
  font-stretch: 25% 150%;
  font-style: normal;
  font-weight: 100 900;
  src: local("Georgia");
}
@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 {
  font-display: swap;
  font-family: The Antiqua B;
  font-stretch: 25% 150%;
  font-style: italic;
  font-weight: 125 900;
  src: local("Georgia");
}
@font-face {
  font-display: swap;
  font-family: The Antiqua B Italic;
  font-stretch: 25% 150%;
  font-style: italic;
  font-weight: 125 900;
  src: local("Georgia");
}
@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 {
  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 {
  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);
}
.floating-bar {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 400px;
  z-index: 999;
  pointer-events: none;
}
.floating-bar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  text-decoration: none;
  pointer-events: auto;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #16213e 45%, #0b1120 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.floating-bar__button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}
.floating-bar__content {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
}
.floating-bar__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.pulse {
  animation: pulseGlow 2.5s infinite;
}
@keyframes pulseGlow {
  0% {
    transform: scale(1);
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.25),
      0 0 0 0 rgba(245, 197, 66, 0.25);
  }
  70% {
    transform: scale(1.015);
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.35),
      0 0 0 18px rgba(245, 197, 66, 0);
  }
  100% {
    transform: scale(1);
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.25),
      0 0 0 0 rgba(245, 197, 66, 0);
  }
}
@media (max-width: 480px) {
  .floating-bar {
    bottom: 14px;
    width: calc(100% - 16px);
  }
  .floating-bar__button {
    min-height: 60px;
    border-radius: 16px;
  }
  .floating-bar__content {
    padding: 15px 16px;
  }
  .floating-bar__text {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
}
.cta-btn {
  display: inline-block;
  background: #d60000;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 36px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 0 rgba(214, 0, 0, 0.7);
  animation: pulse 1.5s infinite;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.article__content h2 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}
.article__content b {
  font-weight: 700;
}
.article__content a {
  color: red;
  font-weight: 700;
}
.features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.feature-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.feature-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #d60000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}
.feature-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.feature-text b {
  color: #d60000;
}
@media (max-width: 480px) {
  .feature-card {
    flex-direction: column;
    text-align: center;
  }
  .feature-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-btn {
  display: inline-block;
  background: #d60000;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 36px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 0 rgba(214, 0, 0, 0.7);
  animation: pulse 1.5s infinite;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.cta-btn:hover {
  background: #b80000;
  transform: scale(1.03);
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 0, 0, 0.7);
  }
  70% {
    transform: scale(1.06);
    box-shadow: 0 0 0 18px rgba(214, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(214, 0, 0, 0);
  }
}
.user {
  max-width: 600px;
  margin: 0 auto 10px;
  width: -webkit-fill-available;
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
}
.user__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.user__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.user__details {
  display: flex;
  flex-direction: column;
}
.user__name {
  font-size: 15px;
  font-weight: 700;
  color: #14171a;
}
.user__time {
  font-size: 13px;
  color: #657786;
}
.user__content {
  font-size: 15px;
  color: #14171a;
  line-height: 1.4;
  margin-bottom: 8px;
}
.user__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user__reply {
  font-size: 16px;
  color: black;
  cursor: pointer;
  font-weight: bolder;
  text-decoration: none;
}
.user__reply:hover {
  text-decoration: underline;
}
.user__reactions {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: #657786;
}
.user__reaction {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.user__reaction:hover {
  color: #1da1f2;
}
.user__reaction img {
  width: 15px;
  vertical-align: middle;
}
.user__reaction:last-child img {
  width: 10px;
}
@media (max-width: 768px) {
  .user {
    padding: 10px;
  }
  .user__avatar {
    width: 32px;
    height: 32px;
  }
  .user__reaction img {
    width: 12px;
  }
  .user__reaction:last-child img {
    width: 8px;
  }
}
/* popup css*/
.page-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
}
.page-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page-popup.active .page-overlay {
  opacity: 0.5;
  background: #161616;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page-popup .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-popup .btn-close span {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-popup .btn-close span:before,
.page-popup .btn-close span:after {
  content: "";
  height: 2px;
  width: 25px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
.page-popup .btn-close.dark span:before,
.page-popup .btn-close.dark span:after {
  background: #052e16;
}
.page-popup .btn-close span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-popup .btn-close:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.page-popup-container {
  display: none;
}
.page-popup-container.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 98vh;
  text-align: left;
  margin: 0 auto;
}
.page-popup-container.container-form {
  max-width: 450px;
}
.page-form-wrapp {
  position: relative;
  width: 100%;
}
.lock {
  overflow: hidden;
}
