.elementor-1675 .elementor-element.elementor-element-eae0038{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c5423d3 */.cepp-formation-page {
  background: #f8f5f1;
  padding: 40px 20px 80px;
  font-family: inherit;
  color: #2f2f2f;
}

.cepp-container {
  max-width: 1100px;
  margin: 0 auto;
}

.cepp-hero,
.cepp-section {
  margin-bottom: 56px;
}

.cepp-badge {
  display: inline-block;
  background: #d57b5d;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cepp-hero h1,
.cepp-section h2 {
  color: #2c2c2c;
  line-height: 1.15;
  margin: 0 0 18px;
}

.cepp-hero h1 {
  font-size: 48px;
  max-width: 850px;
}

.cepp-section h2 {
  font-size: 34px;
}

.cepp-hero-text {
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
  color: #555;
  margin-bottom: 24px;
}

.cepp-hero-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-bottom: 28px;
  font-size: 15px;
  color: #555;
}

.cepp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cepp-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}

.cepp-btn-primary {
  background: #d57b5d;
  color: #fff;
}

.cepp-btn-primary:hover {
  background: #bf6a4d;
}

.cepp-btn-secondary {
  background: #fff;
  color: #d57b5d;
  border: 1px solid #d57b5d;
}

.cepp-btn-secondary:hover {
  background: #fff4f0;
}

.cepp-btn-white {
  background: #fff;
  color: #d57b5d;
}

.cepp-btn-white:hover {
  background: #f7ede9;
}

.cepp-cards {
  display: grid;
  gap: 22px;
}

.cepp-cards.three {
  grid-template-columns: repeat(3, 1fr);
}

.cepp-cards.two {
  grid-template-columns: repeat(2, 1fr);
}

.cepp-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.cepp-card.soft {
  background: #fcfaf8;
}

.cepp-card h3,
.cepp-program-block h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
  color: #2f2f2f;
}

.cepp-card p,
.cepp-program-block p,
.cepp-section p,
.cepp-list li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.cepp-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cepp-program-block {
  background: #fff;
  border-left: 4px solid #d57b5d;
  padding: 22px 24px;
  border-radius: 0 14px 14px 0;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.cepp-list {
  margin: 0;
  padding-left: 20px;
}

.cepp-practical .cepp-card h3 {
  font-size: 20px;
}

.cepp-cta {
  background: #d57b5d;
  color: #fff;
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
}

.cepp-cta h2,
.cepp-cta p,
.cepp-cta-note {
  color: #fff;
}

.cepp-cta p {
  max-width: 700px;
  margin: 0 auto 24px;
}

.cepp-cta-note {
  margin-top: 16px;
  font-size: 14px;
  opacity: 0.95;
}

@media (max-width: 900px) {
  .cepp-hero h1 {
    font-size: 38px;
  }

  .cepp-section h2 {
    font-size: 28px;
  }

  .cepp-cards.three,
  .cepp-cards.two,
  .cepp-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .cepp-formation-page {
    padding: 24px 16px 56px;
  }

  .cepp-hero h1 {
    font-size: 32px;
  }

  .cepp-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */