body.h26-nav-open {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.elementor-kit-62990 a {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif !important;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  z-index: 10000;
  padding: 12px 20px;
  background-color: #060f31;
  color: #fff;
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #7697f1;
  outline-offset: -2px;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.site-header {
  --h26-navy: #060f31;
  --h26-blue: #7697f1;
  --h26-violet: #e5d5fa;
  --h26-grey: #fafafa;
  --h26-peach: #fcf0e5;
  --h26-sand: #efeed0;

  --h26-navy-hover: #0d1b45;
  --h26-blue-hover: #6a8cee;

  --h26-blue-text: #4a6cd4;

  --h26-text-dark: var(--h26-navy);
  --h26-text-base: rgba(6, 15, 49, 0.78);
  --h26-text-light: rgba(6, 15, 49, 0.6);
  --h26-text-muted: rgba(6, 15, 49, 0.45);

  --h26-font:
    "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;

  --h26-bg: #fff;
  --h26-border: rgba(6, 15, 49, 0.1);

  --h26-space-xs: 4px;
  --h26-space-sm: 8px;
  --h26-space-md: 12px;
  --h26-space-lg: 16px;
  --h26-space-xl: 24px;
  --h26-space-2xl: 32px;

  --h26-max-width: 1400px;
  --h26-topbar-height: 36px;
  --h26-bar-height: 68px;

  --h26-fs-xs: 11px;
  --h26-fs-sm: 13px;
  --h26-fs-base: 15px;
  --h26-fw-light: 300;
  --h26-fw-regular: 400;
  --h26-fw-medium: 500;
  --h26-fw-semi: 600;

  --h26-radius-sm: 6px;
  --h26-radius-md: 8px;
  --h26-radius-lg: 12px;
  --h26-radius-pill: 999px;

  --h26-radius-content: 10px;

  --h26-icon-size: 40px;
  --h26-icon-gap: 12px;

  --h26-burger-stroke: 1.75;

  --h26-shadow-dropdown:
    0 16px 48px -8px rgba(6, 15, 49, 0.18),
    0 4px 12px -4px rgba(6, 15, 49, 0.08);
  --h26-trans: 0.2s ease;

  --h26-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --h26-dropdown-in: 340ms;
  --h26-dropdown-out: 180ms;

  --h26-z-dropdown: 1000;
}

.site-header {
  width: 100%;
  background-color: var(--h26-bg);
  position: relative;
  z-index: 100;

  font-family: var(--h26-font);
  font-weight: var(--h26-fw-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header,
.site-header *,
.site-header *::before,
.site-header *::after {
  box-sizing: border-box;
}

.site-header button,
.site-header input,
.header__dropdown {
  font-family: var(--h26-font);
}

.site-header.sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 1px 6px rgba(6, 15, 49, 0.08);
}

.site-header .header__topbar {
  position: relative;
  z-index: 20;

  background-color: var(--h26-navy);
  color: #fff;
  width: 100%;
  display: block;
  gap: 0;
  min-height: 0;
  padding: 0;
}

.site-header .mk-header-toolbar .mk-header-toolbar-centre {
  height: auto;
  padding: 0 var(--h26-space-xl);
}

.site-header .header__topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--h26-topbar-height);
  max-width: var(--h26-max-width);
  margin: 0 auto;
  padding: 0 var(--h26-space-xl);
}

.header__topbar-message {
  display: flex;
  align-items: center;
  justify-content: safe center;
  flex-wrap: nowrap;
  min-width: 0;
  white-space: nowrap;

  gap: 10px;
  margin: 0;
  padding: var(--h26-space-xs) 0;
  font-size: clamp(9px, calc(7.62px + 0.385vw), 13px);
  font-weight: var(--h26-fw-regular);
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.header__topbar-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__topbar-arrow {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  transition: transform var(--h26-trans);
}

.header__topbar-message:hover .header__topbar-arrow,
.header__topbar-message:focus-visible .header__topbar-arrow {
  transform: translateX(2px);
}

.header__topbar-message:hover .header__topbar-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header__topbar-message:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: var(--h26-radius-sm);
}

.header__topbar-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 26px;
  padding: 0 14px;
  border-radius: var(--h26-radius-pill);
  background-color: var(--h26-violet);
  color: var(--h26-navy);
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-semi);
  line-height: 1;
  white-space: nowrap;
}

.header__topbar-cta {
  display: inline-block;
  padding: 3px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--h26-radius-pill);
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-medium);
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color var(--h26-trans),
    border-color var(--h26-trans);
}

.header__topbar-cta:hover,
.header__topbar-cta:focus {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.header__topbar-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.header__lang {
  position: absolute;
  top: 50%;
  right: var(--h26-space-xl);
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;

  font-size: var(--h26-fs-sm);
  color: #fff;
}

.header__lang-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
}

.header__lang .country-selector.weglot-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  color: inherit;
}

.header__lang .country-selector .weglot_choice {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.header__lang .country-selector .wgcurrent {
  display: flex;
  align-items: center;
  gap: var(--h26-space-xs);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-medium);
  cursor: pointer;
  white-space: nowrap;
}

.header__lang .country-selector .wgcurrent::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--h26-trans);
  background: none;
  filter: none;
}

.header__lang .country-selector .weglot_choice:checked ~ .wgcurrent::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.header__lang .country-selector.weglot-dropdown ul {
  display: none;
  position: absolute;
  top: calc(100% + var(--h26-space-sm));
  right: 0;
  z-index: var(--h26-z-dropdown);

  min-width: 140px;
  margin: 0;
  padding: var(--h26-space-sm);
  list-style: none;

  background-color: var(--h26-bg);
  border: 1px solid var(--h26-border);
  border-radius: var(--h26-radius-content);
  box-shadow: var(--h26-shadow-dropdown);
}

.header__lang .country-selector .weglot_choice:checked ~ ul {
  display: block;
}

.header__lang .country-selector ul li {
  margin: 0;
  line-height: 1.4;
}

.header__lang .country-selector ul li a {
  /* flex et non block : le drapeau ::before injecte par Weglot est un
     inline-block plus haut que le texte, qui s'alignait sur sa baseline. */
  display: flex;
  align-items: center;
  gap: var(--h26-space-xs);

  padding: var(--h26-space-sm);
  border-radius: var(--h26-radius-sm);
  color: var(--h26-text-base);
  font-size: var(--h26-fs-sm);
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color var(--h26-trans),
    color var(--h26-trans);
}

/* Drapeau masque dans la liste deroulante, comme sur l'ancien header. */
.header__lang .country-selector ul li a::before {
  display: none;
}

.header__lang .country-selector ul li a:hover,
.header__lang .country-selector ul li a:focus-visible {
  background-color: rgba(118, 151, 241, 0.1);
  color: var(--h26-blue-text);
}

.header__lang .country-selector .wgcurrent,
.header__lang .country-selector .wgcurrent span {
  color: #fff;
}

.header__lang-slot {
  display: none;
}

.site-header .content-header {
  position: relative;
  z-index: 10;

  width: 100%;
  background-color: var(--h26-bg);
  border-bottom: 1px solid var(--h26-border);
}

.site-header .mk-header-inner {
  width: 100%;
  max-width: var(--h26-max-width);
  margin: 0 auto;
  padding: 0 var(--h26-space-xl);
}

.site-header .mk-fixed {
  position: relative;
}

.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--h26-space-xl);
  min-height: var(--h26-bar-height);
}

.header__brand {
  display: flex;
  align-items: center;
  gap: var(--h26-space-md);
  flex-shrink: 0;
}

.site-header a.header__bar-cta {
  display: none;
}

.site-header .header__mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--h26-radius-sm);
  margin-left: calc(var(--h26-space-sm) * -1);

  position: relative;
  z-index: 2;
}

.site-header .header__mobile-toggle:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: -2px;
}

.site-header .header__mobile-toggle svg {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;

  pointer-events: none;
}

.site-header .header__mobile-toggle svg line {
  fill: none;
  stroke: var(--h26-navy);
  stroke-width: var(--h26-burger-stroke);
  stroke-linecap: round;

  shape-rendering: geometricPrecision;
}

.site-header .header__mobile-toggle #icone-menuburger {
  display: block;
  opacity: 1;
}

.site-header .header__mobile-toggle #icone-close {
  display: none;
}

.site-header .header__mobile-toggle.is-open #icone-menuburger {
  display: none;
}

.site-header .header__mobile-toggle.is-open #icone-close {
  display: block;
  opacity: 1;
}

.header__logo-wrapper {
  display: inline-flex;
  flex-shrink: 0;
}

.header__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: var(--h26-radius-sm);
  transition: opacity var(--h26-trans);
}

.header__logo-link:hover {
  opacity: 0.85;
}

.header__logo-link:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 3px;
}

.header__logo-svg {
  width: 132px;
  height: auto;
  max-width: 100%;
  display: block;
}

.header__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .Wrapper {
  display: flex;
  align-items: center;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: var(--h26-space-xl);
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__menu-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  float: none;
}

.header__menu-trigger {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  line-height: inherit;
}

.header__menu-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  font-size: var(--h26-fs-base);
  font-weight: var(--h26-fw-medium);
  color: var(--h26-text-base);
  text-decoration: none;
  background: none;
  transition: color var(--h26-trans);
}

.header__menu-link:not(.header__menu-trigger) {
  cursor: pointer;
}

.header__menu-trigger.header__menu-link {
  cursor: default;
}

.header__menu-link:focus {
  color: var(--h26-text-dark);
}

@media (hover: hover) and (pointer: fine) {
  .header__menu-link:hover,
  .header__menu-item:hover > .header__menu-trigger > .header__menu-link,
  .header__menu-item:hover > .header__menu-trigger.header__menu-link {
    color: var(--h26-text-dark);
  }
}

.header__menu-link:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 4px;
  border-radius: 2px;
}
.site-header a:focus,
.site-header button:focus,
.site-header [tabindex]:focus {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.site-header a:focus:not(:focus-visible),
.site-header button:focus:not(:focus-visible),
.site-header [tabindex]:focus:not(:focus-visible) {
  outline: none;
}

.site-header .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 22px;
  border: none;

  border-radius: var(--h26-radius-pill);
  font-size: 14px;
  font-weight: var(--h26-fw-semi);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color var(--h26-trans);
}

.site-header .button--primary {
  background-color: #768ff1;
  color: #fff;

  font-weight: var(--h26-fw-regular);
}

.site-header .button--primary:hover,
.site-header .button--primary:focus {
  background-color: #3f5cbe;
  color: #fff;
}

.site-header .button--primary:active {
  background-color: #0e122f;
  color: #fff;
}

.site-header .button--dark {
  background-color: var(--h26-navy);
  color: #fff;
}

.site-header .button--dark:hover,
.site-header .button--dark:focus {
  background-color: var(--h26-navy-hover);
  color: #fff;
}

.site-header .button--outline {
  background-color: #fff;
  color: var(--h26-navy);
  box-shadow: inset 0 0 0 1px rgba(118, 151, 241, 0.55);
}

.site-header .button--outline:hover,
.site-header .button--outline:focus {
  background-color: rgba(118, 151, 241, 0.08);
  box-shadow: inset 0 0 0 1px var(--h26-blue);
  color: var(--h26-navy);
}

.site-header .button:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.site-header #header-menu-trial {
  margin-left: var(--h26-space-sm);
}

.site-header #header-menu-contact,
.site-header #header-menu-login {
  margin-left: var(--h26-space-xs);
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;

  width: max-content;
  max-width: min(1200px, calc(100vw - 48px));
  background-color: var(--h26-bg);
  border: 1px solid var(--h26-border);
  border-radius: var(--h26-radius-lg);
  box-shadow: var(--h26-shadow-dropdown);
  padding: var(--h26-space-xl);
  margin-top: var(--h26-space-md);
  z-index: var(--h26-z-dropdown);

  opacity: 0;
  visibility: hidden;
  transform: translate(var(--h26-x, 0), -6px) scale(0.985);
  transform-origin: top left;

  transition:
    opacity var(--h26-dropdown-out) ease,
    transform var(--h26-dropdown-out) ease,
    visibility 0s linear var(--h26-dropdown-out);
}

.header__dropdown::before {
  content: "";
  position: absolute;
  top: calc(var(--h26-space-md) * -1);
  left: 0;
  right: 0;
  height: var(--h26-space-md);
}

.header__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(var(--h26-x, 0), 0) scale(1);

  transition:
    opacity var(--h26-dropdown-in) var(--h26-ease-out) 0s,
    transform var(--h26-dropdown-in) var(--h26-ease-out) 0s,
    visibility 0s linear 0s;
}

.header__dropdown,
.header__dropdown-col {
  text-align: left;
}

.header__dropdown-col {
  min-width: 0;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity var(--h26-dropdown-out) ease,
    transform var(--h26-dropdown-out) ease;
}

.header__dropdown.is-open .header__dropdown-col {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--h26-dropdown-in) var(--h26-ease-out),
    transform var(--h26-dropdown-in) var(--h26-ease-out);
}

.header__dropdown.is-open .header__dropdown-col:nth-child(2) {
  transition-delay: 60ms;
}

.header__dropdown.is-open .header__dropdown-col:nth-child(3) {
  transition-delay: 110ms;
}

@media (hover: hover) and (pointer: fine) {
  .header__menu-item:hover > .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(var(--h26-x, 0), 0) scale(1);

    transition:
      opacity var(--h26-dropdown-in) var(--h26-ease-out) 0s,
      transform var(--h26-dropdown-in) var(--h26-ease-out) 0s,
      visibility 0s linear 0s;
  }

  .header__menu-item:hover > .header__dropdown .header__dropdown-col {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity var(--h26-dropdown-in) var(--h26-ease-out),
      transform var(--h26-dropdown-in) var(--h26-ease-out);
  }

  .header__menu-item:hover
    > .header__dropdown
    .header__dropdown-col:nth-child(2) {
    transition-delay: 60ms;
  }

  .header__menu-item:hover
    > .header__dropdown
    .header__dropdown-col:nth-child(3) {
    transition-delay: 110ms;
  }
}

.header__dropdown--mega {
  --h26-x: -50%;
  left: 50%;
  transform-origin: top center;

  display: grid;

  grid-template-columns:
    minmax(200px, max-content) minmax(220px, max-content)
    280px;
  gap: var(--h26-space-2xl);
  width: auto;
  max-width: min(1100px, calc(100vw - 48px));
  padding: var(--h26-space-xl);
}

.header__dropdown--mega .header__dropdown-col + .header__dropdown-col {
  margin-left: calc(var(--h26-space-2xl) / -2);
  padding-left: calc(var(--h26-space-2xl) / 2);
  border-left: 1px solid var(--h26-border);
}

.header__dropdown-col--feature,
.header__dropdown-col--preview {
  align-self: stretch;
  padding: var(--h26-space-md);
  border-radius: var(--h26-radius-lg);
}

.header__dropdown-col--feature {
  background-color: rgba(229, 213, 250, 0.3);
}

.header__dropdown--plugins .header__dropdown-col--preview {
  background-color: rgba(252, 240, 229, 0.55);
}

.header__dropdown--mega .header__dropdown-col + .header__dropdown-col--feature,
.header__dropdown--mega .header__dropdown-col + .header__dropdown-col--preview {
  margin-left: 0;
  padding-left: var(--h26-space-md);
  border-left: none;
}

.header__dropdown--dev {
  grid-template-columns: minmax(230px, max-content) 264px;
  max-width: min(620px, calc(100vw - 48px));
}

.header__dropdown-list--buttons a {
  flex-wrap: nowrap;
  margin: 0;
  padding: var(--h26-space-sm) var(--h26-space-md);
  border: 1px solid transparent;
}

.header__dropdown-list--buttons a:hover {
  background-color: var(--h26-grey);
  border-color: rgba(118, 151, 241, 0.5);
}

.header__dropdown-list--buttons .header__dropdown-icon,
.header__dropdown-list--buttons a:hover .header__dropdown-icon {
  background-color: transparent;
}

.header__dropdown-list--buttons a::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: var(--h26-space-sm);
  background-color: var(--h26-text-muted);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.667 8 8 14.667l-.953-.954 5.047-5.046H1.334V7.333h10.76L7.047 2.287 8 1.333 14.667 8z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.667 8 8 14.667l-.953-.954 5.047-5.046H1.334V7.333h10.76L7.047 2.287 8 1.333 14.667 8z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  transition:
    transform var(--h26-trans),
    background-color var(--h26-trans);
}

.header__dropdown-list--buttons a:hover::after {
  background-color: var(--h26-blue-text);
  transform: translateX(3px);
}

.header__dropdown-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: var(--h26-space-md);
  margin: var(--h26-space-md) calc(var(--h26-space-xl) * -1)
    calc(var(--h26-space-xl) * -1);
  padding: var(--h26-space-md) var(--h26-space-xl);
  border-top: 1px solid var(--h26-border);
  border-radius: 0 0 var(--h26-radius-lg) var(--h26-radius-lg);
  background-color: var(--h26-grey);
  color: var(--h26-text-base);
  text-decoration: none;
  transition:
    background-color var(--h26-trans),
    color var(--h26-trans);
}

.header__dropdown-footer:hover {
  background-color: rgba(118, 151, 241, 0.1);
  color: var(--h26-blue-text);
}

.header__dropdown-footer:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: -2px;
}

.header__dropdown-footer-icon {
  display: flex;
  flex: 0 0 auto;
  color: var(--h26-blue);
}

.header__dropdown-footer-icon svg {
  width: 20px;
  height: 20px;
}

.header__dropdown-footer-text {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: var(--h26-fw-semi);
}

.header__dropdown-footer::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.667 8 8 14.667l-.953-.954 5.047-5.046H1.334V7.333h10.76L7.047 2.287 8 1.333 14.667 8z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.667 8 8 14.667l-.953-.954 5.047-5.046H1.334V7.333h10.76L7.047 2.287 8 1.333 14.667 8z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  transition: transform var(--h26-trans);
}

.header__dropdown-footer:hover::after {
  transform: translateX(3px);
}

.header__dropdown--dev .header__dropdown-list + .header__dropdown-title {
  margin-top: var(--h26-space-xl);
}

.header__sdk-list {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-sm);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header__sdk {
  display: flex;
  align-items: flex-start;
  gap: var(--h26-space-sm);
  padding: 10px var(--h26-space-md);
  border-radius: var(--h26-radius-lg);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(6, 15, 49, 0.06);
  text-decoration: none;
  min-width: 0;
  transition: box-shadow var(--h26-trans);
}

.header__sdk:hover {
  box-shadow: 0 4px 12px -2px rgba(6, 15, 49, 0.14);
}

.header__sdk:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.header__sdk-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: var(--h26-radius-md);
  background-color: #eef2ff;
}

.header__sdk-icon svg {
  width: 100%;
  height: 100%;
}

.header__sdk-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.header__sdk-name {
  font-family: var(--h26-font);
  font-size: 13px;
  font-weight: var(--h26-fw-medium);
  color: var(--h26-text-dark);
  overflow-wrap: anywhere;
  transition: color var(--h26-trans);
}

.header__sdk:hover .header__sdk-name {
  color: var(--h26-blue-text);
}

.header__sdk-desc {
  font-size: 12px;
  line-height: 16px;
  color: #a2a5ae;
}

.header__sdk::after {
  content: "";
  flex: 0 0 auto;
  align-self: center;
  width: 14px;
  height: 14px;
  background-color: var(--h26-text-muted);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.667 8 8 14.667l-.953-.954 5.047-5.046H1.334V7.333h10.76L7.047 2.287 8 1.333 14.667 8z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M14.667 8 8 14.667l-.953-.954 5.047-5.046H1.334V7.333h10.76L7.047 2.287 8 1.333 14.667 8z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  transition:
    transform var(--h26-trans),
    background-color var(--h26-trans);
}

.header__sdk:hover::after {
  background-color: var(--h26-blue-text);
  transform: translateX(3px);
}

.header__rcs {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-sm);
  padding: var(--h26-space-md);
  border-radius: var(--h26-radius-lg);
  background:
    radial-gradient(
      120% 100% at 0% 0%,
      rgba(229, 213, 250, 0.55),
      transparent 60%
    ),
    var(--h26-grey);
  border: 1px solid var(--h26-border);
}

.header__rcs-card {
  overflow: hidden;
  border-radius: 14px 14px 14px 4px;
  background-color: #fff;
  box-shadow: 0 4px 14px -4px rgba(6, 15, 49, 0.16);
  transition: transform var(--h26-trans);
}

.header__dropdown--dev:hover .header__rcs-card {
  transform: translateY(-2px);
}

.header__rcs-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  background: linear-gradient(135deg, var(--h26-blue) 0%, #9d7fe8 100%);
}

.header__rcs-media svg {
  width: 30px;
  height: 30px;
  opacity: 0.95;
}

.header__rcs-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--h26-space-sm) var(--h26-space-md) var(--h26-space-xs);
}

.header__rcs-title {
  font-size: 13px;
  font-weight: var(--h26-fw-semi);
  color: var(--h26-text-dark);
  line-height: 1.3;
}

.header__rcs-text {
  font-size: var(--h26-fs-xs);
  color: var(--h26-text-light);
  line-height: 1.4;
}

.header__rcs-actions {
  display: flex;
  gap: 6px;
  padding: var(--h26-space-xs) var(--h26-space-md) var(--h26-space-md);
}

.header__rcs-chip {
  flex: 1 1 0;
  min-width: 0;
  padding: 5px 6px;
  border: 1px solid rgba(118, 151, 241, 0.45);
  border-radius: var(--h26-radius-pill);
  color: var(--h26-blue-text);
  font-size: 10px;
  font-weight: var(--h26-fw-medium);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__rcs-sender {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: var(--h26-fw-medium);
  color: var(--h26-text-muted);
}

.header__rcs-sender svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: var(--h26-blue);
}

.header__rcs-link {
  display: inline-block;
  margin-top: var(--h26-space-md);
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-semi);
  color: var(--h26-blue-text);
  text-decoration: none;
}

.header__rcs-link::after {
  content: " \2192";
  display: inline-block;
  transition: transform var(--h26-trans);
}

.header__rcs-link:hover::after {
  transform: translateX(3px);
}

.header__rcs-link:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
  border-radius: 2px;
}

.header__promo {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-md);
  padding: var(--h26-space-md);
  border: 1px solid var(--h26-border);
  border-radius: var(--h26-radius-content);

  background:
    radial-gradient(
      120% 120% at 100% 0%,
      rgba(252, 240, 229, 0.9),
      transparent 60%
    ),
    var(--h26-grey);
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
  transition:
    border-color var(--h26-trans),
    background-color var(--h26-trans),
    transform var(--h26-trans);
}

.header__promo:hover {
  background-color: #fff;
  border-color: rgba(118, 151, 241, 0.5);
  transform: translateY(-2px);
}

.header__promo:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.header__promo-media {
  display: block;
  overflow: hidden;
  border-radius: var(--h26-radius-content);
  background-color: #fff;
}

.header__promo-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s var(--h26-ease-out);
}

.header__promo:hover .header__promo-image {
  transform: scale(1.04);
}

.header__promo-body {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-sm);
  min-width: 0;
}

.header__promo-title {
  font-size: 14px;
  font-weight: var(--h26-fw-semi);
  line-height: 1.35;
  color: var(--h26-text-dark);
  overflow-wrap: anywhere;
  transition: color var(--h26-trans);
}

.header__promo:hover .header__promo-title {
  color: var(--h26-blue-text);
}

.header__promo-text {
  font-size: var(--h26-fs-sm);
  line-height: 1.5;
  color: var(--h26-text-light);
  overflow-wrap: anywhere;
}

.header__promo-link {
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-semi);
  color: var(--h26-blue-text);
}

.header__promo-link::after {
  content: " \2192";
  display: inline-block;
  transition: transform var(--h26-trans);
}

.header__promo:hover .header__promo-link::after {
  transform: translateX(3px);
}

.header__dropdown-list--stack {
  --h26-icon-size: 34px;
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-xs);
}

.header__dropdown-list--stack a {
  flex-wrap: nowrap;
  margin: 0;
  padding: var(--h26-space-sm);
}

.header__dropdown-list--stack .header__dropdown-description {
  display: none;
}

.header__feature {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-md);
  padding: var(--h26-space-md);
  border: 1px solid var(--h26-border);
  border-radius: var(--h26-radius-content);
  background-color: var(--h26-grey);
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
  transition:
    border-color var(--h26-trans),
    background-color var(--h26-trans),
    transform var(--h26-trans);
}

.header__feature:hover {
  background-color: #fff;
  border-color: rgba(118, 151, 241, 0.5);
  transform: translateY(-2px);
}

.header__feature:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.header__feature-media {
  display: block;
  overflow: hidden;
  border-radius: var(--h26-radius-content);
  background-color: var(--h26-violet);
}

.header__feature-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s var(--h26-ease-out);
}

.header__feature:hover .header__feature-image {
  transform: scale(1.04);
}

.header__feature-body {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-sm);
  min-width: 0;
}

.header__feature-tag {
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: var(--h26-radius-pill);
  background-color: var(--h26-violet);
  color: var(--h26-navy);
  font-size: var(--h26-fs-xs);
  font-weight: var(--h26-fw-semi);
  letter-spacing: 0.6px;
}

.header__feature-title {
  font-size: 14px;
  font-weight: var(--h26-fw-semi);
  line-height: 1.35;
  color: var(--h26-text-dark);
  overflow-wrap: anywhere;
  transition: color var(--h26-trans);
}

.header__feature:hover .header__feature-title {
  color: var(--h26-blue-text);
}

.header__feature-excerpt {
  font-size: var(--h26-fs-sm);
  line-height: 1.5;
  color: var(--h26-text-light);
  overflow-wrap: anywhere;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header__feature-link {
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-semi);
  color: var(--h26-blue-text);
}

.header__feature-link::after {
  content: " \2192";
  display: inline-block;
  transition: transform var(--h26-trans);
}

.header__feature:hover .header__feature-link::after {
  transform: translateX(3px);
}

.header__dropdown-list--utility {
  --h26-icon-size: 22px;
  margin-top: var(--h26-space-md);
  gap: 2px;
}

.header__dropdown-list--utility a {
  padding: var(--h26-space-xs) var(--h26-space-sm);
}

.header__dropdown-list--utility .header__dropdown-icon {
  background-color: transparent;
}

.header__dropdown-list--utility strong {
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-medium);
  color: var(--h26-text-light);
}

.header__dropdown-list--utility a:hover strong {
  color: var(--h26-blue-text);
}

.header__dropdown-title {
  display: block;
  font-size: var(--h26-fs-xs);
  font-weight: var(--h26-fw-semi);
  letter-spacing: 1.2px;
  color: var(--h26-text-muted);
  text-transform: uppercase;
  margin: 0 0 var(--h26-space-xl) 0;
  padding: 0;
}

.header__dropdown-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: var(--h26-space-xl);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1001px) {
  .header__dropdown:not(.header__dropdown--mega):has(
      .header__dropdown-description
    ) {
    max-width: min(760px, calc(100vw - 48px));
  }

  .header__dropdown-list:not(.header__dropdown-list--stack):not(
      .header__dropdown-list--cards
    ):has(.header__dropdown-description) {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .header__dropdown--expertises {
    width: min(900px, calc(100vw - 48px));
    grid-template-columns: minmax(0, 1fr);
    max-width: min(900px, calc(100vw - 48px));
  }

  .header__dropdown--expertises
    .header__dropdown-col--sectors
    .header__dropdown-list {
    --h26-icon-size: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: var(--h26-space-lg);
    row-gap: var(--h26-space-xs);
  }

  .header__dropdown--expertises
    .header__dropdown-col--sectors
    .header__dropdown-list
    a {
    margin: 0;
    padding: var(--h26-space-sm);
  }
}

.header__dropdown-list li,
.header__dropdown-list li > a {
  float: none;
  position: static;
  inset: auto;
  transform: none;
}

.header__dropdown-list li {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__dropdown-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: var(--h26-icon-gap);
  row-gap: var(--h26-space-xs);
  padding: var(--h26-space-sm);
  margin: calc(var(--h26-space-sm) * -1);
  color: var(--h26-text-base);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  border-radius: var(--h26-radius-content);
  transition:
    background-color var(--h26-trans),
    color var(--h26-trans);
}

.header__dropdown-list .header__dropdown-description {
  flex-basis: 100%;
  margin-left: calc(var(--h26-icon-size) + var(--h26-icon-gap));

  overflow-wrap: anywhere;
}

.header__dropdown-list a:hover {
  background-color: rgba(118, 151, 241, 0.1);
  color: var(--h26-blue-text);
}

.header__dropdown-list a:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.header__dropdown-list strong {
  flex: 1 1 0;
  min-width: 0;
  font-size: 14px;
  font-weight: var(--h26-fw-semi);
  color: var(--h26-text-dark);
  transition: color var(--h26-trans);
}

.header__dropdown-list a:hover strong {
  color: var(--h26-blue-text);
}

.header__dropdown-icon {
  width: var(--h26-icon-size);
  height: var(--h26-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--h26-icon-size);
  border-radius: var(--h26-radius-content);
  background-color: rgba(118, 151, 241, 0.12);
  transition: background-color var(--h26-trans);
}

.header__dropdown-list a:hover .header__dropdown-icon {
  background-color: rgba(118, 151, 241, 0.22);
}

.header__dropdown-icon svg {
  width: 81%;
  height: 81%;
  object-fit: contain;
}

.header__dropdown-description {
  display: block;
  margin: 0;
  font-size: var(--h26-fs-sm);
  font-weight: 400;
  line-height: 1.45;
  color: var(--h26-text-light);
}

.header__expert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--h26-space-lg);
  padding: var(--h26-space-md) var(--h26-space-lg);
  border: 1px solid var(--h26-border);
  border-radius: var(--h26-radius-lg);

  background:
    radial-gradient(
      90% 200% at 100% 50%,
      rgba(239, 238, 208, 0.8),
      transparent 60%
    ),
    var(--h26-grey);
  text-decoration: none;
  transition:
    border-color var(--h26-trans),
    transform var(--h26-trans);
}

.header__expert:hover {
  border-color: rgba(118, 151, 241, 0.5);
  transform: translateY(-2px);
}

.header__expert:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.header__expert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: var(--h26-radius-content);
  background-color: var(--h26-blue);
  color: var(--h26-navy);
}

.header__expert-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}

.header__expert-icon svg {
  width: 22px;
  height: 22px;
}

.header__expert-title {
  font-size: 15px;
  font-weight: var(--h26-fw-semi);
  line-height: 1.35;
  color: var(--h26-text-dark);
}

.header__expert-text {
  font-size: var(--h26-fs-sm);
  line-height: 1.5;
  color: var(--h26-text-light);
}

.header__expert-cta {
  flex: 0 0 auto;
  font-size: var(--h26-fs-sm);
  font-weight: var(--h26-fw-semi);
  white-space: nowrap;
  color: var(--h26-blue-text);
}

.header__expert-cta::after {
  content: " \2192";
  display: inline-block;
  transition: transform var(--h26-trans);
}

.header__expert:hover .header__expert-cta::after {
  transform: translateX(3px);
}

.site-header {
  --h26-hover-bg: #f4f5f9;
  --h26-panel-muted: #f8f9fc;
  --h26-panel-radius: 23px;
}

@media (min-width: 1001px) {
  .site-header .Wrapper {
    position: relative;
  }
  .header__menu-item.menu-item-has-children,
  .header__menu-item:has(.header__dropdown) {
    position: static;
  }

  .header__menu,
  .header__menu-item {
    align-self: stretch;
  }

  .header__dropdown--produits,
  .header__dropdown--solutions,
  .header__dropdown--plugins,
  .header__dropdown--ressources,
  .header__dropdown--dev {
    --h26-x: 0;
    left: 0;
    transform-origin: top left;
    gap: 0;
    padding: 0;
    border: none;
    border-radius: var(--h26-panel-radius);
    box-shadow: 0 3px 14px rgba(6, 15, 49, 0.1);
  }

  .header__dropdown--produits {
    width: min(800px, calc(100vw - 48px));
    max-width: min(800px, calc(100vw - 48px));
    grid-template-columns: 265px minmax(0, 1fr) 235px;
  }

  .header__dropdown--solutions {
    width: min(860px, calc(100vw - 48px));
    max-width: min(860px, calc(100vw - 48px));
    grid-template-columns: 285px minmax(0, 1fr) 235px;
  }

  .header__dropdown--produits:not(:has(.header__dropdown-col--promo)) {
    width: min(565px, calc(100vw - 48px));
    max-width: min(565px, calc(100vw - 48px));
    grid-template-columns: 265px minmax(0, 1fr);
  }

  .header__dropdown--solutions:not(:has(.header__dropdown-col--promo)) {
    width: min(625px, calc(100vw - 48px));
    max-width: min(625px, calc(100vw - 48px));
    grid-template-columns: 285px minmax(0, 1fr);
  }

  .header__dropdown--plugins {
    width: min(820px, calc(100vw - 48px));
    max-width: min(820px, calc(100vw - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header__dropdown--ressources {
    width: min(529px, calc(100vw - 48px));
    max-width: min(529px, calc(100vw - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header__dropdown--produits > .header__dropdown-col,
  .header__dropdown--solutions > .header__dropdown-col,
  .header__dropdown--plugins > .header__dropdown-col,
  .header__dropdown--ressources > .header__dropdown-col,
  .header__dropdown--dev > .header__dropdown-col {
    display: flex;
    flex-direction: column;
    padding: 15px 16px 20px;
  }

  .header__dropdown--produits .header__dropdown-col + .header__dropdown-col,
  .header__dropdown--solutions .header__dropdown-col + .header__dropdown-col,
  .header__dropdown--plugins .header__dropdown-col + .header__dropdown-col,
  .header__dropdown--ressources .header__dropdown-col + .header__dropdown-col,
  .header__dropdown--dev .header__dropdown-col + .header__dropdown-col {
    margin-left: 0;
    padding-left: 20px;
    border-left: 1px solid var(--h26-border);
  }

  .header__dropdown-col--promo {
    align-items: flex-start;
    gap: var(--h26-space-md);
    align-self: stretch;
    background-color: var(--h26-panel-muted);

    border-radius: 0 var(--h26-panel-radius) var(--h26-panel-radius) 0;

    border-left: none !important;
    padding: 15px 21px 20px !important;
  }
}

@media (min-width: 1001px) {
  .header__dropdown--produits,
  .header__dropdown--solutions,
  .header__dropdown--plugins,
  .header__dropdown--ressources,
  .header__dropdown--dev {
    margin-top: var(--h26-space-xl);
  }
}

@media (min-width: 1001px) {
  .header__dropdown--produits::before,
  .header__dropdown--solutions::before,
  .header__dropdown--plugins::before,
  .header__dropdown--ressources::before,
  .header__dropdown--dev::before {
    top: -28px;
    height: 28px;
  }
}

@media (min-width: 1001px) {
  .header__dropdown--dev {
    width: min(556px, calc(100vw - 48px));
    max-width: min(556px, calc(100vw - 48px));

    grid-template-columns: minmax(0, 1fr) 244px;
  }
}

.header__overlay {
  position: fixed;

  top: calc(var(--h26-header-h, 104px) + var(--h26-header-shift, 0px));
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: rgba(6, 15, 49, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity var(--h26-dropdown-out) ease,
    visibility 0s linear var(--h26-dropdown-out);
}

@media (min-width: 1001px) {
  .header__overlay.is-visible,
  body:has(.header__menu-item:hover > .header__dropdown) .header__overlay {
    opacity: 1;
    visibility: visible;
    transition:
      opacity var(--h26-dropdown-in) var(--h26-ease-out),
      visibility 0s linear 0s;
  }

  .site-header.h26-menu-open,
  .site-header:has(.header__menu-item:hover > .header__dropdown) {
    z-index: 1100;
  }
}

@media (min-width: 1001px) {
  .header__menu-trigger {
    padding: 2px 10px;
    border-radius: var(--h26-radius-pill);
    transition: background-color var(--h26-trans);
  }

  .header__menu-item:hover > .header__menu-trigger,
  .header__menu-item:has(.header__dropdown.is-open) > .header__menu-trigger {
    background-color: var(--h26-hover-bg);
  }
}

.header__promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 26px;
  padding: 0 12px;
  border-radius: var(--h26-radius-pill);
  background-color: #ebedfd;
  color: #273fa9;
  font-size: 12px;
  font-weight: var(--h26-fw-medium);
  line-height: 1;
  white-space: nowrap;
}

.header__promo-badge-star {
  font-size: 10px;
  line-height: 1;
}

.header__dropdown--produits .header__dropdown-title,
.header__dropdown--solutions .header__dropdown-title,
.header__dropdown--plugins .header__dropdown-title,
.header__dropdown--ressources .header__dropdown-title,
.header__dropdown--dev .header__dropdown-title {
  margin-bottom: var(--h26-space-md);
  padding-left: var(--h26-space-sm);
  font-size: 12px;
  letter-spacing: 0.36px;
  color: #a2a5ae;
}

.header__dropdown-list--cards,
.header__dropdown-list--compact,
.header__dropdown-list--bullets {
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
}

.header__dropdown-list--cards {
  --h26-icon-size: 34px;
  --h26-icon-gap: 10px;
}

.header__dropdown-list--cards a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: var(--h26-icon-gap);

  align-items: start;
  margin: 0;
  padding: var(--h26-space-sm);
  border-radius: var(--h26-radius-lg);

  row-gap: 1px;
}

.header__dropdown-list--cards a > .header__dropdown-icon {
  grid-row: 1 / 3;
  grid-column: 1;
}

.header__dropdown-list--cards a > strong {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.header__dropdown-list--cards a > .header__dropdown-description {
  grid-column: 2;
  grid-row: 2;

  margin-left: 0;
  align-self: start;
}

.header__dropdown-list--cards strong {
  font-weight: var(--h26-fw-medium);
  font-size: 14px;
  line-height: 18px;
  color: var(--h26-navy);
}

.header__dropdown--produits .header__dropdown-list strong,
.header__dropdown--solutions .header__dropdown-list strong,
.header__dropdown--plugins .header__dropdown-list strong,
.header__dropdown--ressources .header__dropdown-list strong,
.header__dropdown--produits .header__dropdown-description,
.header__dropdown--solutions .header__dropdown-description,
.header__dropdown--plugins .header__dropdown-description,
.header__dropdown--ressources .header__dropdown-description {
  min-width: 0;
  overflow-wrap: anywhere;
}

.header__dropdown-list--cards .header__dropdown-description {
  font-size: 12px;
  line-height: 16px;
  color: #a2a5ae;
}

.header__dropdown-list--cards .header__dropdown-icon {
  border-radius: var(--h26-radius-md);

  width: 36px;
  height: 36px;
  flex-basis: 36px;
  padding: 8px;
}

.header__dropdown-icon[data-tint="sms"] {
  background-color: #def2f5;
}
.header__dropdown-icon[data-tint="rcs"] {
  background-color: #ffe8fa;
}
.header__dropdown-icon[data-tint="whatsapp"] {
  background-color: #e8f7f0;
}
.header__dropdown-icon[data-tint="tts"] {
  background-color: #f3f7d4;
}
.header__dropdown-icon[data-tint="marketing"] {
  background-color: #fbe6ff;
}
.header__dropdown-icon[data-tint="relation"] {
  background-color: #dafaff;
}
.header__dropdown-icon[data-tint="securite"] {
  background-color: #d4fde7;
}
.header__dropdown-icon[data-tint="logistique"] {
  background-color: #fff4c2;
}

.header__dropdown-icon[data-tint="brand"] {
  background-color: #f0f3ff;
}

.header__dropdown-icon[data-tint="res"] {
  background-color: #eef2ff;
  color: #4a6cd4;
}
.header__dropdown-icon[data-tint="soc"] {
  background-color: #f5eeff;
  color: #7b5bd6;
}

.header__dropdown-list a:hover .header__dropdown-icon[data-tint] {
  background-color: inherit;
}

.header__dropdown-list--compact {
  --h26-icon-gap: 10px;
}

.header__dropdown-list--compact .header__dropdown-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  padding: 6px;
  border-radius: var(--h26-radius-md);
}

.header__dropdown--produits
  .header__dropdown-list--compact
  .header__dropdown-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--h26-navy);
}

.header__dropdown--produits
  .header__dropdown-list--compact
  a:hover
  .header__dropdown-icon {
  background-color: transparent;
}

.header__dropdown-list--compact strong {
  font-weight: var(--h26-fw-medium);
  font-size: 14px;
  line-height: 26px;
  color: var(--h26-navy);
}

.header__dropdown-list--compact a {
  margin: 0;
  padding: 5px var(--h26-space-sm);
  border-radius: var(--h26-radius-md);
}

.header__dropdown-list--bullets a {
  margin: 0;
  padding: 4px var(--h26-space-sm);
  border-radius: var(--h26-radius-md);
}

.header__dropdown-list--bullets strong {
  font-weight: var(--h26-fw-medium);
  font-size: 14px;
  color: var(--h26-navy);
}

.header__bullet {
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: var(--h26-navy);
  transition: background-color var(--h26-trans);
}

.header__dropdown-list--bullets a:hover strong {
  color: var(--h26-blue-text);
}

.header__dropdown-list--bullets a:hover .header__bullet {
  background-color: var(--h26-blue-text);
}

.header__dropdown--produits
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover,
.header__dropdown--solutions
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover,
.header__dropdown--plugins
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover,
.header__dropdown--ressources
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover,
.header__dropdown--dev
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover {
  background-color: var(--h26-hover-bg);
  color: var(--h26-navy);
}

.header__dropdown--produits
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover
  strong,
.header__dropdown--solutions
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover
  strong,
.header__dropdown--plugins
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover
  strong,
.header__dropdown--ressources
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover
  strong,
.header__dropdown--dev
  .header__dropdown-list:not(.header__dropdown-list--bullets)
  a:hover
  strong {
  color: var(--h26-navy);
}

.header__dropdown-list a,
.header__dropdown-list a:hover,
.header__dropdown-list a:focus,
.header__dropdown-list a:active,
.header__col-link,
.header__col-link:hover,
.header__col-link:focus {
  text-decoration: none;
}

.header__dropdown-col:has(.header__col-link) .header__dropdown-list {
  padding-bottom: var(--h26-space-md);
  border-bottom: 1px solid var(--h26-border);
}

.header__col-link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  border-radius: var(--h26-radius-pill);
  padding: 4px 10px;
  transition:
    background-color var(--h26-trans),
    color var(--h26-trans);

  margin-top: var(--h26-space-md);
  font-size: 12px;
  font-weight: var(--h26-fw-medium);
  color: #5774e7;
  text-decoration: none;
  transition: color var(--h26-trans);
}

.header__col-link::after {
  content: "\2192";
  transition: transform var(--h26-trans);
}

.header__col-link--no-arrow::after {
  content: none;
}

.header__col-link--no-arrow::before {
  content: "+";
  display: inline-block;
  transition: transform var(--h26-trans);
}
.header__col-link--no-arrow:hover::before {
  transform: rotate(90deg);
}

.header__col-link:hover {
  background-color: var(--h26-hover-bg);
  color: var(--h26-navy);
}

.header__col-link:hover::after {
  transform: translateX(3px);
}

.header__col-link:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

.header__dropdown-col--promo .header__promo {
  display: flex;
  flex-direction: column;
  gap: var(--h26-space-sm);
  padding: 0;
  border: none;
  background: none;
}

.header__dropdown-col--promo .header__promo-media {
  border-radius: var(--h26-radius-md);
  overflow: hidden;
}

.header__dropdown-col--promo .header__promo-title {
  font-size: 12px;
  line-height: 17px;
  font-weight: var(--h26-fw-semi);
  color: var(--h26-navy);
}

.header__dropdown-col--promo .header__promo-text {
  font-size: 10px;
  line-height: 15px;
  font-weight: var(--h26-fw-regular);
  color: #7b7d84;
}

.header__dropdown-col--promo .header__promo-link {
  font-size: 12px;
  font-weight: var(--h26-fw-medium);
  color: #5774e7;
  text-decoration: underline;
}

@media (min-width: 1001px) {
  .header__nav-wrapper,
  .header__nav,
  .site-header .Wrapper,
  .header__menu {
    justify-content: flex-start;
    flex: 1;
    min-width: 0;
  }

  .header__bar {
    gap: var(--h26-space-lg);
  }

  .header__menu {
    gap: var(--h26-space-lg);
  }

  .site-header #header-menu-login {
    margin-left: auto;
  }

  .site-header #header-menu-contact,
  .site-header #header-menu-trial {
    margin-left: var(--h26-space-sm);
  }
}

.header__login-link {
  font-size: 14px;
  font-weight: var(--h26-fw-medium);
  color: var(--h26-navy);
  text-decoration: underline;
  white-space: nowrap;
  transition: color var(--h26-trans);
}

.header__login-link:hover {
  color: var(--h26-blue-text);
}

.header__login-link:focus-visible {
  outline: 2px solid var(--h26-blue);
  outline-offset: 2px;
}

@media (max-width: 1200px) {
  .header__menu {
    gap: var(--h26-space-md);
  }

  .header__menu-link {
    font-size: 14px;
  }
}

@media (min-width: 1001px) and (max-width: 1100px) {
  .site-header #header-menu-trial {
    display: none;
  }
}
@media (min-width: 1025px) {
  .site-content {
    margin-top: -124px;
  }
}

@media (max-width: 1024px) {
  .site-content {
    margin-top: -84px;
  }
}

@media (min-width: 1001px) {
  html,
  body,
  #mk-boxed-layout {
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    will-change: auto !important;
  }

  body {
    padding-top: var(--h26-header-h, 104px) !important;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(var(--h26-header-shift, 0px));
    will-change: transform;
  }
}
@media (max-width: 1099px) {
  .site-header .content-header,
  .site-header .mk-header-inner,
  .site-header .mk-header-toolbar .mk-header-toolbar-centre,
  .site-header .content-header .mk-header-toolbar-centre {
    height: auto;
  }
}

@media (max-width: 1000px) {
  .header__nav-wrapper .header__nav {
    height: auto;
    min-height: 0;
  }

  .site-header .header__topbar-inner {
    flex-direction: column;
    align-items: center;
    gap: var(--h26-space-xs);
    padding: var(--h26-space-sm) var(--h26-space-lg);
  }

  .header__topbar-badge {
    font-size: var(--h26-fs-xs);
  }

  .header__lang {
    position: static;
    transform: none;
  }

  body {
    position: static !important;

    padding-top: var(--h26-header-h, 92px) !important;
  }

  html,
  body,
  #mk-boxed-layout {
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    will-change: auto !important;
  }

  #site-header.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 200;

    transform: translateY(var(--h26-header-shift, 0px));
    will-change: transform;
  }
  body.h26-nav-open #site-header.site-header {
    transform: none;
    will-change: auto;
    top: var(--h26-header-shift, 0px) !important;
    z-index: 1000;
  }

  .header__brand {
    display: contents;
  }

  .header__logo-wrapper {
    order: 1;
    align-self: center;
  }

  .site-header .header__mobile-toggle {
    display: flex;

    order: 3;
    margin-left: var(--h26-space-sm);
    margin-right: calc(var(--h26-space-sm) * -1);

    align-self: center;
  }

  .site-header a.header__bar-cta {
    display: inline-flex;
    order: 2;
    margin-left: auto;

    width: auto;
    padding: 8px 14px;
    font-size: 13px;
    white-space: nowrap;
    align-self: center;
  }

  body.h26-nav-open .site-header a.header__bar-cta {
    display: none;
  }

  .site-header .clearboth {
    display: none;
  }

  .site-header .mk-header-inner {
    padding: 0 var(--h26-space-lg);
  }

  .header__bar {
    flex-wrap: wrap;
    min-height: 56px;
    align-items: center;
    align-content: center;
  }

  .header__nav-wrapper {
    display: none;
    order: 4;
    width: 100%;
    flex-basis: 100%;
  }

  .header__nav-wrapper.is-open {
    display: block;
    position: fixed;
    top: calc(var(--h26-header-h, 92px) - var(--h26-topbar-h, 36px));
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background-color: var(--h26-bg);
    border-top: 1px solid var(--h26-border);
    padding: var(--h26-space-sm) var(--h26-space-lg) var(--h26-space-2xl);
  }

  .header__nav,
  .site-header .Wrapper,
  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
  }

  .header__menu-item {
    display: block;
    width: 100%;
  }

  .header__menu-item + .header__menu-item {
    border-top: 1px solid var(--h26-border);
  }

  .site-header #header-menu-contact,
  .site-header #header-menu-trial {
    border-top: none;
  }

  .header__menu-trigger,
  .header__menu-link {
    display: flex;
    width: 100%;

    padding: 13px var(--h26-space-sm);
  }

  .header__menu-trigger:not(.header__menu-link) {
    padding: 0;
  }

  .header__menu-trigger[aria-haspopup="true"] {
    justify-content: space-between;
  }

  .header__menu-trigger[aria-haspopup="true"]::before {
    content: "";
    order: 1;
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    margin-left: var(--h26-space-sm);

    margin-top: -3px;
    align-self: center;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--h26-trans);
  }

  .header__menu-trigger[aria-haspopup="true"][aria-expanded="true"]::before {
    transform: rotate(-135deg);
  }

  .site-header .button {
    padding: 12px 18px;
    width: 100%;
  }

  .site-header .button--outline {
    box-shadow: inset 0 0 0 1.5px var(--h26-navy);
  }

  .site-header .button--outline:hover,
  .site-header .button--outline:focus {
    background-color: var(--h26-navy);
    box-shadow: inset 0 0 0 1.5px var(--h26-navy);
    color: #fff;
  }

  .header__topbar-cta {
    padding: 7px 14px;
  }

  .site-header #header-menu-trial,
  .site-header #header-menu-contact,
  .site-header #header-menu-login {
    margin-left: 0;
    padding: var(--h26-space-sm) 0;
  }

  .site-header #header-menu-login {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .site-header #header-menu-login .header__login-link {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: var(--h26-space-sm) 0;
  }

  .header__lang-slot {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: var(--h26-space-md);
    padding-top: var(--h26-space-md);
  }

  .header__lang-slot .header__lang {
    position: static;
    transform: none;
    gap: 10px;
    font-size: var(--h26-fs-base);
    color: var(--h26-text-dark);
  }

  .header__lang-slot .header__lang-icon {
    width: 16px;
    height: 16px;
  }

  .header__lang-slot .header__lang .country-selector .wgcurrent,
  .header__lang-slot .header__lang .country-selector .wgcurrent span {
    color: var(--h26-text-dark);
  }

  .header__lang-slot .header__lang .country-selector.weglot-dropdown ul {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .header__dropdown,
  .header__dropdown--mega {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    background: transparent;

    padding: 0 0 0 var(--h26-space-lg);
    margin-left: var(--h26-space-sm);

    max-height: 0;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;

    --h26-x: 0;
    transform: none;

    transition:
      max-height var(--h26-dropdown-out) ease,
      padding-top var(--h26-dropdown-out) ease,
      padding-bottom var(--h26-dropdown-out) ease,
      visibility 0s linear var(--h26-dropdown-out);
  }

  .header__dropdown.is-open,
  .header__dropdown--mega.is-open {
    max-height: 2400px;
    padding-top: var(--h26-space-xs);
    padding-bottom: var(--h26-space-md);
    visibility: visible;
    transform: none;
    transition:
      max-height var(--h26-dropdown-in) var(--h26-ease-out),
      padding-top var(--h26-dropdown-in) var(--h26-ease-out),
      padding-bottom var(--h26-dropdown-in) var(--h26-ease-out),
      visibility 0s linear 0s;
  }

  .header__dropdown::before {
    content: none;
  }

  .header__dropdown--mega .header__dropdown-col + .header__dropdown-col {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: var(--h26-space-lg);
    border-left: none;
    border-top: none;
  }

  .header__dropdown-col--promo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--h26-space-sm);
  }

  .header__dropdown-col--promo .header__promo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--h26-space-sm);
    padding: var(--h26-space-sm);
  }

  .header__dropdown-col--promo .header__promo-media {
    flex: 0 0 68px;
    width: 68px;
  }

  .header__dropdown-col--promo .header__promo-image {
    aspect-ratio: 1 / 1;
    height: 68px;
  }

  .header__dropdown-col--promo .header__promo-body {
    gap: 2px;
  }

  .header__promo-text {
    display: none;
  }

  .header__dropdown > *,
  .header__dropdown > .header__dropdown-col {
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity var(--h26-dropdown-out) ease,
      transform var(--h26-dropdown-out) ease;
  }

  .header__dropdown.is-open > *,
  .header__dropdown.is-open > .header__dropdown-col {
    opacity: 1;
    transform: translateY(0);

    transition:
      opacity var(--h26-dropdown-in) var(--h26-ease-out) 60ms,
      transform var(--h26-dropdown-in) var(--h26-ease-out) 60ms;
  }

  .header__dropdown.is-open .header__dropdown-col:nth-child(2),
  .header__dropdown.is-open .header__dropdown-col:nth-child(3) {
    transition-delay: 60ms;
  }

  .header__dropdown-list,
  .header__dropdown--plugins .header__dropdown-list {
    grid-template-columns: 1fr;
    gap: var(--h26-space-xs);
  }

  .header__dropdown-description {
    display: none;
  }

  .header__dropdown-title {
    margin-bottom: var(--h26-space-sm);
    font-size: 10px;
    letter-spacing: 1px;
  }

  .header__dropdown--dev .header__dropdown-list + .header__dropdown-title {
    margin-top: var(--h26-space-lg);
  }

  .header__dropdown-list a,
  .header__dropdown-list--stack a {
    gap: var(--h26-space-md);
    padding: var(--h26-space-sm) var(--h26-space-xs);
    margin: 0;
    min-height: 44px;
    border-radius: var(--h26-radius-sm);
    align-items: center;
  }

  .header__dropdown-list--cards a,
  .header__dropdown-list--compact a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: var(--h26-icon-gap);
    row-gap: 0;
    grid-template-columns: none;
  }

  .header__dropdown-list--cards a > .header__dropdown-icon,
  .header__dropdown-list--compact a > .header__dropdown-icon {
    grid-row: auto;
    grid-column: auto;
  }

  .header__dropdown-list--cards a > strong,
  .header__dropdown-list--compact a > strong {
    align-self: center;
  }

  .header__dropdown-list--cards a > .header__dropdown-description,
  .header__dropdown-list--compact a > .header__dropdown-description {
    width: 100%;
    margin-left: 0;
  }

  .header__dropdown-list,
  .header__dropdown-list--stack {
    --h26-icon-size: 30px;
  }

  .header__dropdown-icon {
    border-radius: var(--h26-radius-sm);
  }

  .header__dropdown-list--utility {
    margin-top: 0;
  }

  .header__dropdown-col--feature,
  .header__dropdown-col--preview,
  .header__dropdown-col--aside,
  .header__expert {
    display: none;
  }

  .header__dropdown-footer {
    margin: var(--h26-space-sm) 0 0;
    padding: var(--h26-space-sm) var(--h26-space-xs);
    border-radius: var(--h26-radius-sm);
    min-height: 44px;
  }

  .header__logo-svg {
    width: 112px;
  }
}
@media (max-width: 767px) {
  .site-content {
    margin-top: -34px;
  }
}
@media (max-width: 576px) {
  .header__topbar-cta {
    font-size: 12px;
  }

  .header__logo-svg {
    width: 100px;
  }
}

@media (max-width: 359px) {
  .site-header .header__bar-cta {
    display: none;
  }
}

@media (max-width: 430px) {
  .header__topbar-badge {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header *,
  .header__dropdown * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }

  .site-header .button:hover,
  .header__feature:hover,
  .header__feature:hover .header__feature-image,
  .header__dropdown--dev:hover .header__rcs-card,
  .header__promo:hover,
  .header__promo:hover .header__promo-image {
    transform: none;
  }

  .header__dropdown,
  .header__dropdown--mega,
  .header__menu-item:hover > .header__dropdown,
  .header__dropdown.is-open {
    transform: none;
  }

  .header__dropdown-col {
    opacity: 1;
    transform: none;
  }

  .header__dropdown > *,
  .header__dropdown.is-open > * {
    transform: none;
  }
}

@media (prefers-contrast: more) {
  .header__menu-link {
    color: var(--h26-text-dark);
    font-weight: var(--h26-fw-semi);
  }

  .site-header .button {
    border: 2px solid currentColor;
  }
}

.site-header .clearboth {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.site-header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media print {
  .site-header {
    display: none;
  }
}
