.elementor-203 .elementor-element.elementor-element-af93403{--display:flex;}/* Start custom CSS for html, class: .elementor-element-99563d5 */<style>
/* ══ VARIABLES DE LA CHARTE MON-OBSEQUES.FR ══ */
:root {
  --bl: #2c527e; --bl2: #1a3a5c; --or: #f59e0b; --or2: #d97706;
  --or-p: #fffbeb; --or-r: rgba(245,158,11,0.15);
  --wh: #fff; --bg: #f8fafc; --bg2: #f1f5f9; --txt: #1e293b; --mut: #64748b; --brd: #e2e8f0;
  --sh: 0 4px 16px rgba(0,0,0,.08); --sh2: 0 10px 40px rgba(0,0,0,.13);
  --r: 10px; --r2: 18px; --fd: 'Quicksand', sans-serif; --fb: 'Inter', sans-serif;
}

/* ══ WRAPPER GLOBAL ══ */
.mo-wrap {
  font-family: var(--fb);
  color: var(--txt);
  line-height: 1.65;
  background: var(--wh);
}

/* ══ STYLE DES TITRES ══ */
.mo-wrap h1, .mo-wrap h2, .mo-wrap h3, .mo-wrap h4 {
  font-family: var(--fd);
  font-weight: 700;
}

.mo-wrap h1 em {
  color: var(--or);
  font-style: normal;
}

/* ══ BLOCS SERVICES (Utilisés pour les arguments) ══ */
.services-sec { padding: 50px 20px; background: var(--bg2); }
.services-grid { 
  max-width: 1140px; margin: 0 auto; 
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; 
}
.srv-card {
  background: var(--wh); border: 2px solid var(--brd); border-radius: var(--r2);
  padding: 25px; display: flex; align-items: flex-start; gap: 15px;
  transition: transform 0.3s ease;
}
.srv-card:hover { transform: translateY(-5px); border-color: var(--or); }
.srv-ico {
  width: 50px; height: 50px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--bl), var(--bl2));
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem;
}

/* ══ BLOCS ÉTAPES / CHIFFRES ══ */
.etapes-sec { padding: 60px 20px; }
.etapes-grid { 
  max-width: 1140px; margin: 0 auto; 
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; 
}
.etape-card {
  background: var(--bg); border: 1px solid var(--brd); border-radius: var(--r2);
  padding: 30px; text-align: center;
}
.etape-num {
  width: 60px; height: 60px; border-radius: 50%; background: var(--bl);
  color: #fff; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.5rem; font-weight: 800;
}

/* ══ SECTION LOIS ══ */
.lois-sec { background: var(--bl2); padding: 50px 20px; color: #fff; border-radius: var(--r2); margin: 20px; }
.loi-card { background: rgba(255,255,255,0.05); padding: 30px; border-radius: var(--r); border: 1px solid rgba(255,255,255,0.1); }

/* ══ BOUTONS ══ */
.btn-main {
  background: var(--or); color: #fff; padding: 15px 35px; border-radius: 50px;
  display: inline-flex; align-items: center; gap: 10px; font-weight: 700;
  box-shadow: 0 4px 15px rgba(245,158,11,0.4); text-decoration: none; transition: 0.3s;
}
.btn-main:hover { background: var(--or2); transform: scale(1.05); color: #fff; }

/* ══ TABLEAU DE PRIX (Page 2025) ══ */
.price-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.price-table td { padding: 15px; border-bottom: 1px solid var(--brd); }
.price-table td:last-child { text-align: right; font-weight: 700; color: var(--bl); }

/* ══ RESPONSIVE ══ */
@media (max-width: 768px) {
  .hero h1 { font-size: 2rem; }
  .services-grid, .etapes-grid { grid-template-columns: 1fr; }
}
</style>/* End custom CSS */