.elementor-3617 .elementor-element.elementor-element-90de779{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-f78d486 *//* ════════════════════════════════════════════
   PAGES LÉGALES
   Shortcodes : page_mentions_legales
                page_confidentialite
                page_cookies
   Champs ACF : texte_mentions_legales
                texte_confidentialite
                texte_cookies (type Wysiwyg)
════════════════════════════════════════════ */

/* ── HERO ── */
.ml-hero {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #003D52;
}

.ml-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0,37,53,.95) 0%, rgba(0,37,53,.7) 60%, transparent 100%);
}

.ml-hero-wave {
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  z-index: 2; line-height: 0;
}

.ml-hero-wave svg { width: 100%; display: block; }

.ml-hero-content {
  position: relative;
  z-index: 3;
  padding: 0 48px 48px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.ml-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.ml-breadcrumb a,
.ml-breadcrumb span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.ml-breadcrumb a:hover { color: #00AECC; }
.ml-sep { color: rgba(255,255,255,.25); }
.ml-cur { color: rgba(255,255,255,.9) !important; }

.ml-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00AECC;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.ml-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #00AECC;
}

.ml-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 48px);
  color: white;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
}

.ml-title span { color: #00AECC; }

/* ── SECTION CONTENU ── */
.ml-section {
  padding: 64px 0 88px;
  background: white;
}

.ml-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}

/* ── WYSIWYG ── */
.ml-wysiwyg {
  font-size: 14px;
  color: #4A6070;
  line-height: 1.75;
  font-family: 'Open Sans', sans-serif;
}

.ml-wysiwyg h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #003D52;
  text-transform: uppercase;
  letter-spacing: -.3px;
  margin: 40px 0 14px;
  padding-left: 14px;
  border-left: 3px solid #00AECC;
}

.ml-wysiwyg h2:first-child { margin-top: 0; }

.ml-wysiwyg h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #003D52;
  margin: 24px 0 10px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.ml-wysiwyg p {
  margin-bottom: 14px;
}

.ml-wysiwyg p:last-child { margin-bottom: 0; }

.ml-wysiwyg strong { color: #003D52; font-weight: 700; }

.ml-wysiwyg a {
  color: #00AECC;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.ml-wysiwyg a:hover { color: #F2611A; }

/* ── LISTES ── */
.ml-wysiwyg ul,
.ml-wysiwyg ol {
  padding-left: 0;
  list-style: none;
  margin: 12px 0 16px;
}

.ml-wysiwyg ul li,
.ml-wysiwyg ol li {
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid #E8EDF0;
  font-size: 14px;
  color: #4A6070;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}

.ml-wysiwyg ul li:last-child,
.ml-wysiwyg ol li:last-child { border-bottom: none; }

.ml-wysiwyg ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00AECC;
}

.ml-wysiwyg ol {
  counter-reset: ml-counter;
}

.ml-wysiwyg ol li::before {
  counter-increment: ml-counter;
  content: counter(ml-counter) '.';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #00AECC;
  font-family: 'Montserrat', sans-serif;
}

/* ── SÉPARATEUR entre sections ── */
.ml-wysiwyg hr {
  border: none;
  border-top: 1px solid #D4E4EB;
  margin: 40px 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .ml-container { padding: 0 24px; }
  .ml-hero-content { padding: 0 24px 40px; }
  .ml-section { padding: 40px 0 64px; }
}/* End custom CSS */