/* ================================================
   1. MENU TRANSPARENT UNIQUEMENT SUR HOME AVANT STICKY
   ================================================ */
body.personal_therapist .header-area.header-transparent {
  position: absolute !important;
  top: 10px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  max-height: 100px !important;
  min-height: 60px !important;
  background: transparent !important;
}

body.personal_therapist .header-area.header-transparent .header__wrap {
  min-height: 60px !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.personal_therapist .header-area.header-transparent .xb-header-logo img {
  max-height: 40px !important;
  width: auto !important;
}

body.personal_therapist .header-area.header-transparent .main-menu ul li a {
  line-height: 1 !important;
  padding: 10px 0 !important;
}

body.personal_therapist .header-area.header-transparent .header__wrap.glass {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* ================================================
   2. MENU ITEMS - COULEUR #775392
   ================================================ */
.main-menu ul li a,
.main-menu ul li a span,
.xb-header-nav ul li a,
.xb-header-nav ul li a span {
  color: #775392;
  text-transform: none;
}

/* ================================================
   3. HERO IMAGE - RESPONSIVE
   ================================================ */
/* Forcer le conteneur parent */
.hero-inner,
.hero {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

.hero-one-image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
}

/* Supprimer les paddings responsables */
.container-fluid.px-50 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Tablette */
@media (max-width: 992px) {
  .hero-one-image {
    background-size: cover !important;
    background-position: center center !important;
    background-image: url("assets/img/hero/hero_img-mobile.jpg") !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-one-image {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 80vh;
  }
}

/* ================================================
   5. FOOTER
   ================================================ */
.footer-wrap.bg-primary {
  background: url("assets/img/fondfoo.jpg") no-repeat center center !important;
  background-size: cover !important;
  padding-bottom: 50px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 180px;
}

.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
}

.footer-wrap .row > div {
  padding: 50px;
}

.footer-links li a {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  text-decoration: none;
  transition: none;
}

.footer-links li a:hover {
  background: none !important;
  transform: none !important;
  text-decoration: underline;
}

.footer-links li a,
.footer-links li a:link,
.footer-links li a:visited,
.footer-links li a:hover,
.footer-links li a:active,
.footer-nav-links li a,
.footer-nav-links li a:link,
.footer-nav-links li a:visited,
.footer-nav-links li a:hover,
.footer-nav-links li a:active,
.social-links li a,
.social-links li a:link,
.social-links li a:visited,
.social-links li a:hover,
.social-links li a:active {
  color: #775392 !important;
}

.footer-title,
.footer-wrap h3 {
  color: #775392 !important;
}

.footer-links li {
  margin-bottom: 1px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

/* ================================================
   6. PAGE A PROPOS
   ================================================ */
.about-text-box {
  background: white;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px;
  margin: 40px auto;
  max-width: 1000px;
  width: 100%;
}

.apropos-main-image {
  width: auto;
  max-width: 95%;
  height: auto;
  border-radius: 20px;
  display: inline-block;
}

/* ================================================
   7. CARTES À PROPOS (IMAGE FOND)
   ================================================ */
.about-cards-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 60px 0 100px;
}

.about-card {
  display: block;
  width: 260px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.card-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  transition: background 0.3s ease;
}

.about-card:hover .card-overlay {
  background: transparent;
}

.about-card h3 {
  color: #775392;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 4px 16px;
  border-radius: 40px;
  background: transparent;
  white-space: nowrap;
  display: inline-block;
}

.about-card:hover h3 {
  background: white;
  color: #775392;
  border: 1px solid #775392;
}

/* ================================================
   8. BOUTON PERSONNALISÉ
   ================================================ */
.btn-custom {
  display: inline-block;
  color: #775392;
  background: transparent;
  border: 2px solid #775392;
  border-radius: 50px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s ease;
  white-space: normal;
  max-width: 100%;
}

.btn-custom:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #775392;
  border: 2px solid #775392;
}

/* ================================================
   9. VIDÉO DE FOND
   ================================================ */
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
}

body.personal_therapist {
  position: relative;
  background: #7753921a;
}

.body_wrap {
  position: relative;
  z-index: 1;
  background: transparent;
}

body.personal_therapist {
  position: relative;
  /* background: #7753921a; */
}

/* ================================================
   10. MOBILE
   ================================================ */
@media (max-width: 768px) {
  .about-text-box {
    padding: 25px;
    margin: 25px auto;
  }
  .about-cards-grid {
    gap: 20px;
    margin: 40px 0 60px;
  }
  .about-card {
    width: calc(50% - 20px);
    min-width: 140px;
    height: 160px;
  }
  .about-card h3 {
    font-size: 14px;
    padding: 4px 12px;
    white-space: normal;
  }
  .card-overlay {
    padding-bottom: 10px;
  }
}

.personal_therapist {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hero-inner.radius-20 {
  border-radius: 0 !important;
  overflow: visible !important;
}
.footer-signature a,
.footer-nav-links li a {
  font-size: 13px;
  font-family: inherit;
  color: #333;
  text-decoration: none;
}

.footer-signature a:hover,
.footer-nav-links li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding-left: 20px;
  padding-right: 20px;
}
.personal_therapist {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-fluid.px-50 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* ================================================
   6. FOOTER - STRUCTURE
   ================================================ */
.footer-wrap.bg-primary {
  background: url("assets/img/fondfoo.jpg") no-repeat center center !important;
  background-size: cover !important;
  padding-bottom: 50px;
  position: relative;
}

/* Voile blanc entre l'image et le texte */
.footer-wrap.bg-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.footer-wrap.bg-primary .row,
.footer-wrap.bg-primary .footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 180px;
}

.footer-bottom {
  padding: 20px;
  font-size: 13px;
}

.footer-wrap .row > div {
  padding: 50px;
}

/* ================================================
   7. FOOTER - LIENS
   ================================================ */
.footer-links {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links li a,
.footer-nav-links li a {
  text-decoration: none !important;
  text-transform: none;
}

.footer-links li a:hover,
.footer-nav-links li a:hover {
  text-decoration: none !important;
  font-weight: 600;
}

/* Doubler la taille des icônes réseaux sociaux */
.social-links li a i,
.social-links li a svg {
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
}

.social-links li a {
  display: inline-block;
}

.social-links {
  gap: 15px;
}
.xb-backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-white);
  background-color: #775392;
  border-radius: 5px;
}
/* ================================================
   14. PAGE TITLE
   ================================================ */
.page-title {
  position: relative;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 80px;
  background: rgba(119, 83, 146, 0.4) !important;
  border-radius: 0 !important;
}

.page-title .container,
.page-title-shape {
  position: relative;
  z-index: 2;
}

.page-title .breadcrumb-title {
  color: #775392 !important;
  font-size: 36px;
}

@media (max-width: 768px) {
  .page-title .breadcrumb-title {
    font-size: 28px;
  }
}
/* ================================================
   15. PAGE CONTACT - FORMULAIRES ET CADRES
   ================================================ */
.pt-100 {
  padding-top: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-20 {
  margin-bottom: 20px;
}

.contact-main-box {
  background: white;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}

.contact-main-box .form-control:focus {
  border-color: #775392;
  outline: none;
  box-shadow: 0 0 5px rgba(119, 83, 146, 0.3);
}

.btn-custom {
  background: #775392;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #5a2d6e;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ================================================
   15. PAGE ÉQUIPE - CADRE UNIQUE AVEC SÉPARATEURS
   ================================================ */
.team-members {
  padding-bottom: 100px;
}

.team-main-box {
  background: white;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}

/* Séparateur fin avec dégradé mauve */
.team-separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, #775392, #775392, #775392, transparent);
  width: 80%;
  margin: 0 auto;
}
.team-member-row {
  padding: 30px;
}

.team-member-row .row {
  margin: 0;
}

.team-member-row img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.member-content {
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.member-content h3 {
  color: #775392;
  margin-bottom: 15px;
  font-size: 20px;
}

.member-content p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Alternance image à droite */
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* Responsive */
@media (max-width: 768px) {
  .team-member-row {
    padding: 20px;
  }

  .team-member-row img {
    height: 180px;
    margin-bottom: 20px;
  }

  .member-content {
    padding: 0;
  }

  .member-content h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .flex-row-reverse {
    flex-direction: column;
  }

  .team-member-row .col-lg-4,
  .team-member-row .col-lg-8 {
    width: 100%;
  }
}
/* ================================================
   15.5 PICTO DÉCORATIF
   ================================================ */
.member-picto {
  margin-top: 20px;
  text-align: center;
}

.member-picto img {
  width: 150px !important;
  height: 100px !important;
  object-fit: contain;
  opacity: 0.9;
  display: inline-block;
}
/* ================================================
   14. PAGE TITLE - EFFET DE BALAYAGE OBLIQUE
   ================================================ */
.page-title {
  position: relative;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 80px;
  background: rgba(119, 83, 146, 0.4) !important;
  border-radius: 0 !important;
  overflow: hidden;
}

/* Effet de balayage oblique plus clair */
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  animation: balayage 6s infinite ease-in-out;
  pointer-events: none;
  z-index: 1;
}

@keyframes balayage {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.page-title .container,
.page-title-shape {
  position: relative;
  z-index: 2;
}

.page-title .breadcrumb-title {
  color: #775392 !important;
  font-size: 36px;
}

@media (max-width: 768px) {
  .page-title .breadcrumb-title {
    font-size: 28px;
  }
}
/* ================================================
   16. PAGE OBJECTIFS - CADRE AVEC SÉPARATEURS
   ================================================ */
.objectifs-members {
  padding-bottom: 100px;
}

.objectifs-main-box {
  background: white;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}

/* Séparateur fin avec dégradé mauve */
.objectifs-separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, #775392, #775392, #775392, transparent);
  width: 80%;
  margin: 0 auto;
}

.objectif-row {
  padding: 40px;
}

.objectif-row .row {
  margin: 0;
  align-items: center;
}

.objectif-row img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.objectif-content {
  padding: 0 30px;
}

.objectif-content h3 {
  color: #775392;
  margin-bottom: 20px;
  font-size: 24px;
}

.objectif-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Alternance image à droite */
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* Responsive */
@media (max-width: 768px) {
  .objectif-row {
    padding: 20px;
  }

  .objectif-row img {
    height: 200px;
    margin-bottom: 20px;
  }

  .objectif-content {
    padding: 0;
  }

  .objectif-content h3 {
    font-size: 20px;
    margin-top: 15px;
  }

  .flex-row-reverse {
    flex-direction: column;
  }
}
