.service-title {
  margin-top: 120px;
}
footer.footer {
  background: rgba(255, 140, 0, 0.15);
  color: #fff;
}
.hero.section, #hero, .page-title {
  background: rgba(255, 140, 0, 0.15);
}
/* Style général pour tous les boutons principaux */
.btn,
.btn-primary,
.btn-cta,
.btn-orange,
.send-button {
  background-color: orange !important;
  color: #fff !important;
  border: 2px solid orange !important;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

.btn:hover,
.btn-primary:hover,
.btn-cta:hover,
.btn-orange:hover,
.send-button:hover {
  background-color: #fff !important;
  color: orange !important;
  border: 2px solid orange !important;
}

.orange-text {
  color: orange !important;
}

.histoire-link {
  color: orange;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
}
.histoire-link:hover {
  color: #ff9800;
}

.histoire-title {
  margin-top: 40px;
}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../../assets/img/features-2.webp") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

.counts::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters p {
  font-family: "Raleway", sans-serif;
  /* font-size: 14px; */
  color:orange;
}
.counts .counters span {
  font-size: 48px;
  /* font-weight: 700; */
  display: block;
  color: orange;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
}


