.elementor-3801 .elementor-element.elementor-element-1d37750{--display:flex;}.elementor-3801 .elementor-element.elementor-element-c5b9405{text-align:center;}.elementor-3801 .elementor-element.elementor-element-bce578a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d2dca16 */.agenda-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.agenda-mois {
  font-size: 1.7rem;
  color: #1e40af;
  margin: 50px 0 20px;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 8px;
}

.agenda-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #e5e7eb;
}

.agenda-date {
  background: #1e40af;
  color: white;
  padding: 12px;
  border-radius: 12px;
  min-width: 75px;

  display: flex;
  flex-direction: column;
  text-align: center;
}

.agenda-date .jour {
  font-size: 1.6rem;
  font-weight: bold;
}

.agenda-date .mois {
  font-size: 0.75rem;
}

.agenda-content {
  flex: 1;
  margin-left: 20px;
}

.agenda-content h3 {
  margin: 0;
  font-size: 1.25rem;
}

.agenda-action {
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
}

.btn-action {
  width: 180px;
  text-align: center;
  padding: 13px 0;
  background: #facc15;
  color: #1e40af;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.btn-action:hover {
  background: #eab308;
}

@media (max-width: 768px) {
  .agenda-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .agenda-content {
    margin-left: 0;
  }

  .agenda-action {
    width: 100%;
    justify-content: flex-start;
  }

  .btn-action {
    width: 100%;
  }
}/* End custom CSS */