body {
  padding: 0;
}

/* --- HEADER --- */
header {
  text-align: center;
  padding: 10px;
}

.header-top {
  flex-direction: column;
  gap: 10px;
}

.logo img {
  width: 90%;
  max-width: 400px;
}

.logo {
  max-width: 100%;
}

.titre h1 {
  font-size: 1.6em;
}

.titre {
  max-width: 100%;
}

.titre h2 {
  font-size: 1.1em;
}

/* --- NAVIGATION --- */
nav ul {
  margin: 10px 0;
  display: block;
}

nav a {
  padding: 12px;
  background-color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* --- MENU DÉROULANT MOBILE --- */

.dropdown .arrow {
  margin-left: 6px;
  vertical-align: middle;
}

.submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu li a {
  background-color: #f7f7f7;
  border-color: white;
  text-align: center;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #1b3b3f;
}

.submenu li a:hover {
  background-color: white;
  color: #1b3b3f;
}

/* --- MENU MOBILE --- */
header {
  position: relative;
  text-align: center;
}

/* .menu-toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  color: #1b3b3f;
  cursor: pointer;
  z-index: 300;
  transition: color 0.3s ease;
} */

.menu-toggle-container {
  width: 100%;
  background-color: #f2f2f2; /* gris clair */
  display: flex;
  justify-content: center; /* centre horizontalement */
  align-items: center;
  /* padding: 10px 0; */
}

.menu-toggle {
  display: flex;
  background: none;
  border: none;
  font-size: 30px;
  color: #1b3b3f;
  cursor: pointer;
  transition: color 0.3s ease;
}

.menu-toggle:hover {
  color: #4cb8bf;
}

.menu-toggle.active {
  color: transparent; /* cache le hamburger */
}

.menu-toggle.active::before {
  content: "✕";
  font-size: 32px;
  color: #1b3b3f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* centre la croix horizontalement */
}

.menu {
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu.active {
  display: flex;
}

.menu li {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.menu a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #1b3b3f;
  font-family: "Lato", sans-serif;
}

.menu a:hover {
  background-color: #9dd5a2;
  color: #fff;
}

.submenu {
  display: none;
  background-color: rgba(150, 150, 150, 0.1);
}

.arrow {
  margin-left: 6px;
  vertical-align: middle;
}

.boutons-rdv {
  width: 100%;
  gap: 30px;
}
.intro {
  margin: 40px 10px;
}

.btn-acceuil-rdv {
  display: flex;
  width: 85%;
}

.btn-acceuil-rdv a {
  font-size: 1em;
}

.question {
  font-size: 1em;
  line-height: 1.4em;
}

.reponse {
  font-weight: 700;
  line-height: 1.4em;
}

.mots-image {
  margin: 40px auto 20px auto;
  max-width: 90%;
  height: auto;
}

.accompagnement h2 {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

.texte-apres-image {
  padding-left: 5px;
  padding-right: 5px;
}

.phrase-ecoute {
  font-size: 1.2em;
}

.phrase-final {
  font-size: 1.4em;
}

.bulle {
  margin: 50px auto 25px auto;
  padding: 40px 20px 25px 20px;
  max-width: 600px;
}

.rond {
  max-height: 180px;
  max-width: 80%;
  aspect-ratio: 1 / 1;
}

/* --- SECTION CITATION --- */

.bulle-flottante,
.bulle-flottante2 {
  display: none;
}

.citation2 {
  padding-top: 0;
}

.citation2 .bulle-icone,
.citation .bulle-icone {
  width: 20%;
}

/* --- SECTION FAQ --- */
.faq-container2 {
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  max-width: 90%;
}

.faq-question .arrow {
  top: 50%;
  transform: translateY(-50%);
}

.dialogue {
  background-position: 70% 10%;
  height: 20vh;
  min-height: 300px;
}

.bulle-dialogue {
  width: 150px;
}

/* MOT CROISES PAGE */

.valeurcompetences,
.travail-equipe {
  padding: 20px 15px;
  border-radius: 20px;
  margin: 30px 5%;
}

.valeurcompetences .conteneur,
.travail-equipe .conteneur {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.valeurcompetences .texte h2,
.travail-equipe .texte h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.valeurcompetences .texte ul li,
.travail-equipe .texte ul li {
  padding-left: 16px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.valeurcompetences .texte ul li::before,
.travail-equipe .texte ul li::before {
  font-size: 1rem;
}

.valeurcompetences .image,
.travail-equipe .image {
  width: 100%;
  text-align: center;
  position: relative;
}

.valeurcompetences .image img,
.travail-equipe .image img {
  width: 90%;
  border-radius: 15px;
  top: 0;
  left: -0;
  max-width: 500px;
}
/* ====== SECTION NOTRE EXPERTISE – VERSION PC ====== */

.page-familles .texte-gauche .image,
.page-familles .texte-droite .image {
  order: 1;
}
.page-familles .texte-gauche .texte,
.page-familles .texte-droite .texte {
  order: 2;
}

.notre-expertise .bloc-haut {
  flex-direction: column;
  gap: 20px;
  margin: 20px 5%;
  padding: 5%;
}

.notre-expertise .image {
  flex: 1;
  text-align: center;
}

.notre-expertise .image img {
  position: relative;
  width: 80%;
  max-width: 400px;
  top: 0;
  border-radius: 30px 30px 30px 0px;
}

.notre-expertise .texte {
  flex: 1;
  text-align: left;
}

/* Bloc inférieur (fond foncé) */
.notre-expertise .bloc-bas {
  position: relative;
  z-index: 2;
  background-color: #083a46;
  color: white;
  border-radius: 0px 40px 40px 40px;
  max-width: 1000px;
  margin: 5%;
  padding: 5% 5%;
}

.dialoguebotte,
.dialogue,
.couplefleur,
.dialoguepont {
  min-height: 300px;
  background-attachment: scroll;
}

.dialogue .bulle-dialogue,
.couplefleur .bulle-dialogue,
.dialoguepont .bulle-dialogue,
.dialoguebotte .bulle-dialogue {
  display: none;
}

.pres-cabinet .pres-hero {
  padding-bottom: 50px;
  padding-top: 50px;
  background-attachment: scroll; /* ou remove */
}

.pres-accompagnement .pres-hero {
  padding-bottom: 50px;
  padding-top: 50px;
  background-attachment: scroll; /* ou remove */
}

.tete-infos .pres-hero {
  padding-bottom: 50px;
  padding-top: 50px;
  background-attachment: scroll; /* ou remove */
}

.medias-tete {
  height: 100px;
}

.medias-tete .pres-hero {
  padding-top: 30px;
  padding-bottom: 125px;
  background-attachment: scroll; /* ou remove */
}

.tete-infos {
  height: 170px;
}

.page-familles {
  font-family: "Lato", Arial, sans-serif;
  color: #183642;
  background-color: #fff;
  line-height: 1.2;
}

.page-familles section.bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 5%;
  text-align: center;
}

.page-familles .image img {
  width: 80%;
  margin-top: 20px;
  object-fit: cover;
  max-width: 400px;
}

.page-familles h2 {
  font-size: 1.6em;
  margin-bottom: 10px;
  text-align: left;
}

.page-familles p {
  font-size: 16px;
  font-weight: 300;
}

.page-familles p.intro {
  margin-bottom: 17px;
  font-weight: 500;
}

.page-familles .infos-entretien {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 40px 8%;
}

.page-familles .infos-entretien .info-card {
  width: 90%;
  max-width: 400px;
  padding: 30px 20px;
  text-align: center;
}

.page-familles .infos-entretien .info-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-familles .infos-entretien .svg-container {
  width: 32px;
  height: 32px;
}

.page-familles .infos-entretien h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-familles .infos-entretien p {
  font-size: 0.9em;
  line-height: 1.4;
}

.pourquoi-mots-croises {
  padding: 20px 15px;
  border-radius: 20px;
  margin: 30px 5%;
}

.pourquoi-mots-croises .conteneur {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.pourquoi-mots-croises .texte h2 {
  margin-bottom: 15px;
}

.pourquoi-mots-croises .image {
  width: 100%;
  text-align: center;
  position: relative;
}

.pourquoi-mots-croises .image img {
  width: 90%;
  border-radius: 15px;
  top: 0;
  left: -0;
}

.pourquoi-mots-croises .image img {
  max-width: 500px;
}

.dialoguepont {
  background-position: 70% 10%;
  height: 20vh;
  min-height: 300px;
}

.list-prat {
  padding: 40px 0;
}

.list-prat .titre-page {
  font-size: 1.6rem;
  margin-bottom: 35px;
  padding: 0 10px;
  line-height: 1.3;
}

.list-prat .cabinet-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.list-prat .cabinet-card {
  border-radius: 14px;
  padding: 25px 15px 20px;
  width: 90%;
  margin-bottom: 20px;
}
.list-prat .cabinet-card:hover {
  transform: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.list-prat .pin-badge {
  top: -60px;
  width: 70px;
  height: 70px;
}

.list-prat .pin-badge svg {
  width: 24px;
  height: 24px;
}

.list-prat .praticiens {
  max-width: 90%;
}

.list-prat .infos {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 0.9em;
}

.list-prat .icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.list-prat .ville-ligne {
  gap: 6px;
  margin-bottom: 6px;
  font-size: 0.95em;
}

.list-prat .ville {
  margin: 15px 0 6px;
  font-weight: 500;
}

.list-prat .horaires {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 0.88em;
}

.list-prat .map {
  margin-top: 12px;
}

.list-prat .map iframe {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: 10px;
}

.list-prat {
  padding: 60px 0;
}

.list-prat .titre-page {
  font-size: 1.8rem;
  margin-bottom: 45px;
}

.list-prat .cabinet-grid {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.list-prat .cabinet-card {
  max-width: 350px;
  padding: 30px 20px 25px;
  width: 80%;
}

.couplefleur {
  min-height: 300px;
}

.livres-section {
  margin-top: 10%;
}
.livre-card {
  max-width: 90%;
  margin-top: 130px;
}

.livre-cover {
  top: -130px;
  left: 50%;
  width: 140px;
}

.media-section {
  margin-top: 10%;
}

.media-card {
  max-width: 85%;
}

/* LISTE ARTICLES */

.article-featured {
  display: none;
}

.article-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}

.article-item img {
  display: block;
}

.article-item .article-pres {
  display: block;
}
