.elementor-114 .elementor-element.elementor-element-17b0526{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-83f8832 *//* =========================================================
   CRM – PAGE NOS SERVICES (premium, stable, responsive)
   À coller tel quel
   ========================================================= */

.crm-srv{
  --accent:#c86a1a;
  --accent2:#ffb36b;

  --bg1:#2b313a;
  --bg2:#1e232b;

  --card1:rgba(255,255,255,.10);
  --card2:rgba(255,255,255,.04);

  --text:#ffffff;
  --text2:rgba(245,247,251,.90);
  --muted:rgba(255,255,255,.72);
  --line:rgba(255,255,255,.12);

  --radius:24px;
  --shadow:0 24px 60px rgba(0,0,0,.45);

  padding: clamp(44px, 6vw, 80px) 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 16% 10%, rgba(255,179,107,.18), transparent 60%),
    radial-gradient(760px 460px at 84% 30%, rgba(200,106,26,.14), transparent 58%),
    linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);
}

.crm-srv, .crm-srv *{ box-sizing:border-box; }

.crm-srv__container{
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Head ---------- */
.crm-srv__head{
  margin-bottom: 26px;
  padding: 0 2px;
}

.crm-srv__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}

.crm-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 0 0 6px rgba(200,106,26,.12);
}

.crm-srv__title{
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.15;
}

.crm-srv__lead{
  margin: 0;
  color: var(--text2);
  line-height: 1.7;
  max-width: 72ch;
}

/* ---------- Grid ---------- */
.crm-srv__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

/* ---------- Card ---------- */
.crm-srvCard{
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, var(--card1), var(--card2));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.crm-srvCard:hover{
  transform: translateY(-4px);
  box-shadow: 0 30px 76px rgba(0,0,0,.55);
  border-color: rgba(255,179,107,.22);
}

.crm-srvCard__media{
  display:block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0,0,0,.25);
}

.crm-srvCard__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  filter: contrast(1.02) saturate(1.03);
  transform: scale(1.02);
  transition: transform .25s ease;
}

.crm-srvCard:hover .crm-srvCard__media img{
  transform: scale(1.07);
}

.crm-srvCard__body{
  padding: 16px 16px 18px;
}

.crm-srvCard__title{
  margin: 0 0 8px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.25;
}

.crm-srvCard__text{
  margin: 0 0 14px;
  color: var(--text2);
  line-height: 1.65;
  font-size: 13px;
}

/* CTA petit bouton */
.crm-srvCard__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 9px 12px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 800;
  font-size: 12px;
  color:#121316;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 12px 28px rgba(200,106,26,.26);
  transition: transform .15s ease, box-shadow .15s ease;
}

.crm-srvCard__cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(200,106,26,.34);
}

/* ---------- Barre CTA ---------- */
.crm-srv__bar{
  margin-top: 22px;
  padding: 18px;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
}

.crm-srv__barText strong{
  display:block;
  color: var(--text);
  font-size: 14px;
  margin-bottom: 2px;
}

.crm-srv__barText span{
  display:block;
  color: var(--muted);
  font-size: 13px;
}

.crm-srv__barBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration:none;
  color:#121316;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 16px 36px rgba(200,106,26,.30);
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}

.crm-srv__barBtn:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(200,106,26,.38);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px){
  .crm-srv__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px){
  .crm-srv{ padding: 34px 14px; }
  .crm-srv__grid{ grid-template-columns: 1fr; }
  .crm-srv__bar{ flex-direction: column; align-items: flex-start; }
  .crm-srv__barBtn{ width: 100%; }
}

@media (prefers-reduced-motion: reduce){
  .crm-srvCard,
  .crm-srvCard__media img,
  .crm-srvCard__cta,
  .crm-srv__barBtn{ transition:none; }
  .crm-srvCard:hover{ transform:none; }
}
/* ===== SEO discret – bas de page services ===== */
.crm-srv__seo{
  max-width: 900px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.crm-srv__seo p{
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245,247,251,.65);
}/* End custom CSS */