.elementor-3635 .elementor-element.elementor-element-ce06fcb{--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:4rem;--padding-bottom:4rem;--padding-left:4rem;--padding-right:4rem;}@media(max-width:767px){.elementor-3635 .elementor-element.elementor-element-ce06fcb{--padding-top:1rem;--padding-bottom:1rem;--padding-left:1rem;--padding-right:1rem;}}/* Start custom CSS for text-editor, class: .elementor-element-1473003 */<style>
/* =========================================================
   FUEL MOTORS — PAGES LÉGALES
   Politique de confidentialité / Cookies / Mentions légales
   ========================================================= */

.fm-legal {
  --fm-red: #C0001A;
  --fm-red-dark: #8A0013;
  --fm-black: #111111;
  --fm-text: #303030;
  --fm-muted: #707070;
  --fm-line: #E4E4E4;
  --fm-soft: #F6F6F6;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 5rem 3rem 6rem;

  box-sizing: border-box;

  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--fm-text);

  counter-reset: fm-legal-section;
}


/* =========================================================
   EN-TÊTE
   ========================================================= */

.fm-legal-header {
  max-width: 900px;
  margin-bottom: 4rem;
}


.fm-legal-kicker {
  display: block;

  margin-bottom: 0.75rem;

  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;

  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: var(--fm-red);
}


.fm-legal h1 {
  margin: 0 0 1.5rem !important;
  padding: 0 !important;

  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(2.8rem, 5vw, 4.5rem) !important;
  font-weight: 700 !important;

  line-height: 0.95 !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;

  color: var(--fm-black) !important;
}


.fm-legal-lead {
  max-width: 850px;

  margin: 0;

  font-size: 1.1rem;
  line-height: 1.75;

  color: #555555;
}


.fm-legal-update {
  display: block;

  margin-top: 1.5rem;

  font-size: 0.82rem;
  font-weight: 500;

  color: var(--fm-muted);
}


/* =========================================================
   SECTIONS
   ========================================================= */

.fm-legal h2 {
  counter-increment: fm-legal-section;

  position: relative;

  margin: 4rem 0 1.5rem !important;
  padding: 0 0 1rem 4rem !important;

  border-bottom: 1px solid var(--fm-line);

  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: clamp(1.7rem, 2.5vw, 2.25rem) !important;
  font-weight: 700 !important;

  line-height: 1 !important;
  text-transform: uppercase;

  color: var(--fm-black) !important;
}


.fm-legal h2::before {
  content: counter(fm-legal-section, decimal-leading-zero);

  position: absolute;
  left: 0;
  top: 0;

  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;

  line-height: 1;

  color: var(--fm-red);
}


.fm-legal h3 {
  margin: 2rem 0 0.65rem !important;
  padding: 0 !important;

  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;

  line-height: 1.15 !important;
  text-transform: uppercase;

  color: var(--fm-black) !important;
}


/* =========================================================
   TEXTE
   ========================================================= */

.fm-legal p {
  margin: 0 0 1.25rem;
}


.fm-legal ul {
  margin: 1rem 0 1.75rem;
  padding: 0;

  list-style: none;
}


.fm-legal li {
  position: relative;

  margin: 0 0 0.65rem;
  padding-left: 1.4rem;
}


.fm-legal li::before {
  content: '';

  position: absolute;
  left: 0;
  top: 0.75em;

  width: 0.4rem;
  height: 2px;

  background: var(--fm-red);
}


.fm-legal strong {
  font-weight: 700;
  color: var(--fm-black);
}


.fm-legal a {
  color: var(--fm-red);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;

  transition: color 0.2s ease;
}


.fm-legal a:hover {
  color: var(--fm-red-dark);
}


/* =========================================================
   ENCADRÉ
   ========================================================= */

.fm-legal-box {
  margin: 1.75rem 0;
  padding: 1.5rem 1.75rem;

  background: var(--fm-soft);
  border-left: 3px solid var(--fm-red);
}


.fm-legal-box p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   COORDONNÉES
   ========================================================= */

.fm-legal-address {
  margin: 1.5rem 0;
  padding: 1.5rem 1.75rem;

  background: var(--fm-soft);

  font-style: normal;
  line-height: 1.7;
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1024px) {

  .fm-legal {
    padding: 4rem 2rem 5rem;
  }

  .fm-legal-header {
    margin-bottom: 3rem;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .fm-legal {
    padding: 3rem 1.25rem 4rem;

    font-size: 0.98rem;
    line-height: 1.7;
  }

  .fm-legal-header {
    margin-bottom: 2.5rem;
  }

  .fm-legal h1 {
    font-size: 2.65rem !important;
  }

  .fm-legal-lead {
    font-size: 1rem;
  }

  .fm-legal h2 {
    margin-top: 3rem !important;
    padding-left: 3.2rem !important;

    font-size: 1.65rem !important;
  }

  .fm-legal h2::before {
    font-size: 1rem;
  }

  .fm-legal-box,
  .fm-legal-address {
    padding: 1.25rem;
  }

}
</style>/* End custom CSS */