html {
  scroll-behavior: smooth;
}

/* ============================
   RESET & BASE STYLES
============================ */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #333;
  background-color: #ccb69f;
  padding-top: 100px;
  background: url("https://i.ibb.co/gb7zYmGX/background.jpg") repeat top left;
  /*background: url("/imgs/background.webp") repeat top left;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}

/* ============================
   HEADER & NAVIGATION
============================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateY(0);
  opacity: 0.7
}

.navbar {
  position: fixed;
  top: 0; 
  left: 0; 
  right: 0;
  background-color: #0a0a0a14;
  z-index: 1100;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  list-style: none;
}

.navbar a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-transform: uppercase; 
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.navbar-brand img {
  height: 150px;
  width: auto;
  transform: scale(1);
  transform-origin: center;
}

.navbar ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar li {
  margin: 0 1rem;
}

.navbar a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.navbar a:hover {
  opacity: 0.8;
}

/* ============================
   NAV TOP TITLES
============================ */
.nav-top h1 {
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 0;
}

.nav-top span {
  color: #ccb69f;
  font-weight: 600;
}

/* ============================
   HERO IMAGE
============================ */
.hero-image {
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* ============================
   CATEGORIES
============================ */
.categories {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}

.category {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  flex: 1 1 300px;
  max-width: 350px;
  font-family: 'Poppins', serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.category-content {
  flex-grow: 1;
}

.category-img {
  width: 140px;
  height: auto;
  margin-top: 1rem;
  align-self: center;/
}

.category p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
}


.category h2 {
  color: #000000;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.category ul {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
}

.dotted-line {
  flex: 0 0 300px;
  border-top: 4px dotted #000000;
  margin: 0 1rem;
}

/* ============================
   POSTUROLOGIE
============================ */

.posturologie-title-container {
  text-align: center;
}

.posturologie-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.posturologie-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.posturologie-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.posturologie-content .text {
  flex: 1 1 45%;
  font-size: 1rem;
  line-height: 1.6;
}

.posturologie-content .text h2 {
  font-size: 2rem;
  color: #ac9175;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.posturologie-content .text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
  color: #000000;
}

.posturologie-content .text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.posturologie-content .text ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}

.posturologie-content .text ul li {
  margin-bottom: 0.5rem;
}

.posturologie-content .image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posturologie-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ============================
   BLOC CONSEILS SANTÉ
============================ */
.health-advice {
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 8px;
}

.spacer-title {
  text-align: center;
  margin-bottom: 2rem;
}

.spacer-title hr {
  opacity: 1;
  height: 5px;
  width: 200px;
  margin: 0 auto 1rem;
  border-top: 4px dotted #000000;

}

.spacer-title h3 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}

.advice-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.advice-content .signature {
  margin-top: 1.5rem;
  font-style: italic;
  color: #666;
}

.download-link {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background-color: #000000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 4px 10px #000000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 1rem;
}

.download-link:hover,
.download-link:focus {
  background-color: #332f2b;
  box-shadow: 0 6px 14px #332f2b;
  outline: none;
  cursor: pointer;
}

/* ============================
   STABILOMETRIE
============================ */

.stabilometrie-title-container {
  text-align: center;
}

.stabilometrie-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.stabilometrie-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.stabilometrie-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.stabilometrie-content .text {
  flex: 1 1 45%;
  font-size: 1rem;
  line-height: 1.6;
}

.stabilometrie-content .text h2 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
  color: #000000;
}

.stabilometrie-content .text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5rem;
  color: #000000;
}

.stabilometrie-content .text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.stabilometrie-content .text ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}

.stabilometrie-content .text ul li {
  margin-bottom: 0.5rem;
}

.stabilometrie-content .image {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stabilometrie-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ============================
   LES CHAINES MUSCULAIRES
============================ */
.les-chaines-musculaires-title-container {
  text-align: center;
}

.les-chaines-musculaires-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}


.les-chaines-musculaires-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}


.les-chaines-musculaires-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.les-chaines-musculaires-content .text {
  flex: 1 1 45%;
  font-size: 1rem;
  line-height: 1.6;
}

.les-chaines-musculaires-content .text h2 {
  font-size: 2rem;
  color: #ac9175;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.les-chaines-musculaires-content .text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
  color: #000000;
}

.les-chaines-musculaires-content .text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.les-chaines-musculaires-content .text ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}

.les-chaines-musculaires-content .text ul li {
  margin-bottom: 0.5rem;
}

.les-chaines-musculaires-content .image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.les-chaines-musculaires-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ============================
   LES VERTIGES
============================ */
.les-vertiges-title-container {
  text-align: center;
}

.les-vertiges-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.les-vertiges-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.les-vertiges-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.les-vertiges-content .text {
  flex: 1 1 45%;
  font-size: 1rem;
  line-height: 1.6;
}

.les-vertiges-content .text h2 {
  font-size: 2rem;
  color: #ac9175;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.les-vertiges-content .text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
  color: #000000;
}

.les-vertiges-content .text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.les-vertiges-content .text ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}

.les-vertiges-content .text ul li {
  margin-bottom: 0.5rem;
}

.les-vertiges-content .image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.les-vertiges-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ============================
   BILAN POSTURAL
============================ */
.bilan-title-container {
  text-align: center;
}

.bilan-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

/* Le titre avec le cadre */
.bilan-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0; 
}

.bilan-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.bilan-content .text {
  text-align: center;
  flex: 1 1 45%;
  font-size: 1rem;
  line-height: 1.6;
}

.bilan-content .text h2 {
  font-size: 2rem;
  color: #ac9175;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.bilan-content .text h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5rem;
  color: #000000;
}

.bilan-content .text p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.bilan-content .text ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}

.bilan-content .text ul li {
  margin-bottom: 0.5rem;
}

.bilan-content .image {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bilan-content .image img {
  max-width: 90%;
  height: auto;
  border-radius: 8px;
}

/* ============================
   Section Côtés petits
============================ */
.cotes-petits-title-container {
  text-align: center;
}

.cotes-petits-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.cotes-petits-title-container {
  text-align: center;
}

.cotes-petits-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.cotes-petits-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.cotes-petits-content .text {
    text-align: center;
  max-width: 60ch;
  margin: 0 auto;
}

.cotes-petits-content .text h2 {
  font-size: 2rem;
  color: #ac9175;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cotes-petits-content .text h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2rem;
  color: #000000;
}

.cotes-petits-content .text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.cotes-petits-content .text ul {
  list-style-position: outside;
  padding-left: 1.5rem;
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
  max-width: 700px;
}

.cotes-petits-content .text ul li {
  margin-bottom: 0.5rem;
}

.cotes-petits-content .image {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cotes-petits-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.cotes-petits-content .signature {
  font-style: italic;
  color: #666;
  margin-top: 25px;
}

.cotes-petits-content .centered-text {
  text-align: center;
}

/* ============================
   Section Dr. Bricot
============================ */
.dr-bricot-title-container {
  text-align: center;
}

.dr-bricot-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.dr-bricot-title-container {
  text-align: center;
}

.dr-bricot-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.dr-bricot-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.dr-bricot-content .text {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto;
}

.dr-bricot-content .text h2 {
  font-size: 2rem;
  color: #ac9175;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.dr-bricot-content .text h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2rem;
  color: #000000;
}

.dr-bricot-content .text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.dr-bricot-content .text ul {
  list-style-position: outside;
  padding-left: 1.5rem;
  line-height: 1.6;
  margin: 0 auto;
  text-align: left;
  max-width: 700px;
}

.dr-bricot-content .text ul li {
  margin-bottom: 0.5rem;
}

.dr-bricot-content .image {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dr-bricot-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.dr-bricot-content .signature {
  font-style: italic;
  color: #666;
  margin-top: 25px;
}

.dr-bricot-content .centered-text {
  text-align: center;
}

/* ============================
   ACTUALITES
============================ */
.actualites-title-container {
  text-align: center;
}

.actualites-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.actualites-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.actualite {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.actualite h3 {
  margin-top: 10px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.2rem;
}

.actualite p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.actualite .signature {
  font-style: italic;
  color: #555;
  margin-bottom: 1rem;
}

.actualite .download-link {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background-color: #000000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 4px 10px #000000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 1rem;
  cursor: pointer;
}

.actualite .download-link:hover,
.actualite .download-link:focus {
  background-color: #332f2b;
  box-shadow: 0 6px 14px #332f2b;
  outline: none;
}

.actualites-carousel-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.actualites-swiper {
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}

.swiper-slide {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.actualites-swiper .swiper-wrapper {
  flex-direction: column;
}

.actualites-swiper .swiper-slide {
  background: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.actualites-carousel-container {
  position: relative;
  max-width: 600px;
  margin: 2rem auto 0 auto;
}

.actualites-up,
.actualites-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 45px;
  height: 45px;
  background: #000000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  display: flex;          
  align-items: center;     
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* Effet hover */
.actualites-up:hover,
.actualites-down:hover {
  transform: translateX(-50%) scale(1.1); /* agrandit le rond */
  background: #000;
  color: #fff;
}

.actualites-up {
  top: -15px;
}

.actualites-down {
  bottom: -15px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none !important;
}


/* ============================
   LE CABINET
============================ */
.cabinet-title-container {
  text-align: center;
}

.cabinet-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}


/* Le titre avec le cadre */
.cabinet-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.cabinet-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cabinet-images img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cabinet-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.cabinet-swiper {
  width: 100%;
  padding: 2rem 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.2s ease;
  cursor: pointer;
  display: block;
}

/* Zoom au hover */
.swiper-slide img:hover {
  transform: scale(1.1);
  z-index: 10;
}

.cabinet-left,
.cabinet-right {
  position: fixed;         /* position fixe par rapport à la fenêtre */
  top: 40%;                /* verticalement à 40% */
  width: 45px;             /* largeur du rond */
  height: 45px;            /* hauteur du rond */
  background: #000;        /* fond noir */
  border: 2px solid #fff;  /* bordure blanche */
  border-radius: 50%;      /* cercle parfait */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;           /* active flexbox pour centrer le contenu */
  align-items: center;     /* centre verticalement */
  justify-content: center; /* centre horizontalement */
  color: #fff;             /* couleur de la flèche */
  font-size: 20px;         /* taille de la flèche */
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
}

/* Effet hover */
.cabinet-left:hover,
.cabinet-right:hover {
  transform: scale(1.1);  /* agrandit le rond */
}

/* Positionnement horizontal */
.cabinet-left {
  left: -60px;   /* décale vers la gauche (ajuste si besoin) */
}

.cabinet-right {
  right: -60px;  /* décale vers la droite (ajuste si besoin) */
}


/* On masque les flèches/pagination par défaut de Swiper */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none !important;
}


/* ============================
   MODAL IMAGE (agrandissement au clic)
============================ */
.modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #000000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  cursor: pointer;
  padding: 20px;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
  cursor: default;
}

.cabinet-description {
  max-width: 800px;
  margin: 2rem auto 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: center;
}

.cabinet-description ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
  display: inline-block;
  text-align: left;
}

.contact-title-container {
  text-align: center;
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.contact-title {
  display: inline-block;
  color: #ffffff;
  background: #000000;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(172, 145, 117, 0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.contact-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
}

.contact-info {
  flex: 1 1 300px;
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.map-container {
  flex: 1 1 480px;
  max-width: 600px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(74, 111, 74, 0.3);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.btn-itineraire {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #000000;
  box-shadow: 0 6px 14px #332f2b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.btn-itineraire:hover {
  background-color: #332f2b;
}

/* ============================
   FOOTER
============================ */
footer {
  background-color: #000000;
  color: white;
  padding: 20px 30px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.footer-nav ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.footer-bottom p {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}

.footer-qr {
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 20%;
  transform: translateY(-50%);
}

.footer-qr img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {
   .navbar-brand {
    height: 50px;
  }

  .navbar-brand img {
    height: 40px;
  }

  /* Section catégories */
  .categories {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .category {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  /* Section posturologie */
  .posturologie-content {
    flex-direction: column;
    gap: 2rem;
  }

  .posturologie-content .text,
  .posturologie-content .image {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .posturologie-content .image img {
    width: 90%;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }

  /* Section stabilometrie */
  .stabilometrie-content {
    flex-direction: column;
    gap: 2rem;
  }

  .stabilometrie-content .text,
  .stabilometrie-content .image {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .stabilometrie-content .image img {
    width: 90%;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }

  /* Section les chaines musculaires */
  .les-chaines-musculaires-content {
    flex-direction: column;
    gap: 2rem;
  }

  .les-chaines-musculaires-content .text,
  .les-chaines-musculaires-content .image {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .les-chaines-musculaires-content .image img {
    width: 90%;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }

    /* Section les vertiges */
  .les-vertiges-content {
    flex-direction: column;
    gap: 2rem;
  }

  .les-vertiges-content .text,
  .les-vertiges-content .image {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .les-vertiges-content .image img {
    width: 90%;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }

   /* Section bilan */
  .bilan-content {
    flex-direction: column;
    gap: 2rem;
  }

  .bilan-content .text,
  .bilan-content .image {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .bilan-content .image img {
    width: 90%;
    height: auto;
    max-width: none;
    margin: 0 auto;
  }

  /* Galerie images du cabinet */
  .cabinet-images {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .cabinet-images img {
    width: 80%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* Section Contact et Accès */
  .contact-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .contact-info,
  .map-container {
    max-width: 100%;
    text-align: center;
    align-items: center;

  }

  .map-container {
    height: 300px;
  }

  .map-container iframe {
    height: 100%;
    width: 100%;
  }

  .btn-itineraire {
    margin-top: 1rem;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .cotes-petits-banner {
    width: 100%;
  }
  .dr-bricot-banner {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    position: static;
  }
  .footer-qr {
    position: static;
    transform: none;
    margin-top: 1rem;
  }
}


body.fade-in {
  animation: fadeInSite 1s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeInSite {
  to {
    opacity: 1;
  }
}