.elementor-10971 .elementor-element.elementor-element-7eac5c6f{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-5642fc81 *//* Styles généraux */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.article-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* Section d'introduction */
.intro-section {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eaeaea;
}

.intro-section p {
  font-size: 1.1rem;
  color: #444;
}

/* Section FAQ */
.faq-section {
  margin-bottom: 3rem;
}

.faq-item {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background-color: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
  color: #2c5282;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.faq-item p {
  margin-bottom: 1rem;
  color: #4a5568;
}

/* Listes de liens */
.link-list {
  margin: 1.5rem 0;
}

.link-item {
  padding: 0.8rem 1rem;
  margin-bottom: 0.8rem;
  background-color: white;
  border-left: 4px solid #4299e1;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.link-item:hover {
  background-color: #ebf4ff;
}

.link-item a {
  color: #2b6cb0;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.link-item a:hover {
  color: #2c5282;
  text-decoration: underline;
}

/* Section image */
.image-section {
  margin: 2.5rem 0;
  text-align: center;
}

.image-section figure {
  display: inline-block;
  max-width: 100%;
}

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

/* Section conclusion */
.conclusion-section {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: #f0fff4;
  border-radius: 8px;
}

.conclusion-section h2 {
  color: #22543d;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.conclusion-section p {
  color: #2d3748;
  font-size: 1.1rem;
}

/* Section références */
.references-section {
  padding: 1.5rem;
  background-color: #f7fafc;
  border-radius: 8px;
  border-top: 3px solid #4299e1;
}

.references-section p {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2d3748;
}

.references-section ul {
  list-style-type: none;
}

.references-section li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.references-section li:before {
  content: "•";
  color: #4299e1;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.references-section a {
  color: #2b6cb0;
  text-decoration: none;
}

.references-section a:hover {
  color: #2c5282;
  text-decoration: underline;
}

/* Styles responsives */
@media (max-width: 768px) {
  .article-container {
    padding: 1.5rem;
    margin: 1rem;
  }
  
  .faq-item {
    padding: 1.2rem;
  }
  
  .faq-item h3 {
    font-size: 1.2rem;
  }
  
  .conclusion-section h2 {
    font-size: 1.5rem;
  }
  
  .intro-section p, .conclusion-section p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .article-container {
    padding: 1rem;
    margin: 0.5rem;
  }
  
  .faq-item {
    padding: 1rem;
  }
  
  .link-item {
    padding: 0.7rem;
  }
  
  .references-section li {
    padding-left: 1.2rem;
    font-size: 0.9rem;
  }
}/* End custom CSS */