/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  font-size: 14px; /* 1rem = 16px */
}

/* Pour les écrans plus petits, on réduit la taille de la base */
@media (max-width: 767px) {
  html {
    font-size: 14px; /* 1rem = 14px pour les petits écrans */
  }
}

/* Pour les très grands écrans, on augmente la taille de la base */
@media (min-width: 1200px) {
  html {
    font-size: 18px; /* 1rem = 18px pour les grands écrans */
  }
}


body {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #6d6d6d ;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
.font-primary {
  font-family: 'Cormorant Garamond', serif;
  color : rgb(255, 255, 255)
}

h2,
h3,
h4,
h5,
.font-primary {
  font-family: 'Cormorant Garamond', serif;
  color : rgb(255, 255, 255)
}

h6, .font-primary {
  color : rgba(72, 39, 40, 1);
  font-weight: bold;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99999;
  background: #85bfc7;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /*background: #1e4356;*/
}

#header.header-transparent {
  background: none;
}


#header.header-scrolled {
  background: #C78D85;
  height: 60px;
}

#header .logo h1 {
  font-size: 1.7rem;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}

#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  filter : brightness(95%);
  background: url("../img/hero-bg.png") center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}


#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: rgb(252, 204, 198);
  opacity: 0.6;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  font-family : 'Radley', sans-serif;
  margin-bottom: 0.625rem;
  font-size: 2.5rem;
  font-weight: 700;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0s;
  margin: 0 auto 30px auto;
  color: #ffffff;
  font-weight: 600;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 3rem;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 1.8rem;
  }

  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
 

/* Hero Section avec photo */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            color : #ffffff !important;
        }

        /* Image de fond */
        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .hero-background img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        /* Overlay pour rendre le texte lisible */
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.85) 0%, rgba(118, 75, 162, 0.85) 100%);
            z-index: 1;
        }

        /* Alternative: Overlay sombre simple (décommenter pour tester) */
        .hero-overlay-dark {
            background: rgba(0, 0, 0, 0.5);
        }

        /* Alternative: Overlay avec dégradé du bas (décommenter pour tester) */
        .hero-overlay-gradient {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
        }

        /* Effet de flou sur l'image (optionnel) */
        .hero-background.blur img {
            filter: blur(3px);
        }

        /* Contenu Hero */
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            text-align: center;
            color: white;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(10px);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
            animation: fadeInDown 0.8s ease-out;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .hero h1 {
            font-size: 56px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            animation: fadeInUp 0.8s ease-out 0.2s backwards;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
        }

        .hero h1 span {
            display: block;
            font-size: 48px;
            font-weight: 400;
            margin-top: 10px;
            opacity: 0.95;
        }

        .hero-subtitle {
            font-size: 22px;
            margin-bottom: 40px;
            opacity: 0.95;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 300;
            animation: fadeInUp 0.8s ease-out 0.4s backwards;
            text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
        }

        /* Boutons CTA */
        .hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeInUp 0.8s ease-out 0.6s backwards;
        }

        /* Informations rapides */
        .hero-info {
            display: flex;
            justify-content: center;
            gap: 50px;
            margin-top: 60px;
            flex-wrap: wrap;
            animation: fadeInUp 0.8s ease-out 0.8s backwards;
        }


        .info-icon {
            font-size: 24px;
        }

        .info-text {
            font-size: 15px;
            font-weight: 500;
        }

        /* Flèche de scroll */
        .scroll-indicator {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            animation: bounce 2s infinite;
        }

        .scroll-indicator span {
            display: block;
            width: 30px;
            height: 50px;
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-radius: 25px;
            position: relative;
        }

        .scroll-indicator span::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            width: 6px;
            height: 6px;
            background: white;
            border-radius: 50%;
            transform: translateX(-50%);
            animation: scroll 2s infinite;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateX(-50%) translateY(0);
            }
            40% {
                transform: translateX(-50%) translateY(-10px);
            }
            60% {
                transform: translateX(-50%) translateY(-5px);
            }
        }

        @keyframes scroll {
            0% {
                opacity: 0;
                top: 8px;
            }
            50% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                top: 28px;
            }
        }

        /* Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 38px;
            }

            .hero h1 span {
                font-size: 32px;
            }

            .hero-subtitle {
                font-size: 18px;
            }

            .hero-content {
                padding: 0 20px;
            }

            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }

            .btn {
                width: 100%;
                max-width: 300px;
            }

            .hero-info {
                gap: 15px;
            }

            .info-item {
                font-size: 13px;
                padding: 12px 20px;
            }
        }

        /* Instructions d'intégration */
        .integration-note {
            background: #fff3cd;
            border: 2px solid #ffc107;
            border-radius: 8px;
            padding: 20px;
            margin: 20px;
            font-family: monospace;
            font-size: 14px;
            line-height: 1.8;
        }

        .integration-note h3 {
            color: #856404;
            margin-bottom: 10px;
        }

        .integration-note code {
            background: #fff;
            padding: 2px 6px;
            border-radius: 3px;
            color: #d63384;
        }











/*--------------------------------------------------------------
# Button RDV Animation
--------------------------------------------------------------*/
#btn .wrapper{
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
/*#btn  a{
    display: block;
    width: 200px;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
    background: rgb(199, 141, 133);
  }
  
  #btn  a span{
    position: relative;
    z-index: 2;
  }
  
  #btn  a:after{
    position: absolute;
    content: "";
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #EDB0AAB3;
    transition: all .35s;
  }
  
  #btn a:hover{
    color: #fff;
  }
  
  #btn  a:hover:after{
    width: 100%;
  }
*/

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#hero-no-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.png") center top no-repeat;
}

#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

#hero-no-slider p {
  color: #fff;
}

#hero-no-slider .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid rgb(199, 141, 133);
}

#hero-no-slider .btn-get-started:hover {
  background: rgb(199, 141, 133);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 2.5rem 0;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-text p {
    text-align: center;
    margin-bottom: 0.625rem;
}


/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/

.formations .formations-title {
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  color: #c78d85;
}

h3 , .formations{
   font-weight: 400;
  font-size: 1.2rem;
}

h6 , .formations{
   font-weight: 500;
  font-size: 1rem;
}

em {
  font-weight: 400;
  font-size: 0.9rem;
}

.formations .formations-item {
  padding: 0 0 0 20px;
  margin-top: -2px;
  border-left: 2px solid #c78d85;
  position: relative;
}

.formations .formations-item h4 {
  line-height: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.formations .formations-item h5 {
  font-size: 1rem;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.formations .formations-item ul {
  padding-left: 20px;
}

.formations .formations-item ul li {
  padding-bottom: 0.625rem;
}

.formations .formations-item:last-child {
  padding-bottom: 0;
}

.formations .formations-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #c78d85;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# FORMATIONS COLLAPSES
--------------------------------------------------------------*/

.collapsible-content {
  display: none;
  transition: all 0.3s ease;
}

.collapsible-section.active .collapsible-content {
  display: block;
  animation: fadeIn 0.3s ease;
}

.collapsible-title {
  cursor: pointer;
}

.collapsible-section .arrow-icon {
  transition: transform 0.3s ease;
}

.collapsible-section.active .arrow-icon {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  font-size: 0.9rem;
  background-image: url('../img/footer-background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #482728;
}

@media (max-width: 570px) {
    .col-xs-12 {
            text-align: center;
      } 
  }

footer h6 {
    margin-bottom: 1rem;
    position: relative;
}

footer ul li {
  list-style: none;
  display: block;
}
  footer ul  {
   padding-left: 0;
}

footer .icon{
  color: #8B9DC3;
}

.copyright{
  font-size: 0.6rem;
  font-weight: 600;
  background-color: #c78D85;
  color: white;
  padding: 0;
}

a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;
    
}


.horaires {
  font-size: 0.9rem;
}

.button-rdv{
  background:#85bfc7;
  color:#fff;
  border:none;
  position:relative;
  height:2.5rem;
  font-size:1em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  border-radius: 3px;
}
.button-rdv:hover{
  background:#C78D85;
  color: white;
}
.button-rdv:before,.button-rdv:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #834e47;
  transition:400ms ease all;
}
.button-rdv:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.button-rdv:hover:before,.button-rdv:hover:after{
  width:100%;
  transition:800ms ease all;
}


/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/

.navbar-smarphone {
  background-color: #c78D85;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.navbar-scrolled {
  background-color: #c78D85;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.navbar-smartphone {
  background-color: #c78D85;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.navbar a{
  padding: 0 15px 0 15px !important;
  font-weight: 600;
}

.link-21 {
  font-size: 16px;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.5s;
}
.link-21:hover {
  letter-spacing: 2px;
}

.navbar-nav .nav-link:hover {
  color: #482728;
}

/* Button reservation Classique */
.button-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 400px;
            width: 100%;
        }

        /* Boutons avec bordure */
        .btn-reservation {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 32px;
            font-size: 17px;
            font-weight: 600;
            background: transparent;
            border: 2px solid #C78D85;
            color: #C78D85;
            border-radius: 12px;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: none;
            overflow: hidden;
        }

        /* Boutons avec bordure */
        .btn-reservation-hero {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 32px;
            font-size: 17px;
            font-weight: 600;
            background: transparent;
            border: 2px solid #C78D85;
            color: #ffffff;
            border-radius: 12px;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: none;
            overflow: hidden;
            background-color: rgb(255, 255, 255, 0.2)
        }

        .btn-reservation-hero:hover {
            background: #C78D85;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .btn-reservation-hero:active {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgb(0, 0, 0);
        }


        .btn-reservation:hover {
            background: #C78D85;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .btn-reservation:active {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgb(0, 0, 0);
        }

        /* Icône */
        .btn-icon {
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .btn-reservation:hover .btn-icon {
            transform: scale(1.15);
        }

        /* Version téléphone */
        .btn-telephone {
            border-color: #8B9DC3;
            color: #8B9DC3;
        }

        .btn-telephone:hover {
            background: #8B9DC3;
            color: white;
            box-shadow: 0 8px 25px rgba(139, 157, 195, 0.3);
        }

        .btn-telephone:active {
            box-shadow: 0 4px 15px rgba(139, 157, 195, 0.2);
        }

        /* Animation de pulsation pour l'icône téléphone */
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }

        .btn-telephone:hover .btn-icon {
            animation: pulse 0.6s ease-in-out;
        }

        /* Effet de brillance au survol */
        .btn-reservation::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .btn-reservation:hover::before {
            left: 100%;
        }

        /* Responsive */
        @media (max-width: 480px) {
            .btn-reservation {
                padding: 16px 24px;
                font-size: 16px;
            }
        }


/* From Uiverse.io by alexroumi */ 
.button-container{
  height:100%;
  display: flex;
  align-items: center;
 }

.button-base {
  padding: 15px 25px;
  border: unset;
  width: 90%;
  border-radius: 15px;
  color: #fff;
  z-index: 1;
  background: #85bfc7  ;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms;
  overflow: hidden;
  text-align: center;
 }

  @media (max-width: 768px) {
  .button-base {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
 
 .button-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #C78D85;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms
 }
 
 .button-base:hover {
  color: #fff;
 }
 
.button-base:hover::before {
  width: 100%;
 }

 .button_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

.description, .link {
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

.description {
  font-size: 35px;
}

@media (max-width: 999px){
  .btn {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    backdrop-filter: blur(1px);
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    background-color: #c78D85;
  }
}

.link {
  font-size: 20px;
  margin-top: 30px;
}

.link a {
  color: #000;
  font-size: 25px; 
}

/* === FOOTER 3 : Nouvelle Mouture === */

.footer-osteo {
            background: linear-gradient(135deg, #2c1810 0%, #482728 100%);
            color: #ffffff;
            padding: 40px 0 0;
            position: relative;
            overflow: hidden;
        }

        .footer-osteo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #c78d85 0%, #e8b4ac 50%, #c78d85 100%);
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
        }

        .logo-section {
            text-align: center;
            margin-bottom: 30px;
            animation: fadeInDown 0.8s ease;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .logo-section h2 {
            font-size: 2rem;
            margin-bottom: 8px;
            font-weight: 300;
            letter-spacing: 2px;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .subtitle {
            font-size: 1rem;
            color: #e8b4ac;
            margin-bottom: 20px;
            font-weight: 300;
        }

        .hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
            animation: fadeInUp 0.8s ease 0.2s both;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .info-item {
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            padding: 25px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .info-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #c78d85, #e8b4ac);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .info-item:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            border-color: rgba(199, 141, 133, 0.3);
        }

        .info-item:hover::before {
            transform: scaleX(1);
        }

        .info-item h4 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.2rem;
            margin-bottom: 15px;
            color: #e8b4ac;
            font-weight: 600;
        }

        .icon {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }

        .info-item p {
            line-height: 1.6;
            color: #f0f0f0;
            font-size: 0.95rem;
            margin: 5px 0;
        }

        .footer-bottom {
            text-align: center;
            padding: 5px 0;
            margin-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.7rem;
        }

        #map {
            width: 100%;
            height: 500px;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .info-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .logo-section h2 {
                font-size: 2rem;
            }

            .btn-reservation {
                padding: 14px 24px;
                font-size: 1rem;
            }

            .info-item {
                padding: 25px;
            }

            .info-item h4 {
                font-size: 1.2rem;
            }

            .footer-content {
                padding: 0 20px;
            }
        }

        @media (max-width: 480px) {
            .hero-buttons {
                flex-direction: column;
                width: 100%;
            }

            .btn-reservation {
                width: 100%;
                justify-content: center;
            }
        }

/* ===== SECTION WELCOME ===== */
        .welcome {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 20px;
            animation: fadeInDown 0.8s ease;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .section-title h2 {
      color: #333;
      font-weight: 600;
      margin-bottom: 15px;
        }

        .section-title h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #c78d85, #e8b4ac);
            margin: 20px auto 0;
            border-radius: 2px;
        }

        .text-center {
            text-align: center;
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 40px;
        }


/* ===== SECTION DESCRIPTION ===== */
        .description-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
            color: #333;
            position: relative;
            overflow: hidden;
        }

        .description-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(199,141,133,0.08) 0%, transparent 70%);
            animation: float 15s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            33% { transform: translate(30px, -30px) rotate(120deg); }
            66% { transform: translate(-20px, 20px) rotate(240deg); }
        }

        .description-section .section-title h2 {
            color: #482728;
        }

        .description-section .section-title h2::after {
            background: linear-gradient(90deg, #c78d85, #e8b4ac);
        }

        .description-section p {
            color: #555;
            max-width: 900px;
            margin: 0 auto 25px;
            text-align: center;
            font-size: 1.1rem;
            line-height: 1.9;
        }
        /* ===== INFO TARIFS ===== */
        .tarif-info {
            background: rgba(199, 141, 133, 0.1);
            border-left: 4px solid #c78d85;
            padding: 25px 30px;
            border-radius: 10px;
            margin: 40px auto;
            max-width: 800px;
            animation: fadeIn 1s ease 0.4s both;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .tarif-info p {
            margin: 10px 0;
        }

        .fw-bolder {
            font-weight: 700;
            color: #482728;
            font-size: 1.15rem;
        }

        .fst-italic {
            font-style: italic;
            color: #c78d85;
            font-weight: 400;
        }


/************************************
Styles pour la section actualités 
************************************/
    .news-section {
      padding: 60px 0;
      background: #f8f9fa;
    }

    .news-section .section-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .news-section .section-title h2 {
      color: #333;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .news-section .section-title p {
      color: #666;
      font-size: 1.05rem;
    }

    .featured-news {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 25px rgba(0,0,0,0.1);
      margin-bottom: 50px;
      transition: all 0.3s ease;
    }

    .featured-news:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 35px rgba(0,0,0,0.15);
    }

    .featured-news-image {
      height: 400px;
      overflow: hidden;
      position: relative;
    }

    .featured-news-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .featured-news:hover .featured-news-image img {
      transform: scale(1.05);
    }

    .featured-badge {
      position: absolute;
      top: 20px;
      left: 20px;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      color: white;
      padding: 8px 20px;
      border-radius: 20px;
      font-weight: 600;
      font-size: 0.9rem;
      z-index: 1;
    }

    .featured-news-content {
      padding: 40px;
    }

    .news-meta {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
      color: #999;
      font-size: 0.9rem;
    }

    .news-meta i {
      color: #c78d85;
      margin-right: 5px;
    }

    .featured-news-content h3 {
      color: #333;
      font-weight: 600;
      font-size: 1.8rem;
      margin-bottom: 20px;
      line-height: 1.4;
    }

    .featured-news-content p {
      color: #666;
      line-height: 1.8;
      margin-bottom: 25px;
      font-size: 1.05rem;
    }

    .btn-read-more {
      display: inline-block;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      color: white;
      padding: 12px 30px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .btn-read-more:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(199, 141, 133, 0.3);
      color: white;
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
    }

    .news-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .news-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    }

    .news-card-image {
      height: 200px;
      overflow: hidden;
      position: relative;
    }

    .news-card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .news-card:hover .news-card-image img {
      transform: scale(1.1);
    }

    .news-card-content {
      padding: 25px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .news-card-content .news-meta {
      margin-bottom: 15px;
    }

    .news-card-content h4 {
      color: #333;
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 15px;
      line-height: 1.4;
      flex: 1;
    }

    .news-card-content p {
      color: #666;
      line-height: 1.6;
      margin-bottom: 20px;
      font-size: 0.95rem;
    }

    .news-card-content a {
      color: #c78d85;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      transition: all 0.3s ease;
    }

    .news-card-content a:hover {
      gap: 10px;
      color: #b07d75;
    }

    @media (max-width: 768px) {
      .featured-news-image {
        height: 250px;
      }

      .featured-news-content {
        padding: 25px;
      }

      .featured-news-content h3 {
        font-size: 1.4rem;
      }

      .news-grid {
        grid-template-columns: 1fr;
      }
    }

/***********************************************
Styles spécifiques pour la page Mon Parcours 
***********************************************/
    .parcours-hero {
      background: linear-gradient(135deg, #c78d85 0%, #9b6b6b 100%);
      padding: 120px 0 80px;
      margin-top: 0px;
      color: white;
      text-align: center;
    }

    .parcours-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .parcours-hero p {
      font-size: 1.1rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.8;
    }

    .profile-section {
      padding: 60px 0;
      background: white;
    }

    .profile-image-container {
      text-align: center;
      margin-bottom: 40px;
    }

    .profile-image-container img {
      width: 250px;
      height: 250px;
      object-fit: cover;
      border-radius: 50%;
      border: 5px solid #c78d85;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .credentials {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 10px;
      margin-top: 30px;
    }

    .credentials h4 {
      color: #c78d85;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .credentials p {
      margin-bottom: 10px;
      color: #555;
    }

    .collapsible-section {
      margin-bottom: 30px;
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .collapsible-section:hover {
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .collapsible-title {
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      color: white;
      padding: 25px 30px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease;
    }

    .collapsible-title:hover {
      background: linear-gradient(135deg, #b07d75 0%, #9b6b6b 100%);
    }

    .collapsible-title h3 {
      margin: 0;
      font-size: 1.5rem;
      font-weight: 600;
    }

    .arrow-icon {
      transition: transform 0.3s ease;
      font-size: 1.2rem;
    }

    .collapsible-section.active .arrow-icon {
      transform: rotate(180deg);
    }

    .collapsible-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 30px;
    }

    .collapsible-section.active .collapsible-content {
      max-height: 3000px;
      padding: 30px;
    }

    .formations-title {
      color: #c78d85;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 2px solid #c78d85;
      display: inline-block;
    }

    .formations-item {
      margin-bottom: 30px;
    }

    .formations-item ul {
      list-style: none;
      padding-left: 0;
    }

    .formations-item li {
      padding: 15px 0;
      border-bottom: 1px solid #e9ecef;
    }

    .formations-item li:last-child {
      border-bottom: none;
    }

    .formations-item h6 {
      color: #333;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .formations-item em {
      color: #666;
      font-size: 0.95rem;
    }

    .section-text {
      background: #f8f9fa;
      padding: 25px;
      border-radius: 8px;
      border-left: 4px solid #c78d85;
      margin-top: 20px;
    }

    .section-text p {
      margin-bottom: 15px;
      line-height: 1.8;
      color: #555;
    }

    .section-text p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .parcours-hero {
        padding: 100px 0 60px;
      }

      .parcours-hero h1 {
        font-size: 2rem;
      }

      .profile-image-container img {
        width: 200px;
        height: 200px;
      }

      .collapsible-title h3 {
        font-size: 1.2rem;
      }

      .collapsible-content {
        padding: 0 20px;
      }

      .collapsible-section.active .collapsible-content {
        padding: 20px;
      }
    }


/***********************************************************
         Styles spécifiques pour la page FAQ 
***********************************************************/

    .faq-hero {
      background: linear-gradient(135deg, #c78d85 0%, #9b6b6b 100%);
      padding:120px 0 80px;
      color: white;
      text-align: center;
    }

    .faq-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .faq-hero p {
      font-size: 1.1rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.8;
    }

    .faq-section {
      padding: 60px 0;
      background: #f8f9fa;
    }

    .faq-item {
      background: white;
      border-radius: 12px;
      margin-bottom: 25px;
      overflow: hidden;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .faq-item:hover {
      box-shadow: 0 5px 25px rgba(0,0,0,0.12);
      transform: translateY(-2px);
    }

    .faq-question {
      padding: 25px 30px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 20px;
      background: white;
      transition: all 0.3s ease;
      border-left: 4px solid transparent;
    }

    .faq-item.active .faq-question {
      background: linear-gradient(to right, #fff5f4 0%, white 100%);
      border-left: 4px solid #c78d85;
    }

    .faq-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.3rem;
      transition: all 0.3s ease;
    }

    .faq-item.active .faq-icon {
      transform: scale(1.1);
      box-shadow: 0 5px 15px rgba(199, 141, 133, 0.3);
    }

    .faq-question-text {
      flex: 1;
    }

    .faq-question h5 {
      margin: 0;
      color: #333;
      font-weight: 600;
      font-size: 1.15rem;
      line-height: 1.5;
    }

    .faq-toggle {
      width: 35px;
      height: 35px;
      min-width: 35px;
      background: #f8f9fa;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #c78d85;
      font-size: 1.2rem;
      transition: all 0.3s ease;
    }

    .faq-item.active .faq-toggle {
      background: #c78d85;
      color: white;
      transform: rotate(180deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 30px 0 100px;
    }

    .faq-item.active .faq-answer {
      max-height: 1000px;
      padding: 10px 30px 30px 100px;
    }

    .faq-answer p {
      color: #555;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .faq-answer p:last-child {
      margin-bottom: 0;
    }

    .faq-categories {
      background: white;
      padding: 40px;
      border-radius: 12px;
      margin-bottom: 50px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    .faq-categories h3 {
      color: #c78d85;
      font-weight: 600;
      margin-bottom: 20px;
      text-align: center;
    }

    .category-links {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }

    .category-link {
      padding: 10px 25px;
      background: #f8f9fa;
      border-radius: 25px;
      color: #555;
      text-decoration: none;
      transition: all 0.3s ease;
      border: 2px solid transparent;
    }

    .category-link:hover {
      background: #c78d85;
      color: white;
      border-color: #c78d85;
      transform: translateY(-2px);
    }

    .contact-cta {
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      padding: 50px;
      border-radius: 12px;
      text-align: center;
      color: white;
      margin-top: 50px;
    }

    .contact-cta h3 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .contact-cta p {
      font-size: 1.1rem;
      margin-bottom: 30px;
      opacity: 0.95;
    }

    .contact-cta .btn-contact {
      background: white;
      color: #c78d85;
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: all 0.3s ease;
      margin: 0 10px;
    }

    .contact-cta .btn-contact:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    @media (max-width: 768px) {
      .faq-hero {
        padding: 100px 0 60px;
      }

      .faq-hero h1 {
        font-size: 2rem;
      }

      .faq-answer {
        padding: 0 20px 0 80px;
      }

      .faq-item.active .faq-answer {
        padding: 0 20px 20px 80px;
      }

      .faq-question {
        padding: 20px;
      }

      .faq-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.1rem;
      }

      .faq-question h5 {
        font-size: 1rem;
      }

      .contact-cta {
        padding: 30px 20px;
      }

      .contact-cta h3 {
        font-size: 1.5rem;
      }

      .contact-cta .btn-contact {
        display: block;
        margin: 10px 0;
      }
    }


/****************************************************
Styles spécifiques pour la page Réflexes Archaïques 
****************************************************/
    .reflexes-hero {
      background: linear-gradient(135deg, #c78d85 0%, #9b6b6b 100%);
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }

    .reflexes-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .reflexes-hero p {
      font-size: 1.1rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.8;
    }

    .intro-section {
      padding: 60px 0;
      background: white;
    }

    .intro-section .section-title h2 {
      color: #333;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .intro-section p {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #555;
      margin-bottom: 20px;
    }

    .highlight-box {
      background: linear-gradient(135deg, #fff5f4 0%, #ffffff 100%);
      border-left: 4px solid #c78d85;
      padding: 25px;
      border-radius: 8px;
      margin: 30px 0;
    }

    .highlight-box h4 {
      color: #c78d85;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .reflexes-list-section {
      padding: 60px 0;
      background: #f8f9fa;
    }

    .reflexe-card {
      background: white;
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      border-top: 4px solid #c78d85;
    }

    .reflexe-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    }

    .reflexe-card h6 {
      color: #c78d85;
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .reflexe-card h6::before {
      content: "→";
      font-weight: bold;
      font-size: 1.5rem;
    }

    .reflexe-card p {
      color: #555;
      line-height: 1.8;
      margin: 0;
    }

    .image-section, .image-part{
      padding: 60px 0;
      text-align: center;
    }

    .image-section, .image-part img {
      max-width: 70%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .image-flat{
      padding: 60px 0;
      text-align: center;
    }

    .important-info {
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      color: white;
      padding: 50px 0;
      text-align: center;
    }

    .important-info h3 {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .important-info p {
      font-size: 1.1rem;
      line-height: 1.8;
      max-width: 900px;
      margin: 0 auto 15px;
      opacity: 0.95;
    }

    .certification-badge {
      background: white;
      color: #c78d85;
      padding: 40px;
      border-radius: 12px;
      margin: 50px 0;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .certification-badge h4 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #333;
    }

    .certification-badge .badge-icon {
      font-size: 4rem;
      color: #c78d85;
      margin-bottom: 20px;
    }

    .cta-section {
      padding: 60px 0;
      background: #f8f9fa;
      text-align: center;
    }

    .cta-section h3 {
      color: #333;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 1.8rem;
    }

    .cta-section p {
      color: #555;
      font-size: 1.1rem;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .btn-cta {
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      color: white;
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: all 0.3s ease;
      margin: 0 10px;
    }

    .btn-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(199, 141, 133, 0.3);
      color: white;
    }

    .definition-box {
      background: white;
      border-radius: 12px;
      padding: 30px;
      margin: 30px 0;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    .definition-box h4 {
      color: #c78d85;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 1.5rem;
    }

    .definition-box p {
      color: #555;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .key-points {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin: 40px 0;
    }

    .key-point {
      background: white;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .key-point:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    }

    .key-point-icon {
      font-size: 3rem;
      color: #c78d85;
      margin-bottom: 15px;
    }

    .key-point h5 {
      color: #333;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .key-point p {
      color: #666;
      font-size: 0.95rem;
      margin: 0;
    }

    @media (max-width: 768px) {
      .reflexes-hero {
        padding: 100px 0 60px;
      }

      .reflexes-hero h1 {
        font-size: 2rem;
      }

      .reflexe-card {
        padding: 20px;
      }

      .btn-cta {
        display: block;
        margin: 10px 0;
      }

      .key-points {
        grid-template-columns: 1fr;
      }
    }

/*********************************************
Styles spécifiques pour la page Le Cabinet 
*********************************************/
    .cabinet-hero {
      background: linear-gradient(135deg, #c78d85 0%, #9b6b6b 100%);
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }

    .cabinet-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .cabinet-hero p {
      font-size: 1.1rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.8;
    }

    .intro-section {
      padding: 60px 0;
      background: white;
    }

    .intro-section p {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #555;
      margin-bottom: 20px;
    }

    .info-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin: 40px 0;
    }

    .info-card {
      background: white;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      border-top: 4px solid #c78d85;
    }

    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    }

    .info-card-icon {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      font-size: 2rem;
      color: white;
    }

    .info-card h4 {
      color: #333;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .info-card p {
      color: #666;
      font-size: 0.95rem;
      margin: 0;
      line-height: 1.6;
    }

    .highlight-important {
      background: linear-gradient(135deg, #fff5f4 0%, #ffffff 100%);
      border-left: 4px solid #c78d85;
      padding: 25px;
      border-radius: 8px;
      margin: 30px 0;
    }

    .highlight-important p {
      margin-bottom: 10px;
    }

    .highlight-important p:last-child {
      margin-bottom: 0;
    }

    .access-section {
      padding: 60px 0;
      background: #f8f9fa;
    }

    .access-box {
      background: white;
      border-radius: 12px;
      padding: 40px;
      margin-bottom: 30px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }

    .access-box h5 {
      color: #c78d85;
      font-weight: 600;
      font-size: 1.4rem;
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .access-box h5 i {
      font-size: 2rem;
    }

    .access-box p {
      color: #555;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .access-box ul {
      list-style: none;
      padding-left: 0;
    }

    .access-box ul li {
      padding: 10px 0;
      color: #555;
      line-height: 1.6;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .access-box ul li::before {
      content: "→";
      color: #c78d85;
      font-weight: bold;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .map-section {
      padding: 0;
      background: white;
    }

    #map {
      width: 100%;
      height: 500px;
      border-radius: 0;
    }

    .practical-info-section {
      padding: 60px 0;
      background: white;
    }

    .practical-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .practical-item {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .practical-item:hover {
      background: linear-gradient(135deg, #fff5f4 0%, #f8f9fa 100%);
      transform: translateY(-3px);
    }

    .practical-item-icon {
      font-size: 3rem;
      color: #c78d85;
      margin-bottom: 15px;
    }

    .practical-item h5 {
      color: #333;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .practical-item p {
      color: #666;
      margin: 0;
      font-size: 0.95rem;
    }

    .cta-section {
      padding: 60px 0;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      text-align: center;
      color: white;
    }

    .cta-section h3 {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .cta-section p {
      font-size: 1.1rem;
      margin-bottom: 30px;
      opacity: 0.95;
    }

    .btn-cta {
      background: white;
      color: #c78d85;
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: all 0.3s ease;
      margin: 0 10px;
    }

    .btn-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      color: #c78d85;
    }

    .features-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin: 30px 0;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 15px;
      background: #f8f9fa;
      border-radius: 8px;
    }

    .feature-icon {
      width: 40px;
      height: 40px;
      background: #c78d85;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      flex-shrink: 0;
    }

    .feature-text {
      color: #555;
      font-size: 0.95rem;
      font-weight: 500;
    }

    @media (max-width: 768px) {
      .cabinet-hero {
        padding: 100px 0 60px;
      }

      .cabinet-hero h1 {
        font-size: 2rem;
      }

      .info-cards {
        grid-template-columns: 1fr;
      }

      .access-box {
        padding: 25px;
      }

      .btn-cta {
        display: block;
        margin: 10px 0;
      }

      #map {
        height: 350px;
      }
    }

/**********************************************
Styles spécifiques pour la page L'Ostéopathie 
**********************************************/
    .osteo-hero {
      background: linear-gradient(135deg, #c78d85 0%, #9b6b6b 100%);
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }

    .osteo-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .osteo-hero p {
      font-size: 1.1rem;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.8;
    }

    .definition-section {
      padding: 60px 0;
      background: white;
    }

    .definition-section p {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #2c1810;
      margin-bottom: 20px;
    }

    .quote-box {
      background: rgba(199, 141, 133, 0.1);
      border-left: 4px solid #c78d85;
      padding: 25px 30px;
      border-radius: 10px;
      margin: 40px auto;
      max-width: 1000px;
      animation: fadeIn 1s ease 0.4s both;
    }

    .quote-box::before {
      content: '"';
      font-size: 5rem;
      position: absolute;
      top: -20px;
      left: 30px;
      opacity: 0.3;
      font-family: Georgia, serif;
    }

    .quote-box p {
      font-size: 1.2rem;
      line-height: 1.8;
      margin: 0;
      font-style: italic;
      position: relative;
      z-index: 1;
    }

    .quote-source {
      margin-top: 20px;
      font-size: 0.95rem;
      opacity: 0.9;
    }

    .key-principles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin: 40px 0;
    }

    .principle-card {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      transition: all 0.3s ease;
      border-top: 4px solid #c78d85;
    }

    .principle-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      background: white;
    }

    .principle-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      font-size: 2.5rem;
      color: white;
    }

    .principle-card h4 {
      color: #333;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .principle-card p {
      color: #666;
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .target-section {
      padding: 60px 0;
      background: #f8f9fa;
    }

    .target-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .target-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .target-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    }

    .target-card-image {
      height: 200px;
      overflow: hidden;
      position: relative;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .target-card-image img {
      object-fit: contain;
      filter: brightness(1.1);
    }

    .target-card-content {
      padding: 25px;
    }

    .target-card-content h4 {
      color: #c78d85;
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 1.3rem;
    }

    .target-card-content p {
      color: #555;
      line-height: 1.7;
      margin: 0;
      font-size: 0.95rem;
    }

    .indications-section {
      padding: 60px 0;
      background: white;
    }

    .system-category {
      background: white;
      border-radius: 12px;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      border-left: 5px solid #c78d85;
      transition: all 0.3s ease;
    }

    .system-category:hover {
      box-shadow: 0 5px 25px rgba(0,0,0,0.12);
      transform: translateX(5px);
    }

    .system-category h4 {
      color: #c78d85;
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 1.3rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .system-category h4 i {
      font-size: 1.5rem;
    }

    .system-category p {
      color: #555;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .system-category em {
      color: #666;
      display: block;
      margin-top: 10px;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    .body-diagram-section {
      padding: 60px 0;
      background: #f8f9fa;
      text-align: center;
    }

    .body-images {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-top: 40px;
      flex-wrap: wrap;
    }

    .body-images img {
      max-width: 300px;
      height: auto;
      /*border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);*/
    }

    .disclaimer-box {
      background: linear-gradient(135deg, #fff5f4 0%, #ffffff 100%);
      border-left: 4px solid #c78d85;
      padding: 30px;
      border-radius: 8px;
      margin: 40px 0;
      text-align: center;
    }

    .disclaimer-box p {
      color: #555;
      font-size: 1.05rem;
      line-height: 1.8;
      margin: 0;
    }

    .cta-section {
      padding: 60px 0;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      text-align: center;
      color: white;
    }

    .cta-section h3 {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .cta-section p {
      font-size: 1.1rem;
      margin-bottom: 30px;
      opacity: 0.95;
    }

    .btn-cta {
      background: white;
      color: #c78d85;
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: all 0.3s ease;
      margin: 0 10px;
    }

    .btn-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      color: #c78d85;
    }

    @media (max-width: 768px) {
      .osteo-hero {
        padding: 100px 0 60px;
      }

      .osteo-hero h1 {
        font-size: 2rem;
      }

      .key-principles {
        grid-template-columns: 1fr;
      }

      .target-cards {
        grid-template-columns: 1fr;
      }

      .body-images {
        flex-direction: column;
        align-items: center;
      }

      .body-images img {
        max-width: 250px;
      }

      .btn-cta {
        display: block;
        margin: 10px 0;
      }
    }


    /******************************
    ACTUALITES
    ******************************/
      .article-hero {
      background: linear-gradient(135deg, #c78d85 0%, #9b6b6b 100%);
      padding: 120px 0 80px;
      color: white;
      text-align: center;
    }

    .article-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .article-meta {
      display: flex;
      gap: 30px;
      justify-content: center;
      margin-top: 30px;
      font-size: 1rem;
      opacity: 0.95;
    }

    .article-meta span {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .article-content {
      padding: 60px 0;
      background: white;
    }

    .article-featured-image {
      width: 100%;
      max-height: 500px;
      object-fit: cover;
      border-radius: 12px;
      margin-bottom: 40px;
      box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    }

    .article-text {
      max-width: 800px;
      margin: 0 auto;
    }

    .article-text h2 {
      color: #c78d85;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 1.8rem;
    }

    .article-text h3 {
      color: #333;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 1.4rem;
    }

    .article-text p {
      color: #555;
      line-height: 1.8;
      margin-bottom: 20px;
      font-size: 1.05rem;
    }

    .article-text ul {
      margin: 20px 0;
      padding-left: 30px;
    }

    .article-text li {
      color: #555;
      line-height: 1.8;
      margin-bottom: 15px;
    }

    .highlight-box {
      background: linear-gradient(135deg, #fff5f4 0%, #ffffff 100%);
      border-left: 4px solid #c78d85;
      padding: 25px;
      border-radius: 8px;
      margin: 30px 0;
    }

    .back-to-news {
      text-align: center;
      margin-top: 50px;
    }

    .btn-back {
      display: inline-block;
      background: linear-gradient(135deg, #c78d85 0%, #b07d75 100%);
      color: white;
      padding: 12px 30px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }

    .btn-back:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(199, 141, 133, 0.3);
      color: white;
    }

    @media (max-width: 768px) {
      .article-hero {
        padding: 120px 0 60px;
      }

      .article-hero h1 {
        font-size: 1.8rem;
      }

      .article-meta {
        flex-direction: column;
        gap: 10px;
      }
    }