@charset "UTF-8";
/* CSS Document */

.section-statistics {
  padding: 60px 0;
  background: #f7f7f7;
}

.title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.surtitre {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.chiffres-cles-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.pastille {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.counterup {
  font-size: 36px;
  font-weight: bold;
}

.text-pastille {
  font-size: 14px;
  text-align: center;
}

.google-rate-wrapper {
  text-align: center;
  margin-top: 30px;
}

.google-rate-wrapper img {
  max-width: 170px; /* réduire la taille de l'image Google */
  width: 100%;      /* responsive */
  height: auto;
}

.section-statistics {
  padding: 60px 0;
  background: #f7f7f7;
  margin-top: 70px; /* augmente l'espace au-dessus */
}

@media (max-width: 768px) {
  .fleche-wrapper {
    display: none;
  }
}

.section-statistics,
.section-statistics p,
.section-statistics h1,
.section-statistics h3,
.section-statistics h4,
.section-statistics .text-pastille {
  color: #8e4e2a;
}
