/********** Template CSS **********/
:root {
    --primary: #a51a50;
    --light: #fafdfb;
    --dark: #871444;
}

.fw-medium {
    font-weight: 500 !important;
}
.money_for_gold_item_name {
  background-color: #a51a50;
  color: #fff;
  padding: 4px 10px;
  font-size: 18px;
  display: inline;
  margin-bottom: 8px;
}
.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #000000;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Header end ***/

.footer {
    position: relative;
    /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #ffffff;
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #1d1d1d;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}

.cookie-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 380px;
  max-width: 95vw;
  background: var(--white);
  padding: 2rem 2.2rem 1.5rem;
  border-radius: 18px;
  box-shadow: var(--box-shadow);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  border: 1px solid var(--light-accent);
}
@media (max-width: 600px) {
  .cookie-wrapper {
    right: 0.5rem;
    left: 0.5rem;
    width: auto;
    padding: 1.2rem 0.7rem 1rem;
    border-radius: 12px;
  }
}
.cookie-wrapper h2 {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 0.7rem 0;
  text-align: center;
}
.cookie-wrapper .bx-cookie {
  font-size: 2.2rem;
  color: var(--primary);
  display: block;
  margin: 0 auto 0.2rem auto;
}
.cookie-wrapper .data p {
  color: var(--text-light);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.cookie-wrapper .data p a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 500;
}
.cookie-wrapper .buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}
.cookie-wrapper .cookie-button {
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 50px;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: var(--box-shadow);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  cursor: pointer;
}
.cookie-wrapper #acceptBtn:hover {
  background: #8a1643;
  color: var(--white);
  transform: translateY(-2px);
}
.cookie-wrapper #declineBtn {
  background: var(--white);
  color: var(--primary);
  border: 2px solid var(--primary);
}
.cookie-wrapper #declineBtn:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

.hidden {
    display: none;
}
header i {
    color: #a51a50;
    font-size: 32px;
    text-align: center;
}
header h2 {
    /* color: #a51a50; */
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #a51a50;
    text-decoration: none;
    text-align: center !important;
}
.data p a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
}
.buttons .cookie-button {
    border: 2px solid #a51a50;
    color: #fff;
    padding: 8px 0;
    background: #a51a50;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.5s ease;
    max-width: 150px;
    border-radius: 0;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #a51a50;
}
#declineBtn {
    background-color: #fff;
    color: #a51a50;
}
#declineBtn:hover {
    background-color: #a51a50;
    color: #fff;
}
/* Footer Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
  color: white;
  padding: 1rem;
}

.logo {
  font-size: 1.5rem;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

.burger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 21px;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
}

@media (max-width: 578px) {
  .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 60px;
      left: 0;
      background-color: #333;
  }

  .nav-links li {
      text-align: center;
      margin: 10px 0;
  }

  .burger {
      display: flex;
  }
  
  .nav-active {
      display: flex;
  }
}
hr {
  margin: 1rem 0;
 border: 1px solid #a51a50;

}

@media (max-width: 768px) {
  .display-3 {
font-size: 34px;
  }
}

/* Variables de couleur */
:root {
  --bg-color: #fff;
  --text-color: #0f0d1a;
  --accent-color: #a51a50;
  --light-gray: #f8f9fa;
  --border-color: #e9ecef;
}
/* Header fixe */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-color) !important;
  letter-spacing: -0.02em;
}

.navbar-nav .nav-link {
  color: var(--text-color) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--accent-color) !important;
}


/* new styles  */
/* Général */
:root {
  --primary: #a51a50;
  --background: #eaeaea;
  --text-dark: #2d3142;
  --text-light: #555b6e;
  --white: #ffffff;
  --light-accent: #f8f1f5;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: var(--background);
  color: var(--text-dark);
  line-height: 1.6;
}

/* Hero Section */
.hero-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--light-accent);
  color: var(--primary);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.hero-badge i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-title span {
  color: var(--primary);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.hero-features {
  margin-bottom: 2rem;
}

.hero-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.hero-feature-item i {
  color: var(--primary);
  margin-right: 1rem;
  font-size: 1.5rem;
}

.hero-feature-text {
  font-size: 1rem;
}

.hero-cta {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: var(--box-shadow);
}

.hero-cta:hover {
  background-color: #8a1643;
  transform: translateY(-2px);
}

.hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.hero-illustration {
  position: relative;
}

.floating-element {
  position: absolute;
  z-index: 1;
}

.floating-element-1 {
  top: 10%;
  left: 15%;
}

.floating-element-2 {
  top: 15%;
  right: 10%;
}

.floating-element-3 {
  bottom: 20%;
  left: 20%;
}

.hero-benefits {
  background-color: var(--white);
  border-radius: 10px;
  padding: 3rem 0;
  box-shadow: var(--box-shadow);
  margin-top: 2rem;
}

.benefit-item {
  text-align: center;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--light-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.benefit-icon i {
  color: var(--primary);
  font-size: 2rem;
}

.benefit-title {
  font-weight: 600;
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}

.benefit-text {
  color: var(--text-light);
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-illustration {
    margin-top: 3rem;
  }
  
  .benefit-item {
    margin-bottom: 2rem;
  }
}

/* Bloc À propos de nous */
.about-section {
  padding: 6rem 0;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.about-section .section-title {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.about-section .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--text-dark);
  line-height: 1.2;
}

.about-text {
  margin-bottom: 2rem;
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-features {
  margin-top: 3rem;
}

.about-feature-title {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.about-feature-title span {
  margin-left: 0.5rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.feature-list i {
  color: var(--primary);
  margin-right: 1rem;
  font-size: 1.5rem;
  min-width: 24px;
}

.stats-container {
  margin-top: 4rem;
  background-color: var(--light-accent);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: var(--box-shadow);
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-label {
  color: var(--text-dark);
  font-size: 0.95rem;
  line-height: 1.5;
}

.about-image-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.experience-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--primary);
  color: white;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  text-align: center;
  z-index: 3;
  box-shadow: var(--box-shadow);
}

.experience-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.experience-text {
  font-size: 0.9rem;
  opacity: 0.9;
}

.shape-element {
  position: absolute;
  color: var(--light-accent);
  font-size: 2rem;
  opacity: 0.5;
  z-index: 1;
}

.shape-1 {
  top: 15%;
  left: 10%;
}

.shape-2 {
  top: 40%;
  right: 15%;
}

.shape-3 {
  bottom: 20%;
  left: 20%;
}

@media (max-width: 991px) {
  .about-image-container {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  
  .experience-badge {
    bottom: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
  }
  
  .about-section .section-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .stat-item {
    margin-bottom: 1.5rem;
  }
  
  .experience-badge {
    padding: 0.8rem 1.2rem;
  }
  
  .experience-number {
    font-size: 2rem;
  }
  
  .experience-text {
    font-size: 0.8rem;
  }
}

/* Bloc Nos services */
.services-section {
  padding: 6rem 0;
  background-color: var(--background);
}

.services-heading {
  text-align: center;
  margin-bottom: 3.5rem;
}

.services-title {
  color: var(--primary);
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.services-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
}

.service-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: var(--box-shadow);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.service-icon i {
  font-size: 2.5rem;
  color: var(--primary);
}

.service-card-1 {
  background-color: #FFF8EC;
}

.service-card-2 {
  background-color: #EBF5FF;
}

.service-card-3 {
  background-color: #F0F9F0;
}

.service-card-4 {
  background-color: #FFF0F0;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.service-text {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.6;
}

.cta-section {
  background-color: var(--white);
  border-radius: 10px;
  padding: 4rem;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.cta-text {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.cta-button {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: var(--box-shadow);
  display: inline-flex;
  align-items: center;
}

.cta-button i {
  margin-left: 0.5rem;
}

.cta-button:hover {
  background-color: #8a1643;
  transform: translateY(-2px);
}

.cta-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
  .service-card {
    margin-bottom: 2rem;
  }
  
  .cta-section {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .services-title {
    font-size: 1.8rem;
  }
  
  .cta-title {
    font-size: 1.5rem;
  }
  
  .cta-text {
    font-size: 1rem;
  }
  
  .cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
/* Bloc Programmes */
.programs-section {
  padding: 6rem 0;
  background-color: var(--text-dark);
  background-image: url('../img/meditation-background.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  position: relative;
  color: var(--white);
}

.programs-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 49, 66, 0.85);
  z-index: 1;
}

.programs-container {
  position: relative;
  z-index: 2;
}

.programs-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.programs-title {
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.programs-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}

.program-list {
  max-width: 900px;
  margin: 0 auto;
}

.program-item {
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 2rem;
  transition: all 0.3s ease;
  border-left: 3px solid var(--primary);
}

.program-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}

.program-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.program-title-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--white);
}

.program-number {
  color: var(--primary);
  font-weight: 700;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.program-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  padding-left: 2.2rem;
}

/* Bloc Abonnements */
.pricing-section {
  padding: 6rem 0;
  background-color: var(--white);
}

.pricing-heading {
  text-align: center;
  margin-bottom: 3.5rem;
}

.pricing-title {
  color: var(--primary);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.pricing-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
}

.pricing-card {
  background-color: var(--background);
  border-radius: 10px;
  padding: 3rem 2rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.popular-badge {
  position: absolute;
  top: 1.5rem;
  right: -3rem;
  background-color: var(--primary);
  color: white;
  transform: rotate(45deg);
  padding: 0.5rem 4rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pricing-card-content {
  text-align: center;
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.plan-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.plan-duration {
  color: var(--text-light);
  margin-bottom: 2rem;
  font-size: 1rem;
}

.plan-description {
  color: var(--text-light);
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: left;
  padding-left: 1rem;
  line-height: 1.7;
}

.pricing-button {
  display: inline-block;
  padding: 0.8rem 3rem;
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pricing-button:hover {
  background-color: var(--primary);
  color: white;
}

.pricing-card-popular .pricing-button {
  background-color: var(--primary);
  color: white;
}

.pricing-card-popular .pricing-button:hover {
  background-color: #8a1643;
}

.pricing-card-popular {
  border: 2px solid var(--primary);
  transform: scale(1.05);
}

.pricing-card-popular:hover {
  transform: translateY(-10px) scale(1.05);
}

@media (max-width: 991px) {
  .pricing-card {
    margin-bottom: 2rem;
  }
  
  .pricing-card-popular {
    transform: none;
  }
  
  .pricing-card-popular:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .programs-title, .pricing-title {
    font-size: 1.8rem;
  }
  
  .program-item {
    padding: 1.5rem;
  }
  
  .program-title-text {
    font-size: 1.1rem;
  }
}
/* Bloc Témoignages */
.testimonials-section {
  padding: 6rem 0;
  background-color: var(--background);
}

.testimonials-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.testimonials-title {
  color: var(--primary);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.testimonial-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 2.5rem;
  height: 100%;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-quote {
  position: absolute;
  top: -20px;
  left: 30px;
  color: var(--primary);
  font-size: 4rem;
  opacity: 0.2;
}

.testimonial-content {
  position: relative;
  z-index: 2;
}

.testimonial-text {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-text em {
  color: var(--primary);
  font-style: normal;
  font-weight: 600;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.2rem;
}

.testimonial-location {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* Bloc Blog */
.blog-section {
  padding: 6rem 0;
  background-color: var(--white);
}

.blog-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.blog-title {
  color: var(--primary);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.blog-card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease;
  background-color: var(--white);
}

.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-image {
  height: 320px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 2rem;
}

.blog-post-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-dark);
  line-height: 1.4;
}

.blog-excerpt {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.blog-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.blog-link i {
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}

.blog-link:hover {
  color: #8a1643;
}

.blog-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .testimonial-card, .blog-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .testimonials-title, .blog-title {
    font-size: 1.8rem;
  }
  
  .testimonial-text {
    font-size: 1rem;
  }
  
  .blog-post-title {
    font-size: 1.2rem;
  }
}
/* Bloc Formulaire et Contact */
.contact-section {
  padding: 6rem 0;
  background-color: var(--background);
  position: relative;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/mindfulness-pattern.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 1;
}

.contact-container {
  position: relative;
  z-index: 2;
}

.contact-row {
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.form-col {
  padding: 4rem;
}

.form-heading {
  margin-bottom: 2.5rem;
}

.form-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.form-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.7;
}

.form-floating {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  height: 58px;
  border-radius: 5px;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(165, 26, 80, 0.25);
}

.form-floating label {
  padding: 1rem 1rem;
}

.contact-btn {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 1rem 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.contact-btn:hover {
  background-color: #8a1643;
  transform: translateY(-2px);
}

.info-col {
  background-color: var(--primary);
  color: var(--white);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-heading {
  margin-bottom: 2rem;
}

.info-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.info-text {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 2.5rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.contact-info-icon i {
  font-size: 1.5rem;
}

.contact-info-content {
  flex: 1;
}

.contact-info-label {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.3rem;
}

.contact-info-value {
  font-size: 1.1rem;
  font-weight: 600;
}

.social-links {
  display: flex;
  margin-top: 2.5rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.social-link i {
  font-size: 1.2rem;
  color: var(--white);
}

@media (max-width: 991px) {
  .form-col, .info-col {
    padding: 3rem;
  }
  
  .form-title, .info-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .form-col, .info-col {
    padding: 2rem;
  }
  
  .contact-row {
    margin: 0 1rem;
  }
}
/* Footer */
.footer {
  background-color: var(--text-dark);
  color: var(--white);
  padding: 3rem 0;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo a {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-logo a:hover {
  color: var(--primary);
}

.footer-contact {
  margin-bottom: 1.5rem;
}

.footer-contact p {
  color: var(--primary);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  position: relative;
  transition: all 0.3s ease;
}

.footer-links a:first-child {
  padding-left: 0;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-links a::after {
  content: '|';
  position: absolute;
  right: -10px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-links a:last-child::after {
  display: none;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  
  .footer-links {
    justify-content: center;
  }
  
  .footer-links a:first-child {
    padding-left: 1rem;
  }
}
:root {
    --primary: #2C3E50;
    --secondary: #18BC9C;
    --background: #F7F9F9;
    --card-bg: #FFFFFF;
    --text-dark: #2C3E50;
    --text-light: #7F8C8D;
    --accent-light: #ECF0F1;
    --box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--background);
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: var(--primary);
    margin-bottom: 1rem;
}

/* Navbar */
.fixed-header {
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--accent-light);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    color: var(--primary) !important;
}

.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark) !important;
    font-weight: 500;
}

/* Hero Section */
.hero-section {
    background-color: var(--secondary);
    color: var(--card-bg);
}
.hero-title, .hero-subtitle, .hero-feature-text {
    font-family: 'Poppins', sans-serif;
}

/* Buttons */
.btn,
.pricing-button,
.cta-button,
.contact-btn {
    font-family: 'Playfair Display', serif;
}

/* Footer */
.footer-logo a {
    font-family: 'Playfair Display', serif;
}
.footer-links a {
    font-family: 'Poppins', sans-serif;
}

/* Other text elements */
.service-title,
.pricing-title,
.testimonials-title,
.blog-title,
.form-title,
.info-title {
    font-family: 'Playfair Display', serif;
}
.service-text,
.plan-description,
.testimonial-text,
.blog-excerpt,
.form-subtitle,
.info-text {
    font-family: 'Poppins', sans-serif;
}
