/* ═══════════════════════════════════════════════════
   GUIDES D'ACHAT — Styles communs à tous les guides
   ═══════════════════════════════════════════════════ */

/* BLOC CENTRAL */
#page-center { margin: 10px auto; background: #fff; padding: 0 0 0 15px; }
#fil_dariane { margin-top: 6px; margin-bottom: 10px; font-size: 11px; color: #444; }
#fil_dariane a { color: #444; font-weight: bold; }
#fil_dariane a:hover { color: #f55c92; }

.page-h1 {
  font-family: Arial, sans-serif; font-size: 22px; color: #f55c92;
  border-bottom: 1px solid #f55c92; text-align: left;
  padding-bottom: 6px; margin-bottom: 8px; font-weight: normal;
}
.page-subtitle { font-size: 11px; color: #797676; margin-bottom: 14px; }

/* SOMMAIRE */
#sommaire { display: inline-block; border: 1px dotted #f55c92; padding: 10px 15px; margin-bottom: 20px; background: #fdf9fb; }
#sommaire .som-titre {
  font-size: 12px; font-weight: bold; color: #f55c92; text-transform: uppercase;
  margin-bottom: 6px; border-bottom: 1px dotted #f55c92; padding-bottom: 4px;
}
#sommaire ol { padding-left: 18px; }
#sommaire li { margin: 4px 0; }
#sommaire a { font-size: 12px; color: #444; }
#sommaire a:hover { color: #f55c92; }

/* FILTRES */
.cat-links { margin: 14px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.cat-links a { font-size: 11px; color: #444; border: 1px solid #ccc; padding: 3px 10px; background: #f9f8f7; }
.cat-links a:hover { color: #f55c92; border-color: #f55c92; text-decoration: none; background: #fdf9fb; }
.cat-links a.active { color: #f55c92; border-color: #f55c92; font-weight: bold; }

/* TITRES SECTIONS */
.section-titre { font-size: 17px; font-family: Arial, sans-serif; color: #f55c92; text-decoration: underline; margin: 22px 0 10px; display: block; }
.section-sous-titre { font-size: 13px; font-weight: bold; color: #444; margin: 14px 0 6px; display: block; }
p.bc-p { font-size: 12px; font-family: Arial, sans-serif; color: #444; line-height: 1.65; margin-bottom: 10px; }

/* GRILLE TYPES */
.types-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 12px 0; }
.type-card { border-top: 1px solid lightgray; border-bottom: 1px solid lightgray; padding: 12px 10px; background: #f9f8f7; text-align: center; transition: border-color .2s; }
.type-card:hover { border-color: #f55c92; }
.type-card .icon { font-size: 24px; margin-bottom: 6px; }
.type-card .card-name { font-weight: bold; font-size: 12px; color: #444; margin-bottom: 4px; }
.type-card .card-desc { font-size: 11px; color: #797676; line-height: 1.5; }
.type-card .card-tag {
  display: inline-block; margin-top: 6px; font-size: 10px;
  background: #fde8f1; color: #f55c92; font-weight: bold; padding: 1px 7px; border-radius: 2px;
}

/* TABLEAUX */
.bc-table { width: 100%; border-collapse: collapse; font-size: 12px; margin: 12px 0; }
.bc-table th { background: #444; color: #fff; padding: 8px 10px; text-align: left; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.3px; }
.bc-table td { padding: 7px 10px; border-bottom: 1px dotted #f55c92; vertical-align: top; line-height: 1.5; }
.bc-table tr:nth-child(odd) td { background: #f9f8f7; }
.bc-table tr:hover td { background: #fde8f1; }
.bc-table td:first-child { font-weight: bold; color: #f55c92; }
.bc-table .row-header td { background: #f9f8f7 !important; font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: #888; padding: 7px 10px; border-top: 2px solid #e0e0e0; }
.bc-table .row-header td:first-child { color: #888; }

/* ENCART CONSEIL */
.bc-conseil { border-bottom: 1px solid lightgrey; border-left: 3px solid #f55c92; padding: 10px 12px; margin: 14px 0; background: #fdf9fb; font-size: 12px; color: #444; line-height: 1.6; }
.bc-conseil strong { color: #f55c92; display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }

/* CHECKLIST */
.bc-checklist { margin: 12px 0; }
.bc-checklist ul { list-style: none; padding: 0; }
.bc-checklist li { padding: 6px 0 6px 20px; position: relative; font-size: 12px; border-bottom: 1px dotted #f55c92; color: #444; line-height: 1.5; }
.bc-checklist li:last-child { border-bottom: none; }
.bc-checklist li::before { content: '✓'; position: absolute; left: 0; color: #f55c92; font-weight: bold; }

/* COMPARATIF 2 COLONNES */
.comparatif-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0; }
.comp-col { border: 1px solid lightgray; background: #f9f8f7; padding: 12px 14px; }
.comp-col.rose { border-top: 3px solid #f55c92; }
.comp-col.bleu { border-top: 3px solid #003057; }
.comp-col-titre { font-size: 13px; font-weight: bold; margin-bottom: 8px; }
.comp-col.rose .comp-col-titre { color: #f55c92; }
.comp-col.bleu .comp-col-titre { color: #003057; }
.comp-col ul { list-style: none; padding: 0; }
.comp-col li { font-size: 12px; color: #444; padding: 4px 0 4px 16px; position: relative; border-bottom: 1px dotted lightgray; line-height: 1.5; }
.comp-col li:last-child { border-bottom: none; }
.comp-col li::before { content: '▸'; position: absolute; left: 0; color: #f55c92; font-size: 10px; top: 5px; }

/* GRILLE ACCESSOIRES */
.accessoires-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 12px 0; }
.accessoire-card { border: 1px solid lightgray; padding: 10px 12px; background: #f9f8f7; font-size: 12px; }
.accessoire-card .acc-icon { font-size: 20px; margin-bottom: 4px; }
.accessoire-card strong { display: block; margin-bottom: 4px; color: #444; font-size: 12px; }
.accessoire-card span { font-size: 11px; color: #797676; line-height: 1.5; }

/* CARTES MARQUES */
.brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; margin-bottom: 24px; }
.brand-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 2px; overflow: hidden; }
.brand-card-header { background: #8C8C8C; color: #fff; padding: 10px 14px; display: flex; justify-content: space-between; align-items: center; }
.brand-card-header h3 { font-size: 14px; letter-spacing: 1px; font-weight: bold; margin: 0; }
.gamme-badge { font-size: 10px; background: #f55c92; color: #fff; padding: 2px 8px; border-radius: 2px; white-space: nowrap; font-weight: bold; }
.brand-card-body { padding: 12px 14px; }
.brand-info-row { display: flex; gap: 6px; margin-bottom: 7px; align-items: flex-start; font-size: 12px; }
.brand-info-row .lbl { min-width: 75px; font-weight: bold; color: #888; text-transform: uppercase; font-size: 10px; letter-spacing: 0.3px; padding-top: 1px; }
.brand-info-row .val { color: #444; line-height: 1.5; }
.public-tags { display: flex; flex-wrap: wrap; gap: 3px; }
.public-tag { font-size: 10px; background: #f0f0f0; color: #555; padding: 1px 6px; border-radius: 10px; }
.brand-points { margin-top: 8px; padding: 8px 10px; background: #f9f8f7; border-left: 3px solid #f55c92; font-size: 11px; color: #444; line-height: 1.6; }
.brand-cta { display: block; text-align: center; background: #f55c92; color: #fff; font-size: 11px; font-weight: bold; text-decoration: none; padding: 9px; margin-top: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.brand-cta:hover { background: #1A171B; color: #fff; text-decoration: none; }
.brand-card.kids .brand-card-header { background: linear-gradient(135deg, #ff8fa3, #f55c92); }
.brands-section-title { font-size: 13px; font-weight: bold; color: #888; text-transform: uppercase; letter-spacing: 1px; margin: 20px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #e0e0e0; }
.brands-section-title.first { margin-top: 0; }

/* CONSEILS PRATIQUES */
.conseils-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.conseil-box { background: #f9f8f7; border: 1px solid #e0e0e0; padding: 14px 14px 16px; border-radius: 2px; }
.conseil-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; background: #f55c92; color: #fff;
  border-radius: 50%; font-size: 13px; font-weight: bold; margin-bottom: 10px;
}
.conseil-box h3 { font-size: 13px; font-weight: bold; color: #444; margin-bottom: 6px; }
.conseil-box p { font-size: 12px; color: #666; line-height: 1.6; }

/* FAQ */
.faq-item { width: 100%; border-bottom: 1px solid lightgrey; padding: 0; }
.faq-item:first-child { border-top: 1px solid lightgrey; }
.bc-collapse-title { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding: 10px 0; }
.bc-collapse-title h3 { font-size: 12px !important; font-weight: bold !important; display: inline !important; color: #444; line-height: 1.4; }
.faq-item:hover .bc-collapse-title h3 { color: #f55c92; }
.faq-toggle { flex-shrink: 0; font-size: 20px; font-weight: 300; color: #f55c92; line-height: 1; transition: transform 0.3s; margin-left: 10px; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.bc-collapse-details { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0;}
.faq-item.open .bc-collapse-details { max-height: 600px; }
.bc-collapse-details-inner { margin-top: 4px; padding: 6px 8px; background-color: #F0F0F0; font-size: 12px; color: #444; line-height: 1.7; }

/* ENCART PROMO CTA */
.promo-bloc { margin: 24px 0; border: 1px solid #f55c92; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; background: #fdf9fb; }
.footer_nb { font-family: Arial, sans-serif; font-size: 26px; color: #f55c92; font-weight: bold; display: block; }
.footer_nb_texte { font-family: Arial, sans-serif; font-size: 15px; color: #514E4E; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; border-bottom: 1px dotted #f55c92; display: block; }

/* SÉPARATEUR */
.bc-hr { border: none; border-top: 1px solid #e0e0e0; margin: 22px 0; }

/* BANDEAU AVANTAGE */
.bc-avantage { background: #1A171B; color: #fff; padding: 28px 20px; text-align: center; }
.bc-avantage h2 { font-size: 18px; color: #f55c92; font-weight: bold; border-bottom: 1px solid #f55c92; display: inline-block; padding-bottom: 8px; margin-bottom: 22px; }
.bc-avantage-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; max-width: 900px; margin: 0 auto; }
.bc-avantage-item { max-width: 180px; text-align: center; }
.bc-avantage-item .av-icon { font-size: 26px; margin-bottom: 8px; }
.bc-avantage-item strong { display: block; font-weight: bold; font-size: 14px; color: #fff; margin-bottom: 4px; }
.bc-avantage-item span { font-size: 12px; color: #ccc; line-height: 1.5; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .types-grid { grid-template-columns: repeat(2, 1fr); }
  .conseils-grid { grid-template-columns: repeat(2, 1fr); }
  .comparatif-2col { grid-template-columns: 1fr; }
  .accessoires-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-bloc { flex-direction: column; }
}
