.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#0ea5e9;--e-global-color-kadence2:#2563eb;--e-global-color-kadence3:#334155;--e-global-color-kadence4:#334155;--e-global-color-kadence5:#64748b;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#0a1628;--e-global-color-kadence8:#ffffff;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7.el-is-editing{--global-palette1:#0ea5e9;--global-palette2:#2563eb;--global-palette3:#334155;--global-palette4:#334155;--global-palette5:#64748b;--global-palette6:#718096;--global-palette7:#0a1628;--global-palette8:#ffffff;--global-palette9:#ffffff;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

/* ─── VARIABLES ──────────────────────────────────────────── */
:root {
  --blue-900: #0a1628;
  --blue-800: #0d2040;
  --blue-600: #1a4fd6;
  --blue-500: #2563eb;
  --blue-400: #3b82f6;
  --blue-300: #93c5fd;
  --blue-100: #dbeafe;
  --blue-50:  #eff6ff;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --white: #ffffff;
  --accent: #0ea5e9;
  --font-display: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);
  --shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.05);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06);
  --shadow-blue: 0 8px 32px rgba(37,99,235,.22);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--slate-700);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ─── BOUTONS ────────────────────────────────────────────── */
/* Utilise ces classes dans : widget Bouton Elementor > Avancé > Classe CSS */
.lgd-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: .9rem !important;
  padding: 12px 26px !important;
  border-radius: 50px !important;
  border: none !important;
  cursor: pointer;
  transition: all .25s ease !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.lgd-btn-primary {
  background: var(--blue-500) !important;
  color: var(--white) !important;
  box-shadow: var(--shadow-blue) !important;
}
.lgd-btn-primary:hover {
  background: var(--blue-600) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 40px rgba(37,99,235,.35) !important;
}
.lgd-btn-outline {
  background: transparent !important;
  color: var(--blue-500) !important;
  border: 2px solid var(--blue-400) !important;
}
.lgd-btn-outline:hover {
  background: var(--blue-50) !important;
  transform: translateY(-2px) !important;
}
.lgd-btn-ghost {
  background: rgba(255,255,255,.12) !important;
  color: var(--white) !important;
  border: 1.5px solid rgba(255,255,255,.25) !important;
  backdrop-filter: blur(8px);
}
.lgd-btn-ghost:hover {
  background: rgba(255,255,255,.2) !important;
  transform: translateY(-2px) !important;
}

/* ─── TYPOGRAPHIE RÉUTILISABLE ───────────────────────────── */
/* Classe CSS à mettre sur les widgets Titre Elementor */
.lgd-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  background: var(--blue-50);
  color: var(--blue-500);
}
.lgd-tag-dark {
  background: rgba(255,255,255,.12);
  color: var(--blue-300);
}
.lgd-section-title {
  font-family: var(--font-display) !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 700 !important;
  color: var(--blue-900) !important;
  line-height: 1.2 !important;
}
.lgd-section-title-white {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
}
.lgd-subtitle {
  font-size: 1.05rem !important;
  color: var(--slate-500) !important;
}
.lgd-subtitle-white {
  font-size: 1rem !important;
  color: rgba(255,255,255,.7) !important;
}

/* ─── ANIMATIONS SCROLL ──────────────────────────────────── */
/* Ajoute la classe lgd-fade-up sur n'importe quel widget Elementor */
.lgd-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.lgd-fade-up.lgd-visible {
  opacity: 1;
  transform: translateY(0);
}
.lgd-fade-up:nth-child(2) { transition-delay: .1s; }
.lgd-fade-up:nth-child(3) { transition-delay: .2s; }
.lgd-fade-up:nth-child(4) { transition-delay: .3s; }

/* ─── CARTES CATÉGORIES ──────────────────────────────────── */
/* Classe CSS sur widget Image Box ou Inner Section Elementor */
.lgd-cat-card {
  padding: 32px 28px;
  border-radius: var(--radius);
  border: 1.5px solid var(--slate-200);
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.lgd-cat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s;
  border-radius: var(--radius);
}
.lgd-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.lgd-cat-card:hover::before { opacity: 1; }

.lgd-cat-seo::before   { background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); }
.lgd-cat-auto::before  { background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); }
.lgd-cat-mktg::before  { background: linear-gradient(135deg, #fdf4ff 0%, #fae8ff 100%); }
.lgd-cat-saas::before  { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); }

.lgd-cat-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.lgd-cat-seo  .lgd-cat-icon { background: var(--blue-100); }
.lgd-cat-auto .lgd-cat-icon { background: #dcfce7; }
.lgd-cat-mktg .lgd-cat-icon { background: #fae8ff; }
.lgd-cat-saas .lgd-cat-icon { background: #fed7aa; }

.lgd-cat-card h3,
.lgd-cat-card .lgd-cat-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--blue-900);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.lgd-cat-card p,
.lgd-cat-card .lgd-cat-desc {
  font-size: .88rem;
  color: var(--slate-500);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.lgd-cat-arrow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 600;
  color: var(--blue-500);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  transition: gap .2s;
}
.lgd-cat-card:hover .lgd-cat-arrow { gap: 10px; }

/* ─── CARTES ARTICLES ────────────────────────────────────── */
/* Classe CSS sur widget Posts ou Image Box Elementor */
.lgd-article-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all .3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1.5px solid transparent;
}
.lgd-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-100);
}
.lgd-article-card h3,
.lgd-article-card .lgd-article-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--blue-900);
  line-height: 1.4;
  transition: color .2s;
}
.lgd-article-card:hover h3,
.lgd-article-card:hover .lgd-article-title { color: var(--blue-500); }

/* ─── SECTION BACKGROUNDS ────────────────────────────────── */
/* Classe CSS sur la Section Elementor */
.lgd-bg-hero {
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 55%, #0f3460 100%) !important;
  position: relative;
}
.lgd-bg-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(37,99,235,.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.lgd-bg-dots {
  background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px) !important;
  background-size: 36px 36px !important;
}
.lgd-bg-light { background: var(--slate-100) !important; }
.lgd-bg-white { background: var(--white) !important; }
.lgd-bg-dark {
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 100%) !important;
}

/* ─── NEWSLETTER ─────────────────────────────────────────── */
.lgd-form-input {
  width: 100%;
  padding: 13px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.07);
  color: white;
  font-family: var(--font-body);
  font-size: .95rem;
  outline: none;
  transition: border-color .2s, background .2s;
}
.lgd-form-input::placeholder { color: rgba(255,255,255,.35); }
.lgd-form-input:focus {
  border-color: var(--blue-400);
  background: rgba(255,255,255,.12);
}
.lgd-form-card {
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(12px);
}

/* ─── BADGES & STATS ─────────────────────────────────────── */
.lgd-stat-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
}
.lgd-stat-label {
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  margin-top: 2px;
}
.lgd-why-badge {
  background: white;
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  box-shadow: var(--shadow-sm);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  color: var(--blue-900);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lgd-perk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  color: rgba(255,255,255,.7);
  font-weight: 500;
}

/* ─── WHY SECTION ────────────────────────────────────────── */
.lgd-why-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.lgd-why-num {
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 700;
  color: var(--blue-500);
  background: var(--blue-50);
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  margin-top: 2px;
}
.lgd-why-item h4 {
  font-family: var(--font-display);
  font-size: .98rem;
  font-weight: 700;
  color: var(--blue-900);
  margin-bottom: 4px;
}
.lgd-why-item p {
  font-size: .88rem;
  color: var(--slate-500);
  line-height: 1.5;
}

/* ─── TÉMOIGNAGE ─────────────────────────────────────────── */
.lgd-testimonial-card {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-md);
  margin-bottom: 20px;
}
.lgd-testimonial-stars { color: #fbbf24; font-size: 1rem; margin-bottom: 10px; }
.lgd-testimonial-text {
  font-size: .9rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 14px;
  font-style: italic;
}
.lgd-t-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-400), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  font-size: .85rem;
  font-family: var(--font-display);
  flex-shrink: 0;
}

/* ─── HERO VISUEL ANIMÉ ──────────────────────────────────── */
.lgd-hero-card {
  border-radius: var(--radius);
  padding: 22px 24px;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.1);
}
.lgd-h-bar { height: 6px; border-radius: 3px; background: rgba(255,255,255,.12); margin-bottom: 8px; overflow: hidden; }
.lgd-h-bar-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--blue-400), var(--accent)); animation: lgd-bar-grow 2s ease forwards; }
@keyframes lgd-bar-grow { from { width: 0; } }

.lgd-floating-badge {
  position: absolute;
  background: white;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  box-shadow: var(--shadow-lg);
  font-size: .78rem;
  font-weight: 600;
  color: var(--blue-900);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  animation: lgd-float 4s ease-in-out infinite;
}
@keyframes lgd-float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)} }
@keyframes lgd-pulse { 0%,100%{opacity:1}50%{opacity:.4} }

.lgd-hero-dot {
  width: 6px; height: 6px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  animation: lgd-pulse 2s infinite;
}
.lgd-badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .lgd-stat-num { font-size: 1.3rem; }
  .lgd-cat-card { padding: 24px 20px; }
}/* End custom CSS */