.elementor-18253 .elementor-element.elementor-element-554f895{--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;}/* Start custom CSS for html, class: .elementor-element-b3bbea4 *//* ===========================
   Mentions légales – Style
   =========================== */

/* Variables (ajuste si besoin) */
:root{
  --ml-text: #2a2a2a;
  --ml-muted: #6d6d6d;
  --ml-accent: #7a4a2c;         /* brun chaleureux */
  --ml-accent-2: #b07a4a;       /* brun clair */
  --ml-bg-soft: #faf7f3;        /* fond papier */
  --ml-line: #e9e3dd;           /* lignes fines */
  --ml-white: #fff;
  --ml-radius: 14px;
  --ml-shadow: 0 10px 26px rgba(0,0,0,.06);
  --ml-shadow-soft: 0 6px 16px rgba(0,0,0,.05);
}

/* Contrainte de mise en page */
.mentions-legales{
  color: var(--ml-text);
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 18px 60px;
  line-height: 1.65;
  font-size: 16px;
}

.mentions-legales h1{
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin: 6px 0 22px;
  font-weight: 700;
  letter-spacing: .2px;
  color: #3c2f26;
  position: relative;
}

.mentions-legales h1::after{
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--ml-accent), var(--ml-accent-2));
  margin-top: 10px;
}

.mentions-legales h2{
  margin: 28px 0 10px;
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.3;
  font-weight: 700;
  color: #3c2f26;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Petit filet décoratif devant les H2 */
.mentions-legales h2::before{
  content: "";
  width: 16px; height: 16px;
  border-radius: 4px;
  background: var(--ml-accent);
  opacity: .18;
  box-shadow: inset 0 0 0 2px var(--ml-accent);
}

/* Paragraphes & liens */
.mentions-legales p{
  margin: 10px 0 12px;
  color: var(--ml-text);
}

.mentions-legales a{
  color: var(--ml-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.mentions-legales a:hover{
  filter: brightness(1.05);
}

/* Listes */
.mentions-legales ul, 
.mentions-legales ol{
  padding-left: 22px;
  margin: 8px 0 14px;
}

.mentions-legales li{ margin: 6px 0; }

/* Encarts d’identité (adresse, SIREN, hébergeur…) */
.mentions-legales p strong{
  color: #3b2c22;
}

/* Séparateur */
.mentions-legales hr{
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ml-line), transparent);
  margin: 24px 0;
}

/* Blocs "carte" doux (utilisés implicitement par tes paragraphes clé) */
.mentions-legales p + p + p {}

/* Callouts automatiques : si un bloc commence par "Hébergeur" ou "Directeur de la publication" */
.mentions-legales p:has(> strong:first-child){
  background: var(--ml-bg-soft);
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius);
  padding: 12px 14px;
  box-shadow: var(--ml-shadow-soft);
}

/* Évite d'encadrer tous les paragraphes consécutifs : on cible certains titres clés */
.mentions-legales p:has(> strong:first-child):is(:nth-of-type(3), :nth-of-type(4), :nth-of-type(5)){
  /* ces positions correspondent aux blocs SIREN / Directeur / Hébergeur
     d'après ton HTML fourni */
}

/* Médiateur – style carte */
.mentions-legales h2 + p + p:has(a[href*="cm2c"]){
  background: var(--ml-white);
  border: 1px dashed var(--ml-accent-2);
  border-radius: var(--ml-radius);
  padding: 14px 16px;
}

/* Encarts info (facultatif si tu ajoutes un <div class="ml-note">...</div>) */
.mentions-legales .ml-note{
  background: #fffef7;
  border: 1px solid #f1e8c9;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: var(--ml-shadow-soft);
  font-size: .95rem;
}

/* Petites badges sémantiques (si tu ajoutes <span class="ml-badge">RGPD</span>) */
.ml-badge{
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .3px;
  color: #3a2d23;
  background: #fff;
  border: 1px solid var(--ml-line);
  border-radius: 999px;
  padding: 3px 10px;
  margin-left: 6px;
}

/* Tables éventuelles (si tu ajoutes un tableau de contacts) */
.mentions-legales table{
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 18px;
  background: var(--ml-white);
  border: 1px solid var(--ml-line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--ml-shadow-soft);
}

.mentions-legales th,
.mentions-legales td{
  padding: 10px 12px;
  border-bottom: 1px solid var(--ml-line);
  text-align: left;
}

.mentions-legales th{
  background: #f7f3ee;
  color: #3a2d23;
  font-weight: 600;
}

.mentions-legales tr:last-child td{ border-bottom: 0; }

/* Listes "legal-friendly" avec puces personnalisées */
.mentions-legales ul li{
  position: relative;
  list-style: none;
  padding-left: 18px;
}
.mentions-legales ul li::before{
  content: "";
  position: absolute;
  left: 0; top: .7em;
  width: 8px; height: 8px;
  border-radius: 2px;
  background: var(--ml-accent);
  opacity: .35;
}

/* Accessibilité : focus visibles sur liens */
.mentions-legales a:focus{
  outline: 2px dashed var(--ml-accent);
  outline-offset: 2px;
}

/* Impression soignée */
@media print{
  .mentions-legales{
    max-width: 100%;
    padding: 0;
    color: #000;
    font-size: 12pt;
  }
  .mentions-legales a{
    color: #000;
    text-decoration: none;
  }
  .mentions-legales a[href^="http"]::after{
    content: " (" attr(href) ")";
    font-size: 10pt;
  }
  .mentions-legales hr{ background: #ccc; }
  /* supprime les effets d’ombre et couleurs fortes */
  *{ box-shadow: none !important; }
}/* End custom CSS */