.elementor-1036 .elementor-element.elementor-element-d864913{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d864913 *//* ===============================
   PAGE LÉGALE — PROF&VOUS (RGPD / Mentions / CGV)
   Même DA pastel bleu/menthe
   À coller dans Elementor (CSS du conteneur ou page)
================================= */

.pv-legal{
  --pv-ink:#1E1E1E;
  --pv-muted:#6E6B67;
  --pv-accent:#55C6C3;
  --pv-accent-strong:#3BB3B0;
  --pv-white:#FFFFFF;
  --pv-border: rgba(0,0,0,.06);

  max-width: 980px;
  margin: 90px auto;
  padding: 0 18px;
  font-family: "Lexend", system-ui, sans-serif;
  color: var(--pv-ink);
}

.pv-legal__head{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--pv-border);
  border-radius: 26px;
  padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}

.pv-legal__head::before{
  content:"";
  position:absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pv-accent), var(--pv-accent-strong));
  opacity:.75;
}

.pv-legal__head h1{
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 10px 0;
  line-height: 1.12;
}

.pv-legal__sub{
  margin: 0;
  color: var(--pv-muted);
  font-weight: 650;
  line-height: 1.55;
  max-width: 70ch;
}

.pv-legal__meta{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: var(--pv-muted);
  font-weight: 700;
  font-size: 13px;
}

.pv-legal__meta a{
  color: #0F1F3A;
  text-decoration: none;
  font-weight: 900;
  border-radius: 10px;
  padding: 4px 6px;
  transition: background .18s ease;
}
.pv-legal__meta a:hover{
  background: rgba(85,198,195,.10);
}

.pv-legal__card{
  margin-top: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--pv-border);
  border-radius: 22px;
  padding: clamp(18px, 3.2vw, 28px);
  box-shadow: 0 14px 44px rgba(0,0,0,.06);
  position: relative;
}

.pv-legal__card::before{
  content:"";
  position:absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, rgba(85,198,195,.55), rgba(59,179,176,.55));
  opacity: .75;
}

.pv-legal__card h2{
  margin: 0 0 10px 0;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1px;
  line-height: 1.25;
}

.pv-legal__card p{
  margin: 0 0 10px 0;
  color: #2A2A2A;
  font-weight: 650;
  line-height: 1.65;
}

.pv-legal__card p:last-child{
  margin-bottom: 0;
}

.pv-legal__card a{
  color: #0F1F3A;
  text-decoration: none;
  font-weight: 900;
  border-radius: 10px;
  padding: 2px 6px;
  transition: background .18s ease;
}
.pv-legal__card a:hover{
  background: rgba(85,198,195,.10);
}

.pv-legal__card ul{
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pv-legal__card li{
  position: relative;
  padding-left: 26px;
  color: #2D2D2D;
  font-weight: 650;
  line-height: 1.55;
}

.pv-legal__card li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2E7D32;
  font-weight: 900;
}

.pv-legal__hint{
  margin-top: 12px !important;
  color: var(--pv-muted) !important;
  font-size: 13px;
  font-weight: 700 !important;
}

.pv-legal__foot{
  margin-top: 22px;
  text-align: center;
  color: var(--pv-muted);
  font-weight: 750;
  font-size: 14px;
}

.pv-legal__foot a{
  color: #0F1F3A;
  text-decoration: none;
  font-weight: 900;
  border-radius: 10px;
  padding: 4px 8px;
  transition: background .18s ease;
}
.pv-legal__foot a:hover{
  background: rgba(85,198,195,.10);
}

/* Petite optimisation de la typo sur mobile */
@media (max-width: 767px){
  .pv-legal{
    margin: 64px auto;
  }
  .pv-legal__meta{
    font-size: 12.5px;
  }
}

/* Accessibilité focus */
.pv-legal a:focus-visible{
  outline: 3px solid rgba(85,198,195,.35);
  outline-offset: 2px;
}/* End custom CSS */