.elementor-4877 .elementor-element.elementor-element-dc8cfb1{--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;}.elementor-4877 .elementor-element.elementor-element-b810cf6{--display:flex;--margin-top:22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4877 .elementor-element.elementor-element-2d45ca9{--display:flex;--margin-top:22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4877 .elementor-element.elementor-element-3b83ac6{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4877 .elementor-element.elementor-element-3947aa0{--display:flex;--margin-top:22px;--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;}body.elementor-page-4877{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-c31f0f5 *//* ── VARIABLES LOCALES ───────────────────────────── */
.mp-hero {
  --mp-navy:        #0e1a2d;
  --mp-navy-mid:    #162236;
  --mp-navy-light:  #1e3050;
  --mp-blue-inst:   #2E4C7A;
  --mp-blue-light:  #86A5DD;
  --mp-blue-pale:   #b8ccee;
  --mp-green:       #00a86b;
  --mp-white:       #ffffff;
  --mp-text-body:   rgba(184,204,238,0.82);
  --mp-text-muted:  rgba(134,165,221,0.5);
  --mp-border:      rgba(134,165,221,0.14);
  --mp-ease:        cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── RESET DANS LA SECTION ───────────────────────── */
.mp-hero *, .mp-hero *::before, .mp-hero *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mp-hero a { text-decoration: none; color: inherit; }

/* ── WRAPPER PRINCIPAL ───────────────────────────── */
.mp-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  min-height: 100vh;
  padding: 7rem 4rem 5rem;
  background: var(--mp-navy);
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
}

/* ── FOND : GRILLE DÉCORATIVE ────────────────────── */
.mp-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--mp-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--mp-border) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  opacity: 0.45;
  pointer-events: none;
}

/* ── FOND : LUEUR RADIALE ────────────────────────── */
.mp-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 80% 50%, rgba(46,76,122,0.25) 0%, transparent 70%),
    radial-gradient(ellipse 35% 35% at 8% 85%, rgba(0,168,107,0.05) 0%, transparent 60%);
  pointer-events: none;
}

/* ── COL GAUCHE : CONTENU ────────────────────────── */
.mp-hero-content {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
}

/* TAG */
.mp-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--mp-green);
  margin-bottom: 1.8rem;
}
.mp-hero-tag-line {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--mp-green);
  flex-shrink: 0;
}

/* H1 */
.mp-hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--mp-white);
  margin-bottom: 1.4rem;
}
.mp-hero-h1 em {
  font-style: italic;
  color: var(--mp-blue-light);
  font-weight: 400;
}
.mp-hero-h1 strong {
  font-weight: 600;
  font-style: normal;
  color: var(--mp-white);
}

/* SOUS-TITRE */
.mp-hero-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--mp-text-body);
  max-width: 430px;
  line-height: 1.78;
  margin-bottom: 2.4rem;
}

/* BOUTONS */

.mp-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.mp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mp-blue-inst);
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid rgba(134,165,221,0.25);
  text-decoration: none !important;
  transition:
    background 0.3s var(--mp-ease),
    border-color 0.3s var(--mp-ease),
    box-shadow 0.3s var(--mp-ease),
    color 0s;
  cursor: pointer;
}
.mp-btn-primary svg {
  transition: transform 0.3s var(--mp-ease);
  flex-shrink: 0;
  stroke: #ffffff;
}
/* Repos : texte blanc bien lisible sur bleu foncé */
.mp-btn-primary:link,
.mp-btn-primary:visited {
  color: #ffffff !important;
}
/* Hover : fond plus clair + bordure lumineuse + texte blanc forcé */
.mp-btn-primary:hover,
.mp-btn-primary:focus {
  background: #4a74b0;
  border-color: rgba(134,165,221,0.6);
  box-shadow:
    0 8px 24px rgba(46,76,122,0.4),
    0 0 0 1px rgba(134,165,221,0.2);
  color: #ffffff !important;
  text-decoration: none !important;
}
.mp-btn-primary:hover svg,
.mp-btn-primary:focus svg {
  transform: translateX(3px);
  stroke: #ffffff;
}

.mp-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mp-blue-pale) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  border-bottom: 1px solid rgba(184,204,238,0.28);
  padding-bottom: 2px;
  text-decoration: none !important;
  transition: color 0.25s, border-color 0.25s;
}
.mp-btn-secondary:hover,
.mp-btn-secondary:focus {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.55);
}

/* STATS */
.mp-hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--mp-border);
}
.mp-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mp-stat-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--mp-white);
  line-height: 1;
}
.mp-stat-plus {
  font-size: 1.2rem;
  color: var(--mp-blue-light);
}
.mp-stat-l {
  font-size: 11px;
  font-weight: 400;
  color: var(--mp-text-muted);
  letter-spacing: 0.04em;
}
.mp-stat-divider {
  width: 1px;
  height: 36px;
  background: var(--mp-border);
  flex-shrink: 0;
}

/* ── COL DROITE : VISUEL ─────────────────────────── */
.mp-hero-visual {
  position: relative;
  z-index: 2;
  height: 540px;
}

.mp-video-card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: var(--mp-navy-light);
  border: 1px solid var(--mp-border);
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(134,165,221,0.06);
  transition: box-shadow 0.4s var(--mp-ease);
}
.mp-video-card:hover {
  box-shadow: 0 50px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(134,165,221,0.12);
}

/* BADGE TOP */
.mp-video-badge-top {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 4;
  background: rgba(14,26,45,0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  padding: 9px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: var(--mp-blue-pale);
  line-height: 1.3;
  text-align: center;
}
.mp-video-badge-top strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--mp-white);
  display: block;
  line-height: 1.1;
}

/* FOND ILLUSTRATION */
.mp-video-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #1a3560 0%, #0e1e3a 55%, #162a50 100%);
}
.mp-video-illus {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.14;
}

/* BOUTON PLAY */
.mp-play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: -40px;
}
.mp-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.3s var(--mp-ease),
    border-color 0.3s var(--mp-ease),
    box-shadow 0.3s var(--mp-ease),
    transform 0.3s var(--mp-ease);
}
.mp-play-btn:hover {
  background: var(--mp-green);
  border-color: var(--mp-green);
  box-shadow:
    0 0 0 6px rgba(0,168,107,0.18),
    0 0 28px rgba(0,168,107,0.35);
  transform: scale(1.1);
}
.mp-play-btn svg {
  flex-shrink: 0;
  margin-left: 5px;
}

/* OVERLAY BAS */
.mp-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6rem;
  background: linear-gradient(transparent, rgba(14,26,45,0.97));
  z-index: 4;
}
.mp-video-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,168,107,0.14);
  border: 1px solid rgba(0,168,107,0.3);
  color: var(--mp-green);
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.mp-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mp-green);
  animation: mp-pulse 1.8s ease-in-out infinite;
  display: inline-block;
}
@keyframes mp-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.25; }
}
.mp-video-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--mp-white);
  line-height: 1.3;
  margin-bottom: 5px;
}
.mp-video-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px;
  color: var(--mp-text-muted);
}

/* ── TABLETTE (≤ 1024px) ─────────────────────────── */
@media (max-width: 1024px) {
  .mp-hero {
    grid-template-columns: 1fr;
    padding: 6rem 2.5rem 4rem;
    min-height: auto;
    gap: 3rem;
  }
  .mp-hero-content {
    padding-right: 0;
  }
  .mp-hero-visual {
    height: 420px;
  }
  .mp-hero-sub {
    max-width: 100%;
  }
}

/* ── MOBILE (≤ 768px) ────────────────────────────── */
@media (max-width: 768px) {
  .mp-hero {
    padding: 5.5rem 1.4rem 3.5rem;
    gap: 2.5rem;
  }
  .mp-hero-h1 {
    font-size: 2.6rem;
  }
  .mp-hero-sub {
    font-size: 14px;
  }
  .mp-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .mp-btn-primary {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
  }
  .mp-hero-stats {
    gap: 1.2rem;
  }
  .mp-stat-n {
    font-size: 1.7rem;
  }
  .mp-hero-visual {
    height: 320px;
  }
  .mp-video-card {
    border-radius: 12px;
  }
  .mp-video-badge-top {
    top: 0.8rem;
    right: 0.8rem;
    padding: 7px 10px;
  }
  .mp-video-title {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a63b238 *//* VARIABLES LOCALES */
.mp-how-block {
  --mp-navy:       #0e1a2d;
  --mp-navy-mid:   #162236;
  --mp-navy-light: #1e3050;
  --mp-blue-inst:  #2E4C7A;
  --mp-blue-light: #86A5DD;
  --mp-blue-pale:  #b8ccee;
  --mp-green:      #00a86b;
  --mp-white:      #ffffff;
  --mp-text-body:  rgba(184,204,238,0.82);
  --mp-text-muted: rgba(134,165,221,0.5);
  --mp-border:     rgba(134,165,221,0.14);
  --mp-ease:       cubic-bezier(0.22, 1, 0.36, 1);
}

/* RESET */
.mp-how-block *,
.mp-how-block *::before,
.mp-how-block *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* WRAPPER PRINCIPAL */
.mp-how-block {
  background: var(--mp-navy-mid);
  padding: 6rem 3rem;
  font-family: 'DM Sans', sans-serif;
}
.mp-how-block > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* EN-TÊTE */
.mp-how-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.mp-how-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* TAG */
.mp-how-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mp-blue-light);
}
.mp-how-tag-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mp-blue-light);
  flex-shrink: 0;
}

/* TITRE */
.mp-how-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--mp-white);
}
.mp-how-h2 em {
  font-style: italic;
  color: var(--mp-blue-light);
  font-weight: 400;
}

/* SOUS-TITRE */
.mp-how-sub {
  font-size: 14.5px;
  font-weight: 300;
  color: var(--mp-text-body);
  line-height: 1.75;
  max-width: 320px;
  text-align: right;
}

/* GRILLE 4 ÉTAPES */
.mp-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--mp-border);
  border: 1px solid var(--mp-border);
  border-radius: 14px;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ÉTAPE */
.mp-how-step {
  position: relative;
  background: var(--mp-navy-mid);
  padding: 2.2rem 1.8rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background 0.3s var(--mp-ease);
  overflow: hidden;
}
.mp-how-step:hover {
  background: var(--mp-navy-light);
}

/* NUMÉRO DÉCORATIF */
.mp-how-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
  font-weight: 300;
  color: rgba(134,165,221,0.07);
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 14px;
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.02em;
}

/* ICÔNE */
.mp-how-step-icon {
  width: 46px;
  height: 46px;
  background: rgba(46,76,122,0.3);
  border: 1px solid rgba(134,165,221,0.18);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s var(--mp-ease), border-color 0.3s var(--mp-ease);
}
.mp-how-step:hover .mp-how-step-icon {
  background: rgba(46,76,122,0.55);
  border-color: rgba(134,165,221,0.32);
}

/* TITRE ÉTAPE */
.mp-how-step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--mp-white);
  line-height: 1.2;
}

/* DESCRIPTION ÉTAPE */
.mp-how-step-desc {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--mp-text-muted);
  line-height: 1.7;
}

/* CONNECTEUR ENTRE ÉTAPES (ligne pointillée) */
.mp-how-step-connector {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 2px;
  height: 32px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(134,165,221,0.25) 0px,
    rgba(134,165,221,0.25) 4px,
    transparent 4px,
    transparent 8px
  );
  z-index: 2;
}

/* PAS DE CONNECTEUR SUR LA DERNIÈRE ÉTAPE */
.mp-how-step-last .mp-how-step-connector {
  display: none;
}

/* LIGNE VERTE EN BAS AU HOVER — accent ponctuel */
.mp-how-step::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--mp-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--mp-ease);
}
.mp-how-step:hover::after {
  transform: scaleX(1);
}

/* RESPONSIVE TABLETTE (≤ 1024px) */
@media (max-width: 1024px) {
  .mp-how-block {
    padding: 5rem 2rem;
  }
  .mp-how-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .mp-how-sub {
    text-align: left;
    max-width: 100%;
  }
  .mp-how-grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 12px;
  }
  .mp-how-step-connector {
    display: none;
  }
}

/* RESPONSIVE MOBILE (≤ 768px) */
@media (max-width: 768px) {
  .mp-how-block {
    padding: 4rem 1.4rem;
  }
  .mp-how-grid {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }
  .mp-how-step {
    padding: 1.8rem 1.4rem;
  }
  .mp-how-step-num {
    font-size: 3.5rem;
    top: 8px;
    right: 12px;
  }
  .mp-how-step-title {
    font-size: 1.15rem;
  }
  .mp-how-step-desc {
    font-size: 13px;
  }
  .mp-how-step::after {
    height: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b83ac6 *//* VARIABLES LOCALES */
.mp-disc-block {
  --mp-navy:       #0e1a2d;
  --mp-navy-mid:   #162236;
  --mp-navy-light: #1e3050;
  --mp-blue-inst:  #2E4C7A;
  --mp-blue-light: #86A5DD;
  --mp-blue-pale:  #b8ccee;
  --mp-green:      #00a86b;
  --mp-white:      #ffffff;
  --mp-text-body:  rgba(184,204,238,0.82);
  --mp-text-muted: rgba(134,165,221,0.5);
  --mp-border:     rgba(134,165,221,0.14);
  --mp-ease:       cubic-bezier(0.22, 1, 0.36, 1);
}

/* RESET */
.mp-disc-block *,
.mp-disc-block *::before,
.mp-disc-block *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mp-disc-block a {
  text-decoration: none !important;
  color: inherit;
}

/* WRAPPER PRINCIPAL */
.mp-disc-block {
  background: var(--mp-navy);
  padding: 6rem 3rem;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
}

/* INNER CENTRÉ */
.mp-disc-header,
.mp-disc-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* EN-TÊTE */
.mp-disc-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
  flex-wrap: wrap;
}
.mp-disc-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* TAG */
.mp-disc-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mp-blue-light);
}
.mp-disc-tag-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mp-blue-light);
  flex-shrink: 0;
}

/* TITRE */
.mp-disc-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--mp-white);
}
.mp-disc-h2 em {
  font-style: italic;
  color: var(--mp-blue-light);
  font-weight: 400;
}

/* LIEN VOIR TOUT */
.mp-disc-link-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: var(--mp-blue-pale) !important;
  border-bottom: 1px solid rgba(184,204,238,0.25);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color 0.25s var(--mp-ease), border-color 0.25s var(--mp-ease);
  margin-bottom: 4px;
}
.mp-disc-link-all:link,
.mp-disc-link-all:visited {
  color: var(--mp-blue-pale) !important;
}
.mp-disc-link-all svg {
  stroke: currentColor;
  flex-shrink: 0;
  transition: transform 0.25s var(--mp-ease);
}
.mp-disc-link-all:hover,
.mp-disc-link-all:focus {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.45);
}
.mp-disc-link-all:hover svg,
.mp-disc-link-all:focus svg {
  transform: translateX(3px);
}


/* GRILLE 3 COLONNES */
.mp-disc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD DISCIPLINE */
.mp-disc-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--mp-navy-mid);
  border: 1px solid var(--mp-border);
  border-radius: 10px;
  padding: 1.4rem 1.3rem;
  cursor: pointer;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  transition:
    background 0.3s var(--mp-ease),
    border-color 0.3s var(--mp-ease),
    box-shadow 0.3s var(--mp-ease),
    transform 0.3s var(--mp-ease);
}
.mp-disc-card:hover,
.mp-disc-card:focus {
  background: var(--mp-navy-light);
  border-color: rgba(134,165,221,0.32);
  box-shadow: 0 12px 32px rgba(0,0,0,0.22);
  transform: translateY(-2px);
  outline: none;
}

/* ICÔNE */
.mp-disc-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  flex-shrink: 0;
  background: rgba(46,76,122,0.35);
  border: 1px solid rgba(134,165,221,0.18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s var(--mp-ease), border-color 0.3s var(--mp-ease);
}
.mp-disc-card:hover .mp-disc-icon {
  background: rgba(46,76,122,0.55);
  border-color: rgba(134,165,221,0.35);
}

/* TEXTE */
.mp-disc-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
}
.mp-disc-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--mp-white);
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.mp-disc-count {
  font-size: 11.5px;
  color: var(--mp-text-muted);
  line-height: 1;
  white-space: nowrap;
}

/* FLÈCHE */
.mp-disc-arrow {
  min-width: 16px;
  flex-shrink: 0;
  color: var(--mp-text-muted);
  display: flex;
  align-items: center;
  transition: color 0.25s var(--mp-ease), transform 0.25s var(--mp-ease);
}
.mp-disc-card:hover .mp-disc-arrow,
.mp-disc-card:focus .mp-disc-arrow {
  color: var(--mp-blue-light);
  transform: translateX(3px);
}

/* RESPONSIVE TABLETTE (≤ 1024px) */
@media (max-width: 1024px) {
  .mp-disc-block {
    padding: 5rem 2rem;
  }
  .mp-disc-header {
    max-width: 100%;
    padding: 0;
  }
  .mp-disc-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}

/* RESPONSIVE MOBILE (≤ 768px) */
@media (max-width: 768px) {
  .mp-disc-block {
    padding: 4rem 1.4rem;
  }
  .mp-disc-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .mp-disc-link-all {
    margin-bottom: 0;
  }
  .mp-disc-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    max-width: 100%;
  }
  .mp-disc-card {
    padding: 1.2rem 1rem;
  }
  .mp-disc-name {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-783c370 *//* VARIABLES LOCALES */
.mp-bottom-block {
  --mp-navy:       #0e1a2d;
  --mp-navy-mid:   #162236;
  --mp-navy-light: #1e3050;
  --mp-blue-inst:  #2E4C7A;
  --mp-blue-light: #86A5DD;
  --mp-blue-pale:  #b8ccee;
  --mp-green:      #00a86b;
  --mp-white:      #ffffff;
  --mp-text-body:  rgba(184,204,238,0.82);
  --mp-text-muted: rgba(134,165,221,0.5);
  --mp-border:     rgba(134,165,221,0.14);
  --mp-ease:       cubic-bezier(0.22, 1, 0.36, 1);
}

/* RESET */
.mp-bottom-block *,
.mp-bottom-block *::before,
.mp-bottom-block *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mp-bottom-block a {
  text-decoration: none !important;
}
.mp-bottom-block blockquote {
  margin: 0;
}

/* ══════════════════════════════════════
   SECTION TÉMOIGNAGES
══════════════════════════════════════ */

/* WRAPPER TÉMOIGNAGES */
.mp-test-section {
  background: var(--mp-navy-mid);
  padding: 6rem 3rem;
  font-family: 'DM Sans', sans-serif;
}
.mp-test-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* EN-TÊTE */
.mp-test-header {
  margin-bottom: 2.8rem;
}
.mp-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mp-blue-light);
  margin-bottom: 0.9rem;
}
.mp-tag-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mp-blue-light);
  flex-shrink: 0;
}
.mp-section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--mp-white);
}
.mp-section-h2 em {
  font-style: italic;
  color: var(--mp-blue-light);
  font-weight: 400;
}

/* GRILLE 3 CARDS */
.mp-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

/* CARD */
.mp-test-card {
  background: var(--mp-navy);
  border: 1px solid var(--mp-border);
  border-radius: 12px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition:
    box-shadow 0.3s var(--mp-ease),
    border-color 0.3s var(--mp-ease),
    transform 0.3s var(--mp-ease);
}
.mp-test-card:hover {
  box-shadow: 0 16px 44px rgba(0,0,0,0.28);
  border-color: rgba(134,165,221,0.28);
  transform: translateY(-2px);
}

/* ÉTOILES */
.mp-test-stars span {
  font-size: 13px;
  color: #f5c842;
  letter-spacing: 2px;
}

/* CITATION */
.mp-test-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 300;
  color: var(--mp-blue-pale);
  line-height: 1.72;
  border-left: 2px solid var(--mp-blue-inst);
  padding-left: 1rem;
  flex-grow: 1;
}

/* AUTEUR */
.mp-test-author {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 1rem;
  border-top: 1px solid var(--mp-border);
}
.mp-test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mp-blue-inst);
  border: 1px solid rgba(134,165,221,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--mp-white);
  flex-shrink: 0;
}
.mp-test-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.mp-test-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--mp-white);
  line-height: 1.2;
}
.mp-test-role {
  font-size: 11px;
  color: var(--mp-text-muted);
  line-height: 1.4;
}

/* ══════════════════════════════════════
   SECTION CTA FINAL
══════════════════════════════════════ */

/* WRAPPER CTA */
.mp-cta-section {
  position: relative;
  background: linear-gradient(160deg, var(--mp-navy-light) 0%, var(--mp-navy) 60%);
  padding: 7rem 3rem;
  text-align: center;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
}

/* GRILLE DÉCORATIVE FOND */
.mp-cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--mp-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--mp-border) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 75% 75% at 50% 50%, black 20%, transparent 100%);
  opacity: 0.35;
  pointer-events: none;
}

/* LUEUR CENTRALE */
.mp-cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 55% at 50% 50%, rgba(46,76,122,0.22) 0%, transparent 70%);
  pointer-events: none;
}

/* CONTENU */
.mp-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

/* TAG */
.mp-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mp-green);
}
.mp-cta-tag-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mp-green);
}

/* TITRE */
.mp-cta-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--mp-white);
}
.mp-cta-h2 em {
  font-style: italic;
  color: var(--mp-blue-light);
  font-weight: 400;
}
.mp-cta-h2 strong {
  font-weight: 600;
  font-style: normal;
  color: var(--mp-white);
}

/* DESCRIPTION */
.mp-cta-desc {
  font-size: 15px;
  font-weight: 300;
  color: var(--mp-text-body);
  line-height: 1.78;
  max-width: 520px;
}

/* BOUTONS */
.mp-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

/* BOUTON PRIMARY */
.mp-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mp-blue-inst);
  color: #ffffff !important;
  padding: 15px 32px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(134,165,221,0.25);
  transition:
    background 0.3s var(--mp-ease),
    border-color 0.3s var(--mp-ease),
    box-shadow 0.3s var(--mp-ease);
}
.mp-cta-btn-primary:link,
.mp-cta-btn-primary:visited {
  color: #ffffff !important;
}
.mp-cta-btn-primary svg {
  stroke: #ffffff;
  flex-shrink: 0;
  transition: transform 0.3s var(--mp-ease);
}
.mp-cta-btn-primary:hover,
.mp-cta-btn-primary:focus {
  background: #4a74b0;
  border-color: rgba(134,165,221,0.6);
  color: #ffffff !important;
  box-shadow:
    0 8px 24px rgba(46,76,122,0.4),
    0 0 0 1px rgba(134,165,221,0.2);
}
.mp-cta-btn-primary:hover svg,
.mp-cta-btn-primary:focus svg {
  transform: translateX(3px);
}

/* BOUTON GHOST */
.mp-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mp-blue-pale) !important;
  padding: 15px 28px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--mp-border);
  transition:
    color 0.3s var(--mp-ease),
    border-color 0.3s var(--mp-ease),
    background 0.3s var(--mp-ease);
}
.mp-cta-btn-ghost:link,
.mp-cta-btn-ghost:visited {
  color: var(--mp-blue-pale) !important;
}
.mp-cta-btn-ghost:hover,
.mp-cta-btn-ghost:focus {
  color: #ffffff !important;
  border-color: rgba(134,165,221,0.45);
  background: rgba(46,76,122,0.18);
}

/* ══════════════════════════════════════
   RESPONSIVE TABLETTE (≤ 1024px)
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .mp-test-section {
    padding: 5rem 2rem;
  }
  .mp-test-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mp-test-grid .mp-test-card:last-child {
    grid-column: 1 / -1;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .mp-cta-section {
    padding: 5rem 2rem;
  }
}

/* ══════════════════════════════════════
   RESPONSIVE MOBILE (≤ 768px)
══════════════════════════════════════ */
@media (max-width: 768px) {
  .mp-test-section {
    padding: 4rem 1.4rem;
  }
  .mp-test-grid {
    grid-template-columns: 1fr;
  }
  .mp-test-grid .mp-test-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }
  .mp-test-quote {
    font-size: 1rem;
  }
  .mp-cta-section {
    padding: 4.5rem 1.4rem;
  }
  .mp-cta-h2 {
    font-size: 2rem;
  }
  .mp-cta-desc {
    font-size: 14px;
  }
  .mp-cta-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .mp-cta-btn-primary,
  .mp-cta-btn-ghost {
    justify-content: center;
    width: 100%;
    padding: 16px 24px;
  }
}/* End custom CSS */