/* ===========================================
   A propos - Chiffres clés (inline dans overlap)
   =========================================== */
.apropos-stats-inline {
  border-top: 1px solid #eee;
  padding-top: 24px;
}
.apropos-stat-item {
  padding: 10px;
}
.apropos-stat-item .pbmit-fid-inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}
.apropos-stat-item .pbmit-number-rotate {
  font-size: 42px;
  font-weight: 800;
  color: var(--pbmit-heading-color);
  line-height: 1;
}
.apropos-stat-item .pbmit-fid span {
  font-size: 28px;
  font-weight: 700;
  color: #80b927;
}
.apropos-stat-label {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 500;
}
/* ===========================================
   A propos - Audience section
   =========================================== */
.apropos-audience-section {
  padding: 0;
  overflow: visible;
}
.apropos-audience-bg {
  background: #80b927;
  padding: 90px 0 100px;
  margin-top: 60px;
}
.apropos-audience-title {
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 20px;
}
.apropos-audience-title span {
  color: #fff;
}
.apropos-audience-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}
.apropos-audience-grid {
  margin-top: -56px;
  position: relative;
  z-index: 2;
}
.apropos-audience-card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 40px 20px 32px;
  text-align: center;
}
.apropos-audience-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(128, 185, 39, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.apropos-audience-card__icon i {
  font-size: 28px;
  color: #80b927;
}
.apropos-audience-card span {
  font-size: 16px;
  font-weight: 700;
  color: var(--pbmit-heading-color);
}
/* ===========================================
   A propos - Valeurs Swiper (overflow droite)
   =========================================== */
.apropos-values-section {
  overflow: visible;
}
.apropos-values-wrap {
  padding-left: 0;
  padding-right: 0;
}
.apropos-value-slide {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.apropos-value-slide__img {
  height: 100%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
}
.apropos-value-slide__content {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 470px;
}
.apropos-value-slide__content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--pbmit-heading-color);
}
.apropos-value-slide__content p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  margin: 0;
}
.apropos-value-slide__number {
  font-size: 48px;
  font-weight: 800;
  color: rgba(128, 185, 39, 0.15);
  line-height: 1;
  margin-bottom: 16px;
}
.apropos-values-swiper .swiper-scrollbar {
  position: relative;
  margin-top: 24px;
  height: 3px;
  background: #eee;
  border-radius: 2px;
}
.apropos-values-swiper .swiper-scrollbar-drag {
  background: #80b927;
  border-radius: 2px;
}
/* ===========================================
   A propos - Carte d'intervention
   =========================================== */
.apropos-map iframe {
  border-radius: 5px;
  width: 100%;
  height: 450px;
}
/* ===========================================
   Responsive
   =========================================== */
@media (max-width: 991px) {
  .apropos-stat-item .pbmit-number-rotate {
    font-size: 32px;
  }
  .apropos-stat-item .pbmit-fid span {
    font-size: 22px;
  }
  .apropos-audience-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .apropos-audience-bg {
    padding: 60px 0 80px;
  }
  .apropos-audience-title {
    font-size: 28px;
  }
  .apropos-audience-sub {
    font-size: 15px;
    line-height: 24px;
  }
  .apropos-audience-grid {
    margin-top: -44px;
  }
  .apropos-audience-card {
    padding: 28px 16px 24px;
  }
  .apropos-audience-card__icon {
    width: 52px;
    height: 52px;
  }
  .apropos-audience-card__icon i {
    font-size: 22px;
  }
  .apropos-value-slide__img {
    min-height: 220px;
    border-radius: 10px 10px 0 0;
  }
  .apropos-value-slide__content {
    padding: 30px 24px;
  }
  .apropos-value-slide__number {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .apropos-value-slide__content h3 {
    font-size: 18px;
  }
  .apropos-map iframe {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .apropos-stat-item .pbmit-number-rotate {
    font-size: 26px;
  }
  .apropos-stat-item .pbmit-fid span {
    font-size: 18px;
  }
  .apropos-stat-label {
    font-size: 11px;
  }
  .apropos-audience-bg {
    padding: 50px 0 70px;
  }
  .apropos-audience-title {
    font-size: 24px;
  }
  .apropos-audience-card span {
    font-size: 14px;
  }
}
/*# sourceMappingURL=_a-propos.css.map */