.elementor-10009 .elementor-element.elementor-element-dee37b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-10009 .elementor-element.elementor-element-dee37b0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10009 .elementor-element.elementor-element-5f220d6{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-10009 .elementor-element.elementor-element-5f220d6 .elementor-divider-separator{width:47%;margin:0 auto;margin-center:0;}.elementor-10009 .elementor-element.elementor-element-5f220d6 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-10009 .elementor-element.elementor-element-d2aac3a{color:#000000;}.elementor-10009 .elementor-element.elementor-element-6621687{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-59fa1d8 *//* ===== SPA MENU (scopé) ===== */
.spa-menu{
  max-width: 1200px;
  margin: 40px auto;
  background: #F6F1EC;
  padding: 60px 20px;
  border-radius: 16px;
}

.spa-menu__header{
  text-align: center;
  margin-bottom: 28px;
}

.spa-menu__title{
  margin: 0 0 8px;
  color: #2B2B2B;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.spa-menu__subtitle{
  margin: 0 auto 18px;
  max-width: 720px;
  color: #6A6A6A;
  line-height: 1.6;
  font-size: 1rem;
}

/* GRID */
.spa-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

@media (max-width: 1024px){
  .spa-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .spa-menu{ padding: 36px 14px; }
  .spa-grid{ grid-template-columns: 1fr; gap: 16px; }
}

/* CARDS */
.spa-card{
  background: #FFFFFF;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.spa-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.spa-card__title{
  margin: 0 0 10px;
  color: #2B2B2B;
  font-size: 1.15rem;
  line-height: 1.25;
}

/* META (durée / prix) */
.spa-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.spa-pill{
  background: #E8D6CF;
  color: #5C4A46;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .82rem;
  white-space: nowrap;
}

.spa-price{
  color: #2B2B2B;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

/* DESCRIPTION */
.spa-card__desc{
  margin: 0 0 16px;
  color: #6A6A6A;
  line-height: 1.65;
  font-size: .95rem;
}

/* BUTTONS */
.spa-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
  border: 1px solid transparent;
}

.spa-btn--primary{
  background: #D9A29A;
  color: #FFFFFF;
}
.spa-btn--primary:hover{
  background: #C4877F;
  color: #FFFFFF;
}

.spa-btn--outline{
  background: transparent;
  border: 2px solid #D9A29A;   /* bordure plus présente */
  color: #D9A29A;
  font-weight: 600;           /* texte plus affirmé */
  margin-top: auto;           /* bouton aligné en bas */
  padding: 12px 22px;         /* zone cliquable confortable */
  transition: all .2s ease;
}

.spa-btn--outline:hover{
  background: #D9A29A;
  color: #FFFFFF;
}


/* Sécurité: empêcher le thème d’ajouter des styles bizarres sur les liens */
.spa-menu a{
  text-decoration: none !important;
}/* End custom CSS */