.e-compare-switch {
  position: fixed;
  z-index: 110;
  right: 18px;
  bottom: 72px;
  padding: 5px;
  display: flex;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(15, 23, 42, .9);
  color: #fff;
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .25);
  backdrop-filter: blur(14px);
}

.e-compare-switch a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #cbd5e1;
}

.e-compare-switch a.active {
  background: #fff;
  color: #0f172a;
}

.e-compare-switch b {
  color: #ff7a45;
}

.e-hero {
  height: calc(100svh - 54px);
  min-height: 720px;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 55%, #fff7ed 100%);
  color: var(--d-slate);
}

.e-hero::after {
  width: 420px;
  height: 420px;
  right: -250px;
  bottom: -280px;
  border-color: rgba(52, 152, 219, .11);
  box-shadow: 0 0 0 70px rgba(52, 152, 219, .025), 0 0 0 140px rgba(255, 64, 0, .018);
}

.e-header {
  position: relative;
}

/* Navigation hybride : destinations produit de l’existant, hiérarchie de la landing. */
.e-hybrid-header {
  width: min(1280px, calc(100% - 40px));
  min-height: 76px;
  margin-top: 18px;
  padding: 0 16px 0 14px;
  grid-template-columns: auto 1fr auto;
  gap: clamp(20px, 2.4vw, 34px);
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 38px rgba(15, 23, 42, .09);
  backdrop-filter: blur(18px);
}

.e-hybrid-header .d-brand {
  padding-right: clamp(12px, 1.5vw, 22px);
  border-right: 1px solid var(--d-border);
}

.e-hybrid-nav {
  min-width: 0;
  justify-content: flex-start;
  gap: clamp(16px, 1.65vw, 26px) !important;
  font-size: 13px !important;
}

.e-hybrid-nav > a,
.e-hybrid-nav summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--d-slate);
  white-space: nowrap;
  cursor: pointer;
  transition: color 150ms ease;
}

.e-hybrid-nav summary {
  list-style: none;
}

.e-hybrid-nav summary::-webkit-details-marker {
  display: none;
}

.e-hybrid-nav summary > span {
  color: var(--d-subtle);
  font-size: 14px;
  transition: transform 150ms ease;
}

.e-hybrid-nav details {
  position: relative;
}

.e-hybrid-nav details[open] summary,
.e-hybrid-nav > a:hover,
.e-hybrid-nav summary:hover {
  color: var(--d-blue-deep);
}

.e-hybrid-nav details[open] summary > span {
  transform: rotate(180deg);
}

.e-nav-forum {
  color: var(--d-blue-deep) !important;
}

.e-nav-forum i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--d-orange);
  box-shadow: 0 0 0 4px rgba(255, 64, 0, .09);
}

.e-nav-promoter {
  margin-left: 2px;
  padding-left: clamp(15px, 1.4vw, 23px);
  border-left: 1px solid var(--d-border);
  color: #0f1729 !important;
}

.e-nav-dropdown {
  position: absolute;
  z-index: 60;
  top: calc(100% + 8px);
  left: -18px;
  width: 290px;
  padding: 8px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--d-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .15);
}

.e-nav-dropdown-wide {
  width: 310px;
}

.e-nav-dropdown a {
  padding: 11px 12px;
  display: block;
  border-radius: 8px;
  transition: background 150ms ease, color 150ms ease;
}

.e-nav-dropdown a:hover {
  background: rgba(52, 152, 219, .08);
}

.e-nav-dropdown b,
.e-nav-dropdown small {
  display: block;
}

.e-nav-dropdown b {
  color: var(--d-slate);
  font-size: 13px;
}

.e-nav-dropdown small {
  margin-top: 3px;
  color: var(--d-muted);
  font-size: 11px;
  font-weight: 520;
  line-height: 1.35;
}

.e-nav-actions {
  gap: 14px !important;
}

.e-login-link {
  white-space: nowrap;
}

.e-hybrid-header .d-button-small {
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 11px 28px rgba(255, 64, 0, .2);
}

.e-mobile-menu {
  position: relative;
  display: none;
}

.e-mobile-menu > summary {
  width: 44px;
  height: 44px;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--d-border);
  border-radius: 10px;
  background: var(--d-bg-soft, #f8fafc);
  list-style: none;
  cursor: pointer;
}

.e-mobile-menu > summary::-webkit-details-marker {
  display: none;
}

.e-mobile-menu > summary i {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--d-slate);
}

.e-mobile-menu > nav {
  position: absolute;
  z-index: 70;
  top: calc(100% + 14px);
  right: 0;
  width: min(350px, calc(100vw - 28px));
  padding: 10px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--d-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .2);
}

.e-mobile-menu > nav a {
  padding: 11px 12px;
  display: block;
  border-radius: 9px;
}

.e-mobile-menu > nav b,
.e-mobile-menu > nav span {
  display: block;
}

.e-mobile-menu > nav b {
  font-size: 13px;
}

.e-mobile-menu > nav span {
  margin-top: 3px;
  color: var(--d-muted);
  font-size: 11px;
  font-weight: 500;
}

.e-mobile-menu > nav a:hover {
  background: rgba(52, 152, 219, .08);
}

.e-mobile-menu .e-mobile-pro {
  margin-top: 5px;
  border-top: 1px solid var(--d-border);
  border-radius: 0 0 9px 9px;
  background: #f8fafc;
}

.e-mobile-menu .e-mobile-login {
  color: var(--d-blue-deep);
  font-weight: 850;
  text-align: center;
}

.e-editorial-inner,
.e-lateral-inner {
  position: relative;
  z-index: 3;
  height: calc(100% - 88px);
}

.e-editorial-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(30px, 4vh, 56px) 0 clamp(26px, 3vh, 42px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(38px, 5vw, 68px);
}

.e-page-editorial .e-hero {
  background:
    radial-gradient(circle at 78% 55%, rgba(255, 64, 0, .09), transparent 23%),
    linear-gradient(90deg, rgba(52, 152, 219, .07) 0%, rgba(52, 152, 219, .025) 47%, transparent 47%),
    linear-gradient(135deg, #eff6ff 0%, #fff 55%, #fff7ed 100%);
}

.e-page-editorial .e-hero-copy,
.e-page-editorial .e-editorial-media {
  transform: translateY(clamp(-72px, -7vh, -42px));
}

.e-page-editorial .d-search-shell {
  max-width: 650px;
  padding: 7px;
}

.e-page-editorial .d-search-shell button {
  min-height: 66px;
}

.e-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 690px;
}

.e-hero .d-kicker {
  color: var(--d-blue-deep);
}

.e-hero h1 {
  max-width: 700px;
  margin: 26px 0 24px;
  color: var(--d-blue-deep);
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 520;
}

.e-hero h1 em {
  color: var(--d-slate);
  font-weight: 520;
}

.e-hero-copy > p {
  max-width: 590px;
  color: var(--d-muted);
  font-size: 20px;
}

.e-editorial-media {
  position: relative;
  min-width: 0;
  height: min(550px, 66vh);
  min-height: 390px;
  display: grid;
  place-items: center;
}

.e-photo-frame {
  width: min(475px, 92%);
  margin: 0;
  padding: 10px;
  border-radius: 10px 28px 10px 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
  transform: rotate(1.4deg);
}

.e-photo-frame img {
  width: 100%;
  aspect-ratio: 5 / 4;
  display: block;
  border-radius: 6px 20px 6px 20px;
  object-fit: cover;
  object-position: 69% center;
}

.e-conversation-card {
  position: absolute;
  z-index: 4;
  width: min(270px, 64%);
  left: -1%;
  bottom: 3%;
  padding: 14px;
  border: 1px solid var(--d-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .17);
  font-family: var(--ui);
  transform: rotate(-1.6deg);
}

.e-conversation-card > small {
  color: var(--d-blue-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
}

.e-neighbor-summary {
  padding: 10px 0 9px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid var(--d-border);
}

.e-neighbor-avatars {
  display: flex;
}

.e-neighbor-avatars i {
  width: 34px;
  height: 34px;
  margin-right: -9px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--d-blue);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.e-neighbor-avatars i:nth-child(2) {
  background: var(--d-orange);
}

.e-neighbor-avatars i:nth-child(3) {
  background: #5593b8;
}

.e-neighbor-summary p,
.e-message-preview p {
  margin: 0;
}

.e-neighbor-summary strong,
.e-neighbor-summary span,
.e-message-preview strong,
.e-message-preview p > span {
  display: block;
}

.e-neighbor-summary strong {
  font-size: 12px;
}

.e-neighbor-summary span {
  margin-top: 2px;
  color: var(--d-muted);
  font-size: 10px;
}

.e-message-preview {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
}

.e-message-preview > b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--d-orange);
  color: #fff;
  font-size: 10px;
}

.e-message-preview strong {
  font-size: 12px;
}

.e-message-preview p > span {
  margin-top: 2px;
  color: var(--d-muted);
  font-size: 10px;
}

.e-message-preview > a {
  grid-column: 1 / -1;
  margin-top: 2px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: rgba(255, 64, 0, .08);
  color: var(--d-orange-dark);
  font-size: 10px;
  font-weight: 850;
}

/* Pourquoi VefaConnect : bascule éditoriale et continuité du parcours. */
.e-reality {
  width: min(1200px, calc(100% - 48px));
  min-height: 0;
  padding: clamp(88px, 9vw, 124px) 0;
  display: block;
}

.e-reality-intro {
  max-width: 920px;
}

.e-reality-intro > span {
  color: var(--d-blue-deep);
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.e-reality .e-reality-intro h2 {
  max-width: 900px;
  margin-top: 18px;
  font-size: clamp(50px, 5.6vw, 76px);
  line-height: .98;
}

.e-reality .e-reality-intro h2 > span,
.e-reality .e-reality-intro h2 > em {
  display: block;
}

.e-reality .e-reality-intro h2 > em {
  width: fit-content;
  margin-top: 8px;
  color: var(--d-blue-dark);
  font-weight: 400;
}

.e-reality-intro > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--d-muted);
  font-size: 19px;
  line-height: 1.55;
}

.e-reality-moments {
  position: relative;
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: stretch;
  gap: 0;
}

.e-reality-moments article {
  position: relative;
  min-height: 350px;
  padding: 34px 36px 32px;
  overflow: hidden;
  border: 1px solid var(--d-border);
  background: #fff;
}

.e-reality-moments article::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -92px;
  bottom: -105px;
  border: 1px solid rgba(52, 152, 219, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(52, 152, 219, .035);
  content: "";
}

.e-moment-before {
  border-radius: 24px 8px 8px 24px;
  background: linear-gradient(145deg, #fff, #f8fafc) !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .07);
}

.e-moment-after {
  border-color: #bfdbfe !important;
  border-radius: 8px 24px 24px 8px;
  background: linear-gradient(145deg, #eff6ff 0%, #fff 70%, #fff7ed 100%) !important;
  box-shadow: 0 24px 60px rgba(52, 152, 219, .13);
}

.e-reality-moments article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.e-reality-moments article > div > span {
  color: var(--d-muted);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.e-moment-after > div > span {
  color: var(--d-blue-deep) !important;
}

.e-reality-moments article > div > b {
  color: rgba(15, 23, 42, .1);
  font-family: var(--ui);
  font-size: 42px;
  line-height: 1;
}

.e-reality-moments h3 {
  max-width: 430px;
  margin: 22px 0 14px;
  color: var(--d-ink);
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: clamp(30px, 3vw, 40px);
  letter-spacing: -.035em;
  line-height: 1.03;
}

.e-reality-moments article > p {
  max-width: 500px;
  margin: 0;
  color: var(--d-muted);
  font-size: 17px;
  line-height: 1.5;
}

.e-reality-moments ul {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  font-family: var(--ui);
}

.e-reality-moments li {
  padding: 8px 10px;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: var(--d-muted);
  font-size: 10px;
  font-weight: 750;
}

.e-moment-after li {
  border-color: rgba(52, 152, 219, .2);
  color: var(--d-blue-deep);
}

.e-moment-link {
  position: relative;
  z-index: 2;
  width: fit-content;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid currentColor;
  border-radius: 10px;
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 850;
  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s cubic-bezier(.22,1,.36,1);
}

.e-moment-link:hover {
  transform: translateY(-2px);
}

.e-moment-link-orange {
  background: rgba(255, 64, 0, .06);
  color: var(--d-orange-dark);
}

.e-moment-link-orange:hover {
  box-shadow: 0 12px 28px rgba(255, 64, 0, .12);
}

.e-moment-link-blue {
  background: rgba(52, 152, 219, .08);
  color: var(--d-blue-deep);
}

.e-moment-link-blue:hover {
  box-shadow: 0 12px 28px rgba(52, 152, 219, .14);
}

.e-moment-switch {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
}

.e-moment-switch::before {
  position: absolute;
  inset: 0 35px;
  background: linear-gradient(var(--d-border), var(--d-border));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1px 100%;
  content: "";
}

.e-moment-switch span,
.e-moment-switch b {
  position: relative;
  z-index: 2;
  font-family: var(--ui);
}

.e-moment-switch span {
  position: absolute;
  top: calc(50% - 58px);
  padding: 7px 10px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: var(--d-orange-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: none;
}

.e-moment-switch b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--d-orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 64, 0, .24);
}

.e-reality .e-journey {
  margin-top: 24px;
  padding: 30px 30px 27px;
  border-color: rgba(203, 213, 225, .86);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.e-journey-head {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: end;
  gap: 30px;
}

.e-journey-head span {
  color: var(--d-orange-dark);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
}

.e-journey-head h3 {
  margin: 8px 0 0;
  color: var(--d-ink);
  font-family: Charter, Georgia, serif;
  font-size: 28px;
  letter-spacing: -.025em;
}

.e-journey-head > p {
  margin: 0;
  color: var(--d-muted);
  font-size: 15px;
  line-height: 1.45;
}

.e-journey-steps {
  position: relative;
  margin: 0 2px 32px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.e-journey-steps::before {
  position: absolute;
  height: 2px;
  left: 7%;
  right: 7%;
  top: 16px;
  background: linear-gradient(90deg, #bfdbfe 0%, #bfdbfe 35%, #fed7aa 57%, #fed7aa 100%);
  content: "";
}

.e-journey-steps > span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--d-muted);
  font-family: var(--ui);
  text-align: center;
}

.e-journey-steps i {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--d-blue);
  color: #fff;
  box-shadow: 0 0 0 1px #bfdbfe, 0 7px 18px rgba(52, 152, 219, .16);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.e-journey-steps > span:nth-child(n+5) i {
  background: var(--d-orange);
  box-shadow: 0 0 0 1px #fed7aa, 0 7px 18px rgba(255, 64, 0, .14);
}

.e-journey-steps b {
  font-size: 10px;
  text-transform: uppercase;
}

.e-step-signature i {
  background: #fff !important;
  color: var(--d-orange-dark) !important;
  box-shadow: 0 0 0 2px var(--d-orange), 0 9px 22px rgba(255, 64, 0, .2) !important;
}

.e-step-signature small {
  position: absolute;
  top: -25px;
  left: 50%;
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 64, 0, .08);
  color: var(--d-orange-dark);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .05em;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.e-coverage {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 18px;
  font-family: var(--ui);
}

.e-coverage + .e-coverage {
  margin-top: 11px;
}

.e-coverage > span b,
.e-coverage > span small {
  display: block;
}

.e-coverage > span b {
  color: var(--d-slate);
  font-size: 11px;
}

.e-coverage > span small {
  margin-top: 2px;
  color: var(--d-muted);
  font-size: 9px;
}

.e-coverage > i {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--d-bg-muted, #f1f5f9);
}

.e-coverage > i > b {
  height: 100%;
  display: block;
  border-radius: inherit;
}

.e-coverage-portals > i > b {
  width: 38%;
  background: #cbd5e1;
}

.e-coverage-vefa > span b {
  color: var(--d-blue-deep);
}

.e-coverage-vefa > i > b {
  width: 100%;
  background: linear-gradient(90deg, var(--d-blue) 0%, var(--d-blue) 42%, var(--d-orange) 100%);
}

.e-simple-journey {
  font-family: var(--ui);
}

.e-simple-phases {
  margin: 0 2% 20px;
  display: grid;
  grid-template-columns: 40% 60%;
  color: var(--d-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.e-simple-phases b {
  padding-left: 8%;
  border-left: 1px solid #fed7aa;
  color: var(--d-orange-dark);
}

.e-simple-track {
  position: relative;
  padding: 0 12px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.e-simple-track::before {
  position: absolute;
  height: 4px;
  left: 8%;
  right: 8%;
  top: 25px;
  border-radius: 999px;
  background: linear-gradient(90deg, #93c5fd 0%, #3498db 38%, #ff7a45 55%, #ff4000 100%);
  content: "";
}

.e-simple-track > span {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.e-simple-track i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 18px;
  background: #eff6ff;
  color: var(--d-blue-deep);
  box-shadow: 0 0 0 1px #bfdbfe, 0 10px 24px rgba(52, 152, 219, .12);
  font-family: Charter, Georgia, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  transform: rotate(-3deg);
}

.e-simple-track > span:nth-child(n+4) i {
  background: #fff7ed;
  color: var(--d-orange-dark);
  box-shadow: 0 0 0 1px #fed7aa, 0 10px 24px rgba(255, 64, 0, .1);
  transform: rotate(3deg);
}

.e-simple-track b,
.e-simple-track small {
  display: block;
}

.e-simple-track b {
  margin-top: 13px;
  color: var(--d-slate);
  font-size: 11px;
}

.e-simple-track small {
  margin-top: 3px;
  color: var(--d-muted);
  font-size: 9px;
}

.e-simple-track .e-simple-signature i {
  border-radius: 50%;
  background: var(--d-orange);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 64, 0, .25), 0 12px 28px rgba(255, 64, 0, .2);
  transform: none;
}

.e-simple-track .e-simple-signature small {
  color: var(--d-orange-dark);
  font-weight: 800;
}

.e-simple-lanes {
  margin-top: 35px;
  padding: 20px;
  display: grid;
  gap: 10px;
  border-radius: 14px;
  background: #f8fafc;
}

.e-simple-lanes > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 18px;
}

.e-simple-lanes span b,
.e-simple-lanes span small {
  display: block;
}

.e-simple-lanes span b {
  color: var(--d-slate);
  font-size: 11px;
}

.e-simple-lanes span small {
  margin-top: 2px;
  color: var(--d-muted);
  font-size: 9px;
}

.e-simple-lanes > div > i {
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
  font-style: normal;
}

.e-simple-lanes > div > i > b {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: inherit;
}

.e-simple-lane-portals > i > b {
  width: 40%;
  background: #cbd5e1;
}

.e-simple-lane-vefa > span b {
  color: var(--d-blue-deep);
}

.e-simple-lane-vefa > i > b {
  width: 100%;
  padding-right: 13px;
  justify-content: flex-end;
  background: linear-gradient(90deg, var(--d-blue), var(--d-orange));
  color: #fff;
  font-size: 9px;
  font-weight: 850;
}

.e-journey-warning {
  margin-top: 24px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 46px minmax(240px, .9fr) 1.2fr;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: 14px;
  background: linear-gradient(100deg, rgba(245, 158, 11, .09), rgba(255, 64, 0, .045));
}

.e-journey-warning > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f59e0b;
  color: #fff;
  font-family: var(--ui);
  font-size: 20px;
  font-weight: 900;
}

.e-journey-warning small,
.e-journey-warning strong {
  display: block;
}

.e-journey-warning small {
  color: #b45309;
  font-family: var(--ui);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
}

.e-journey-warning strong {
  margin-top: 5px;
  color: var(--d-ink);
  font-family: Charter, Georgia, serif;
  font-size: 19px;
  line-height: 1.15;
}

.e-journey-warning p {
  margin: 0;
  color: var(--d-muted);
  font-size: 14px;
  line-height: 1.5;
}

.e-page-lateral .e-hero {
  background: #fff;
}

.e-lateral-inner {
  display: grid;
  grid-template-columns: 62% 38%;
}

.e-lateral-copy {
  position: relative;
  z-index: 4;
  padding: clamp(34px, 5vh, 68px) 64px clamp(28px, 4vh, 54px) max(24px, calc((100vw - 1220px) / 2));
  align-self: center;
}

.e-lateral-copy .d-search-shell {
  max-width: 620px;
  margin-top: 30px;
  padding: 12px;
}

.e-search-label {
  margin: 1px 5px 9px;
  display: block;
  color: var(--d-blue-deep);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.e-lateral-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 160px 0 0 18px;
  background: var(--d-blue-deep);
}

.e-lateral-photo > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 66% center;
}

.e-lateral-photo::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(31, 99, 150, .22), transparent 32%);
  content: "";
}

.e-program-card {
  position: absolute;
  z-index: 3;
  width: min(330px, 82%);
  left: -18%;
  bottom: 8%;
  padding: 16px;
  border: 1px solid var(--d-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .2);
  font-family: var(--ui);
}

.e-program-head {
  display: grid;
  grid-template-columns: 1fr 82px;
  align-items: center;
  gap: 12px;
}

.e-program-head small,
.e-program-head strong {
  display: block;
}

.e-program-head small {
  color: var(--d-blue-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
}

.e-program-head strong {
  margin-top: 5px;
  font-family: Charter, Georgia, serif;
  font-size: 18px;
  line-height: 1.05;
}

.e-program-head img {
  width: 82px;
  height: 58px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.e-program-actions {
  margin-top: 13px;
  padding-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--d-border);
  color: var(--d-muted);
  font-size: 11px;
}

.e-program-actions b {
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--d-orange);
  color: #fff;
  font-size: 10px;
}

.e-page-lateral .d-marquee {
  background: var(--d-blue-deep);
}

@media (max-width: 1120px) {
  .e-editorial-inner {
    gap: 28px;
  }

  .e-conversation-card {
    left: 2%;
  }

  .e-lateral-copy {
    padding-right: 38px;
  }
}

@media (max-width: 1180px) {
  .e-hybrid-header {
    grid-template-columns: 1fr auto;
  }

  .e-hybrid-header .e-hybrid-nav {
    display: none;
  }

  .e-mobile-menu {
    display: block;
  }
}

@media (max-width: 860px) {
  .e-hero {
    height: auto;
    min-height: 1130px;
  }

  .e-editorial-inner,
  .e-lateral-inner {
    height: auto;
    min-height: 1040px;
    grid-template-columns: 1fr;
  }

  .e-editorial-inner {
    padding: 64px 0 42px;
    align-items: start;
  }

  .e-page-editorial .e-hero-copy,
  .e-page-editorial .e-editorial-media {
    transform: none;
  }

  .e-editorial-media {
    width: min(680px, 100%);
    height: 470px;
    margin: 0 auto;
  }

  .e-photo-frame {
    width: min(470px, 76%);
  }

  .e-conversation-card {
    left: 8%;
  }

  .e-lateral-copy {
    width: min(700px, calc(100% - 48px));
    margin: 0 auto;
    padding: 70px 0 55px;
  }

  .e-lateral-photo {
    min-height: 520px;
    border-radius: 90px 90px 0 0;
  }

  .e-lateral-photo::after {
    background: linear-gradient(180deg, rgba(31, 99, 150, .16), transparent 32%);
  }

  .e-program-card {
    width: 350px;
    left: 8%;
    bottom: 8%;
  }

  .e-reality-moments {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .e-reality-moments article {
    min-height: 0;
    border-radius: 20px;
  }

  .e-moment-switch {
    height: 48px;
  }

  .e-moment-switch::before {
    inset: 23px 0;
    background-size: 100% 1px;
  }

  .e-moment-switch span {
    position: relative;
    top: auto;
    transform: none;
  }

  .e-moment-switch b {
    position: absolute;
    right: calc(50% - 82px);
    width: 32px;
    height: 32px;
  }

  .e-journey-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .e-reality .e-journey {
    overflow-x: auto;
  }

  .e-journey-steps,
  .e-coverage {
    min-width: 720px;
  }

  .e-simple-journey {
    min-width: 760px;
  }
}

@media (max-width: 560px) {
  .e-compare-switch {
    right: 10px;
    bottom: 66px;
    font-size: 9px;
  }

  .e-compare-switch a {
    padding: 8px 10px;
  }

  .e-hybrid-header {
    width: calc(100% - 20px);
    min-height: 68px;
    margin-top: 10px;
    padding: 0 9px 0 10px;
    border-radius: 11px;
  }

  .e-hybrid-header .d-brand {
    padding-right: 0;
    border-right: 0;
  }

  .e-hybrid-header .d-brand > span:last-child {
    display: inline;
    font-size: 18px;
  }

  .e-hybrid-header .d-brand-mark {
    width: 38px;
    height: 38px;
  }

  .e-nav-actions {
    gap: 8px !important;
  }

  .e-login-link {
    display: none;
  }

  .e-hybrid-header .d-button-small {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .e-mobile-menu > summary {
    width: 42px;
    height: 42px;
  }

  .e-reality {
    width: calc(100% - 28px);
    padding: 76px 0;
  }

  .e-reality .e-reality-intro h2 {
    font-size: 43px;
  }

  .e-reality-intro > p {
    font-size: 17px;
  }

  .e-reality-moments {
    margin-top: 36px;
  }

  .e-reality-moments article {
    padding: 25px 22px 24px;
  }

  .e-reality-moments h3 {
    font-size: 31px;
  }

  .e-reality .e-journey {
    padding: 24px 18px;
  }

  .e-hero {
    min-height: 1050px;
  }

  .e-editorial-inner {
    width: calc(100% - 28px);
    min-height: 970px;
    padding-top: 45px;
  }

  .e-hero h1 {
    font-size: 44px;
  }

  .e-hero-copy > p {
    font-size: 17px;
  }

  .e-editorial-media {
    height: 420px;
  }

  .e-photo-frame {
    width: 100%;
  }

  .e-conversation-card {
    width: 82%;
    left: 4%;
  }

  .e-lateral-inner {
    min-height: 970px;
  }

  .e-lateral-copy {
    width: calc(100% - 28px);
    padding: 48px 0 42px;
  }

  .e-lateral-photo {
    min-height: 430px;
    border-radius: 58px 58px 0 0;
  }

  .e-program-card {
    width: calc(100% - 36px);
    left: 18px;
  }
}

/* Passe de lisibilité et véritable composition responsive de la version éditoriale. */
.e-page-editorial .d-kicker,
.e-page-editorial .d-reality > div:first-child > span,
.e-page-editorial .d-section-head > span,
.e-page-editorial .d-product-head > span,
.e-page-editorial .d-final > div > span {
  font-size: 12px;
}

.e-page-editorial .e-hybrid-nav,
.e-page-editorial .e-login-link,
.e-page-editorial .d-search-shell button,
.e-page-editorial .d-button {
  font-size: 14px;
}

.e-page-editorial .d-search-shell > p,
.e-page-editorial .d-step-meta span,
.e-page-editorial .d-step-meta small,
.e-page-editorial .d-mini-tools small,
.e-page-editorial .d-mini-tools > a > b {
  font-size: 11px;
}

.e-page-editorial .e-reality-moments article > div > span,
.e-page-editorial .e-reality-moments li,
.e-page-editorial .e-journey-head span,
.e-page-editorial .e-simple-phases,
.e-page-editorial .e-simple-track b,
.e-page-editorial .e-simple-lanes span b {
  font-size: 12px;
}

.e-page-editorial .e-simple-track small,
.e-page-editorial .e-simple-lanes span small,
.e-page-editorial .e-simple-lane-vefa > i > b {
  font-size: 11px;
}

.e-mobile-sticky-cta {
  display: none;
}

@media (max-width: 860px) {
  .e-page-editorial .e-hero,
  .e-page-editorial .d-hero {
    height: auto;
    min-height: 0;
  }

  .e-page-editorial .e-editorial-inner {
    height: auto;
    min-height: 0;
    padding-bottom: 48px;
    gap: 30px;
  }

  .e-page-editorial .e-reality .e-journey {
    overflow: visible;
  }

  .e-page-editorial .e-simple-journey,
  .e-page-editorial .e-journey-steps,
  .e-page-editorial .e-coverage {
    min-width: 0;
  }

  .e-page-editorial .d-audience-grid article,
  .e-page-editorial .d-workflow-grid article,
  .e-page-editorial .d-workflow-grid article:nth-child(2) {
    min-height: 0;
  }

  .e-page-editorial .d-lead-card,
  .e-page-editorial .d-neighbor-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
    transform: none;
  }

  .e-page-editorial .d-promoter {
    gap: 42px;
  }
}

@media (max-width: 560px) {
  .e-page-editorial {
    padding-bottom: 76px;
  }

  .e-page-editorial .e-compare-switch {
    display: none;
  }

  .e-page-editorial .e-hybrid-header {
    min-height: 64px;
    padding-inline: 10px;
  }

  .e-page-editorial .e-hybrid-header .d-brand {
    gap: 7px;
  }

  .e-page-editorial .e-hybrid-header .d-brand-mark {
    width: 36px;
    height: 36px;
  }

  .e-page-editorial .e-hybrid-header .d-brand > span:last-child {
    font-size: 17px;
  }

  .e-page-editorial .e-hybrid-header .d-button-small {
    display: none;
  }

  .e-page-editorial .e-mobile-menu > summary {
    width: 44px;
    height: 44px;
  }

  .e-page-editorial .e-mobile-menu > nav {
    top: calc(100% + 10px);
    right: -1px;
  }

  .e-page-editorial .e-mobile-menu > nav b {
    font-size: 14px;
  }

  .e-page-editorial .e-mobile-menu > nav span {
    font-size: 12px;
  }

  .e-page-editorial .e-editorial-inner {
    width: calc(100% - 28px);
    padding: 44px 0 32px;
    gap: 22px;
  }

  .e-page-editorial .d-kicker {
    font-size: 11px;
    line-height: 1.35;
  }

  .e-page-editorial .e-hero h1 {
    margin: 20px 0 18px;
    font-size: 42px;
    line-height: .98;
  }

  .e-page-editorial .e-hero-copy > p {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.5;
  }

  .e-page-editorial .d-search-shell {
    padding: 10px;
    border-width: 2px;
    border-radius: 15px;
    box-shadow: 5px 5px 0 var(--d-orange), 0 20px 44px rgba(15, 23, 42, .14);
  }

  .e-page-editorial .d-search-shell form {
    padding: 8px;
    gap: 7px;
  }

  .e-page-editorial .d-search-shell input {
    min-height: 44px;
    font-size: 16px;
  }

  .e-page-editorial .d-search-shell button {
    min-height: 52px;
    font-size: 14px;
  }

  .e-page-editorial .d-search-shell > p {
    margin: 11px 4px 3px;
    gap: 6px;
    font-size: 12px;
    line-height: 1.35;
  }

  .e-page-editorial .e-editorial-media {
    width: 100%;
    height: 300px;
    min-height: 0;
  }

  .e-page-editorial .e-photo-frame {
    width: 92%;
    padding: 7px;
    border-radius: 9px 20px 9px 20px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .14);
  }

  .e-page-editorial .e-photo-frame img {
    aspect-ratio: 4 / 3;
    border-radius: 5px 15px 5px 15px;
  }

  .e-page-editorial .e-conversation-card {
    width: 84%;
    left: 1%;
    bottom: -2px;
    padding: 12px;
    transform: rotate(-1deg);
  }

  .e-page-editorial .e-conversation-card > small,
  .e-page-editorial .e-neighbor-summary span,
  .e-page-editorial .e-message-preview p > span,
  .e-page-editorial .e-message-preview > a {
    font-size: 11px;
  }

  .e-page-editorial .e-neighbor-summary strong,
  .e-page-editorial .e-message-preview strong {
    font-size: 13px;
  }

  .e-page-editorial .d-marquee > div {
    min-width: 0;
    min-height: 50px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
  }

  .e-page-editorial .d-marquee i,
  .e-page-editorial .d-marquee span:nth-of-type(n+4) {
    display: none;
  }

  .e-page-editorial .d-marquee span {
    font-size: 11px;
    letter-spacing: .06em;
  }

  .e-page-editorial .e-reality {
    width: calc(100% - 28px);
    min-height: 0;
    padding: 72px 0;
  }

  .e-page-editorial .e-reality-intro > span {
    font-size: 11px;
  }

  .e-page-editorial .e-reality .e-reality-intro h2 {
    margin-top: 14px;
    font-size: 38px;
    line-height: 1;
  }

  .e-page-editorial .e-reality-intro > p {
    margin-top: 20px;
    font-size: 17px;
  }

  .e-page-editorial .e-reality-moments {
    margin-top: 32px;
  }

  .e-page-editorial .e-reality-moments article {
    padding: 23px 20px;
  }

  .e-page-editorial .e-reality-moments article > div > span,
  .e-page-editorial .e-reality-moments li {
    font-size: 12px;
  }

  .e-page-editorial .e-reality-moments article > div > b {
    font-size: 34px;
  }

  .e-page-editorial .e-reality-moments h3 {
    margin-top: 16px;
    font-size: 29px;
  }

  .e-page-editorial .e-reality-moments article > p {
    font-size: 16px;
  }

  .e-page-editorial .e-reality-moments ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .e-page-editorial .e-reality-moments li {
    border-radius: 9px;
  }

  .e-page-editorial .e-moment-switch {
    height: 58px;
  }

  .e-page-editorial .e-moment-switch span {
    padding: 7px 11px;
    font-size: 11px;
  }

  .e-page-editorial .e-moment-switch b {
    right: calc(50% - 86px);
  }

  .e-page-editorial .e-reality .e-journey {
    margin-top: 18px;
    padding: 22px 18px;
    overflow: visible;
  }

  .e-page-editorial .e-journey-head {
    margin-bottom: 26px;
  }

  .e-page-editorial .e-journey-head span {
    font-size: 11px;
  }

  .e-page-editorial .e-journey-head h3 {
    font-size: 26px;
    line-height: 1.05;
  }

  .e-page-editorial .e-journey-head > p {
    font-size: 15px;
  }

  .e-page-editorial .e-simple-phases {
    display: none;
  }

  .e-page-editorial .e-simple-track {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .e-page-editorial .e-simple-track::before {
    width: 4px;
    height: auto;
    left: 25px;
    right: auto;
    top: 27px;
    bottom: 27px;
    background: linear-gradient(180deg, #93c5fd 0%, #3498db 38%, #ff7a45 58%, #ff4000 100%);
  }

  .e-page-editorial .e-simple-track > span {
    min-height: 82px;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    justify-items: start;
    align-content: center;
    column-gap: 14px;
    text-align: left;
  }

  .e-page-editorial .e-simple-track i {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .e-page-editorial .e-simple-track b {
    grid-column: 2;
    margin-top: 7px;
    font-size: 14px;
  }

  .e-page-editorial .e-simple-track small {
    grid-column: 2;
    margin-top: 2px;
    font-size: 12px;
  }

  .e-page-editorial .e-simple-lanes {
    margin-top: 20px;
    padding: 14px;
  }

  .e-page-editorial .e-simple-lanes > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .e-page-editorial .e-simple-lanes span b {
    font-size: 13px;
  }

  .e-page-editorial .e-simple-lanes span small {
    font-size: 12px;
  }

  .e-page-editorial .e-simple-lanes > div > i {
    height: 22px;
  }

  .e-page-editorial .e-simple-lane-vefa > i > b {
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
  }

  .e-page-editorial .d-audiences,
  .e-page-editorial .d-workflow,
  .e-page-editorial .d-product {
    padding: 76px 14px;
  }

  .e-page-editorial .d-audience-head {
    margin-bottom: 32px;
  }

  .e-page-editorial .d-audience-head > span,
  .e-page-editorial .d-section-head > span,
  .e-page-editorial .d-product-head > span,
  .e-page-editorial .d-final > div > span {
    font-size: 11px;
  }

  .e-page-editorial .d-audience-head h2,
  .e-page-editorial .d-section-head h2,
  .e-page-editorial .d-product-head h2,
  .e-page-editorial .d-final h2 {
    font-size: 38px;
    line-height: 1;
  }

  .e-page-editorial .d-audience-head p,
  .e-page-editorial .d-section-head > p {
    font-size: 17px;
  }

  .e-page-editorial .d-audience-grid {
    gap: 14px;
  }

  .e-page-editorial .d-audience-grid article {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .e-page-editorial .d-audience-number {
    right: 18px;
    top: 18px;
    font-size: 52px;
  }

  .e-page-editorial .d-audience-grid article > span {
    font-size: 11px;
  }

  .e-page-editorial .d-audience-grid h3 {
    padding-right: 18px;
    font-size: 29px;
  }

  .e-page-editorial .d-audience-grid ul {
    font-size: 16px;
  }

  .e-page-editorial .d-audience-grid .d-button {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .e-page-editorial .d-lead-card,
  .e-page-editorial .d-neighbor-card {
    margin-top: 24px;
    padding: 16px;
  }

  .e-page-editorial .d-lead-card small,
  .e-page-editorial .d-neighbor-card small,
  .e-page-editorial .d-lead-card span {
    font-size: 12px;
  }

  .e-page-editorial .d-warning {
    margin: 72px auto;
  }

  .e-page-editorial .d-warning small {
    font-size: 11px;
  }

  .e-page-editorial .d-workflow-grid {
    gap: 14px;
  }

  .e-page-editorial .d-workflow-grid article,
  .e-page-editorial .d-workflow-grid article:nth-child(2) {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .e-page-editorial .d-step-meta span,
  .e-page-editorial .d-step-meta small {
    font-size: 12px;
  }

  .e-page-editorial .d-step-visual {
    height: 220px;
  }

  .e-page-editorial .d-workflow-grid article > h3 {
    margin: 22px 0 10px;
    font-size: 28px;
    line-height: 1.05;
  }

  .e-page-editorial .d-workflow-grid article > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .e-page-editorial .d-workflow > .d-button {
    min-height: 54px;
    margin-top: 28px;
  }

  .e-page-editorial .d-product-head {
    margin-bottom: 32px;
  }

  .e-page-editorial .d-studio-card {
    min-height: 0;
    border-radius: 18px;
  }

  .e-page-editorial .d-studio-copy {
    padding: 22px 20px;
  }

  .e-page-editorial .d-studio-copy > span {
    font-size: 11px;
  }

  .e-page-editorial .d-studio-copy h3 {
    font-size: 30px;
  }

  .e-page-editorial .d-studio-copy p {
    font-size: 16px;
  }

  .e-page-editorial .d-studio-copy > b {
    font-size: 13px;
  }

  .e-page-editorial .d-studio-image {
    min-height: 220px;
  }

  .e-page-editorial .d-mini-tools {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .e-page-editorial .d-mini-tools > a {
    min-height: 190px;
    padding: 15px;
    border-radius: 15px;
  }

  .e-page-editorial .d-mini-icon {
    width: 40px;
    height: 40px;
  }

  .e-page-editorial .d-mini-tools small {
    margin-top: 14px;
    font-size: 11px;
  }

  .e-page-editorial .d-mini-tools h3 {
    margin-top: 6px;
    font-size: 21px;
  }

  .e-page-editorial .d-mini-tools p {
    font-size: 13px;
  }

  .e-page-editorial .d-mini-tools > a > b {
    padding-top: 10px;
    font-size: 12px;
  }

  .e-page-editorial .d-promoter {
    width: calc(100% - 24px);
    margin-bottom: 72px;
    padding: 38px 20px 24px;
    gap: 30px;
    border-radius: 20px;
  }

  .e-page-editorial .d-pro-copy {
    order: 1;
  }

  .e-page-editorial .d-pro-copy > span {
    font-size: 11px;
  }

  .e-page-editorial .d-pro-copy h2 {
    font-size: 38px;
  }

  .e-page-editorial .d-pro-features {
    gap: 7px;
  }

  .e-page-editorial .d-pro-features b {
    font-size: 12px;
  }

  .e-page-editorial .d-pro-features span {
    font-size: 14px;
  }

  .e-page-editorial .d-pro-copy > div {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .e-page-editorial .d-pro-copy > div > a:first-child {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .e-page-editorial .d-pro-copy .d-button {
    width: 100%;
    min-height: 52px;
  }

  .e-page-editorial .d-pro-visual {
    order: 2;
    min-height: 0;
    display: grid;
    gap: 9px;
  }

  .e-page-editorial .d-pro-panel,
  .e-page-editorial .d-pro-panel:nth-child(1),
  .e-page-editorial .d-pro-panel:nth-child(2),
  .e-page-editorial .d-pro-panel:nth-child(3) {
    position: relative;
    width: 100%;
    min-height: 84px;
    inset: auto;
    padding: 16px;
    transform: none;
  }

  .e-page-editorial .d-pro-panel span {
    font-size: 11px;
  }

  .e-page-editorial .d-pro-panel strong {
    font-size: 17px;
  }

  .e-page-editorial .d-final {
    padding: 72px 14px;
    gap: 28px;
  }

  .e-page-editorial .d-final > div > p {
    font-size: 17px;
  }

  .e-page-editorial .d-final form {
    padding: 9px;
    box-shadow: 5px 5px 0 var(--d-orange), 0 20px 44px rgba(15, 23, 42, .12);
  }

  .e-page-editorial .d-final input {
    min-height: 44px;
    font-size: 16px;
  }

  .e-page-editorial .d-final button {
    min-height: 52px;
    font-size: 14px;
  }

  .e-page-editorial .d-footer {
    padding: 46px 20px 32px;
    gap: 18px;
  }

  .e-page-editorial .d-footer .d-brand > span:last-child {
    display: inline;
  }

  .e-page-editorial .d-footer p,
  .e-page-editorial .d-footer nav,
  .e-page-editorial .d-footer > span {
    font-size: 13px;
  }

  .e-mobile-sticky-cta {
    position: fixed;
    z-index: 120;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 56px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--d-orange), #ff7a45);
    color: #fff !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .26), 0 10px 28px rgba(255, 64, 0, .2);
    font-family: var(--ui);
    font-size: 15px;
  }

  .e-mobile-sticky-cta span {
    font-size: 20px;
  }
}

/* Version D resserrée : le visuel mobile devient une preuve produit lisible, sans chevauchement. */
@media (max-width: 560px) {
  .e-page-editorial .e-editorial-inner {
    padding-bottom: 42px;
  }

  .e-page-editorial .e-editorial-media {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, .92);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(15, 23, 42, .14);
  }

  .e-page-editorial .e-photo-frame {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .e-page-editorial .e-photo-frame img {
    width: 100%;
    height: 218px;
    aspect-ratio: auto;
    border-radius: 0;
    object-position: 68% 42%;
  }

  .e-page-editorial .e-conversation-card {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 16px;
    border: 0;
    border-top: 1px solid var(--d-border);
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .e-page-editorial .e-neighbor-summary {
    padding-block: 12px;
  }

  .e-page-editorial .d-marquee {
    display: none;
  }

  .e-page-editorial .e-reality {
    padding-top: 64px;
  }

  .e-page-editorial .e-moment-link {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    justify-content: space-between;
    font-size: 14px;
  }

  .e-page-editorial .e-journey-warning {
    margin-top: 20px;
    padding: 17px;
    grid-template-columns: 40px 1fr;
    align-items: start;
    gap: 12px;
    border-radius: 12px;
  }

  .e-page-editorial .e-journey-warning > span {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 18px;
  }

  .e-page-editorial .e-journey-warning small {
    font-size: 10px;
    line-height: 1.35;
  }

  .e-page-editorial .e-journey-warning strong {
    margin-top: 7px;
    font-size: 19px;
  }

  .e-page-editorial .e-journey-warning p {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .e-page-editorial .d-workflow {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .e-page-editorial .d-product {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .e-page-editorial .d-promoter {
    margin-bottom: 64px;
  }

  .e-page-editorial .d-pro-features li:nth-child(n+3),
  .e-page-editorial .d-pro-panel:nth-child(n+2) {
    display: none;
  }

  .e-page-editorial .d-pro-visual {
    display: block;
  }
}

/* FAQ : contenu éditorial visible, compact et accessible. */
.e-faq {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 8px 0 110px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: start;
  gap: clamp(54px, 8vw, 106px);
}

.e-faq-head {
  position: sticky;
  top: 110px;
}

.e-faq-head > span {
  color: var(--d-blue-deep);
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.e-faq-head h2 {
  margin: 16px 0 0;
  color: var(--d-ink);
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: clamp(43px, 4.6vw, 62px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: .98;
}

.e-faq-head h2 em {
  color: var(--d-blue-dark);
  font-weight: 400;
}

.e-faq-head p {
  max-width: 440px;
  margin: 22px 0 0;
  color: var(--d-muted);
  font-size: 17px;
  line-height: 1.55;
}

.e-faq-head > a {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--d-blue-deep);
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 850;
}

.e-faq-head > a span {
  color: var(--d-orange);
  font-size: 16px;
}

.e-faq-list {
  border-top: 1px solid var(--d-border-strong, #cbd5e1);
}

.e-faq-list details {
  border-bottom: 1px solid var(--d-border-strong, #cbd5e1);
  background: #fff;
}

.e-faq-list summary {
  min-height: 92px;
  padding: 22px 2px;
  display: grid;
  grid-template-columns: 38px 1fr 34px;
  align-items: center;
  gap: 14px;
  color: var(--d-ink);
  cursor: pointer;
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.18;
  list-style: none;
}

.e-faq-list summary::-webkit-details-marker {
  display: none;
}

.e-faq-list summary > span {
  color: var(--d-blue-deep);
  font-family: var(--ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.e-faq-list summary > i {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(52, 152, 219, .24);
  border-radius: 50%;
  background: rgba(52, 152, 219, .08);
}

.e-faq-list summary > i::before,
.e-faq-list summary > i::after {
  position: absolute;
  width: 12px;
  height: 2px;
  left: 9px;
  top: 14px;
  border-radius: 2px;
  background: var(--d-blue-deep);
  content: "";
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}

.e-faq-list summary > i::after {
  transform: rotate(90deg);
}

.e-faq-list details[open] {
  background: linear-gradient(90deg, rgba(52, 152, 219, .055), rgba(255, 255, 255, 0));
}

.e-faq-list details[open] summary {
  color: var(--d-blue-deep);
}

.e-faq-list details[open] summary > i::after {
  transform: rotate(0);
}

.e-faq-list summary:focus-visible {
  outline: 3px solid rgba(52, 152, 219, .28);
  outline-offset: 4px;
  border-radius: 6px;
}

.e-faq-list details > p {
  max-width: 650px;
  margin: -6px 54px 0;
  padding: 0 0 26px;
  color: var(--d-muted);
  font-size: 17px;
  line-height: 1.58;
}

@media (max-width: 860px) {
  .e-faq {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .e-faq-head {
    position: static;
  }
}

@media (max-width: 560px) {
  .e-page-editorial .e-faq {
    width: calc(100% - 28px);
    padding: 4px 0 72px;
    gap: 30px;
  }

  .e-page-editorial .e-faq-head > span {
    font-size: 11px;
  }

  .e-page-editorial .e-faq-head h2 {
    font-size: 38px;
  }

  .e-page-editorial .e-faq-head p {
    margin-top: 18px;
    font-size: 16px;
  }

  .e-page-editorial .e-faq-head > a {
    min-height: 44px;
    margin-top: 16px;
    font-size: 14px;
  }

  .e-page-editorial .e-faq-list summary {
    min-height: 80px;
    padding: 18px 0;
    grid-template-columns: 28px 1fr 32px;
    gap: 10px;
    font-size: 19px;
  }

  .e-page-editorial .e-faq-list summary > span {
    font-size: 10px;
  }

  .e-page-editorial .e-faq-list details > p {
    margin: -2px 0 0 38px;
    padding: 0 38px 22px 0;
    font-size: 16px;
  }
}

/* Workflow VefaConnect : trois chapitres visuels, trois rôles distincts. */
.e-page-editorial .d-workflow-grid {
  gap: 24px;
}

.e-page-editorial .d-workflow-grid article {
  min-height: 650px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 24px 24px 8px 24px;
  box-shadow: 0 26px 64px rgba(15, 23, 42, .1);
}

.e-page-editorial .d-workflow-grid article::before {
  height: 9px;
}

.e-page-editorial .d-workflow-grid article:nth-child(2) {
  border-radius: 8px 24px 24px 24px;
  transform: translateY(-16px);
  box-shadow: 0 32px 72px rgba(255, 64, 0, .12), 0 22px 50px rgba(15, 23, 42, .08);
}

.e-page-editorial .d-workflow-grid article:nth-child(3) {
  border-radius: 24px 8px 24px 24px;
}

.e-page-editorial .d-workflow-grid article:hover {
  transform: translateY(-7px);
}

.e-page-editorial .d-workflow-grid article:nth-child(2):hover {
  transform: translateY(-23px);
}

.e-page-editorial .d-step-meta {
  min-height: 56px;
  align-items: flex-end;
}

.e-page-editorial .d-step-meta span {
  color: var(--d-blue-deep);
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: 44px;
  font-weight: 750;
  letter-spacing: -.06em;
  line-height: .8;
}

.e-page-editorial .d-step-neighbors .d-step-meta span {
  color: var(--d-orange-dark);
}

.e-page-editorial .d-step-meta small {
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(52, 152, 219, .2);
  background: rgba(52, 152, 219, .08);
  font-size: 10px;
}

.e-page-editorial .d-step-visual {
  height: 292px;
  margin: 17px -8px 0;
}

.e-page-editorial .d-step-program .d-step-visual {
  border-radius: 8px 28px 8px 28px;
  background:
    linear-gradient(rgba(52, 152, 219, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 152, 219, .07) 1px, transparent 1px),
    linear-gradient(145deg, #dbeafe, #f8fafc 68%, #fff);
  background-size: 22px 22px, 22px 22px, auto;
}

.e-page-editorial .d-step-neighbors .d-step-visual {
  border-radius: 30px 8px 30px 8px;
  background:
    radial-gradient(circle at 15% 20%, rgba(52, 152, 219, .14), transparent 22%),
    radial-gradient(circle at 84% 73%, rgba(255, 64, 0, .14), transparent 25%),
    linear-gradient(145deg, #fff7ed, #fff 55%, #eff6ff);
}

.e-page-editorial .d-step-tools .d-step-visual {
  border-radius: 8px 30px 8px 30px;
  background:
    linear-gradient(135deg, rgba(31, 99, 150, .1), transparent 44%),
    linear-gradient(145deg, #e2e8f0, #f8fafc 54%, #eff6ff);
}

.e-page-editorial .d-program-pin {
  width: 270px;
  top: 79px;
  padding: 10px;
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 12px;
}

.e-page-editorial .d-program-pin img {
  width: 82px;
  height: 72px;
  display: block;
  border-radius: 9px;
  object-fit: cover;
}

.e-page-editorial .d-program-pin span,
.e-page-editorial .d-program-pin strong,
.e-page-editorial .d-program-pin small {
  display: block;
}

.e-page-editorial .d-program-pin strong {
  max-width: none;
  margin-top: 5px;
  font-size: 16px;
}

.e-page-editorial .d-program-pin small {
  margin-top: 5px;
  color: var(--d-muted);
  font-family: var(--ui);
  font-size: 9px;
}

.e-page-editorial .d-workflow-grid article > h3 {
  margin: 27px 0 11px;
  color: var(--d-ink);
  font-family: Charter, "Bitstream Charter", "PT Serif", Georgia, serif;
  font-size: clamp(28px, 2.2vw, 34px);
  letter-spacing: -.035em;
  line-height: 1.02;
}

.e-page-editorial .d-workflow-grid article > p {
  margin: 0;
  color: var(--d-muted);
  font-size: 16px;
  line-height: 1.52;
}

.e-page-editorial .d-step-outcome {
  min-height: 68px;
  margin-top: auto;
  padding: 16px 0 0;
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: center;
  border-top: 1px solid rgba(203, 213, 225, .9);
  font-family: var(--ui);
}

.e-page-editorial .d-step-outcome span,
.e-page-editorial .d-step-outcome strong {
  grid-column: 1;
  display: block;
}

.e-page-editorial .d-step-outcome span {
  color: var(--d-blue-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.e-page-editorial .d-step-neighbors .d-step-outcome span {
  color: var(--d-orange-dark);
}

.e-page-editorial .d-step-outcome strong {
  margin-top: 4px;
  color: var(--d-slate);
  font-size: 13px;
}

.e-page-editorial .d-step-outcome i {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--d-blue);
  color: #fff;
  font-size: 15px;
  font-style: normal;
}

.e-page-editorial .d-step-neighbors .d-step-outcome i {
  background: var(--d-orange);
}

.e-page-editorial .d-step-tools .d-step-outcome i {
  background: linear-gradient(135deg, var(--d-blue-deep), var(--d-orange));
}

@media (max-width: 1120px) and (min-width: 861px) {
  .e-page-editorial .d-workflow-grid article {
    min-height: 630px;
    padding: 18px;
  }

  .e-page-editorial .d-program-pin {
    width: 230px;
    grid-template-columns: 66px 1fr;
  }

  .e-page-editorial .d-program-pin img {
    width: 66px;
    height: 64px;
  }
}

@media (max-width: 860px) {
  .e-page-editorial .d-workflow-grid {
    gap: 18px;
  }

  .e-page-editorial .d-workflow-grid article,
  .e-page-editorial .d-workflow-grid article:nth-child(2) {
    min-height: 0;
    transform: none;
  }

  .e-page-editorial .d-step-outcome {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .e-page-editorial .d-workflow-grid article,
  .e-page-editorial .d-workflow-grid article:nth-child(2) {
    padding: 19px;
    border-radius: 18px 18px 7px 18px;
  }

  .e-page-editorial .d-step-meta {
    min-height: 46px;
  }

  .e-page-editorial .d-step-meta span {
    font-size: 36px;
  }

  .e-page-editorial .d-step-meta small {
    font-size: 10px;
  }

  .e-page-editorial .d-step-visual {
    height: 240px;
    margin-inline: -5px;
  }

  .e-page-editorial .d-program-pin {
    width: 250px;
    max-width: calc(100% - 28px);
    grid-template-columns: 72px 1fr;
  }

  .e-page-editorial .d-program-pin img {
    width: 72px;
    height: 66px;
  }

  .e-page-editorial .d-workflow-grid article > h3 {
    font-size: 29px;
  }
}
