/* OMNI IMMO Custom Styles */

body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
}

.hero {
  background: #f7f9fc;
  text-align: center;
  padding: 80px 20px;
}

.promesses {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.promesse {
  background: #e9eef5;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: bold;
}

.cta {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background: #003366;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.estimation, .temoignages, .equipe, .honoraires, .contact {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 40px;
}

.avis blockquote {
  border-left: 4px solid #ccc;
  margin: 20px 0;
  padding-left: 15px;
  font-style: italic;
}

.agents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.agent h3 {
  margin-bottom: 5px;
  color: #003366;
}

@media screen and (min-width: 768px) {
  .agents {
    flex-direction: row;
    justify-content: space-between;
  }
}
