/* Start custom CSS for text-editor, class: .elementor-element-5e41d64 *//* =========================
   VARIABLES
========================= */
:root {
  --percko-main: #ce5e58;
  --percko-border: #e6e6e6;
}

/* =========================
   TITRES
========================= */
.percko-feature-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--percko-main);
  margin: 30px 0 14px;
}

/* =========================
   FIGURE (stats)
========================= */
.percko-figure {
  margin: 0;
  text-align: center;
}

.percko-figure img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.percko-figure figcaption {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
}

/* =========================
   EXOSQUELETTE BLOCS
========================= */
.percko-exo-bloc {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--percko-border);
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  margin: 24px 0;
}

.percko-exo-text {
  flex: 1;
}

.percko-exo-media {
  flex: 1;
  text-align: right;
}

.percko-exo-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.percko-exo-title {
  margin: 0 0 8px;
  font-weight: 700;
}

.percko-exo-desc {
  margin: 0 0 6px;
  line-height: 1.5;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .percko-exo-bloc {
    flex-direction: column;
  }

  .percko-exo-media {
    text-align: left;
  }
}/* End custom CSS */