.elementor-570 .elementor-element.elementor-element-4c09c98{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4c09c98 *//* =========================
   Politique de confidentialité — Design premium
   ========================= */

.pc-wrap{
  --ink:#f4f4f2;
  --muted:rgba(244,244,242,.78);
  --muted2:rgba(244,244,242,.62);
  --line:rgba(255,255,255,.12);
  --card:rgba(18,19,25,.92);
  --gold:#b48a3a;
  --wine:#7c2a36;
  --r:20px;
  --shadow:0 18px 60px rgba(0,0,0,.45);

  color: var(--ink);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Hero */
.pc-hero{
  margin-bottom: 32px;
  padding: 28px 28px 24px;
  border-radius: calc(var(--r) + 6px);
  background:
    radial-gradient(900px 360px at 15% 0%, rgba(180,138,58,.16), transparent 60%),
    radial-gradient(900px 360px at 85% 10%, rgba(124,42,54,.12), transparent 60%),
    var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pc-title{
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
}

.pc-sub{
  margin: 0 0 8px;
  max-width: 75ch;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

.pc-meta{
  margin: 0;
  color: var(--muted2);
  font-size: 13.5px;
}

/* Cards */
.pc-card{
  margin-bottom: 22px;
  padding: 22px 24px;
  border-radius: var(--r);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pc-card h2{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .01em;
}

.pc-card h3{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
}

.pc-card p{
  margin: 0 0 10px;
  line-height: 1.65;
  color: var(--muted);
  font-size: 14.5px;
}

.pc-card p:last-child{ margin-bottom: 0; }

/* Listes */
.pc-list{
  margin: 10px 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14.5px;
}
.pc-list li{ margin: 6px 0; }
.pc-list--tight{ margin-top: 8px; }
.pc-list--tight li{ margin: 4px 0; }

/* Grille */
.pc-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.pc-box{
  border-radius: calc(var(--r) - 4px);
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  padding: 14px 14px 12px;
}

/* Note */
.pc-note{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: calc(var(--r) - 4px);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  color: rgba(244,244,242,.88);
}

/* Liens */
.pc-wrap a{
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px dotted rgba(244,244,242,.35);
}
.pc-wrap a:hover{
  border-bottom-color: rgba(244,244,242,.75);
}

/* Responsive */
@media (max-width: 760px){
  .pc-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 600px){
  .pc-hero,
  .pc-card{
    padding: 20px 18px;
  }
}/* End custom CSS */