/* === Variables === */
:root {
  --color-bg: #0f0f13;
  --color-surface: #1a1a24;
  --color-surface-hover: #22222e;
  --color-border: #2a2a3a;
  --color-text: #e4e4ef;
  --color-text-muted: #8888a0;
  --color-accent: #e84393;
  --color-accent-hover: #fd79a8;
  --color-accent-soft: rgba(232, 67, 147, 0.15);
  --color-white: #fff;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 2px 8px rgba(0,0,0,.3);
  --max-width: 1200px;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--color-bg); color: var(--color-text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--color-accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--color-accent-hover); }
img { max-width: 100%; height: auto; display: block; }

/* IMPORTANT:
   On garde le reset global des listes pour le header/footer/nav.
   Les listes "contenu" (article/annonce) sont restylées plus bas. */
ul, ol { list-style: none; padding-left: 0; margin: 0; }

/* === Layout === */
.xmoe1 { max-width: var(--max-width); margin: 0 auto; padding: 0 1rem; }

/* === Header === */
.squn0 { background: var(--color-surface); border-bottom: 1px solid var(--color-border); position: sticky; top: 0; z-index: 100; }
.nsus1 { display: flex; align-items: center; gap: 1.5rem; height: 60px; }
.btuu9 { font-size: 1.2rem; font-weight: 700; color: var(--color-accent); white-space: nowrap; }
.hvua0 { display: flex; gap: 1rem; }
.hvua0 a { color: var(--color-text-muted); font-size: .9rem; }
.hvua0 a:hover { color: var(--color-white); }
.srub1 {
    display: inline-block; padding: .4rem 1rem; background: var(--color-accent);
    color: #fff !important; border-radius: 999px; font-size: .82rem; font-weight: 700;
    letter-spacing: .03em; transition: background .2s; white-space: nowrap;
}
.srub1:hover { background: var(--color-accent-hover); }
.vwuj7 { margin-left: auto; position: relative; }
.ezuv0 { background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius); padding: .5rem .75rem; color: var(--color-text); font-size: .9rem; width: 220px; outline: none; transition: border-color .2s; }
.ezuv0:focus { border-color: var(--color-accent); }
.cxuw4 { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; font-size: 1rem; }
.ssacr2 { position: absolute; top: 100%; right: 0; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius); width: 300px; display: none; box-shadow: var(--shadow); z-index: 200; }
.ssacr2 a { display: block; padding: .6rem .8rem; color: var(--color-text); border-bottom: 1px solid var(--color-border); font-size: .85rem; }
.ssacr2 a:last-child { border-bottom: none; }
.ssacr2 a:hover { background: var(--color-surface-hover); }

/* === Main === */
.tlacx2 { min-height: 60vh; padding: 2rem 0; }

/* === Hero === */
.wbacn1 { text-align: center; padding: 3rem 0 2rem; }
.wbacn1 h1 { font-size: 2rem; font-weight: 700; margin-bottom: .5rem; }
.wbacn1 p { color: var(--color-text-muted); font-size: 1.1rem; }

/* === Sections === */
.dxacj8 { margin: 2.5rem 0; }
.dxacj8 h2 { font-size: 1.3rem; font-weight: 600; margin-bottom: 1rem; }
.pdecd5 { max-width: 800px; }
.dgecg3 { color: var(--color-text-muted); margin-bottom: 1.5rem; }

/* === Breadcrumb === */
.mgik0 { font-size: .85rem; color: var(--color-text-muted); margin-bottom: 1.5rem; }
.mgik0 a { color: var(--color-text-muted); }
.mgik0 a:hover { color: var(--color-accent); }

/* === Cards grid === */
.abot0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; }
.xnii5 { background: var(--color-surface); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--color-border); transition: transform .2s, box-shadow .2s; }
.xnii5:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ksiq6 { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.vtil3 { display: block; }
.ppiy2 { padding: .8rem 1rem 1rem; }
.txiy6 { font-size: 1rem; font-weight: 600; }
.txiy6 a { color: var(--color-white); }
.txiy6 a:hover { color: var(--color-accent); }
.wviv0 { font-size: .85rem; color: var(--color-text-muted); margin-top: .2rem; }
.hzij6 { font-size: .8rem; color: var(--color-accent); margin-top: .3rem; }

/* === Tags === */
.rmecl0 { display: flex; flex-wrap: wrap; gap: .5rem; }
.tjecf1 { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .8rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; font-size: .85rem; color: var(--color-text); transition: background .2s; }
.tjecf1:hover { background: var(--color-accent-soft); color: var(--color-accent); }
.qlecg1 { font-size: .75rem; color: var(--color-text-muted); }

/* === Annonce detail === */
.rky7 { margin-bottom: 1.5rem; }
.rky7 h1 { font-size: 1.8rem; }
.lqv8 { color: var(--color-text-muted); font-size: 1rem; }
.vja7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.usu9 { width: 100%; border-radius: var(--radius-lg); height: auto; object-fit: contain; }
.ggt0 { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; }
.cbez8 { margin-bottom: 1.5rem; }
.cbez8 h2 { font-size: 1.1rem; color: var(--color-accent); margin-bottom: .5rem; }
.ndep7 {}
.zlw9 { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.2rem; }
.ino1 { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid var(--color-border); font-size: .9rem; }
.ino1:last-child { border-bottom: none; }
.smb3 { color: var(--color-text-muted); }

/* === FIX #1 : le texte des annonces ne doit PAS devenir gris === */
.hrj9 { color: var(--color-text); }
.cbez8 p { color: var(--color-text); line-height: 1.8; }

/* === FIX #2 : restaurer les puces UNIQUEMENT dans le contenu (annonces / article) === */
.cbez8 ul,
.uhek9 ul,
.xnou5 ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: .75rem 0 1rem;
}
.cbez8 ol,
.uhek9 ol,
.xnou5 ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin: .75rem 0 1rem;
}
.cbez8 li,
.uhek9 li,
.xnou5 li {
  margin: .4rem 0;
  color: var(--color-text);
}
.cbez8 ul li::marker,
.uhek9 ul li::marker,
.xnou5 ul li::marker {
  color: var(--color-accent);
}

/* Option : si ton champ "pourquoi_me_choisir" contient parfois du texte sans <li>
   on évite un rendu moche */
.cbez8 ul:empty { display: none; }

/* === Content text (si utilisé ailleurs) === */
.xnou5 { line-height: 1.8; color: var(--color-text-muted); }
.xnou5 p { margin-bottom: 1rem; }
.xnou5 h2, .xnou5 h3 { color: var(--color-text); margin: 1.5rem 0 .5rem; }

/* === Pagination === */
.omaco0 { display: flex; justify-content: center; gap: .3rem; margin-top: 2rem; }
.ppacb2 { display: flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 .6rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius); color: var(--color-text); font-size: .9rem; }
.ppacb2:hover { background: var(--color-accent-soft); color: var(--color-accent); }
.jqacy1 { background: var(--color-accent); color: var(--color-white); border-color: var(--color-accent); }
.tnacu1 { display: flex; align-items: center; padding: 0 .3rem; color: var(--color-text-muted); }

/* === Search form === */
.ctaci8 { display: flex; gap: .5rem; margin-bottom: 1.5rem; max-width: 500px; }
.kwacd3 { flex: 1; padding: .7rem 1rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius); color: var(--color-text); font-size: 1rem; outline: none; }
.kwacd3:focus { border-color: var(--color-accent); }
.avacq5 { padding: .7rem 1.5rem; background: var(--color-accent); color: var(--color-white); border: none; border-radius: var(--radius); cursor: pointer; font-size: .95rem; font-weight: 500; }
.avacq5:hover { background: var(--color-accent-hover); }

/* === Blog === */
.ltej7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; }
.bnem8 { background: var(--color-surface); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--color-border); }
.npeh6 { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bnem8 h3 { padding: .8rem 1rem 0; font-size: 1rem; }
.bnem8 h3 a { color: var(--color-white); }
.bnem8 p { padding: 0 1rem; font-size: .85rem; color: var(--color-text-muted); }
.bnem8 time { padding: 0 1rem .8rem; font-size: .8rem; color: var(--color-text-muted); display: block; }

.vfiq9 { display: flex; flex-direction: column; gap: 1.5rem; }
.dvem2 { display: grid; grid-template-columns: 250px 1fr; gap: 1.5rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; }
.dbia1 { width: 100%; height: 100%; object-fit: cover; }
.xcin9 { display: block; }
.nwex8 { padding: 1rem 1rem 1rem 0; }
.nwex8 h2 { font-size: 1.15rem; margin-bottom: .3rem; }
.nwex8 h2 a { color: var(--color-white); }
.yzeh6 { font-size: .8rem; color: var(--color-text-muted); }
.nwex8 p { font-size: .9rem; color: var(--color-text-muted); margin-top: .5rem; }
.udiu7 { font-size: .85rem; font-weight: 500; }
.rxei9 { display: inline-block; font-size: .75rem; font-weight: 600; color: var(--color-accent); background: var(--color-accent-soft); padding: .2rem .6rem; border-radius: 12px; margin-bottom: .4rem; text-transform: uppercase; letter-spacing: .3px; }

/* === Blog categories filter === */
.gqev4 { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.nreh3 { display: inline-block; padding: .4rem .9rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 20px; font-size: .85rem; color: var(--color-text-muted); transition: all .2s; }
.nreh3:hover, .bsec8 { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }

/* === Article === */
.nmeb8 { display: flex; align-items: center; gap: 1rem; margin-top: .3rem; }
.cges5 { font-size: .8rem; font-weight: 600; color: var(--color-accent); background: var(--color-accent-soft); padding: .2rem .7rem; border-radius: 12px; }
.vkeu7 { margin-bottom: 1.5rem; }
.vkeu7 h1 { font-size: 2rem; }
.njet6 { color: var(--color-text-muted); font-size: .9rem; }
.ylek0 { width: 100%; max-height: 400px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 2rem; }
.uhek9 { max-width: 800px; }

/* === Empty === */
.rrov7 { color: var(--color-text-muted); padding: 2rem 0; text-align: center; }

/* === Footer === */
.tlus3 { background: var(--color-surface); border-top: 1px solid var(--color-border); margin-top: 3rem; padding: 2rem 0 0; }
.mpux4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.anub4 h4 { font-size: .95rem; margin-bottom: .8rem; }
.anub4 p, .anub4 a { font-size: .85rem; color: var(--color-text-muted); }
.anub4 li { margin-bottom: .3rem; }
.wmut0 { text-align: center; padding: 1.5rem 0; margin-top: 2rem; border-top: 1px solid var(--color-border); font-size: .8rem; color: var(--color-text-muted); }

/* === CTA Button === */
.xhg2 { text-align: center; margin: 1.5rem 0; }
.qkih7 {
  display: inline-block;
  padding: .9rem 2.5rem;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: var(--radius-lg);
  transition: background .2s, transform .15s;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.qkih7:hover { background: var(--color-accent-hover); color: var(--color-white); transform: translateY(-2px); }

/* Floating contact CTA */
.qlix6 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  padding: .85rem 2rem;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}
.qlix6.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .qlix6 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}
/* === Sexual practices box === */
.atn2 {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  margin-top: 1rem;
}
.atn2 h3 {
  font-size: .95rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: .8rem;
}
.dracr1 {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.dracr1 li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--color-text);
  margin: 0;
}
.dracr1 li::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--color-accent-soft);
  color: var(--color-accent);
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
}
/* On ne veut PAS les puces "disc" ici */
.dracr1 { list-style: none; padding-left: 0; }

/* === Intro text === */
.xzacc0 { margin-bottom: 1.5rem; }
.xzacc0 p { color: var(--color-text-muted); line-height: 1.7; }
.xzacc0 a { color: var(--color-accent); font-weight: 500; }

/* === Responsive === */
@media (max-width: 768px) {
  .nsus1 { flex-wrap: wrap; height: auto; padding: .5rem 1rem; }
  .vwuj7 { width: 100%; order: 3; margin: .5rem 0; }
  .ezuv0 { width: 100%; }
  .wbacn1 h1 { font-size: 1.5rem; }
  .abot0 { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .ggt0 { grid-template-columns: 1fr; }
  .vja7 { grid-template-columns: 1fr 1fr; }
  .dvem2 { grid-template-columns: 1fr; }
  .nwex8 { padding: 1rem; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.tlacx2 > .xmoe1 { display: flex; flex-direction: column; }
.mgik0 { order: 1; }
h1 { order: 2; }
.xzacc0 { order: 3; }
.hcecw5 { order: 90; }
.dxacj8 { order: 10; }
.wcos0 { order: 80; }
.wbacn1 { order: 2; }
.pdecd5 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.psot4 {
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.xvod5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.xvod5 + .xvod5 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.swof9 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.yxom9 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.ckecy1 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.ckecy1 .qlecg1 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .psot4 { padding: .75rem; }
  .xvod5 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .swof9 { min-width: unset; }
  .xcin9 { display: none; }
}

/* ── Comments ─────────────────────────────────────────────────────────── */
.tqij8 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.awiy8 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.crij8 { color: inherit; }

.hzd8 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-surface, rgba(255,255,255,.08));
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 8px;
    font-size: .9rem;
}
.gxm5 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.iwe3 { font-weight: 700; }
.avi9 { color: var(--color-text-muted, #aaa); text-decoration: none; font-size: .85rem; }
.avi9:hover { text-decoration: underline; }

.yct6 { margin-top: 32px; }
.vfh3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.rdf8 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.rlob8 { display: flex; flex-direction: column; gap: 16px; }
.bhow3 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.mgok8 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.bdov2 { font-weight: 700; font-size: .95rem; }
.rjoz9 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.gfob3 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.vkom5 { margin: 0; font-size: .9rem; line-height: 1.6; }
