/*general*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
/* ========== TYPOGRAPHY ========== */
@font-face {
  font-family: "ma titre";
  src: url(../fonts/bree-serif/BreeSerif-Regular.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ma police";
  src: url(../fonts/Agrandir/Agrandir-Narrow.otf);
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ma titre", sans-serif;
  color: #74ccd0;
}
p,
a,
li,
span,
div,
ul,
button {
  font-family: "ma police", sans-serif;
  color: #866649;
}
p {
  line-height: 1.8;
  margin: 1.5rem 0;
}
a,
a:visited {
  text-decoration: none;
  color: inherit;
}

br {
  line-height: 0.5; /* Réduit l'espace vertical de la moitié */
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-1 img,
.section-2 img,
.section-3 img {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.txt-cache {
  display: none;
}
/*components*/
.button1 {
  border: 2px solid #fadab1;
  background: transparent;
  border-radius: 10px;
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font: 700 0.75rem "ma police", sans-serif;
  transition: all 0.3s ease-in-out;
}

.button1:hover,
footer a:hover {
  border: 3px solid skyblue;
  color: skyblue;
}
.button {
  border: 2px solid #1b1a1a;
  background-color: #fadab1;
  border-radius: 10px;
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font: 700 0.75rem "ma police", sans-serif;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  border: 2px solid skyblue;
  color: skyblue;
}
.bouton-voir-plus {
  background-color: #fadab1;
  color: rgb(10, 25, 231);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 0px;
}
/*********Body**********/
/* ---------- MENU : version stabilisée ---------- */
/* NAVBAR */
.navbar {
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background-color: #fadab1;
  gap: 20px;
  position: relative;
  flex-wrap: wrap;
}
.logo-title a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Style principal pour le titre de votre site */
.logo-title .site-title {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00c3e3;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.logo-title img {
  height: 50px;
  width: auto;
}
.navbar img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 50px;
}
.navbar h1 {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 700;
}
.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  color: #333;
  z-index: 1001;
}
.burger-menu:hover {
  color: #00c3e3;
}
.nav-menu,
.navbar ul {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-menu,
  .navbar ul {
    display: none;
  }
}
.navbar li {
  position: relative;
}

/* LIENS */
.navbar ul > li > a {
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.25s ease;
  white-space: nowrap;
  display: block;
}
.navbar a:hover,
.navbar a.active {
  color: #00c3e3;
}
.dropdown-1,
.dropdown-2 {
  position: relative;
}
.dropdown-1 > ul,
.dropdown-2 > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fadab1;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  min-width: 250px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-1 > ul li,
.dropdown-2 > ul li {
  width: 100%;
}
.dropdown-1 > ul li a,
.dropdown-2 > ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  white-space: normal;
}
.dropdown-1:hover > ul,
.dropdown-2:hover > ul {
  display: block;
}
/* ---------- LIENS SOCIAUX ---------- */
.social-links {
  display: flex;
  gap: 15px;
}
.social-links a {
  text-decoration: none;
  color: #00c3e3;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  transition: all 0.25s;
}
.social-links a:hover {
  background: #ecb77b;
  color: #fff;
  border-color: #00c3e3;
  transform: scale(1.07);
}
.social-links a img {
  /* Fait en sorte que l'image remplisse le cercle */
  width: 100%;
  height: 100%;

  /* Assure que l'image elle-même est ronde pour éviter les coins carrés */
  border-radius: 50%;

  /* Garantit que l'image couvre l'espace sans être déformée */
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .social-links {
    display: none !important;
  }
}
/*footer*/
.end {
  text-align: center;
  font-size: 1rem;
  color: #555;
  font-style: italic;
}
.container_end {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  min-height: 200px;
  background-color: #f5f3f3;
  padding: 20px;
}
.container_end ul {
  list-style: none;
  padding: 0;
}
.container_end > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-section h3 {
  margin-bottom: 10px;
}
.contact-section p {
  margin: 5px 0;
}
.contact-section img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 80px;
  margin-top: 5px;
  padding-left: 10px;
}
.social-links {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}
footer {
  background-color: #fadab1;
  padding: 2px 0;
  text-align: center;
}

/********************page d'accueil***********************/
/* hero section */
.hero {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  background-color: #f5f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero img {
  border-radius: 5%;
  width: min(90%, 900px);
  height: auto;
  margin-top: 70px;
  margin-bottom: 10px;
}
.hero p {
  font-size: 2rem;
  color: #555;
  text-align: center;
  margin: 70px 300px 70px 300px;
  font-style: italic;
}
.citation {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #555;
  text-align: center;
  margin: 2rem auto;
  font-style: italic;
  max-width: 800px;
  padding: 0 1rem;
}
/***********section1***********/

.img-wrapper {
  height: 500px;
  width: 400px;
  margin-left: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  overflow: hidden;
  border-radius: 5px;
}
.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.section-1 {
  margin-top: 30px;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 50px;
  min-height: 400px;
  justify-content: center;
  align-items: center;
}
.section-1 h2,
h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-1 p {
  margin-top: 5px;
  padding-right: 90px;
}

/*************section2***********/
.section-2 {
  display: grid;
  grid-template-columns: 63% 37%;
  min-height: 400px;
  margin-bottom: 70px;
}
.section-2 .img {
  margin-top: 40px;
  margin-right: 40px;
  background: url(../img/massage\ sin.jpg) center/cover;
  height: 70%;
  width: 95%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/*************section3***********/
.section-3 {
  display: grid;
  grid-template-columns: 37% 63%;
  min-height: 500px;
  margin-bottom: 70px;
}
.section-3 .img-ratio {
  position: relative;
  padding-bottom: 108.25%;
  height: 0;
  width: 100%;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.section-3 .img {
  background: url(../img/energiess.jpg) center top / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/****section4****/
.section-4 {
  display: grid;
  grid-template-columns: 63% 37%;
  min-height: 400px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 70px;
}
.section-4 .img {
  background: url(../img/Voyage\ sonore.jpg) center/cover;
  height: 70%;
  width: 90%;
  margin-top: 40px;
  margin-right: 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/**section5***/
.section-5 {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 400px;
  margin-bottom: 70px;
}
.section-5 .map-wrapper {
  max-width: 600px;
  border-radius: 10%;
  position: relative;
  padding-right: 20px;
  padding-bottom: 56.25%; /* ratio 16:9 */
  height: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.section-5 .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.banner {
  max-width: 90%;
  margin: 50px auto;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
/********************page soins sonore***********************/
.hero_sonore {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 30% 70%;
  min-height: 400px;
}
.hero_sonore p {
  margin: 20px 50px 20px 0px;
  padding-right: 90px;
  line-height: 28px;
}
.hero_sonore p span {
  font-style: oblique 80deg;
}
.hero_sonore .img {
  border-radius: 5%;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 50px;
  background: url(../img/page2bol.jpg) center/cover;
  height: 90%;
  width: 80%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.container_bienfaits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: center;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.container_bienfaits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.container_bienfaits li {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
  text-align: left;
}
.container_bienfaits li::before {
  content: "•";
  color: #007bff;
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.deroulement {
  background: linear-gradient(135deg, #ffffff, #e6f7ff);
}
.colonnes-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}
.colonne {
  text-align: center;
  padding: 20px;
  border-left: 2px solid #add8e6;
}
.colonne:first-child {
  border-left: none;
}
.deroulement h2 {
  text-align: center;
  color: #008080;
  margin-bottom: 20px;
}
.deroulement h3 {
  color: #add8e6;
  font-family: "ma police", sans-serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}
.deroulement ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}
.deroulement li {
  font-style: italic;
  font-family: "ma police", sans-serif;
  list-style: none;
  margin-bottom: 30px;
}
.MSPH {
  display: grid;
  grid-template-columns: 63% 37%;
  min-height: 400px;
  margin-top: 100px;
  margin-left: 60px;
  margin-bottom: 30px;
  padding: auto;
}
.MSPH p {
  margin: 20px 50px 20px 0px;
  padding-right: 90px;
  line-height: 28px;
}
.MSPH p strong {
  font-weight: normal;
  color: #74ccd0;
}
.MSPH .img {
  border-radius: 5%;
  margin-top: 40px;
  margin-right: 40px;
  background: url(../img/MSPH.jpg) center/cover;
  height: 70%;
  width: 95%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.button_container {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 50px;
}
.MSTT {
  display: grid;
  grid-template-columns: 63% 37%;
  min-height: 400px;
  margin-top: 100px;
  margin-left: 60px;
  margin-bottom: 30px;
  padding: auto;
}
.MSTT p strong {
  font-weight: normal;
  color: #74ccd0;
}

.MSTT .img {
  border-radius: 5%;
  margin-top: 40px;
  margin-right: 40px;
  background: url(../img/MSTT.jpg) center/cover;
  height: 90%;
  width: 95%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.unison {
  min-height: 400px;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 30px;
  padding: auto;
}
.unison p {
  margin: 20px 50px 20px 0px;
  padding-right: 300px;
  line-height: 28px;
}
.unison p strong {
  font-weight: normal;
  color: #74ccd0;
}
.unibold {
  font-weight: bold;
}
.note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 50px auto;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: center;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.note h3 {
  font-size: 1.5rem;
}
.notimg {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  margin-bottom: 70px;
}
.notimg img {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/*****************page soins énergétique*******************/
.hero-energie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.hero-energie img {
  max-width: 80%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.hero-energie h1 {
  text-align: center;
  margin: 1.5em 20px;
}
.magnet {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin: 70px 200px 70px 200px;
}
.magnet h2 {
  margin: 0;
  padding: 0;
}
.magnet h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #866649;
  box-shadow: 0 0 0 4px rgba(134, 102, 73, 0.7),
    0 0 0 8px rgba(134, 102, 73, 0.4), 0 0 0 12px rgba(134, 102, 73, 0.1);
}
.magnet p {
  margin-top: 20px;
  line-height: 28px;
}
.magnet p span {
  color: #74ccd0;
}
.magnet ul {
  list-style-type: circle !important;
  margin-left: 40px;
  margin-top: 20px;
  padding-left: 40px;
}
.magnet li {
  list-style-position: outside;
  margin-bottom: 10px;
  line-height: 28px;
}
.magnet li span {
  display: inline;
  font-weight: bold;
  color: #74ccd0;
}
.magnet img {
  align-items: center;
  display: block;
  margin: 30px auto 0 auto;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.energet {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin: 70px 200px 70px 200px;
}
.energet h2 {
  margin: 0;
  padding: 0;
}
.energet h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #866649;
  box-shadow: 0 0 0 4px rgba(134, 102, 73, 0.7),
    0 0 0 8px rgba(134, 102, 73, 0.4), 0 0 0 12px rgba(134, 102, 73, 0.1);
}
.energet p {
  margin-top: 20px;
  line-height: 28px;
}
.energet p span {
  font-weight: bold;
  color: #74ccd0;
}
.energet p strong {
  font-weight: bold;
}
.energet ul {
  list-style-type: circle !important;
  margin-left: 40px;
  margin-top: 20px;
  padding-left: 40px;
}
.energet li {
  list-style-position: outside;
  margin-bottom: 10px;
  line-height: 28px;
}
.energet li span {
  display: inline;
  font-weight: bold;
  color: #74ccd0;
}
.energet img {
  align-items: center;
  display: block;
  margin: 30px auto 0 auto;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.magnetenerget {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin: 70px 200px 70px 200px;
}
.magnetenerget h2 {
  margin: 0;
  padding: 0;
}
.magnetenerget h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #866649;
  box-shadow: 0 0 0 4px rgba(134, 102, 73, 0.7),
    0 0 0 8px rgba(134, 102, 73, 0.4), 0 0 0 12px rgba(134, 102, 73, 0.1);
}
.magnetenerget p {
  margin-top: 20px;
  line-height: 28px;
}
.magnetenerget p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: radial-gradient(circle, #9b6aff 0%, #6aa1ff 100%);
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 6px rgba(107, 97, 255, 0.6);
}
.magnetenerget ul {
  font-style: italic;
  list-style-type: square;
  margin-left: 40px;
  margin-top: 20px;
  padding-left: 40px;
}
.magnetenerget li {
  list-style-position: outside;
  margin-bottom: 10px;
  line-height: 28px;
}
.guérisseur {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin: 70px 300px 70px 300px;
}
.guérisseur h2 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
}
.guérisseur h2::before,
.guérisseur h2::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  background: radial-gradient(circle, #9b6aff 0%, #6aa1ff 100%);
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 6px rgba(107, 97, 255, 0.6);
}
.guérisseur p {
  margin-top: 20px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}
.guérisseur img {
  align-items: center;
  display: block;
  margin: 30px auto 0 auto;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
/******************Page seance ********************/
.hero-seance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.hero-seance a {
  color: #74ccd0;
}
.hero-seance img {
  max-width: 80%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.hero-seance a {
  margin-top: 30px;
  margin-bottom: 30px;
}
.calendrier h3 {
  text-align: center;
  margin-bottom: 20px;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
}

.event-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  overflow: hidden;
}
.month-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #add8e6;
  color: #000000;
  padding: 5px 15px;
  border-radius: 10px 0 10px 0;
  font-weight: bold;
  font-size: 0.9em;
}
.date-details {
  text-align: right;
  margin-bottom: 10px;
}

.day-number {
  font-size: 3em;
  font-weight: bold;
  color: #008080;
  display: block;
  line-height: 1;
}

.day-month {
  font-style: italic;
  font-size: 1.1em;
  color: #666;
}

.details {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.event-title {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 5px;
}

.location {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}
.profe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 50px auto;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  text-align: center;
  max-width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.profe p {
  margin-top: 20px;
  line-height: 28px;
  text-align: center;
}
.button-mail {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ffcc99;
  color: #000;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.button-mail:hover {
  background-color: #ffcc99;
  color: #fff;
}
/***************page A propos******************/
.identité {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 400px;
  margin-bottom: 70px;
}
.identité .img {
  margin-top: 40px;
  margin-right: 40px;
  border-radius: 6%;
  background: url(../img/quisuisje.jpg) center/cover;
  height: 85%;
  width: 90%;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.parcours {
  display: grid;

  grid-template-columns: 40% 60%;
  min-height: 500px;
  margin-bottom: 70px;
  align-items: center;
}
.parcours .img {
  margin: 0 auto;
  border-radius: 6%;
  background: url(../img/parcours.jpg) center/cover;
  height: 450px;
  width: 90%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.timeline-container {
  padding: 20px 0;
  position: relative;

  border-left: 2px solid #add8e6;
  margin-left: 40px;
}

.timeline-item {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.item-icon {
  width: 10px;
  height: 10px;
  background-color: #add8e6;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 5px;
}

.item-content {
  margin-left: 15px;
  padding-left: 30px;
  flex-grow: 1;
}

.item-content h4 {
  color: #008080;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.item-content p,
.item-content ul {
  margin: 0;
  padding: 0;
  color: #444;
}

.item-content ul {
  list-style: none;
  margin-top: 5px;
}

.item-content li {
  padding-left: 0;
  margin-bottom: 3px;
  font-style: italic;
}
/*********************page contact********************/
.contact {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  background-color: #f8f8f8;
}

.contact form {
  width: 100%;
  max-width: 600px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact h2 {
  text-align: center;
  margin-bottom: 30px;
}

.contact form > div {
  margin-bottom: 20px;
}

.contact label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1em;
  transition: border-color 0.3s;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #add8e6;
  outline: none;
  box-shadow: 0 0 5px rgba(173, 216, 230, 0.5);
}

.contact button[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #add8e6;
  color: #000000;
  border: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.contact button[type="submit"]:hover {
  background-color: #92c4d9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.contact textarea {
  resize: vertical;
}
.section_map {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 400px;
  margin-bottom: 70px;
  padding: 0 60px;
}
.section_map .map-contact {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16:9 */
  height: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.section_map .map-contact iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* --- PAGE MENTIONS LÉGALES --- */
.mentions-container {
  /* Centre le contenu et limite sa largeur pour une meilleure lisibilité */
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px; /* Espace en haut/bas et sur les côtés */
}

.mentions-container h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.mentions-container h2 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fadab1; /* Ligne de séparation sous les titres h2 */
}

.mentions-container p {
  line-height: 1.7; /* Améliore l'espacement entre les lignes */
  margin-bottom: 1rem;
}

.mentions-container a {
  /* Style pour les liens (emails, téléphones, sites) */
  color: #74ccd0;
  text-decoration: underline;
  transition: color 0.3s;
}

.mentions-container a:hover {
  color: #866649;
}

.mentions-container hr {
  /* Style pour les lignes de séparation */
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 40px 0;
}
/* --- Style additionnel pour les pages légales (listes et sous-titres) --- */
.mentions-container h3 {
  font-family: "ma titre", sans-serif;
  color: #866649;
  font-size: 1.3rem;
  margin-top: 25px;
  margin-bottom: 15px;
}

.mentions-container ul {
  list-style-type: square;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.mentions-container li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
/**************************************************/
/* --- MEDIA QUERY : MOBILE (max 768px) --- */
/**************************************************/
@media screen and (max-width: 768px) {
  .navbar {
    padding: 15px 20px;
    height: auto;
  }

  /* Afficher le burger */
  .burger-menu {
    display: block;
  }
  .navbar .nav-menu,
  .navbar.nav-menu,
  .navbar ul.nav-menu {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  /* Par défaut, menu et liens sociaux cachés */
  .nav-menu .social-links {
    display: none !important;
  }
  .logo-title {
    flex: 1;
  }

  .navbar.menu-open .nav-menu,
  .navbar.menu-open ul.nav-menu {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
  }

  .navbar.menu-open .social-links {
    display: flex !important;
  }

  .navbar.menu-open .nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
    background-color: #fadab1;
    padding: 20px 0;
    align-items: stretch;
  }

  .navbar.menu-open .nav-menu > li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .navbar.menu-open .nav-menu > li:last-child {
    border-bottom: none;
  }

  .navbar.menu-open .nav-menu > li > a {
    padding: 15px 20px;
    display: block;
  }
  .nav-menu > li {
    position: relative;
    z-index: 10;
  }
  .dropdown-1 ul,
  .dropdown-2 ul {
    position: absolute;
    z-index: 20;
  }
  /* Dropdowns mobile */
  .dropdown-1 > ul,
  .dropdown-2 > ul {
    position: static;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0;
    box-shadow: none;
    min-width: auto;
  }

  /* Afficher les sous-menus au clic */
  .dropdown-1.active > ul,
  .dropdown-2.active > ul {
    display: block;
  }

  .dropdown-1 > ul li a,
  .dropdown-2 > ul li a {
    padding: 12px 30px;
    font-size: 0.95rem;
  }

  /* Icône dropdown */
  .dropdown-1 > a::after,
  .dropdown-2 > a::after {
    content: " ▼";
    font-size: 0.7em;
    transition: transform 0.3s;
  }

  .dropdown-1.active > a::after,
  .dropdown-2.active > a::after {
    transform: rotate(180deg);
    display: inline-block;
  }

  /* Liens sociaux en mobile */
  .navbar.menu-open .social-links {
    width: 100%;
    justify-content: center;
    padding: 20px 0 10px;
  }
  /* --- FOOTER --- */
  .container_end {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-section img {
    max-height: 60px;
  }
  .end .social-links {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }
  footer p {
    font-size: 0.8rem;
    padding: 10px;
  }
  /*********page d'accueil*************/
  /* --- HERO --- */
  .hero img {
    width: 100%;
    margin: 20px 0;
  }

  .hero p {
    margin: 20px 10px;
    font-size: 1.1rem;
  }
  /* --- SECTION 1 : Qui suis-je --- */
  .section-1 {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .img-wrapper {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .section-1 p {
    padding-right: 0;
  }

  /* --- SECTION 2 --- */
  .section-2 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-2 .img {
    width: 90%;
    height: 250px;
    margin: 30px auto;
  }

  .section-2 .container {
    padding: 20px;
  }
  /* --- SECTION 3 --- */
  .section-3 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-3 .img-ratio {
    padding-bottom: 70%;
    width: 90%;
    margin: 0 auto 20px;
  }

  /* --- SECTION 4 --- */
  .section-4 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-4 .img {
    width: 90%;
    height: 250px;
    margin: 30px auto;
  }

  /* --- SECTION 5 --- */
  .section-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-5 .container {
    order: 1;
    text-align: center;
  }

  .section-5 .map-wrapper {
    order: 2;
    margin-top: 20px;
    width: 90%;
    height: 300px;
    position: relative;
    width: 90%;
    height: 300px;
    padding: 0;
    margin: 20px auto;
  }

  .section-5 .map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* --- BANNIÈRE --- */
  .banner {
    width: 100%;
    margin: 20px auto;
  }
  /* --- PAGE SOINS SONORES --- */
  .hero_sonore {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero_sonore .img {
    width: 90%;
    height: 250px;
    margin: 20px auto;
  }

  .hero_sonore p {
    padding-right: 0;
    margin: 20px 15px;
  }

  .container_bienfaits {
    width: 90%;
    margin: 30px auto;
  }

  .container_bienfaits li {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 25px;
  }

  .colonnes-container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .colonne {
    border-left: none;
    border-top: 2px solid #add8e6;
    padding: 20px 10px;
  }

  .colonne:first-child {
    border-top: none;
  }

  .MSPH,
  .MSTT {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .MSPH .containertxt,
  .MSTT .container {
    padding: 0 15px;
  }

  .MSPH p,
  .MSTT p {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .MSPH .img,
  .MSTT .img {
    width: 90%;
    height: 250px;
    margin: 30px auto;
    order: -1;
  }

  .button_container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: 30px 0;
  }

  .unison {
    top: 40px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .unison .containertxt {
    padding: 0 15px;
  }
  .unison p {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .note {
    width: 90%;
  }

  .notimg {
    width: 90%;
    margin: 30px auto;
  }
  /* --- PAGE SOINS ENERGETIQUES --- */
  .hero-energie {
    padding: 30px 0;
  }

  .magnet,
  .energet,
  .magnetenerget,
  .guérisseur {
    /* Réduction des marges latérales pour les petits écrans */
    margin: 40px 15px;
    padding: 0;
  }

  .guérisseur h2 {
    /* Réduction de la taille du titre pour qu'il ne soit pas trop grand */
    font-size: 2rem;
    text-align: center;
  }

  .magnet ul,
  .energet ul,
  .magnetenerget ul {
    /* Ajustement de l'indentation des listes */
    margin-left: 20px;
    padding-left: 20px;
  }

  .magnet img,
  .energet img,
  .guérisseur img {
    /* Garantie que les images ne déborderont jamais de l'écran */
    max-width: 100%;
    height: auto;
  }
  /* --- PAGE SÉANCES --- */
  .hero-seance {
    padding: 30px 15px; /* Ajoute un espacement sur les côtés */
    text-align: center; /* Centre le texte si jamais il passe sur plusieurs lignes */
  }

  .events-grid {
    /* Réduit les marges verticales et ajoute des marges latérales */
    margin: 30px 15px;
  }

  .profe {
    /* Harmonise les marges avec les autres sections du site */
    width: auto;
    margin: 40px 15px;
  }
  /* --- PAGE À PROPOS --- */
  .identité {
    margin-top: 40px;
  }
  .identité,
  .parcours {
    /* Passage des grilles à une seule colonne */
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px; /* Ajoute un peu d'espace entre les éléments */
  }

  .identité .container,
  .parcours .container {
    padding: 20px; /* Réduit le padding pour plus d'espace */
  }

  .identité .img,
  .parcours .img {
    /* Centre les images et ajuste leur taille */
    height: 300px;
    width: 90%;
    margin: 0 auto;
  }

  .identité .img {
    /* Place l'image au-dessus du texte sur mobile */
    order: -1;
  }

  .timeline-container {
    /* La timeline n'a plus besoin de sa ligne de guide ni de sa marge */
    border-left: none;
    margin-left: 0;
    padding: 0 15px;
  }

  .timeline-item {
    /* Le contenu de la timeline est maintenant aligné à gauche */
    text-align: left;
  }

  .item-icon {
    /* L'icône n'est plus nécessaire car il n'y a plus de ligne */
    display: none;
  }

  .item-content {
    margin-left: 0;
    padding-left: 0;
  }
  /* --- PAGE CONTACT --- */
  .contact {
    padding: 30px 15px;
  }

  .contact form {
    padding: 20px;
  }

  .section_map {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 30px;
    text-align: center;
  }

  .section_map .map-contact {
    width: 100%;
    height: 350px;
    padding-bottom: 0;
  }

  /****page mention légales****/
  .mentions-container {
    padding: 30px 15px;
  }
  .mentions-container h1 {
    font-size: 2rem;
  }
  .mentions-container h2 {
    font-size: 1.5rem;
  }
}

/* Tablette */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    gap: 15px;
  }

  .nav-menu {
    gap: 15px;
    font-size: 1rem;
  }

  .navbar ul > li > a {
    padding: 8px 12px;
  }
}
