/* ═══════════════════════════════════════════════════════════
   societe-civile-statuts-sur-mesure.com
   Surcharge couleur bleu électrique #0393FF
   Base : style.css commun
═══════════════════════════════════════════════════════════ */

@import url('style.css');

:root {
  --primaire:       #0393FF;
  --primaire-dark:  #0075cc;
  --primaire-bg:    #f0f8ff;
  --primaire-mid:   #99d6ff;
}

/* Liens dans le contenu */
.info-list a, .nav-links a, .content-body a,
.faq-answer a, .bloc-corps a, .ref-bloc a {
  color: #0075cc;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.info-list a:hover, .nav-links a:hover,
.content-body a:hover, .faq-answer a:hover {
  color: #2d3142;
}
.card a { color: #0075cc; font-weight: 500; }
.card a:hover { color: #2d3142; }
footer a { color: #fff; }
footer a:hover { color: var(--or-light); }

/* Lien jurisprudence */
a.lien-juris {
  color: #0075cc;
  font-size: .82rem;
  text-decoration: none;
  border-bottom: 1px dashed #0393FF;
  padding-bottom: 1px;
}
a.lien-juris:hover { color: #0393FF; border-bottom-style: solid; }

/* FAQ */
.faq-list { margin-top: .5rem; }
.faq-item { border-bottom: 1px solid var(--bordure); padding: .9rem 0; }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  font-family: var(--font-titre);
  font-size: 1.05rem; font-weight: 600;
  color: var(--texte); margin-bottom: .4rem; line-height: 1.35;
}
.faq-answer { font-size: .88rem; color: var(--discret); line-height: 1.75; }
.faq-answer a { color: #0075cc; text-decoration: underline; text-underline-offset: 2px; }
