/* Hero */
.soft-hero {
  background:
    radial-gradient(60% 60% at 20% 20%, rgba(32, 201, 151, .18), transparent 60%),
    radial-gradient(60% 60% at 80% 30%, rgba(13, 110, 253, .12), transparent 55%),
    linear-gradient(180deg, #ffffff, #fbfbfd);
}

/* Navbar */
.navbar .nav-link {
  position: relative;
  text-decoration: none;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: width .25s ease;
}

nav a {
  white-space: nowrap;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after {
  width: 100%;
}

/* Hover cards/boutons */
.lift {
  transition: transform .2s ease, box-shadow .2s ease;
}
.lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body {
  background-color: #fcfcfd;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
/* titres */
h1, h2, h3, h4, h5 {
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* texte */
p {
  font-weight: 300;
  line-height: 1.7;
}

.about-text p {
    line-height: 1.8;
    font-size: 1.1rem;
}

.logo {
  width: clamp(48px, 8vw, 80px);
  height: auto;
  flex-shrink: 0;
}

.logo_footer {
  width: clamp(48px, 8vw, 80px);
  height: auto;
  flex-shrink: 0;
}

/* =========================
   PAGE PRESTATIONS
   ========================= */

.prestations-page .object-fit-cover {
  object-fit: cover;
}

.prestations-hero {
  background:
    radial-gradient(55% 55% at 20% 20%, rgba(90, 173, 142, 0.16), transparent 60%),
    radial-gradient(45% 45% at 80% 30%, rgba(190, 225, 206, 0.35), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f9fcfa 100%);
}

.prestations-kicker,
.prestations-section-tag,
.prestations-badge {
  display: inline-block;
  font-size: .88rem;
  font-weight: 500;
  color: #4e7a67;
  background: #edf7f1;
  border: 1px solid #d9ece0;
  border-radius: 999px;
  padding: .45rem .9rem;
}

.prestations-intro {
  max-width: 760px;
}

.prestations-soft-green {
  background: linear-gradient(180deg, #f7fbf8 0%, #eef7f1 100%);
}

.prestations-soft-cream {
  background: linear-gradient(180deg, #fcfdfb 0%, #f7faf7 100%);
}

.prestations-card {
  background-color: rgba(255,255,255,.92);
  overflow: hidden;
}

.prestations-card .card-body p {
  margin-bottom: 0;
}

.prestations-small-card img {
  height: 240px;
  object-fit: cover;
}

.prestations-gallery-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.prestations-ambiance {
  width: 100%;
  max-width: 420px;
}

.prestations-cta {
  background:
    radial-gradient(50% 50% at 15% 20%, rgba(90, 173, 142, 0.14), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.prestations-cta-box {
  max-width: 820px;
  background: #fff;
  border: 1px solid #e7f0ea;
  border-radius: 2rem;
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .prestations-cta-box {
    padding: 3.5rem 3rem;
  }
}

/* petit ajustement responsive pour les images en cartes horizontales */
@media (min-width: 768px) {
  .rounded-md-start-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    border-top-right-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  .rounded-lg-start-5 {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    border-top-right-radius: 0 !important;
  }
}

/* =========================
   AJUSTEMENTS PAGE PRESTATIONS
   ========================= */

.prestations-page .prestations-horizontal-card img {
  min-height: 260px;
}

.prestations-page .prestations-small-card img {
  height: 220px;
  object-fit: cover;
}

.prestations-page .prestations-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prestations-page .prestations-card p {
  line-height: 1.75;
}

.prestations-page .prestations-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}

.prestations-page .prestations-pill-list span {
  display: inline-block;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: #edf7f1;
  color: #4e7a67;
  border: 1px solid #d9ece0;
  font-size: .9rem;
  font-weight: 500;
}

.prestations-page .prestations-mini-gallery {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .prestations-page .prestations-horizontal-card .card-body {
    min-height: 100%;
  }

  .prestations-page .prestations-horizontal-card img {
    min-height: 100%;
  }
}

@media (max-width: 991.98px) {
  .prestations-page .prestations-horizontal-card img,
  .prestations-page .prestations-small-card img {
    height: 260px;
  }

  .prestations-page .prestations-mini-gallery {
    height: 100px;
  }
}

/* =========================
   PAGE TARIFS
   ========================= */

.tarifs-hero {
  background:
    radial-gradient(55% 55% at 20% 20%, rgba(232, 184, 212, 0.16), transparent 60%),
    radial-gradient(45% 45% at 80% 30%, rgba(190, 225, 206, 0.18), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fcfbfd 100%);
}

.tarifs-kicker {
  display: inline-block;
  font-size: .88rem;
  font-weight: 500;
  color: #8a5f75;
  background: #faeef5;
  border: 1px solid #f0d9e6;
  border-radius: 999px;
  padding: .45rem .9rem;
}

.tarifs-intro {
  max-width: 760px;
}

.tarifs-hero-box {
  background: rgba(255,255,255,.92);
  border: 1px solid #f0e3ea;
  border-radius: 2rem;
  padding: 2rem;
}

.tarifs-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .5rem .95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f7dce8 0%, #f2e7f7 100%);
  color: #7a4d68;
  font-weight: 600;
  font-size: .92rem;
}

.tarif-card {
  background: rgba(255,255,255,.95);
  border: 1px solid #ebecef;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.tarif-card-featured {
  border-color: #ead7e3;
  box-shadow: 0 12px 32px rgba(125, 82, 110, .08);
}

.tarif-card-header {
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.rose-soft {
  background: linear-gradient(180deg, #fffafc 0%, #fff 100%);
}

.rose-gradient {
  background: linear-gradient(135deg, rgba(247, 220, 232, .8) 0%, rgba(242, 231, 247, .75) 100%);
}

.tarif-duration {
  display: inline-block;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(164, 118, 143, .15);
  color: #7a4d68;
  font-weight: 600;
  font-size: .92rem;
}

.tarif-card-body {
  padding: 1.5rem;
}

.tarif-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #f1f2f4;
}

.tarif-item h3 {
  font-size: 1.15rem;
  margin-bottom: .25rem;
}

.tarif-item p {
  margin-bottom: 0;
  color: #6c757d;
  line-height: 1.7;
}

.tarif-price {
  flex-shrink: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2a37;
  background: #f8faf9;
  border: 1px solid #e7ece9;
  border-radius: 999px;
  padding: .7rem 1rem;
  min-width: 88px;
  text-align: center;
  white-space: nowrap;
}

.tarif-highlight {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: #fcf6fa;
  border: 1px solid #f1dce8;
  color: #5f5160;
  line-height: 1.7;
}

.tarif-list {
  padding-left: 1.2rem;
}

.tarif-list li {
  margin-bottom: .55rem;
  color: #495057;
  line-height: 1.7;
}

.tarifs-soft-section {
  background: linear-gradient(180deg, #fcfcfd 0%, #f8f9fb 100%);
}

.tarifs-info-box {
  background: #fff;
  border: 1px solid #ebecef;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

@media (max-width: 767.98px) {
  .tarif-item {
    flex-direction: column;
    gap: .75rem;
  }

  .tarif-price {
    min-width: auto;
  }

  .tarif-card-header,
  .tarif-card-body,
  .tarifs-info-box,
  .tarifs-hero-box {
    padding: 1.25rem;
  }
}

#prestations .card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

/* visuels intégrés page tarifs */
.tarif-visual-card {
  background: rgba(255,255,255,.97);
  border: 1px solid #ebecef;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.tarif-visual-card-featured {
  border-color: #ead7e3;
  box-shadow: 0 12px 32px rgba(125, 82, 110, .08);
}

.tarif-visual-card-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: stretch;
  min-height: 100%;
}

.tarif-visual-card-inner-lg {
  grid-template-columns: 1fr 520px;
}

.tarif-visual-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,248,251,1) 100%);
}

.tarif-price-inline {
  display: inline-block;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f7dce8 0%, #f2e7f7 100%);
  color: #7a4d68;
  font-weight: 700;
  font-size: .95rem;
  border: 1px solid #efd8e6;
}

.tarif-visual-image-wrap {
  background: #f8f3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tarif-visual-image {
   width: 100%;
   max-width: none;
   height: auto;
   display: block;
}

@media (max-width: 991.98px) {
  .tarif-visual-card-inner,
  .tarif-visual-card-inner-lg {
    grid-template-columns: 1fr;
  }

  .tarif-visual-image-wrap {
    padding: 0;
    background: transparent;
  }

  .tarif-visual-image {
    max-height: none;
  }
}



.tarif-visual-card-featured {
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #eadfe5;
}

.tarif-split-card {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}

/* colonne gauche */
.tarif-left-col {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
}

/* header rose uniquement à gauche */
.tarif-card-header {
  background: #ead6e1;
  padding: 28px 32px;
  border-bottom: 1px solid #eee;
}

.tarif-card-header .h3 {
  margin: 0;
}

/* contenu texte */
.tarif-visual-content {
  flex: 1;
  padding: 40px 32px;
  background: #fff;
}

/* colonne droite */
.tarif-right-col {
  flex: 1 1 40%;
  display: flex;
}

.tarif-visual-image-wrap {
  width: 100%;
  height: 100%;
}

.tarif-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* badges */
.tarif-duration,
.tarif-price-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e7dbe2;
  font-weight: 600;
}

/* responsive */
@media (max-width: 991.98px) {
  .tarif-split-card {
    flex-direction: column;
  }

  .tarif-left-col,
  .tarif-right-col {
    flex: 1 1 100%;
  }

  .tarif-card-header {
    padding: 24px;
  }

  .tarif-visual-content {
    padding: 28px 24px;
  }

  .tarif-right-col {
    min-height: 320px;
  }
}