.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1867 .elementor-element.elementor-element-5d82e066{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for container, class: .elementor-element-5d82e066 *//* ============================================================
   SOTOMET — Mentions légales — CSS Elementor-ready
   Préfixe : .smlp- (sotomet mentions légales page)
   ============================================================ */

/* ---------- Variables ---------- */
.smlp-root {
  --smlp-steel:  #0a0c0f;
  --smlp-forge:  #141820;
  --smlp-plate:  #1e2430;
  --smlp-iron:   #2a3040;
  --smlp-rust:   #ff2129;
  --smlp-ember:  #b80121;
  --smlp-spark:  #f5a623;
  --smlp-chrome: #d0d8e8;
  --smlp-mist:   #8a95a8;
  --smlp-white:  #f0f2f5;
  --smlp-fd: 'Barlow Condensed', sans-serif;
  --smlp-fb: 'Barlow', sans-serif;
  --smlp-fm: 'DM Mono', monospace;
}

/* ---------- Reset scopé ---------- */
.smlp-root,
.smlp-root *,
.smlp-root *::before,
.smlp-root *::after {
  box-sizing: border-box;
}

.smlp-root {
  position: relative;
  background: var(--smlp-steel);
  color: var(--smlp-chrome);
  font-family: var(--smlp-fb);
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
}

.smlp-root::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .35;
}

/* ---------- Container ---------- */
.smlp-root .smlp-container {
  max-width: 65vw;
  margin: 0 auto;
  padding: 0 48px;
}


/* ============================================================
   HERO compact
   ============================================================ */
.smlp-root .smlp-hero {
  position: relative;
  min-height: 48vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 48px 60px;
  overflow: hidden;
  background: rgba(0, 0, 0, .74);
  z-index: 1;
}

.smlp-root .smlp-hero-flex { width: 60vw; position: relative; }

.smlp-root .smlp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(200, 57, 15, .07) 0%, transparent 50%),
    linear-gradient(to bottom, transparent 60%, var(--smlp-steel) 100%);
}

.smlp-root .smlp-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -55deg, transparent, transparent 60px,
    rgba(200, 57, 15, .04) 60px, rgba(200, 57, 15, .04) 61px
  );
}

.smlp-root .smlp-hero-content { position: relative; z-index: 1; }

.smlp-root .smlp-hero-eyebrow {
  font-family: var(--smlp-fm);
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--smlp-rust);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.smlp-root .smlp-hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--smlp-rust);
  flex-shrink: 0;
}

.smlp-root .smlp-hero-title {
  font-family: var(--smlp-fd);
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: .8;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--smlp-white);
  margin-bottom: 20px;
}

.smlp-root .smlp-hero-title em {
  font-style: normal;
  color: var(--smlp-rust);
  display: block;
  font-size: clamp(1.8rem, 5vw, 4rem);
}

.smlp-root .smlp-hero-wm {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--smlp-fd);
  font-weight: 900;
  font-size: clamp(100px, 16vw, 240px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 57, 15, .08);
  user-select: none;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
}

/* ============================================================
   CONTENU LÉGAL
   ============================================================ */
.smlp-root .smlp-content-section {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
  background: var(--smlp-forge);
}

.smlp-root .smlp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-bottom: 2px;
}

.smlp-root .smlp-block-wide { grid-column: 1 / -1; }

.smlp-root .smlp-card {
  background: var(--smlp-plate);
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
  transition: background .25s;
}

.smlp-root .smlp-card:hover { background: var(--smlp-iron); }

.smlp-root .smlp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--smlp-rust);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .3s ease;
}

.smlp-root .smlp-card:hover::before { transform: scaleY(1); }

.smlp-root .smlp-label {
  font-family: var(--smlp-fm);
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--smlp-rust);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.smlp-root .smlp-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(200, 57, 15, .2);
}

.smlp-root .smlp-rows { display: flex; flex-direction: column; gap: 0; }

.smlp-root .smlp-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  align-items: baseline;
}

.smlp-root .smlp-row:last-child { border-bottom: none; }

.smlp-root .smlp-key {
  font-family: var(--smlp-fm);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--smlp-mist);
  flex-shrink: 0;
  line-height: 1.5;
}

.smlp-root .smlp-val { font-size: .9rem; color: var(--smlp-chrome); line-height: 1.65; }
.smlp-root .smlp-val strong { color: var(--smlp-white); font-weight: 600; }
.smlp-root .smlp-val a { color: var(--smlp-spark); text-decoration: none; transition: color .2s; }
.smlp-root .smlp-val a:hover { color: var(--smlp-ember); }

.smlp-root .smlp-text { display: flex; flex-direction: column; gap: 16px; }
.smlp-root .smlp-text p { font-size: .92rem; color: var(--smlp-mist); line-height: 1.8; }
.smlp-root .smlp-text p strong { color: var(--smlp-chrome); font-weight: 500; }

.smlp-root .smlp-loi {
  background: rgba(200, 57, 15, .06);
  border-left: 3px solid rgba(200, 57, 15, .35);
  padding: 14px 18px;
  font-family: var(--smlp-fm);
  font-size: .76rem;
  color: var(--smlp-mist);
  line-height: 1.7;
  letter-spacing: .02em;
}

/* ---------- CTA ---------- */
.smlp-root .smlp-cta {
  margin-top: 40px;
  padding: 36px 40px;
  background: var(--smlp-plate);
  border-left: 3px solid var(--smlp-rust);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.smlp-root .smlp-cta-text { display: flex; flex-direction: column; gap: 6px; }

.smlp-root .smlp-cta-tag {
  font-family: var(--smlp-fm);
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--smlp-rust);
}

.smlp-root .smlp-cta-title {
  font-family: var(--smlp-fd);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--smlp-white);
}

.smlp-root .smlp-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--smlp-fd);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--smlp-white);
  background: var(--smlp-rust);
  padding: 14px 32px;
  text-decoration: none;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}

.smlp-root .smlp-btn-cta:hover { background: var(--smlp-ember); transform: translateX(4px); }

.smlp-root .smlp-btn-cta svg {
  width: 14px; height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* ============================================================
   REVEAL
   ============================================================ */
.smlp-root .smlp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.smlp-root .smlp-reveal.smlp-visible { opacity: 1; transform: translateY(0); }
.smlp-root .smlp-d1 { transition-delay: .1s; }
.smlp-root .smlp-d2 { transition-delay: .2s; }
.smlp-root .smlp-d3 { transition-delay: .3s; }


/* ============================================================
   RESPONSIVE — 1100px
   ============================================================ */
@media (max-width: 1100px) {
  .smlp-root .smlp-nav { padding: 0 30px; height: 70px; }
  .smlp-root .smlp-nav-toggle { display: flex; }

  .smlp-root .smlp-nav-links {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 70px; left: 20px; right: 20px;
    background: var(--smlp-forge);
    border-bottom: 2px solid var(--smlp-rust);
    z-index: 9999;
    padding: 0; gap: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .38s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
  }

  .smlp-root .smlp-nav-links.open { clip-path: inset(0 0 0 0); pointer-events: all; }

  .smlp-root .smlp-nav-item {
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .smlp-root .smlp-nav-links.open .smlp-nav-item:nth-child(1) { opacity: 1; transform: none; transition-delay: .10s; }
  .smlp-root .smlp-nav-links.open .smlp-nav-item:nth-child(2) { opacity: 1; transform: none; transition-delay: .18s; }
  .smlp-root .smlp-nav-links.open .smlp-nav-item:nth-child(3) { opacity: 1; transform: none; transition-delay: .26s; }
  .smlp-root .smlp-nav-links.open .smlp-nav-item:nth-child(4) { opacity: 1; transform: none; transition-delay: .34s; }
  .smlp-root .smlp-nav-links.open .smlp-nav-item:nth-child(5) { opacity: 1; transform: none; transition-delay: .42s; }

  .smlp-root .smlp-nav-item > a {
    padding: 18px 46px;
    font-size: .97rem;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    color: var(--smlp-chrome);
    background: rgba(0, 0, 0, .62);
  }

  .smlp-root .smlp-nav-item.smlp-cta > a { margin-left: 0; background: transparent; color: var(--smlp-rust); font-size: .9rem; letter-spacing: .14em; }
  .smlp-root .smlp-nav-item.smlp-cta { border-top: 1px solid rgba(200, 57, 15, .25); margin-top: 4px; }

  .smlp-root .smlp-nav-dropdown {
    display: block !important;
    position: static;
    border: none;
    background: rgba(0, 0, 0, .25);
    min-width: unset;
  }

  .smlp-root .smlp-nav-dropdown a { padding: 10px 44px 10px 68px; font-size: .81rem; border-bottom: 1px solid rgba(255,255,255,.04); color: #7688a6; }
  .smlp-root .smlp-nav-dropdown a:hover { color: var(--smlp-spark); padding-left: 52px; }
  .smlp-root .smlp-nav-item.smlp-lang > a { padding: 18px 46px; background: rgba(0, 0, 0, .62); justify-content: flex-start; }

  .smlp-root .smlp-container { max-width: 100vw; padding: 0 28px; }
  .smlp-root .smlp-hero { padding: 100px 28px 50px; min-height: auto; }
  .smlp-root .smlp-hero-flex { width: 100%; }
  .smlp-root .smlp-hero-wm { display: none; }
  .smlp-root .smlp-grid { grid-template-columns: 1fr; }
  .smlp-root .smlp-block-wide { grid-column: auto; }
  .smlp-root .smlp-row { grid-template-columns: 110px 1fr; }
  .smlp-root .smlp-cta { flex-direction: column; }
  .smlp-root .smlp-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; margin-bottom: 40px; }
  .smlp-root .smlp-footer-brand { grid-column: 1 / -1; }
  .smlp-root .smlp-footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media (max-width: 480px) {
  .smlp-root .smlp-nav { padding: 0 20px; height: 64px; }
  .smlp-root .smlp-nav-links { top: 64px; }
  .smlp-root .smlp-container { padding: 0 20px; }
  .smlp-root .smlp-hero { padding: 90px 20px 44px; }
  .smlp-root .smlp-card { padding: 24px 22px; }
  .smlp-root .smlp-row { grid-template-columns: 1fr; gap: 4px; }
  .smlp-root .smlp-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .smlp-root .smlp-footer-brand { grid-column: auto; }
  .smlp-root .smlp-footer { padding: 52px 0 28px; }
  .smlp-root .smlp-footer-bottom { gap: 10px; padding-top: 20px; }
}/* End custom CSS */