/* Start custom CSS for text-editor, class: .elementor-element-2cf85e6d */.histoire-page {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 15px;
  line-height: 1.7;
}

.histoire-header {
  text-align: center;
  margin-bottom: 3rem;
}

.histoire-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.histoire-section {
  margin-bottom: 3rem;
}

.histoire-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.histoire-section p {
  text-align: justify;
  margin-bottom: 1.5rem;
}

.histoire-section p:last-child {
  margin-bottom: 0;
}

.histoire-img {
  text-align: center;
  margin: 0 0 1.5rem;
}

.histoire-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.histoire-img--small img {
  max-width: 400px;
}

.histoire-img--medium img {
  max-width: 500px;
}

.histoire-img--hero img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.histoire-img figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}

.histoire-cta {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}

@media (max-width: 576px) {
  .histoire-header h1 {
    font-size: 1.75rem;
  }

  .histoire-section h2 {
    font-size: 1.25rem;
  }

  .histoire-img--small img,
  .histoire-img--medium img {
    max-width: 100%;
  }
}/* End custom CSS */