.elementor-2919 .elementor-element.elementor-element-0ebd170{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2919 .elementor-element.elementor-element-27e112a{--display:flex;}.elementor-2919 .elementor-element.elementor-element-e133ba0{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2919 .elementor-element.elementor-element-8fa0869{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2919 .elementor-element.elementor-element-79b0a59.elementor-element{--align-self:flex-start;}.elementor-2919 .elementor-element.elementor-element-9c32965{--display:flex;}.elementor-2919 .elementor-element.elementor-element-ae9d2e4{--spacer-size:50px;}.elementor-2919 .elementor-element.elementor-element-0fa87ef{--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;--justify-content:center;}.elementor-2919 .elementor-element.elementor-element-972b399{--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;--justify-content:center;}/* Start custom CSS for html, class: .elementor-element-87989f3 */.promo-cours {
  background: #f8f8ff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.promo-content {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.promo-image {
  max-width: 100%;
  border-radius: 30px;
  height: auto;
}

.promo-texte {
  flex: 1;
}

.promo-texte h2 {
  font-size: 28px; margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.promo-texte .highlight {
  color: #a855f7;
}

.promo-texte p {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}

.promo-btn {
  background: #a855f7;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: auto;
}

.promo-btn:hover {
  background: #9333ea;
}

@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
  }

  .promo-texte h2 {
    font-size: 22px;
  }

  .promo-texte p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ce3049 */.course-slider {
  padding: 20px;
}
.course-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
  width: 250px;
}
.course-card img {
  width: 100%;
  height: 140px;
  object-fit: cover; border-radius: 12px;
}
.course-card h3 {
  font-size: 18px;
  margin: 10px 0 5px;
}
.course-card p {
  color: #666;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79b0a59 */.single-course-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  width: 280px;
  margin: auto;
  text-decoration: none;
  color: #000;
}

.single-course-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.single-course-card h3 {
  font-size: 20px;
  margin: 5px 0;
}

.single-course-card p {
  color: #666;
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa759d7 */.cours-section {
  padding: 20px;
  text-align: center;
} .cours-section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cours-section p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.cours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

.cours-box {
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 10px;
  transition: transform 0.2s;
  text-align: center;
}

.cours-box:hover {
  transform: scale(1.03);
}

.cours-box img {
  width: 100%;
  height: auto;
  border-radius: 40px;
  margin-bottom: 10px;
}

.cours-box h3 {
  font-size: 16px;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80e0c5c */.accordion-section {padding: 20px;
  text-align: center;
}

.accordion-section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accordion-section p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.accordion {
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.accordion-header::after {
  content: "▼";
  position: absolute;
  right: 15px;
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 0 15px 15px;
  font-size: 14px;
  color: #333;
}
```

---

✅ *JavaScript* (pou ouvri/fèmen chak seksyon):

```html
<script>
  const headers = document.querySelectorAll('.accordion-header');
  headers.forEach(header => {
    header.addEventListener('click', () => {
      header.classList.toggle('active');
      const content = header.nextElementSibling;
      content.style.display = content.style.display === 'block' ? 'none' : 'block';
    });
  });
</script>
```/* End custom CSS */