.elementor-5074 .elementor-element.elementor-element-37a3501{--display:flex;}.elementor-5074 .elementor-element.elementor-element-bfc98cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5074 .elementor-element.elementor-element-6169198 > .elementor-widget-container{margin:5% 0% 0% 0%;padding:0px 0px 0px 0px;}.elementor-5074 .elementor-element.elementor-element-9f0cb81{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-5074 .elementor-element.elementor-element-9f0cb81.e-con{--align-self:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5074 .elementor-element.elementor-element-f1390ba > .elementor-widget-container{margin:0% 0% 2% 0%;padding:4% 4% 4% 4%;}@media(min-width:768px){.elementor-5074 .elementor-element.elementor-element-9f0cb81{--width:80%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-6169198 */.km-to-wrap { font-family: 'Avenir', 'Poppins', sans-serif; -webkit-font-smoothing: antialiased; }

.km-to-card {
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,10,80,0.09), inset 0 1px 0 rgba(255,255,255,0.65);
}

.km-to-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 3.5rem 4rem;
  background: rgba(0,30,255,0.04);
  border-bottom: 1px solid rgba(0,30,255,0.07);
}

.km-to-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #001EFF;
  background: rgba(0,30,255,0.07);
  border: 1px solid rgba(0,30,255,0.14);
  border-radius: 100px;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1.25rem;
}

.km-to-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #001EFF;
  animation: km-pulse 2s ease-in-out infinite;
}

@keyframes km-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}

.km-to-title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #0e0f1c;
  margin-bottom: 1.1rem;
}
.km-to-title em { font-style: italic; color: #001EFF; }

.km-to-desc { font-size: 0.92rem; color: #4a4b62; line-height: 1.75; }

.km-to-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.km-to-stat {
  padding: 1.35rem;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.50);
  border: 1px solid rgba(255,255,255,0.65);
  backdrop-filter: blur(16px);
}

.km-to-stat-num {
  font-size: 1.65rem;
  font-weight: 700;
  color: #001EFF;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.km-to-stat-label { font-size: 0.74rem; color: #82839a; line-height: 1.4; }

.km-to-timeline { padding: 3rem 4rem; border-bottom: 1px solid rgba(0,10,80,0.06); }

.km-to-timeline-label {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #82839a; margin-bottom: 2rem;
}

.km-to-steps { display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }

.km-to-steps::before {
  content: '';
  position: absolute;
  top: 21px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(to right, #001EFF, rgba(0,30,255,0.15));
}

.km-to-step { position: relative; text-align: center; padding: 0 0.4rem; }

.km-to-step-dot {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,0.65);
  border: 1.5px solid rgba(0,30,255,0.22);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.9rem;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.km-to-step-dot svg { width: 16px; height: 16px; stroke: #001EFF; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.25s ease; }
.km-to-step:hover .km-to-step-dot { background: #001EFF; border-color: #001EFF; }
.km-to-step:hover .km-to-step-dot svg { stroke: #fff; }

.km-to-step-name { font-size: 0.76rem; font-weight: 600; color: #0e0f1c; margin-bottom: 0.3rem; line-height: 1.3; }
.km-to-step-desc { font-size: 0.68rem; color: #82839a; line-height: 1.5; }

.km-to-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 4rem 3rem;
}

.km-to-point {
  padding: 1.35rem; border-radius: 1.25rem;
  background: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(12px);
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.16,1,0.3,1);
}
.km-to-point:hover { background: rgba(255,255,255,0.55); transform: translateY(-2px); }

.km-to-point-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(0,30,255,0.07);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.85rem;
}
.km-to-point-icon svg { width: 16px; height: 16px; stroke: #001EFF; }

.km-to-point-title { font-size: 0.85rem; font-weight: 700; color: #0e0f1c; margin-bottom: 0.45rem; line-height: 1.3; }
.km-to-point-desc { font-size: 0.76rem; color: #4a4b62; line-height: 1.6; }

.km-to-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 2.25rem 4rem;
  border-top: 1px solid rgba(0,30,255,0.08);
  background: rgba(0,30,255,0.03);
}

.km-to-cta-text { font-size: 1.2rem; font-weight: 700; color: #0e0f1c; line-height: 1.3; letter-spacing: -0.02em; }
.km-to-cta-text span { color: #001EFF; font-style: italic; }

.km-to-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  background: #001EFF; color: #fff;
  border-radius: 100px;
  font-size: 0.85rem; font-weight: 700;
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.03em;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
  box-shadow: 0 4px 18px rgba(0,30,255,0.20);
}
.km-to-btn:hover { background: #0014CC; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,30,255,0.28); color: #fff; }
.km-to-btn svg { width: 13px; height: 13px; }

@media (max-width: 1024px) {
  .km-to-hero { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 2rem; }
  .km-to-steps { grid-template-columns: repeat(3, 1fr); }
  .km-to-steps::before { display: none; }
  .km-to-timeline { padding: 2.5rem 2rem; }
  .km-to-points { grid-template-columns: 1fr 1fr; padding: 0 2rem 2.5rem; }
  .km-to-cta { padding: 2rem; }
}

@media (max-width: 640px) {
  .km-to-steps { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .km-to-points { grid-template-columns: 1fr; padding: 0 1.5rem 2rem; }
  .km-to-cta { flex-direction: column; text-align: center; padding: 1.75rem 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9f0cb81 */.liquid {
  background: rgba(255,255,255,0.28) !important;
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 8px 32px rgba(0,10,80,0.09),
              inset 0 1px 0 rgba(255,255,255,0.65);
  border-radius: 2.5rem;
}/* End custom CSS */
/* Start custom CSS *//* Canvas fixe derrière tout le contenu */
.bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Base commune des orbes */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.50;
  animation: drift 20s ease-in-out infinite alternate;
  will-change: transform;
}

/* Orbe 1 — Bleu ciel, haut gauche */
.orb-1 {
  width: 720px; height: 720px;
  background: radial-gradient(circle, #b8c8ff 0%, #8faeff 55%, transparent 100%);
  top: -200px; left: -200px;
  animation-duration: 24s;
}

/* Orbe 2 — Bleu, bas droite */
.orb-2 {
  width: 580px; height: 580px;
  background: radial-gradient(circle, #c8d4ff 0%, #a0b4ff 55%, transparent 100%);
  bottom: -140px; right: -160px;
  animation-duration: 28s;
  animation-delay: -9s;
}

/* Orbe 3 — Beige chaud, centre */
.orb-3 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, #e8e0d0 0%, #d4c8b0 55%, transparent 100%);
  top: 45%; left: 52%;
  animation-duration: 22s;
  animation-delay: -5s;
}

/* Orbe 4 — Bleu doux, bas gauche */
.orb-4 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, #d4dcff 0%, #b0beff 55%, transparent 100%);
  bottom: 18%; left: 22%;
  animation-duration: 30s;
  animation-delay: -14s;
}

/* Animation de dérive */
@keyframes drift {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(45px, -35px) scale(1.06); }
  66%  { transform: translate(-25px, 25px) scale(0.96); }
  100% { transform: translate(35px, 45px) scale(1.04); }
}

/* S'assurer que les sections Elementor passent par-dessus */
.elementor-section,
.e-container,
.elementor-widget-wrap {
  position: relative;
  z-index: 1;
}/* End custom CSS */