.elementor-45745 .elementor-element.elementor-element-c3c11ba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c20a7c7 *//* =========================
   Senior Sérénité - Gabarit commun Conseils Santé
   ========================= */

.ss{
  max-width: 920px;
  margin: 0 auto;
  padding: 0 16px;
  color: #0f172a;
  font-size: 1.05rem;
  line-height: 1.75;
}

.ss *{
  box-sizing: border-box;
}

/* Liens */
.ss a{
  color: #0e6bd7;
  text-decoration: none;
}

.ss a:hover{
  text-decoration: underline;
}

/* Fil d’Ariane */
.ss .breadcrumbs,
.ss nav[aria-label="Fil d’Ariane"]{
  font-size: 0.94rem;
  color: #64748b;
  margin: 0.35rem 0 0.75rem;
}

.ss .breadcrumbs a,
.ss nav[aria-label="Fil d’Ariane"] a{
  color: #64748b;
}

/* Titres */
.ss h1{
  font-size: clamp(1.75rem, 2.5vw + 0.6rem, 2.3rem);
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 0.95rem;
  color: #0f172a;
}

.ss h2{
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 1.35rem 0 0.7rem;
  color: #0f172a;
}

.ss h3{
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
  color: #1e293b;
}

/* Texte */
.ss p{
  margin: 0.7rem 0;
}

.ss .lead{
  font-size: 1.12rem;
  line-height: 1.65;
  color: #334155;
}

/* Images */
.ss .hero{
  margin: 0 0 1rem;
}

.ss .hero img,
.ss .article-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.ss .figure-caption{
  margin-top: 0.45rem;
  font-size: 0.95rem;
  color: #64748b;
}

/* Sommaire */
.ss .toc{
  background: #f6f7f9;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem 0 1.2rem;
}

.ss .toc strong{
  display: block;
  margin-bottom: 0.35rem;
}

.ss .toc a{
  display: inline-block;
  margin-right: 0.35rem;
  margin-bottom: 0.2rem;
}

/* Blocs éditoriaux */
.ss .article{
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.15rem;
  margin: 1.15rem 0;
}

.ss .block{
  background: #eef6ff;
  border: 1px solid #c7defe;
  border-radius: 14px;
  padding: 1.15rem;
  margin: 1.15rem 0;
}

.ss .notice,
.ss .note{
  background: #fff8e6;
  border-left: 4px solid #ffb300;
  border-radius: 8px;
  padding: 0.95rem 1rem;
  margin: 1rem 0;
  color: #3b2f00;
}

/* Sections utilitaires */
.ss .muted{
  color: #64748b;
}

.ss .internal-links,
.ss .sources{
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin: 1.15rem 0;
}

/* Listes */
.ss ul,
.ss ol{
  margin: 0.55rem 0 0.85rem 1.2rem;
  padding: 0;
}

.ss li{
  margin: 0.35rem 0;
}

.ss ul.check,
.ss ul.info-list{
  margin-left: 1.15rem;
}

/* Boutons */
.ss .cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.ss .ss-btn{
  display: inline-block;
  background: #0e6bd7;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}

.ss .ss-btn:hover{
  opacity: 0.92;
  text-decoration: none;
}

.ss .ss-btn.secondary{
  background: #0aa06e;
  color: #ffffff;
}

/* FAQ */
.ss .faq details{
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.8rem 0.95rem;
  margin: 0.65rem 0;
  background: #ffffff;
}

.ss .faq summary{
  cursor: pointer;
  color: #0e6bd7;
  font-weight: 600;
  list-style: none;
}

.ss .faq summary::-webkit-details-marker{
  display: none;
}

.ss .faq details[open]{
  background: #fcfcfd;
}

/* Sticky CTA éventuel */
.ss .sticky-cta{
  margin-top: 0.8rem;
}

/* Responsive */
@media (max-width: 768px){
  .ss{
    padding: 0 14px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .ss h1{
    font-size: 1.62rem;
  }

  .ss h2{
    font-size: 1.28rem;
  }

  .ss h3{
    font-size: 1.08rem;
  }

  .ss .article,
  .ss .block,
  .ss .internal-links,
  .ss .sources{
    padding: 1rem;
  }

  .ss .cta-row{
    flex-direction: column;
  }

  .ss .ss-btn{
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */