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

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

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

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

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

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

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

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

/* === Annonce detail === */
.ykt2 { margin-bottom: 1.5rem; }
.ykt2 h1 { font-size: 1.8rem; }
.tqt6 { color: var(--color-text-muted); font-size: 1rem; }
.ijz1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.bsq6 { width: 100%; border-radius: var(--radius-lg); height: auto; object-fit: contain; }
.cgw1 { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; }
.uben5 { margin-bottom: 1.5rem; }
.uben5 h2 { font-size: 1.1rem; color: var(--color-accent); margin-bottom: .5rem; }
.ddeq9 {}
.ulh5 { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.2rem; }
.rni1 { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid var(--color-border); font-size: .9rem; }
.rni1:last-child { border-bottom: none; }
.ymo6 { color: var(--color-text-muted); }

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

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

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

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

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

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

.sfiq1 { display: flex; flex-direction: column; gap: 1.5rem; }
.lves1 { 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; }
.ibij4 { width: 100%; height: 100%; object-fit: cover; }
.hciy6 { display: block; }
.zwes3 { padding: 1rem 1rem 1rem 0; }
.zwes3 h2 { font-size: 1.15rem; margin-bottom: .3rem; }
.zwes3 h2 a { color: var(--color-white); }
.vzei8 { font-size: .8rem; color: var(--color-text-muted); }
.zwes3 p { font-size: .9rem; color: var(--color-text-muted); margin-top: .5rem; }
.xdip1 { font-size: .85rem; font-weight: 500; }
.pxee7 { 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 === */
.rqem2 { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.nrer9 { 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; }
.nrer9:hover, .esef8 { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }

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

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

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

/* Floating contact CTA */
.elip7 {
  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;
}
.elip7.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .elip7 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}
/* === Sexual practices box === */
.atj8 {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  margin-top: 1rem;
}
.atj8 h3 {
  font-size: .95rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-bottom: .8rem;
}
.vracu4 {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.vracu4 li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--color-text);
  margin: 0;
}
.vracu4 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 */
.vracu4 { list-style: none; padding-left: 0; }

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

/* === Responsive === */
@media (max-width: 768px) {
  .osuy2 { flex-wrap: wrap; height: auto; padding: .5rem 1rem; }
  .zwub3 { width: 100%; order: 3; margin: .5rem 0; }
  .gzuc7 { width: 100%; }
  .lbacy9 h1 { font-size: 1.5rem; }
  .iboh3 { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .cgw1 { grid-template-columns: 1fr; }
  .ijz1 { grid-template-columns: 1fr 1fr; }
  .lves1 { grid-template-columns: 1fr; }
  .zwes3 { padding: 1rem; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.tlack8 > .dmoq3 { display: flex; flex-direction: column; }
.ggic1 { order: 1; }
h1 { order: 2; }
.izact8 { order: 3; }
.wcecq8 { order: 90; }
.bxacq5 { order: 10; }
.dcol0 { order: 80; }
.lbacy9 { order: 2; }
.vdeca4 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.dsoz2 {
    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;
}
.uvog5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.uvog5 + .uvog5 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.xwop3 {
    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;
}
.jxof2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.ekecy2 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.ekecy2 .alecy9 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .dsoz2 { padding: .75rem; }
  .uvog5 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .xwop3 { min-width: unset; }
  .hciy6 { display: none; }
}

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

.kzz9 {
    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;
}
.dxp2 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.awm9 { font-weight: 700; }
.hvx8 { color: var(--color-text-muted, #aaa); text-decoration: none; font-size: .85rem; }
.hvx8:hover { text-decoration: underline; }

.dck4 { margin-top: 32px; }
.yfr1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.qdq7 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.olon5 { display: flex; flex-direction: column; gap: 16px; }
.nhou6 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.mgos1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.adov0 { font-weight: 700; font-size: .95rem; }
.vjoo1 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.qfok1 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.ckoy1 { margin: 0; font-size: .9rem; line-height: 1.6; }
