.elementor-2493 .elementor-element.elementor-element-7eba499{--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;}body.elementor-page-2493:not(.elementor-motion-effects-element-type-background), body.elementor-page-2493 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1F1F1F;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ff3a974 *//* Couleurs globales */
:root {
  --bg: #1F1F1F;
  --text: #F1F1F1;
  --muted: #cccccc;
  --panel: #262626;
  --accent: #AD2637;
}

.services {
  background: var(--bg);
  color: var(--text);
  padding: clamp(2rem, 3vw, 4rem) 0;
}

/* Header */
.services__header {
  max-width: 1000px;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 0 1rem;
}
.services__title {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  margin: 0 0 .5rem;
}
.services__intro {
  color: var(--muted);
  max-width: 70ch;
  margin: 0 auto 1.2rem;
}
.services__cta-row {
  display: flex;
  gap: .7rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Boutons */
.btn {
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: transform .12s ease, box-shadow .12s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn--primary {
  background: var(--accent);
  color: #f1f1f1 !important;
  border: 1px solid transparent;
}
.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(173,38,55,.35);
  filter: brightness(1.05);
}
.btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18);
}
.btn--ghost:hover {
  border-color: var(--accent);
   color: #f1f1f1 !important;
}
.btn--link {
  color: #f1f1f1 !important;
  text-underline-offset: 3px;
  transition: color .2s ease, text-shadow .2s ease;
}

.btn--link:hover {
  color: var(--accent) !important;
  text-shadow: 0 0 6px rgba(173, 38, 55, 0.8);
}
}

/* Bloc Pourquoi */
.services__why {
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}
.services__why h2 {
  font-size: 1.5rem;
  margin: 0 0 .8rem;
}
.services__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .8rem;
}
.services__benefits li {
  background: var(--panel);
  padding: .8rem 1rem;
  border-left: 4px solid var(--accent);
  color: var(--muted);
}

/* Grille des services */
.services__grid {
  width: min(1100px, 92vw);
  margin: 0 auto 2rem;
  margin-top: 30px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0;
}
@media (min-width: 820px) {
  .services__grid { grid-template-columns: 1fr 1fr; }
}
.card {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 1.25rem;
  display: grid;
  gap: .6rem;
}
.card__title {
  margin: 0;
  color: var(--accent);
  font-size: 1.15rem;
}
.card__text {
  margin: 0 0 .3rem;
  color: var(--muted);
}

/* Processus */
.services__process {
  width: min(1000px, 92vw);
  margin: 0 auto 2rem;
  padding: 0 1rem;
}
.services__process h2 {
  font-size: 1.4rem;
  margin: 0 0 .8rem;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: s;
  display: grid;
  gap: .7rem;
}
.steps li {
  counter-increment: s;
  position: relative;
  padding-left: 2.2rem;
  color: var(--muted);
}
.steps li::before {
  content: counter(s);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

/* CTA final */
.services__cta-final {
  text-align: center;
  width: min(900px, 92vw);
  margin: 2rem auto 0;
  padding: 0 1rem;
}
.services__cta-final h2 {
  margin: 0 0 .4rem;
}
.services__cta-final p {
  color: var(--muted);
  margin: 0 0 .9rem;
}/* End custom CSS */