/* base */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Futura", "Arial", sans-serif;
  background: #FAFAF7;
  color: #4F6F52;
}

:root{
  --primary: #F28C6A;
  --text: #2b2b2b;
  --bg: #FAFAF7;
  --radius: 20px;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* -----------------SECTIONS ET CONTAINER------------------ */
.section{
  padding: 20px 20px;
}

.container{
  max-width:980px;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

/* TITRES */
h1{
  font-size:42px;
  font-weight:700;
  letter-spacing:-0.5px;
}

h2{
font-size:32px;
font-weight:600;
}

h3{
font-size:22px;
font-weight:600;
}

p{
  line-height:1.8;
  color:#2b2b2b;
}


/* BUTTON */
.btn-primary {
  background: #F28C6A;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #e07a5f;
  transform: translateY(-2px);
}

.btn-rdv{
  background: #FF8C62;
  color:white;
  border-radius:999px;
  padding:14px 30px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  width:fit-content;
  text-decoration:none;
  transition:0.3s;
}

.btn-rdv:hover{
  background:#F0754C;
  color:white;
  transform:translateY(-2px);
}

.session-list{
  list-style-position: inside;
  padding-left: 0;
  margin-top:10px;
}

.session-list li{
  margin-bottom:6px;
}
/* --------------- NAVBAR--------------------- */
/* NAVBAR GLOBAL */
.navbar {
  background: white;
  padding: 5px 0;
}

.navbar-brand img {
  height: 120px;
  width: auto;
  display: block;
}

@media (max-width: 1200px) {
  .navbar-brand img {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    height: 65px;
  }
}

/* LINKS */
.small-nav {
  color: #3F5C45;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 8px;
  transition: 0.25s ease;
}

.small-nav:hover {
  color: #F28C6A;
}

/* SUPPRESSION FLÈCHE DROPDOWN BOOTSTRAP */
.dropdown-toggle-no-arrow::after {
  display: none !important;
}

/* DROPDOWN STYLE PREMIUM */
.premium-dropdown {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  padding: 6px;
  min-width: 180px;
}

/* ITEMS DROPDOWN */
.premium-dropdown .dropdown-item {
  font-size: 13px;
  padding: 6px 10px;
  color: #3F5C45;
  border-radius: 6px;
  transition: 0.2s ease;
}

.premium-dropdown .dropdown-item:hover {
  background: #F8F8F8;
  color: #F28C6A;
}

/* BURGER */
.custom-toggler {
  border: none;
  background: transparent;
  width: 38px;
  height: 28px;
  position: relative;
}

.custom-toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3F5C45;
  left: 0;
  transition: 0.3s ease;
}

.custom-toggler span:nth-child(1) { top: 0; }
.custom-toggler span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.custom-toggler span:nth-child(3) { bottom: 0; }

.custom-toggler:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.custom-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.custom-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 50%;
}

.custom-toggler:focus,
.custom-toggler:active,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* ESPACEMENT ULTRA COMPACT */
.navbar-nav .nav-item {
  margin: 0 4px; /* réduit l’espace horizontal */
}

/* dropdown au hover  animation légère */
.navbar .dropdown:hover .dropdown-menu{
  display:block;
  margin-top:0;
}

.dropdown-menu{
  border:none;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  .nav-link {
    padding: 10px 0;
  }
}

/* -------------------------HERO---------------------------- */

/* HERO */
.hero{
  background: linear-gradient(180deg, #E6C084 0%, #F7EAD6 100%);
  padding: 30px 20px;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-logo {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.hero h1{
font-size:42px;
font-weight:700;
margin-bottom:15px;
color:#181818;
}

.hero p{
font-size:18px;
color:#181818;
margin-bottom:25px;
}

a {
  color: #F28C6A;
}

a:hover {
  color: #e07a5f;
}

.subtitle {
  font-size: 18px;
  margin-top: 10px;
}
/* ------------------- INTRO ------------------- */

.intro-title{
  color: rgb(80, 102, 35);
  font-weight:600;
  font-size:32px;
  line-height:1.4;
  margin-bottom:18px;
}

.intro-text{
  color: rgb(213, 150, 50);
  font-size:17px;
  line-height:1.7;
  margin: 6px 0; /* 👈 espace contrôlé entre les paragraphes */
}

.intro-link{
  text-decoration: underline;
  color: rgb(213, 150, 50);
  font-weight:500;
  display:inline-block;
  margin-top:6px;
  transition:0.3s ease;
}

.intro-link:hover{
  color:#e07a5f;
}

/* section uniquement intro (évite de casser le reste du site) */
.intro-section{
  padding:60px 10px;
}

/* IMAGE PROFILE */
.profile-img {
  width: 260px;
  height: 320px;
  object-fit: cover;
  border-radius: 50% / 40%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: 0.3s ease;
}

.profile-img:hover {
  transform: translateY(-5px);
}
/* -----------------------CARDS------------------------------ */
.card-box {
  position: relative;
  padding: 35px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;

  background-size: cover;
  background-position: center;

  min-height: 260px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  color: #fff;

  box-shadow: 0 15px 40px rgba(0,0,0,0.08);

  cursor: pointer;

  /* ❌ SUPPRESSION DU MOUVEMENT */
  transition: box-shadow 0.3s ease;
}

/* overlay */
.card-box::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.88),
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.25)
  );

  z-index: 1;
}

/* contenu au-dessus overlay */
.card-box * {
  position: relative;
  z-index: 2;
  color: #fff !important; /* TOUT EN BLANC */
  text-decoration: none !important;
}

/* ❌ SUPPRESSION HOVER MOVE */
.card-box:hover {
  transform: none;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* TITRE */
.card-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

/* TEXTE */
.card-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}

/* CTA */
.card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.85;
  transition: 0.2s ease;
  text-decoration: none;
}

.card-box:hover .card-link {
  opacity: 1;
}

/* IMAGES */
.card-burnout {
  background-image: url("https://images.unsplash.com/photo-1506126613408-eca07ce68773");
}

.card-stress {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
}

.card-mental {
  background-image: url("https://images.unsplash.com/photo-1499209974431-9dddcece7f88");
}

/* ------------------------AVIS GOOGLE-------------------------------------- */
.reviewsSwiper{
  padding:20px 0;
}

.swiper-slide{
  display:flex;
  justify-content:center;
}

.review-card{
  background:white;
  padding:25px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  width:100%;
  max-width:350px;
  transition:0.3s;
}

.review-card:hover{
  transform:translateY(-5px);
}

.stars{
  color:#F5B301;
  margin-bottom:10px;
  letter-spacing:2px;
}

.review-card p{
  font-size:15px;
  line-height:1.6;
}

.review-card span{
  color:#F28C6A;
  font-weight:600;
}

.reviewsSwiper{
  padding-bottom:40px;
}

.swiper-slide{
  transition: transform 0.3s ease;
}

.swiper-slide:hover{
  transform: translateY(-5px);
}
/* -----------------------ZONES------------------------------------ */
/* SEO zone villes */

.seo-zone{
max-width:800px;
}

.city-list{

padding-left:20px;
}

.city-list li{

color:#555;
}

.article-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  text-decoration: none;
  color: black;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
}

.article-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------PAGE SOPHROLOGIE--------------------------- */
/* HERO PAGE */

.page-hero h1{
  font-size: 40px;
  font-weight:100;
}


/* TITRES DORÉS */
.gold-title{
  color:rgb(213,150,50);
  margin-bottom:20px;
}


/* MOTS IMPORTANTS */
.highlight{
  color:rgb(213,150,50);
  font-weight:500;
}


/* LISTE SEANCE */
.session-list{
  margin-top:20px;
}

.session-list li{
  margin-bottom:12px;
}


/* IMAGE */
.sculpture-img{
  max-width:500px;
  border-radius:10px;
}
.quote{
font-style: italic;
color: black;
}
/* DISCLAIMER */
.medical-disclaimer{
  font-size:14px;
  color:#666;
}
/* -----------PAGE HYPNOSE------------------------ */
/* HERO PAGE */

.page-hero{
  position: relative;
  height: 250px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;

  background-size:cover;
  background-position:center;

  color:black;
}

.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-overlay{
  position:absolute;
  inset:0;
}

.hero-content{
  position:relative;
  z-index:2;
}

.page-hero h1{
  font-size:40px;
  font-weight:600;
}
/* --------------------------TARIFS----------------------------- */
.cabinetSwiper {
max-width:900px;
margin:auto;
}

.cabinetSwiper .swiper-slide {
width:320px;
}

.cabinetSwiper img{
width:100%;
height:220px;
object-fit:cover;
}

/* ---------------------PAGE---ARTICLES---------------------------- */
.blog-card{
border:none;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
border-radius:12px;
overflow:hidden;
transition:0.3s;
}

.blog-card:hover{
transform:translateY(-6px);
}

.blog-category{
font-size:12px;
letter-spacing:1px;
color:#a88c5a;
font-weight:600;
}

.blog-title{
font-size:20px;
margin-top:10px;
}

.blog-excerpt{
font-size:14px;
color:#666;
}

.blog-meta{
display:flex;
align-items:center;
gap:10px;
margin-top:15px;
}

.blog-meta img{
  border: 2px solid #F28C6A;
}

.blog-meta{
  margin-top: 10px;
}

.blog-author{
width:32px;
height:32px;
border-radius:50%;
object-fit:cover;
flex-shrink:0;
}

.blog-author-info{
display:flex;
flex-direction:column;
font-size:13px;
color:#777;
line-height:1.2;
}

.blog-author-name{
font-weight:500;
}

.blog-date{
font-size:12px;
color:#999;
}

.blog-filters{
display:flex;
gap:10px;
justify-content:center;
flex-wrap:wrap;
}

.btn-filter{
border:1px solid #ddd;
}

.btn-filter.active{
background:#a88c5a;
color:white;
}

.blog-link{
text-decoration:none;
color:inherit;
display:block;
height:100%;
}

.blog-link:hover{
color:inherit;
}

.blog-stats{
display:flex;
gap:15px;
font-size:13px;
color:#777;
margin-top:10px;
}

.blog-card > img{
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.blog-item{
display:flex;
}
.blog-card{
width:100%;
}
/* ARTICLES */
.tag {
  border: 1px solid #d4af37;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}

.card a {
  text-decoration: none;
  color: inherit;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

/* ARTICLES SEO */
/* ARTICLE SEO */
.article-container{
  max-width: 820px;
}

.article-container p{
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 22px;
}

.article-container h2{
  margin-top: 50px;
  margin-bottom: 20px;
}

.article-container ul{
  padding-left: 20px;
  margin-bottom: 25px;
}

.article-container li{
  margin-bottom: 10px;
}

.article-container img{
  border-radius: 18px;
  margin: 30px 0;
}
.btn-rdv:focus,
.btn-primary:focus{
  outline: 2px solid #F28C6A;
  outline-offset: 2px;
}
/* ----------------------EASYADMIN -----------------------*/
/* builder UX */
.field-collection .form-widget {
    background: #f9fafb;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
}

.field-collection .form-widget:hover {
    border-color: #d1d5db;
}

/* ----------------------FAQ----------------------- */
.accordion-item{
  border:none;
  border-radius:12px !important;
  overflow:hidden;
  margin-bottom:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.accordion-button{
  background:white;
  font-weight:600;
  padding:18px;
}

.accordion-button:not(.collapsed){
  background:#fff7f3;
  color:#F28C6A;
}

.accordion-body{
  line-height:1.8;
}
/* ------------------FOOTER-------------------- */
/* FOOTER */
/* footer {
  background: #FAFAF7;
  font-size: 14px;
  border-top: 1px solid #eee;
} */
footer a{
  color:#F28C6A;
  text-decoration:none;
}

footer a:hover{
  text-decoration:underline;
}

.admin-link{
  font-size:11px;
  opacity:0.4;
  text-decoration:none;
}

.admin-link:hover{
  opacity:0.8;
}
