.elementor-45806 .elementor-element.elementor-element-fe185b5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f6a2b18 *//* =========================================================
   Senior Sérénité — CSS personnalisé
   Page : Bien vieillir en maison de repos
   Cible : wrapper .ss
   ========================================================= */

.ss{
  --ss-primary: #2f6072;
  --ss-primary-dark: #234957;
  --ss-primary-light: #edf5f7;
  --ss-accent: #d9853b;
  --ss-text: #22343c;
  --ss-text-soft: #5c6f77;
  --ss-border: #d7e4e9;
  --ss-bg: #ffffff;
  --ss-bg-soft: #f7fbfc;
  --ss-success-bg: #eef7f1;
  --ss-shadow: 0 10px 30px rgba(26, 53, 63, 0.08);
  --ss-radius: 18px;
  --ss-radius-sm: 12px;
  --ss-max: 980px;

  max-width: var(--ss-max);
  margin: 0 auto;
  padding: 28px 20px 48px;
  color: var(--ss-text);
  font-size: 17px;
  line-height: 1.72;
}

/* Base */
.ss *{
  box-sizing: border-box;
}

.ss p,
.ss li{
  color: var(--ss-text);
}

.ss a{
  color: var(--ss-primary);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, border-color .2s ease;
}

.ss a:hover{
  color: var(--ss-primary-dark);
}

.ss img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* Breadcrumbs */
.ss .breadcrumbs{
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--ss-text-soft);
}

.ss .breadcrumbs a{
  color: var(--ss-text-soft);
}

.ss .breadcrumbs a:hover{
  color: var(--ss-primary);
}

/* H1 */
.ss h1{
  font-size: clamp(1.9rem, 2vw + 1rem, 2.9rem) !important;
  line-height: 1.16 !important;
  margin: 0 0 18px !important;
  letter-spacing: -0.02em;
  color: #16323c;
  max-width: 900px;
}

/* Headings */
.ss h2{
  font-size: clamp(1.45rem, 1.2vw + 1rem, 2rem);
  line-height: 1.22;
  margin: 0 0 16px;
  color: #16323c;
  letter-spacing: -0.015em;
}

.ss h3{
  font-size: 1.14rem;
  line-height: 1.35;
  margin: 0 0 10px;
  color: #1d4350;
}

.ss section + section{
  margin-top: 22px;
}

/* Hero */
.ss .hero{
  margin: 0 0 20px;
  background: var(--ss-bg);
}

.ss .hero img.article-img{
  width: 100%;
  box-shadow: var(--ss-shadow);
}

.ss .figure-caption{
  margin-top: 10px;
  font-size: 14px;
  color: var(--ss-text-soft);
  text-align: center;
}

/* Intro */
.ss .lead{
  font-size: 1.08rem;
  line-height: 1.8;
  color: #27404a;
  background: linear-gradient(180deg, #f8fbfc 0%, #f2f8fa 100%);
  border: 1px solid var(--ss-border);
  border-radius: var(--ss-radius);
  padding: 20px 22px;
  box-shadow: 0 6px 18px rgba(31, 65, 78, 0.04);
}

/* Sommaire */
.ss .toc{
  margin: 22px 0 26px;
  padding: 18px 20px;
  border: 1px solid var(--ss-border);
  border-radius: var(--ss-radius);
  background: var(--ss-bg-soft);
  box-shadow: 0 6px 18px rgba(31, 65, 78, 0.04);
  font-size: 15px;
}

.ss .toc strong{
  display: block;
  margin-bottom: 8px;
  color: #16323c;
  font-size: 15px;
}

.ss .toc a{
  display: inline-block;
  margin: 4px 10px 4px 0;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}

.ss .toc a:hover{
  border-bottom-color: currentColor;
}

/* Blocs principaux */
.ss .article,
.ss .block{
  background: var(--ss-bg);
  border: 1px solid #e8f0f3;
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 8px 26px rgba(24, 49, 58, 0.05);
}

/* CTA top */
.ss #demande-aide{
  background: linear-gradient(135deg, #f1f8fa 0%, #e8f2f5 100%);
  border: 1px solid #d3e4ea;
}

.ss #demande-aide h2{
  margin-bottom: 12px;
}

/* Notices */
.ss .notice{
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--ss-accent);
  border-radius: 12px;
  background: #fff8f1;
  color: #5b4637;
  font-size: 15px;
}

/* Colonnes */
.ss .cols2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 16px 0;
}

.ss .cols2 > div{
  background: #f8fbfc;
  border: 1px solid var(--ss-border);
  border-radius: 18px;
  padding: 18px 18px 14px;
}

/* Listes */
.ss ul{
  padding-left: 1.2rem;
  margin: 0.55rem 0 1rem;
}

.ss li{
  margin-bottom: 0.55rem;
}

.ss .check,
.ss .info-list{
  list-style: none;
  padding-left: 0;
  margin: 14px 0 16px;
}

.ss .check li,
.ss .info-list li{
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.ss .check li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e8f5ed;
  color: #1f7a45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.ss .info-list li::before{
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--ss-primary);
  font-size: 22px;
  line-height: 1;
}

/* Liens internes */
.ss .internal-link{
  font-weight: 600;
  border-bottom: 1px solid rgba(47, 96, 114, 0.22);
}

.ss .internal-link:hover{
  border-bottom-color: rgba(47, 96, 114, 0.6);
}

/* Boutons */
.ss .cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ss .ss-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ss-primary);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 18px rgba(47, 96, 114, 0.16);
}

.ss .ss-btn:hover{
  background: var(--ss-primary-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.ss .ss-btn.secondary{
  background: #fff;
  color: var(--ss-primary) !important;
  border: 1px solid #cfe0e6;
  box-shadow: none;
}

.ss .ss-btn.secondary:hover{
  background: #f4f9fa;
}

/* Sticky CTA */
.ss .sticky-cta{
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4fafb 0%, #edf6f8 100%);
  border: 1px solid var(--ss-border);
  text-align: center;
}

/* Texte atténué */
.ss .muted{
  color: var(--ss-text-soft);
  font-size: 15px;
}

/* FAQ */
.ss .faq details{
  border: 1px solid var(--ss-border);
  border-radius: 16px;
  background: #fbfdfe;
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
}

.ss .faq summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  color: #183743;
  position: relative;
  padding-right: 52px;
}

.ss .faq summary::-webkit-details-marker{
  display: none;
}

.ss .faq summary::after{
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: var(--ss-primary);
  font-weight: 500;
}

.ss .faq details[open] summary::after{
  content: "−";
}

.ss .faq details p{
  margin: 0;
  padding: 0 18px 18px;
  color: #35505a;
}

/* Sources */
.ss .article ul li a[target="_blank"]{
  word-break: break-word;
}

/* Espacement général */
.ss .article p:last-child,
.ss .block p:last-child{
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 860px){
  .ss{
    padding: 22px 16px 38px;
    font-size: 16px;
  }

  .ss .article,
  .ss .block{
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ss .cols2{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px){
  .ss h1{
    font-size: clamp(1.55rem, 4.2vw + 0.5rem, 2.1rem) !important;
    line-height: 1.14 !important;
  }

  .ss h2{
    font-size: 1.35rem;
  }

  .ss .lead{
    padding: 16px;
    font-size: 1rem;
  }

  .ss .toc{
    padding: 16px;
  }

  .ss .cta-row{
    flex-direction: column;
  }

  .ss .ss-btn{
    width: 100%;
  }

  .ss .notice{
    font-size: 14px;
  }

  .ss .faq summary{
    font-size: 15px;
    padding: 15px 16px;
    padding-right: 46px;
  }

  .ss .faq details p{
    padding: 0 16px 16px;
  }
}/* End custom CSS */