/* === 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 === */
.theu1 { max-width: var(--max-width); margin: 0 auto; padding: 0 1rem; }

/* === Header === */
.gfucy4 { background: var(--color-surface); border-bottom: 1px solid var(--color-border); position: sticky; top: 0; z-index: 100; }
.thucn6 { display: flex; align-items: center; gap: 1.5rem; height: 60px; }
.ajucu6 { font-size: 1.2rem; font-weight: 700; color: var(--color-accent); white-space: nowrap; }
.okuce1 { display: flex; gap: 1rem; }
.okuce1 a { color: var(--color-text-muted); font-size: .9rem; }
.okuce1 a:hover { color: var(--color-white); }
.ulucr3 { margin-left: auto; position: relative; }
.tnuco4 { 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; }
.tnuco4:focus { border-color: var(--color-accent); }
.emuca4 { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; font-size: 1rem; }
.kfiv6 { 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; }
.kfiv6 a { display: block; padding: .6rem .8rem; color: var(--color-text); border-bottom: 1px solid var(--color-border); font-size: .85rem; }
.kfiv6 a:last-child { border-bottom: none; }
.kfiv6 a:hover { background: var(--color-surface-hover); }

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

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

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

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

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

/* === Tags === */
.rgadh5 { display: flex; flex-wrap: wrap; gap: .5rem; }
.mkib3 { 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; }
.mkib3:hover { background: var(--color-accent-soft); color: var(--color-accent); }
.kfadt0 { font-size: .75rem; color: var(--color-text-muted); }

/* === Annonce detail === */
.ppie2 { margin-bottom: 1.5rem; }
.ppie2 h1 { font-size: 1.8rem; }
.ctiu8 { color: var(--color-text-muted); font-size: 1rem; }
.uniw2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.cwip1 { width: 100%; border-radius: var(--radius-lg); aspect-ratio: 3/4; object-fit: cover; }
.gkf9 { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; }
.efoo8 { margin-bottom: 1.5rem; }
.efoo8 h2 { font-size: 1.1rem; color: var(--color-accent); margin-bottom: .5rem; }
.egoz8 {}
.dqin3 { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.2rem; }
.bsib1 { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid var(--color-border); font-size: .9rem; }
.bsib1:last-child { border-bottom: none; }
.hrih9 { color: var(--color-text-muted); }

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

/* === FIX #2 : restaurer les puces UNIQUEMENT dans le contenu (annonces / article) === */
.efoo8 ul,
.ljol4 ul,
.nsocr4 ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: .75rem 0 1rem;
}
.efoo8 ol,
.ljol4 ol,
.nsocr4 ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin: .75rem 0 1rem;
}
.efoo8 li,
.ljol4 li,
.nsocr4 li {
  margin: .4rem 0;
  color: var(--color-text);
}
.efoo8 ul li::marker,
.ljol4 ul li::marker,
.nsocr4 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 */
.efoo8 ul:empty { display: none; }

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

/* === Pagination === */
.mzen9 { display: flex; justify-content: center; gap: .3rem; margin-top: 2rem; }
.tcin8 { 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; }
.tcin8:hover { background: var(--color-accent-soft); color: var(--color-accent); }
.sdil3 { background: var(--color-accent); color: var(--color-white); border-color: var(--color-accent); }
.tbio5 { display: flex; align-items: center; padding: 0 .3rem; color: var(--color-text-muted); }

/* === Search form === */
.jvucy5 { display: flex; gap: .5rem; margin-bottom: 1.5rem; max-width: 500px; }
.qxuce5 { 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; }
.qxuce5:focus { border-color: var(--color-accent); }
.pwucn6 { 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; }
.pwucn6:hover { background: var(--color-accent-hover); }

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

.dmb8 { display: flex; flex-direction: column; gap: 1.5rem; }
.rfk6 { 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; }
.ijx2 { width: 100%; height: 100%; object-fit: cover; }
.tgb5 { padding: 1rem 1rem 1rem 0; }
.tgb5 h2 { font-size: 1.15rem; margin-bottom: .3rem; }
.tgb5 h2 a { color: var(--color-white); }
.zhv8 { font-size: .8rem; color: var(--color-text-muted); }
.tgb5 p { font-size: .9rem; color: var(--color-text-muted); margin-top: .5rem; }
.xlz9 { font-size: .85rem; font-weight: 500; }
.zwow3 { 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 === */
.frov6 { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.bsod3 { 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; }
.bsod3:hover, .rtob2 { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }

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

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

/* === Footer === */
.mzocw8 { background: var(--color-surface); border-top: 1px solid var(--color-border); margin-top: 3rem; padding: 2rem 0 0; }
.gducj4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.ncuci8 h4 { font-size: .95rem; margin-bottom: .8rem; }
.ncuci8 p, .ncuci8 a { font-size: .85rem; color: var(--color-text-muted); }
.ncuci8 li { margin-bottom: .3rem; }
.jbucr5 { 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 === */
.mmir1 { text-align: center; margin: 1.5rem 0; }
.err5 {
  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;
}
.err5:hover { background: var(--color-accent-hover); color: var(--color-white); transform: translateY(-2px); }

/* Floating contact CTA */
.vxici7 {
  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;
}
.vxici7.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .vxici7 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}

/* === Sexual practices box === */
.nxih2 {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  margin-top: 1rem;
}
.nxih2 h3 {
  font-size: .95rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: .8rem;
}
.ctuci1 {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.ctuci1 li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--color-text);
  margin: 0;
}
.ctuci1 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 */
.ctuci1 { list-style: none; padding-left: 0; }

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

/* === Card comment badge === */
.wvk7 { font-size: .78rem; margin-top: .5rem; display: flex; align-items: center; gap: .35rem; }
.ucev3 { color: #f5a623; letter-spacing: .04em; line-height: 1; }
.awa0 { color: var(--color-text-muted); }

/* === Annonce header — rating summary === */
.ydoa9 {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .6rem;
  padding: .35rem .75rem;
  background: var(--color-accent-soft);
  border: 1px solid rgba(232,67,147,.25);
  border-radius: 20px;
  font-size: .9rem;
}
.jcox2 { color: #f5a623; letter-spacing: .05em; }
.iboz4 { font-weight: 700; color: var(--color-text); }
.azil2 { color: var(--color-accent); font-size: .85rem; }
.azil2:hover { color: var(--color-accent-hover); }

/* === Annonce comments zone (inside .evis0) === */
.zbi4 {
  border-top: 1px solid var(--color-border);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.sdc4 {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 1.1rem !important;
  color: var(--color-text) !important;
  margin-bottom: 1.2rem;
}
.dcc8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 .45rem;
  background: var(--color-accent);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  border-radius: 12px;
}
.crocj5 { display: flex; flex-direction: column; gap: .85rem; }
.knocd8 {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-lg);
  padding: .9rem 1.1rem;
  transition: border-color .2s;
}
.knocd8:hover { border-left-color: var(--color-accent-hover); }
.xmocv1 {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .45rem;
  flex-wrap: wrap;
}
.dkocg7 {
  font-weight: 600;
  font-size: .9rem;
  color: var(--color-text);
}
.cpocu7 { color: #f5a623; font-size: .82rem; letter-spacing: .06em; }
.kloca6 { font-size: .78rem; color: var(--color-text-muted); margin-left: auto; }
.cqocp1 { font-size: .88rem; color: var(--color-text-muted); line-height: 1.65; margin: 0; }

/* === Responsive === */
@media (max-width: 768px) {
  .thucn6 { flex-wrap: wrap; height: auto; padding: .5rem 1rem; }
  .ulucr3 { width: 100%; order: 3; margin: .5rem 0; }
  .tnuco4 { width: 100%; }
  .spucv0 h1 { font-size: 1.5rem; }
  .kgey9 { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .gkf9 { grid-template-columns: 1fr; }
  .uniw2 { grid-template-columns: 1fr 1fr; }
  .rfk6 { grid-template-columns: 1fr; }
  .tgb5 { padding: 1rem; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.yxei7 > .theu1 { display: flex; flex-direction: column; }
.wnw8 { order: 1; }
h1 { order: 2; }
.azuca5 { order: 3; }
.ybadl3 { order: 90; }
.ggij3 { order: 10; }
.rjocp8 { order: 80; }
.spucv0 { order: 2; }
.mcadp3 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.ckek9 {
    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;
}
.avocq8 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.avocq8 + .avocq8 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.cwocb6 {
    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;
}
.yxocm2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.hliw5 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.hliw5 .kfadt0 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .ckek9 { padding: .75rem; }
  .avocq8 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .cwocb6 { min-width: unset; }
}
