.header-solaire-alt {
  background-color: #FFFFFF;
  padding: 30px 20px;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #D3D3D3;
}


.header-solaire-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.header-solaire-left {
  flex: 1 1 500px;
}

.top-label {
  font-size: 14px;
  font-weight: bold;
  color: #FE5716;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.header-solaire-left h1 {
  font-size: 32px;
  color: #10367A;
  line-height: 1.4;
  margin-bottom: 20px;
}

.main-keyword {
  color: #FE5716;
  font-weight: bold;
}

.description {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.advantages {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #000000;
  font-size: 15px;
}

.advantages li {
  margin-bottom: 8px;
}

.header-solaire-right {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.steps-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  max-width: 220px;
  margin: auto;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-circle {
  background-color: #FE5716;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}

.icon-circle img {
  width: 22px;
  height: 22px;
}

.flow-step p {
  font-size: 12px;
  font-weight: bold;
  color: #10367A;
  margin: 0;
}