.elementor-1008 .elementor-element.elementor-element-4a6f97f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4a6f97f *//* ===============================
   PAGE — Mentions légales (Prof&Vous)
   Même DA que le site (bleu/menthe)
================================= */

.pv-legal{
  --pv-ink:#1E1E1E;
  --pv-muted:#6E6B67;
  --pv-accent:#55C6C3;
  --pv-accent-strong:#3BB3B0;
  --pv-white:#FFFFFF;

  max-width: 1180px;
  margin: 80px auto;
  padding: 56px 28px;
  background: var(--pv-white);
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
  position: relative;
}

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

/* Head */
.pv-legal__head{
  text-align:center;
  margin-bottom: 26px;
}

.pv-legal__head h1{
  font-family:"Lexend", system-ui, sans-serif;
  font-weight:800;
  font-size: clamp(28px, 4.6vw, 44px);
  line-height:1.12;
  color: var(--pv-ink);
  margin: 0 0 10px 0;
}

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

/* Grid */
.pv-legal__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 26px;
}

/* Card */
.pv-legal__card{
  background: #fff;
  border-radius: 18px;
  padding: 22px 22px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.pv-legal__card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  border-radius:18px 18px 0 0;
  background: linear-gradient(90deg, var(--pv-accent), var(--pv-accent-strong));
  opacity:.95;
}

.pv-legal__card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(85,198,195,.18);
  border-color: rgba(0,0,0,.12);
  background: linear-gradient(180deg, rgba(85,198,195,.05), rgba(85,198,195,.05)), #fff;
}

/* Titles */
.pv-legal__card h2{
  font-family:"Lexend", system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .2px;
  margin: 0 0 12px 0;
  color: var(--pv-ink);
  text-transform: uppercase;
  opacity: .9;
}

/* Text / lists */
.pv-legal__text{
  margin: 0;
  color: #2D2D2D;
  line-height: 1.6;
  font-weight: 600;
}

.pv-legal__note{
  margin-top: 10px;
  color: var(--pv-muted);
  font-weight: 600;
  font-size: 13px;
}

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

.pv-legal__list li{
  color:#2D2D2D;
  line-height:1.55;
  font-weight: 600;
}

.pv-legal__list strong{
  color: var(--pv-ink);
  font-weight: 800;
}

.pv-legal em{
  font-style: normal;
  color: var(--pv-muted);
  font-weight: 700;
}

/* Links */
.pv-legal a{
  color: var(--pv-ink);
  text-decoration: none;
  font-weight: 800;
  border-radius: 10px;
  padding: 2px 4px;
  transition: background .18s ease, color .18s ease;
}

.pv-legal a:hover{
  background: rgba(85,198,195,.10);
  color: #0F1F3A;
}

/* CTA */
.pv-legal__cta{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .2px;
  text-decoration: none;
  color: #0F1F3A;
  background: linear-gradient(180deg, var(--pv-accent), var(--pv-accent-strong));
  border: 1px solid rgba(59,179,176,.35);
  box-shadow: 0 10px 24px rgba(85,198,195,.26);
  transition: transform .18s ease, box-shadow .18s ease;
}

.pv-legal__cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(85,198,195,.34),
              0 0 0 6px rgba(85,198,195,.12);
}

/* Footer */
.pv-legal__foot{
  margin-top: 22px;
  text-align: center;
  color: var(--pv-muted);
  font-weight: 700;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1024px){
  .pv-legal{
    margin: 64px auto;
    padding: 44px 22px;
  }
  .pv-legal__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .pv-legal{
    margin: 52px auto;
    padding: 36px 18px;
    border-radius: 22px;
  }
  .pv-legal__card{
    padding: 20px 18px;
    border-radius: 16px;
  }
  .pv-legal__card::before{
    border-radius: 16px 16px 0 0;
  }
}

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