/* Hero — centrer le bandeau défilant */
.cs_hero.cs_style_3 .cs_moving_text_wrap {
  margin-left: auto;
  margin-right: auto;
}

/* Avis carrousel + CTA final */
.pe-avis-slider {
  overflow: hidden;
  padding-bottom: 8px;
}

.pe-avis-card {
  height: 100%;
  min-height: 220px;
  padding: 28px 24px;
  border: 1px solid rgba(214, 159, 86, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.pe-avis-quote {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.65;
  color: #e8e8e8;
}

.pe-avis-author {
  margin: 0;
  font-weight: 600;
  color: #d69f56;
  font-size: 17px;
}

.pe-avis-role {
  margin: 4px 0 0;
  font-size: 14px;
  color: #9a9a9a;
}

.pe-avis-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.pe-avis-prev,
.pe-avis-next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(214, 159, 86, 0.45);
  border-radius: 50%;
  background: transparent;
  color: #d69f56;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.pe-avis-prev:hover,
.pe-avis-next:hover {
  background: #d69f56;
  color: #111;
}

.pe-avis-pagination {
  display: flex;
  gap: 8px;
}

.pe-avis-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.35;
  background: #d69f56;
  border-radius: 50%;
}

.pe-avis-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.pe-cta-final {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.pe-cta-lead {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
}

.pe-cta-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.pe-cta-break {
  display: none;
}

@media (min-width: 768px) {
  .pe-cta-lead {
    font-size: 20px;
  }

  .pe-cta-title {
    font-size: 48px;
  }

  .pe-cta-break {
    display: inline;
  }
}

@media (max-width: 767px) {
  .pe-avis-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .pe-avis-quote {
    font-size: 15px;
  }
}

/* Contact — hiérarchie typo */
.pe-contact-title {
  margin: 0;
  max-width: 18ch;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.pe-contact-lead {
  margin-top: 14px;
  max-width: 34em;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.pe-contact-intro {
  margin: 0 0 28px;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.pe-contact-label {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.pe-phone-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.pe-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid #d69f56;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pe-phone-btn > .fa-phone {
  flex-shrink: 0;
  width: 1em;
  font-size: 14px;
  line-height: 1;
  color: #d69f56;
  transform: none;
}

.pe-phone-btn-text {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  overflow: visible;
}

.pe-phone-btn-label {
  opacity: 0.75;
  font-weight: 400;
}

.pe-phone-btn-label::after {
  content: "·";
  margin-left: 8px;
  opacity: 0.6;
}

.pe-phone-btn:hover {
  background-color: #d69f56;
  color: #fff;
}

.pe-phone-btn:hover > .fa-phone {
  color: #fff;
  transform: none;
}

.pe-contact-info p,
.pe-contact-info a {
  font-size: 16px;
  line-height: 1.55;
}

.pe-contact-info > li > p a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.pe-contact-info > li > p a:hover {
  color: #d69f56;
}

.pe-contact-box {
  padding: 36px 30px !important;
}

.pe-contact-box-title,
.pe-contact-box-text,
.pe-contact-box .cs_btn {
  position: relative;
  z-index: 1;
}

.pe-contact-box-title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

.pe-contact-box-text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
  .pe-contact-title {
    font-size: 42px;
  }

  .pe-contact-lead {
    font-size: 18px;
  }

  .pe-contact-box-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .pe-contact-title {
    max-width: none;
    font-size: 28px;
  }

  .pe-contact-lead {
    font-size: 16px;
  }
}

