.elementor-68 .elementor-element.elementor-element-1decb44{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-1decb44 *//* =========================================================
   COMM’WEB — HOME (Premium Tech/Startup)
   ========================================================= */

:root{
  --cw-ink:#0B1220;
  --cw-blue:#1F3A5F;
  --cw-blue2:#2E5B8C;
  --cw-orange:#FF7A00;
  --cw-orange2:#FF9A3D;

  --cw-bg:#ffffff;
  --cw-alt:#F7F9FC;
  --cw-line: rgba(15,23,42,.10);
  --cw-soft: rgba(15,23,42,.06);

  --cw-shadow: 0 18px 50px rgba(2,8,23,.10);
  --cw-radius: 22px;
  --cw-wrap: 1240px;

  --cw-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

.cw-home{ font-family: var(--cw-font); color: var(--cw-ink); background: var(--cw-bg); }
.cw-wrap{ max-width: var(--cw-wrap); margin: 0 auto; padding: 0 20px; }

/* Headings */
.cw-h1{ font-size: clamp(30px, 4vw, 54px); line-height: 1.05; letter-spacing: -0.5px; margin: 0 0 14px; }
.cw-h2{ font-size: clamp(22px, 2.4vw, 34px); line-height: 1.15; letter-spacing: -0.3px; margin: 0 0 10px; }
.cw-h3{ font-size: 18px; line-height: 1.2; margin: 0 0 8px; }
.cw-accent{ background: linear-gradient(135deg, var(--cw-blue), var(--cw-orange)); -webkit-background-clip:text; background-clip:text; color: transparent; }

.cw-kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .28px;
  color: rgba(11,18,32,.70);
  padding: 8px 12px;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
}

.cw-lead{ font-size: 18px; line-height: 1.55; color: rgba(11,18,32,.82); margin: 0 0 18px; max-width: 58ch; }

/* Buttons (re-use header style if already present) */
.cw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  text-decoration:none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.cw-btn--primary{
  color:#fff;
  background: linear-gradient(135deg, var(--cw-orange), var(--cw-orange2));
  box-shadow: 0 16px 44px rgba(255,122,0,.22);
}
.cw-btn--primary:hover{ transform: translateY(-1px); box-shadow: 0 20px 56px rgba(255,122,0,.28); }
.cw-btn--ghost{
  color: var(--cw-blue);
  background: rgba(31,58,95,.06);
  border: 1px solid rgba(31,58,95,.16);
}
.cw-btn--ghost:hover{ transform: translateY(-1px); background: rgba(31,58,95,.09); }

/* HERO */
.cw-hero{
  position: relative;
  padding: 70px 0 38px;
  overflow: hidden;
}
.cw-hero:before{
  content:"";
  position:absolute;
  inset:-30%;
  background:
    radial-gradient(55% 55% at 20% 15%, rgba(46,91,140,.18), transparent 60%),
    radial-gradient(55% 55% at 85% 30%, rgba(255,122,0,.16), transparent 60%),
    radial-gradient(60% 60% at 55% 80%, rgba(31,58,95,.12), transparent 62%);
  pointer-events:none;
}

.cw-hero__grid{
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  align-items: start;
}

.cw-hero__ctas{ display:flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 14px; }

.cw-trust{
  list-style:none;
  padding: 0;
  margin: 10px 0 0;
  display:flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: rgba(11,18,32,.78);
  font-weight: 700;
  font-size: 14px;
}

/* Cards */
.cw-card{
  border-radius: var(--cw-radius);
  border: 1px solid var(--cw-line);
  background: rgba(255,255,255,.75);
  box-shadow: var(--cw-shadow);
}
.cw-card--glass{
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 18px;
}
.cw-card__label{
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .28px;
  color: rgba(11,18,32,.70);
}
.cw-card__title{
  margin: 0 0 12px;
  font-weight: 950;
  font-size: 18px;
}

.cw-metric{
  display:grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.07);
}
.cw-metric__item{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 800;
}
.cw-metric__k{ color: rgba(11,18,32,.70); font-size: 13px; }
.cw-metric__v{ color: rgba(11,18,32,.90); font-size: 13px; }

.cw-note{ margin: 10px 0 0; font-size: 12px; color: rgba(11,18,32,.62); }

.cw-miniCta{
  display:inline-flex;
  margin-top: 12px;
  font-weight: 900;
  color: var(--cw-blue);
  text-decoration: none;
}
.cw-miniCta:hover{ text-decoration: underline; }

/* Sections */
.cw-section{ padding: 54px 0; }
.cw-section--alt{ background: var(--cw-alt); border-top: 1px solid rgba(15,23,42,.06); border-bottom: 1px solid rgba(15,23,42,.06); }
.cw-section__head{ max-width: 78ch; margin-bottom: 18px; }
.cw-sub{ margin: 0; color: rgba(11,18,32,.76); line-height: 1.55; }

/* Services grid */
.cw-cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cw-card--service{
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(2,8,23,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cw-card--service:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 60px rgba(2,8,23,.12);
}
.cw-link{
  display:inline-flex;
  margin-top: 8px;
  font-weight: 900;
  color: var(--cw-blue);
  text-decoration:none;
}
.cw-link:hover{ text-decoration: underline; }

/* Local grid */
.cw-locGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cw-loc{
  display:block;
  padding: 18px;
  border-radius: var(--cw-radius);
  border: 1px solid var(--cw-line);
  background: #fff;
  text-decoration:none;
  box-shadow: 0 14px 44px rgba(2,8,23,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cw-loc:hover{ transform: translateY(-2px); box-shadow: 0 18px 60px rgba(2,8,23,.12); }
.cw-loc__city{ display:block; font-weight: 950; font-size: 18px; color: var(--cw-ink); margin-bottom: 6px; }
.cw-loc__txt{ display:block; color: rgba(11,18,32,.74); }
.cw-loc__cta{ display:inline-flex; margin-top: 10px; font-weight: 900; color: var(--cw-blue); }

/* Steps */
.cw-steps{
  list-style:none;
  padding:0;
  margin: 0;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.cw-step{
  display:flex;
  gap: 12px;
  padding: 18px;
  border-radius: var(--cw-radius);
  border: 1px solid var(--cw-line);
  background: #fff;
  box-shadow: 0 14px 44px rgba(2,8,23,.08);
}
.cw-step__n{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  color: #fff;
  background: linear-gradient(135deg, var(--cw-blue), var(--cw-blue2));
  box-shadow: 0 12px 28px rgba(31,58,95,.22);
}

/* CTA box */
.cw-ctaBox{
  margin-top: 18px;
  padding: 18px;
  border-radius: var(--cw-radius);
  border: 1px solid rgba(255,122,0,.22);
  background:
    radial-gradient(120% 140% at 10% 20%, rgba(255,122,0,.12), transparent 60%),
    radial-gradient(120% 140% at 90% 80%, rgba(46,91,140,.14), transparent 60%),
    #fff;
  box-shadow: 0 14px 44px rgba(2,8,23,.08);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
}
.cw-ctaBox__ctas{ display:flex; gap: 10px; flex-wrap: wrap; }

/* FAQ */
.cw-faq{ display:grid; gap: 10px; }
.cw-faq__item{
  border: 1px solid var(--cw-line);
  border-radius: 16px;
  background: #fff;
  padding: 12px 14px;
  box-shadow: 0 12px 36px rgba(2,8,23,.08);
}
.cw-faq__item summary{
  cursor: pointer;
  font-weight: 900;
}
.cw-faq__item p{
  margin: 10px 0 0;
  color: rgba(11,18,32,.78);
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1024px){
  .cw-hero__grid{ grid-template-columns: 1fr; }
  .cw-cards{ grid-template-columns: repeat(2, 1fr); }
  .cw-locGrid{ grid-template-columns: 1fr; }
  .cw-steps{ grid-template-columns: 1fr; }
  .cw-ctaBox{ flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px){
  .cw-hero{ padding: 56px 0 30px; }
  .cw-lead{ font-size: 16px; }
  .cw-btn{ width: 100%; }
  .cw-hero__ctas{ flex-direction: column; }
}
/* =========================================================
   COMM’WEB — CSS GLOBAL PAGES (local + pilier + services)
   ========================================================= */

/* HERO pages */
.cw-localHero,
.cw-pillarHero{
  padding: 56px 0 26px;
  position: relative;
  overflow: hidden;
}

.cw-localHero:before,
.cw-pillarHero:before{
  content:"";
  position:absolute;
  inset:-30%;
  background:
    radial-gradient(55% 55% at 18% 20%, rgba(46,91,140,.16), transparent 60%),
    radial-gradient(55% 55% at 88% 30%, rgba(255,122,0,.14), transparent 60%),
    radial-gradient(60% 60% at 55% 82%, rgba(31,58,95,.10), transparent 62%);
  pointer-events:none;
}

.cw-localHero .cw-wrap,
.cw-pillarHero .cw-wrap{
  position: relative;
}

.cw-h1__sub{
  display:block;
  margin-top: 10px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.25;
  color: rgba(11,18,32,.74);
  font-weight: 800;
}

/* CTA */
.cw-localHero__ctas,
.cw-pillarHero__ctas{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

/* badges */
.cw-localHero__badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cw-pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.70);
  color: rgba(11,18,32,.78);
  font-weight: 800;
  font-size: 13px;
}

/* cartes soft */
.cw-card--soft{
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: var(--cw-radius);
  box-shadow: 0 14px 44px rgba(2,8,23,.08);
}

/* grilles */
.cw-cards3,
.cw-cols{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* liens pages locales */
.cw-localLinks{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 12px;
}

.cw-chip{
  display:inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31,58,95,.16);
  background: rgba(31,58,95,.06);
  color: var(--cw-blue);
  font-weight: 900;
  text-decoration:none;
  transition: transform .18s ease, background-color .18s ease;
}

.cw-chip:hover{
  transform: translateY(-1px);
  background: rgba(31,58,95,.09);
}

/* logiciel sur mesure grid */
.cw-sgrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cw-sgrid .cw-card{
  padding: 18px;
}

/* responsive */
@media (max-width: 1024px){
  .cw-cards3,
  .cw-cols,
  .cw-sgrid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px){
  .cw-localHero__ctas,
  .cw-pillarHero__ctas{
    flex-direction: column;
  }
  .cw-btn{
    width: 100%;
  }
}/* End custom CSS */