/*
Theme Name: OceanWP Child
Template: oceanwp
*/

/* ── Timeline déroulement chantier ── */

.etapes-liste {
  display: flex;
  flex-direction: column;
}

.etape {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 20px;
  padding-bottom: 28px;
  position: relative;
}

.etape:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 36px;
  bottom: 0;
  width: 1px;
  background: #e8e2dc;
}

.etape-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #BA806A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  color: #BA806A;
  flex-shrink: 0;
  background: #ffffff;
  z-index: 1;
  position: relative;
}

.etape-jour {
  font-size: 12px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #BC9B82;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

.etape-contenu h3 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 1.4rem !important;
  color: #5D544F;
  margin-bottom: 6px;
}

.etape-desc {
  font-size: 1.6rem !important;
  color: #7a7270;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
}