.elementor-500 .elementor-element.elementor-element-41310f7{--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;}/* Start custom CSS for html, class: .elementor-element-e122e47 */.neurofeedback-section {
  font-family: 'Inter', sans-serif;
  background-color: #F6F3EF; /* Lin chaud */
  color: #5D4A4A; /* Brun prune doux */
  padding: 40px;
  border-radius: 20px;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* --- Titre principal --- */
.title-block {
  text-align: center;
  margin-bottom: 35px;
}

.title-block h2 {
  font-family: 'Poiret One', sans-serif;
  font-size: 2rem;
  color: #A88078; /* Rose poudré */
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: none;
}

.title-line {
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #A88078;
  border-radius: 2px;
}

/* --- Blocs de mise en avant --- */
.highlight-block {
  background-color: #FFFFFF;
  border-left: 5px solid #A88078;
  padding: 20px;
  margin: 25px 0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(168, 128, 120, 0.1);
}

.soft-block {
  background-color: #CBD7C2; /* Sauge douce */
  color: #5D4A4A;
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 4px 8px rgba(93, 74, 74, 0.1);
}

/* --- Citation finale --- */
.neurofeedback-section blockquote {
  font-family: 'Parisienne', cursive;
  font-size: 1.2rem;
  color: #A88078;
  margin: 35px 0;
  padding-left: 20px;
  border-left: 3px solid #CBD7C2;
  line-height: 1.6;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 15px 20px;
  text-align: center;
}

/* --- Texte --- */
.neurofeedback-section p {
  margin-bottom: 18px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .neurofeedback-section {
    padding: 25px;
  }
  .title-block h2 {
    font-size: 1.6rem;
  }
  .neurofeedback-section blockquote {
    font-size: 1rem;
  }
}/* End custom CSS */