.elementor-810 .elementor-element.elementor-element-4342a94{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:230px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-810 .elementor-element.elementor-element-4342a94:not(.elementor-motion-effects-element-type-background), .elementor-810 .elementor-element.elementor-element-4342a94 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://medecinetraditionnelle.org/wp-content/uploads/2022/01/hero-image_optimized.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-810 .elementor-element.elementor-element-fd8c04d > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-810 .elementor-element.elementor-element-fd8c04d{text-align:center;font-size:14px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-blocksy_palette_1 );}.elementor-810 .elementor-element.elementor-element-1a4815d{text-align:center;}.elementor-810 .elementor-element.elementor-element-1a4815d .elementor-heading-title{font-size:70px;line-height:1.2em;color:var( --e-global-color-blocksy_palette_8 );}.elementor-810 .elementor-element.elementor-element-02276f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-810 .elementor-element.elementor-element-4342a94{--padding-top:120px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-810 .elementor-element.elementor-element-1a4815d .elementor-heading-title{font-size:35px;}}/* Start custom CSS for html, class: .elementor-element-82ff70a *//* Variables CSS pour la cohérence du design */
:root {
  --bg-color: #FBFCFC;
  --text-color: #434f58;
  --heading-color: #5a8139;
  --white: #ffffff;
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.15);
  --transition-smooth: all 0.3s ease;
  --border-radius: 12px;
}

/* Reset et styles de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background-color: var(--bg-color);
  color: var(--text-color);
  overflow-x: hidden;
}

/* Typographie */
h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 1rem;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

/* Container principal */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Section d'en-tête */
.header-section {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(135deg, var(--bg-color) 0%, #f8f9fa 100%);
}

.intro-text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  color: var(--text-color);
  opacity: 0.9;
}

/* Styles des sections principales */
.section {
  padding: 5rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-content {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.section-image {
  flex: 1;
  max-width: 500px;
}

.section-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: 0 8px 25px var(--shadow-light);
  transition: var(--transition-smooth);
}

.section-image img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px var(--shadow-medium);
}

.section-text {
  flex: 1;
  padding-left: 1rem;
}

.excerpt {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: var(--text-color);
}

/* Styles des boutons */
button, .btn-more {
  font-size: 15px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  background-color: var(--heading-color);
  color: var(--white);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

button:hover, .btn-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(90, 129, 57, 0.3);
  background-color: #4a6e31;
}

button:active, .btn-more:active {
  transform: translateY(-1px);
}

/* Styles des modals */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal.active {
  display: flex;
  opacity: 1;
  animation: fadeIn 0.4s ease;
}

.modal-content {
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--border-radius);
  max-width: 90%;
  max-height: 90%;
  width: 800px;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.modal.active .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  cursor: pointer;
  transition: var(--transition-smooth);
  line-height: 1;
}

.modal-close:hover {
  color: var(--heading-color);
  transform: scale(1.1);
}

.modal-body {
  margin-top: 1rem;
}

.modal-body ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.modal-body li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Alternance des sections (image à droite/gauche) */
.valorisation-section .section-content {
  flex-direction: row-reverse;
}

.valorisation-section .section-text {
  padding-left: 0;
  padding-right: 1rem;
}

/* Media queries pour la responsivité */
@media (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
  
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  .header-section {
    padding: 3rem 0;
  }
  
  .intro-text {
    font-size: 16px;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .valorisation-section .section-content {
    flex-direction: column;
  }
  
  .section-text {
    padding-left: 0;
  }
  
  .valorisation-section .section-text {
    padding-right: 0;
  }
  
  .section-image {
    max-width: 100%;
  }
  
  .section-image img {
    height: 250px;
  }
  
  .modal-content {
    padding: 2rem;
    margin: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  .header-section {
    padding: 2rem 0;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-content {
    gap: 1.5rem;
  }
  
  .section-image img {
    height: 200px;
  }
  
  .excerpt {
    font-size: 16px;
  }
  
  .modal-content {
    padding: 1.5rem;
    margin: 0.5rem;
  }
  
  .modal-close {
    top: 0.5rem;
    right: 1rem;
  }
}

/* Amélioration de l'accessibilité */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .section {
    opacity: 1;
    transform: none;
  }
}

/* Scroll smooth pour les navigateurs qui le supportent */
html {
  scroll-behavior: smooth;
}

/* Focus states pour l'accessibilité */
button:focus, .btn-more:focus {
  outline: 2px solid var(--heading-color);
  outline-offset: 2px;
}

.modal-close:focus {
  outline: 2px solid var(--heading-color);
  outline-offset: 2px;
  border-radius: 4px;
}/* End custom CSS */