.elementor-394 .elementor-element.elementor-element-45584f1{--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;--margin-top:8px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-394 .elementor-element.elementor-element-5a52570{margin:-7px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-394 .elementor-element.elementor-element-e5e8fac{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-394 .elementor-element.elementor-element-9b0791e{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-394 .elementor-element.elementor-element-a5b0b72{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-394 .elementor-element.elementor-element-cbc267c{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for container, class: .elementor-element-45584f1 *//* ══════════════════════════════════════════════════════
   Ma Pratique — CSS GLOBAL v2
   Elementor → Site Settings → Custom CSS
   ══════════════════════════════════════════════════════ */

:root {
  --navy:   #2A3B55;
  --teal:   #70BBB7;
  --teal-d: #48a899;
  --cream:  #F8F5F0;
  --soft:   #F0ECE6;
  --white:  #ffffff;
  --text:   #3a3a3a;
  --mid:    #666666;
  --gold:   #C08C10;
  --gold-l: rgba(192,140,16,.10);
  --gold-b: rgba(192,140,16,.25);
}

.mp-page *, .mp-page *::before, .mp-page *::after { box-sizing: border-box }
.mp-page { font-family: 'Inter', sans-serif; color: var(--text); line-height: 1.7; overflow-x: hidden }

.mp-wrap    { max-width: 1140px; margin: 0 auto; padding: 0 40px }
.mp-wrap-sm { max-width: 780px;  margin: 0 auto; padding: 0 40px }
.mp-wrap-xs { max-width: 640px;  margin: 0 auto; padding: 0 40px }

/* ── Overline ── */
.mp-eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  font-size: .67rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 20px;
}
.mp-eyebrow::before,
.mp-eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--teal); opacity: .7 }

/* ── Titres ── */
.mp-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 300; line-height: 1.08; letter-spacing: -.025em; margin-bottom: 28px;
}
.mp-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 20px;
}
.mp-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; margin-bottom: 8px; color: var(--navy);
}

/* ══════════════════════════════════════════
   BLOC 01 — HERO
══════════════════════════════════════════ */
.mp-hero {
  background: linear-gradient(160deg, #1d2f46 0%, var(--navy) 50%, #243450 100%);
  padding: 110px 40px 90px;
  position: relative; overflow: hidden; text-align: center;
}
.mp-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(112,187,183,.07) 1.5px, transparent 1.5px);
  background-size: 44px 44px; pointer-events: none;
}
.mp-hero::after {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(112,187,183,.3), transparent);
}
.mp-hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1 }
.mp-hero h1 { color: var(--white); margin-bottom: 24px }
.mp-hero h1 em { font-style: italic; color: var(--teal) }
.mp-hero-lead {
  font-size: 1.05rem; color: rgba(255,255,255,.65);
  line-height: 1.9; max-width: 640px; margin: 0 auto 36px;
}
.mp-hero-tags {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;
}
.mp-hero-tag {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 16px; border-radius: 100px;
  border: 1px solid rgba(112,187,183,.3);
  background: rgba(112,187,183,.08);
  font-size: .78rem; font-weight: 500; color: rgba(255,255,255,.75);
  letter-spacing: .02em;
}
.mp-hero-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal); flex-shrink: 0;
}

/* ══════════════════════════════════════════
   BLOC 02 — FONDEMENT
══════════════════════════════════════════ */
.mp-fondement {
  background: var(--cream);
  padding: 96px 40px;
}
.mp-fondement-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 72px; align-items: start;
}
.mp-fondement-left { padding-top: 8px }
.mp-fondement-left .mp-eyebrow { justify-content: flex-start }
.mp-fondement-left .mp-eyebrow::after { display: none }
.mp-fondement-left h2 { color: var(--navy) }
.mp-fondement-quote {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 3px solid var(--teal);
  background: rgba(112,187,183,.07);
  border-radius: 0 12px 12px 0;
}
.mp-fondement-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 1.18rem;
  color: var(--navy); line-height: 1.7; margin: 0;
}
.mp-fondement-right { padding-top: 12px }
.mp-fondement-right p {
  font-size: .96rem; color: var(--mid); line-height: 1.9; margin-bottom: 16px;
}
.mp-fondement-right p:last-child { margin-bottom: 0 }
.mp-fondement-right p strong { color: var(--navy); font-weight: 600 }

/* ══════════════════════════════════════════
   BLOC 03 — APPROCHES
══════════════════════════════════════════ */
.mp-approches { background: var(--navy); padding: 96px 40px }
.mp-approches-header { text-align: center; margin-bottom: 48px }
.mp-approches-header h2 { color: var(--white); margin-bottom: 12px }
.mp-approches-header p { color: rgba(255,255,255,.55); font-size: .94rem; max-width: 700px; margin: 0 auto; line-height: 1.8 }

.mp-ico { display: inline-block; flex-shrink: 0 }
.mp-ico-sm { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round }

.mp-module-list { display: flex; flex-direction: column; gap: 6px; max-width: 900px; margin: 0 auto }
.mp-module { border-radius: 14px; border: 1px solid rgba(255,255,255,.10); overflow: hidden; transition: border-color .2s }
.mp-module[open] { border-color: rgba(112,187,183,.35) }
.mp-module summary {
  display: flex; align-items: center; gap: 14px; padding: 18px 22px;
  cursor: pointer; list-style: none; color: var(--white);
  background: rgba(255,255,255,.04); transition: background .18s; user-select: none;
}
.mp-module summary::-webkit-details-marker { display: none }
.mp-module summary:hover { background: rgba(255,255,255,.08) }
.mp-module[open] summary { background: rgba(112,187,183,.10) }
.mp-module-tag {
  font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 100px;
  background: rgba(112,187,183,.18); color: var(--teal); flex-shrink: 0; white-space: nowrap;
}
.mp-module-title { font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.82); line-height: 1.4; flex: 1 }
.mp-module summary::after {
  content: "+"; font-size: 1.2rem; color: var(--teal); margin-left: auto; flex-shrink: 0; font-weight: 300;
}
.mp-module[open] summary::after { content: "−" }
.mp-module-body { padding: 24px 24px 28px 56px; background: var(--white) }
.mp-module-body p { color: var(--mid); font-size: .88rem; line-height: 1.82; margin-bottom: 10px }
.mp-box-light {
  background: rgba(112,187,183,.07); border-left: 3px solid var(--teal);
  border-radius: 0 10px 10px 0; padding: 14px 18px; margin: 14px 0;
}
.mp-box-light p { color: var(--mid) !important; margin: 0 !important }
.mp-box-light strong { color: var(--navy) }

/* ══════════════════════════════════════════
   BLOC 04 — OUTILS & DÉMARCHE
══════════════════════════════════════════ */
.mp-outils { background: var(--white); padding: 96px 40px }
.mp-outils-header { text-align: center; margin-bottom: 52px }
.mp-outils-header h2 { color: var(--navy) }
.mp-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1100px; margin: 0 auto }
.mp-box-cream {
  background: var(--cream); border-radius: 20px;
  border: 1px solid rgba(42,59,85,.08); padding: 40px 36px;
}
.mp-box-cream .mp-eyebrow { justify-content: flex-start }
.mp-box-cream .mp-eyebrow::after { display: none }
.mp-box-cream h2 { color: var(--navy); font-size: clamp(1.5rem, 2.5vw, 2rem); margin-top: 8px }
.mp-box-cream p { color: var(--mid); font-size: .92rem; line-height: 1.8 }
.mp-box-cream ul { margin: 14px 0 0 0; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px }
.mp-box-cream ul li { font-size: .88rem; color: var(--mid); padding-left: 16px; position: relative; line-height: 1.6 }
.mp-box-cream ul li::before { content: "→"; position: absolute; left: 0; color: var(--teal); font-weight: 700 }

.mp-box-gold {
  background: linear-gradient(160deg, #fffdf5, #fef8e6);
  border-radius: 20px; border: 1px solid var(--gold-b); padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(192,140,16,.07);
}
.mp-box-gold .mp-eyebrow { justify-content: flex-start; color: var(--gold) }
.mp-box-gold .mp-eyebrow::before, .mp-box-gold .mp-eyebrow::after { background: var(--gold) }
.mp-box-gold .mp-eyebrow::after { display: none }
.mp-box-gold h2 { color: var(--navy); font-size: clamp(1.5rem, 2.5vw, 2rem); margin-top: 8px }
.mp-box-gold p { color: var(--mid); font-size: .92rem; line-height: 1.8 }
.mp-box-gold ul { margin: 14px 0 0 0; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px }
.mp-box-gold ul li { font-size: .88rem; color: var(--mid); padding-left: 16px; position: relative; line-height: 1.6 }
.mp-box-gold ul li::before { content: "→"; position: absolute; left: 0; color: var(--gold); font-weight: 700 }

/* ══════════════════════════════════════════
   BLOC 05 — ÉVOLUTION
══════════════════════════════════════════ */
.mp-evolution { background: var(--cream); padding: 96px 40px }
.mp-evolution-header { text-align: center; margin-bottom: 52px }
.mp-evolution-header h2 { color: var(--navy) }
.mp-outcomes-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  max-width: 1100px; margin: 0 auto;
}
.mp-outcome-card {
  background: var(--white); border-radius: 20px;
  border: 1px solid rgba(42,59,85,.07);
  box-shadow: 0 6px 24px rgba(0,0,0,.05);
  padding: 36px 28px;
}
.mp-outcome-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 300;
  color: rgba(112,187,183,.4); line-height: 1; display: block; margin-bottom: 12px;
}
.mp-outcome-card h3 { color: var(--navy); font-size: 1.2rem; margin-bottom: 10px }
.mp-outcome-card p { color: var(--mid); font-size: .88rem; line-height: 1.75; margin: 0 }

/* ══════════════════════════════════════════
   BLOC 06 — COLLABORATIONS
══════════════════════════════════════════ */
.mp-collabs { background: var(--navy); padding: 96px 40px }
.mp-collabs-inner { max-width: 860px; margin: 0 auto }
.mp-collabs-inner .mp-eyebrow { color: var(--teal) }
.mp-collabs-inner h2 { color: var(--white) }
.mp-collabs-inner p { color: rgba(255,255,255,.65); font-size: .95rem; line-height: 1.85 }
.mp-collabs-inner ul { margin: 18px 0; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px }
.mp-collabs-inner ul li {
  color: rgba(255,255,255,.65); font-size: .92rem;
  padding: 12px 18px 12px 46px; position: relative;
  background: rgba(255,255,255,.04); border-radius: 10px;
  border: 1px solid rgba(255,255,255,.07); line-height: 1.5;
}
.mp-collabs-inner ul li::before {
  content: "→"; position: absolute; left: 18px;
  color: var(--teal); font-weight: 700;
}

/* ── Boutons ── */
.mp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 26px; border-radius: 100px;
  font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; transition: all .2s;
}
.mp-btn-primary { background: var(--teal-d); color: var(--white); border: 2px solid var(--teal-d) }
.mp-btn-primary:hover { background: #3b9d94; border-color: #3b9d94 }
.mp-btn-ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.35) }
.mp-btn-ghost:hover { border-color: var(--white) }

/* ── Responsive ── */
@media(max-width:960px){
  .mp-fondement-inner { grid-template-columns: 1fr; gap: 36px }
  .mp-method-grid { grid-template-columns: 1fr }
  .mp-outcomes-grid { grid-template-columns: 1fr 1fr }
  .mp-wrap, .mp-wrap-sm, .mp-wrap-xs { padding: 0 24px }
}
@media(max-width:640px){
  .mp-hero, .mp-fondement, .mp-approches,
  .mp-outils, .mp-evolution, .mp-collabs { padding-top: 72px; padding-bottom: 72px }
  .mp-outcomes-grid { grid-template-columns: 1fr }
  .mp-wrap, .mp-wrap-sm, .mp-wrap-xs { padding: 0 18px }
  .mp-module-body { padding-left: 22px }
  .mp-box-cream, .mp-box-gold { padding: 28px 22px }
  .mp-module summary { padding: 14px 16px }
  .mp-hero-tags { flex-direction: column; align-items: center }
}
@media(max-width:480px){
  .mp-wrap, .mp-wrap-sm, .mp-wrap-xs { padding: 0 16px }
}/* End custom CSS */