.elementor-8 .elementor-element.elementor-element-79336da{--display:flex;--overlay-opacity:0.5;--margin-top:-85px;--margin-bottom:0px;--margin-left:0px;--margin-right:42px;}.elementor-8 .elementor-element.elementor-element-79336da::before, .elementor-8 .elementor-element.elementor-element-79336da > .elementor-background-video-container::before, .elementor-8 .elementor-element.elementor-element-79336da > .e-con-inner > .elementor-background-video-container::before, .elementor-8 .elementor-element.elementor-element-79336da > .elementor-background-slideshow::before, .elementor-8 .elementor-element.elementor-element-79336da > .e-con-inner > .elementor-background-slideshow::before, .elementor-8 .elementor-element.elementor-element-79336da > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #435D43 0%, #E7F229A6 100%);}.elementor-8 .elementor-element.elementor-element-27dd0fb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-79336da{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-61ddb43 *//* ============================================================
   C2M CONNEXION — CSS complet
   Sections : Hero · Services · Vision · AI Banner · Footer
   Polices requises dans <head> :
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link href="https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
   ============================================================ */


/* ── RESET MINIMAL ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }


/* ── VARIABLES ─────────────────────────────────────────────── */
:root {
  --green:       #1DBA6E;
  --green-dark:  #18a35f;
  --gold:        #C9A86A;
  --bg-deep:     #061624;
  --bg-mid:      #07111c;
  --bg-card:     #0d2133;
  --bg-card2:    #0F2235;
  --text:        #e0eaf3;
  --text-muted:  #6a8fa8;
  --border:      rgba(255,255,255,0.07);
  --border-gold: rgba(201,168,106,0.22);
  --radius-lg:   18px;
  --radius-md:   13px;
  --radius-pill: 999px;
  --font-title:  "Syne", sans-serif;
  --font-body:   "DM Sans", system-ui, sans-serif;
}


/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */

.c2m-hero {
  padding: 88px 5%;
  background:
    radial-gradient(circle at 10% 20%, rgba(29,186,110,0.10) 0%, transparent 48%),
    radial-gradient(circle at 85% 80%, rgba(201,168,106,0.07) 0%, transparent 42%),
    linear-gradient(135deg, #0A2A43 0%, var(--bg-deep) 55%, #0A2A43 100%);
  color: #ffffff;
  font-family: var(--font-body);
  position: relative;
  overflow: hidden;
}

.c2m-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
}

.c2m-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.c2m-hero-content { flex: 1 1 380px; }

.c2m-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: rgba(201,168,106,0.12);
  border: 1px solid rgba(201,168,106,0.28);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.c2m-hero-badge::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: c2m-pulse 2s ease-in-out infinite;
}
@keyframes c2m-pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.4; transform:scale(.75); }
}

.c2m-hero h1 {
  margin: 20px 0 14px;
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.c2m-hero h1 em { font-style: normal; color: var(--gold); }

.c2m-hero-content > p {
  margin: 0 0 28px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #b8c8d8;
  font-weight: 300;
  max-width: 480px;
}

.c2m-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.c2m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s ease;
  letter-spacing: 0.01em;
}
.c2m-btn-primary {
  background: var(--green);
  color: #041019;
  border: 1px solid var(--green);
}
.c2m-btn-primary:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(29,186,110,0.30);
}
.c2m-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
}
.c2m-btn-ghost:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.45);
  transform: translateY(-1px);
}

.c2m-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12.5px;
}
.c2m-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: #9cb4c8;
}
.c2m-hero-meta span::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green);
  display: inline-block;
}

.c2m-hero-visual {
  flex: 1 1 340px;
  display: flex;
  justify-content: center;
}

.c2m-hero-card {
  background: rgba(15,34,53,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 24px 22px 20px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.50);
  border: 1px solid var(--border-gold);
  max-width: 390px;
  width: 100%;
}
.c2m-hero-card h3 {
  margin: 0 0 3px;
  font-family: var(--font-title);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.c2m-hero-card > p {
  margin: 0 0 18px;
  font-size: 13px;
  color: #7a9ab4;
}

.c2m-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,168,106,0.3) transparent;
}
.c2m-carousel::-webkit-scrollbar { height: 4px; }
.c2m-carousel::-webkit-scrollbar-thumb {
  background: rgba(201,168,106,0.3);
  border-radius: var(--radius-pill);
}

.c2m-carousel-item {
  background: #0d2236;
  border-radius: var(--radius-md);
  padding: 10px;
  position: relative;
  min-width: 150px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color 0.2s, transform 0.2s;
  cursor: pointer;
}
.c2m-carousel-item:hover {
  border-color: rgba(29,186,110,0.35);
  transform: translateY(-2px);
}

.c2m-product-badge {
  position: absolute;
  top: 8px; left: 8px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: var(--green);
  color: #041019;
  font-weight: 700;
}

.c2m-product-image {
  width: 100%;
  height: 86px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(29,186,110,0.15), rgba(201,168,106,0.12));
  margin-bottom: 8px;
}

.c2m-carousel-item h4 {
  margin: 0 0 5px;
  font-size: 12.5px;
  font-weight: 600;
  color: #e0eaf3;
  line-height: 1.35;
}
.c2m-product-price {
  margin: 0;
  font-family: var(--font-title);
  font-size: 13px;
  color: var(--green);
  font-weight: 700;
}

.c2m-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.2s;
}
.c2m-link:hover { gap: 7px; text-decoration: underline; }


/* ══════════════════════════════════════════════════════════════
   UTILITAIRES PARTAGÉS
   ══════════════════════════════════════════════════════════════ */

.section-tag {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
  font-family: var(--font-body);
}

.section-title {
  font-family: var(--font-title);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}

.section-sub {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 520px;
  font-weight: 300;
  margin: 0 0 48px;
  font-family: var(--font-body);
}


/* ══════════════════════════════════════════════════════════════
   SERVICES
   ══════════════════════════════════════════════════════════════ */

.section {
  padding: 88px 5%;
  background: var(--bg-mid);
  font-family: var(--font-body);
}

.section > .section-tag,
.section > .section-title,
.section > .section-sub {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Grille 3 colonnes — 7e carte centrée automatiquement */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.services-grid > :last-child:nth-child(3n + 1) {
  grid-column: 2 / 3;
}

/* Carte — reset <a> inclus */
.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: border-color 0.25s, transform 0.25s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.service-card:hover {
  border-color: rgba(29,186,110,0.28);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}
.service-card:hover::after { transform: scaleX(1); }

.service-icon {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: rgba(29,186,110,0.10);
  border: 1px solid rgba(29,186,110,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: var(--font-title);
  font-size: 16.5px;
  font-weight: 700;
  color: #e8f2fa;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.service-card p {
  font-size: 13.5px;
  color: #5e8099;
  line-height: 1.65;
  margin: 0;
  font-weight: 300;
}


/* ══════════════════════════════════════════════════════════════
   VISION
   ══════════════════════════════════════════════════════════════ */

.vision {
  background: #0a1e2e;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 88px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  font-family: var(--font-body);
}

.vision > div { max-width: 560px; margin: 0 auto; }
.vision > div:last-child { max-width: 100%; }

.vision-list {
  list-style: none;
  padding: 0; margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vision-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

.vision-check {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(29,186,110,0.12);
  border: 1px solid rgba(29,186,110,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.vision-visual {
  background: var(--bg-card2);
  border: 1px solid var(--border-gold);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
}

.big-icon {
  font-size: 68px;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
.vision-visual h4 {
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.vision-visual p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-weight: 300;
}


/* ══════════════════════════════════════════════════════════════
   AI BANNER
   ══════════════════════════════════════════════════════════════ */

.ai-banner {
  margin: 80px 5%;
  background: linear-gradient(135deg, #0d2a5e 0%, #061624 100%);
  border: 1px solid rgba(29,186,110,0.22);
  border-radius: 20px;
  padding: 48px 52px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  font-family: var(--font-body);
}
.ai-banner::before {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(29,186,110,0.10) 0%, transparent 70%);
  pointer-events: none;
}

.ai-icon {
  width: 68px; height: 68px;
  border-radius: 16px;
  background: rgba(29,186,110,0.12);
  border: 1px solid rgba(29,186,110,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}

.ai-banner > div:nth-child(2) { flex: 1 1 260px; }

.ai-banner h2 {
  font-family: var(--font-title);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.ai-banner p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin: 0;
  font-weight: 300;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 26px;
  border-radius: var(--radius-pill);
  background: var(--green);
  color: #041019;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.22s ease;
  white-space: nowrap;
}
.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(29,186,110,0.28);
}


/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */

footer {
  background: #050f18;
  border-top: 1px solid var(--border);
  padding: 56px 5% 32px;
  font-family: var(--font-body);
  color: var(--text);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-brand h3 {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.footer-brand p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 300px;
  font-weight: 300;
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.footer-col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-col ul li a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: #fff; }

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}
.footer-bottom > span { color: rgba(255,255,255,0.45); }
.footer-bottom p { margin: 0; }
.footer-bottom p span { color: var(--gold); font-weight: 500; }


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .vision { grid-template-columns: 1fr; gap: 48px; padding: 64px 5%; }
  .vision > div { max-width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .c2m-hero { padding: 64px 5% 54px; }
  .c2m-hero-inner { gap: 40px; }
  .c2m-hero h1 { font-size: 2.1rem; }
  .section { padding: 64px 5%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid > :last-child:nth-child(3n + 1) { grid-column: auto; }
  .ai-banner { padding: 36px 32px; margin: 60px 5%; }
}

@media (max-width: 600px) {
  .c2m-hero { padding: 44px 5%; }
  .c2m-hero h1 { font-size: 1.85rem; line-height: 1.2; }
  .c2m-hero-content > p { font-size: 14px; }
  .c2m-btn { width: 100%; justify-content: center; }
  .c2m-hero-meta { justify-content: center; }
  .c2m-hero-card { max-width: 100%; }
  .c2m-carousel { grid-auto-columns: 72%; }
  .services-grid { grid-template-columns: 1fr; gap: 12px; }
  .section { padding: 52px 5%; }
  .vision { padding: 52px 5%; }
  .ai-banner { margin: 52px 5%; padding: 28px 24px; flex-direction: column; text-align: center; }
  .ai-icon { align-self: center; }
  .btn-primary { width: 100%; justify-content: center; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}/* End custom CSS */