.elementor-32 .elementor-element.elementor-element-3e69b99a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-03a0cd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-d107d0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-5a89e8df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-ffdf05b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-ffdf05b:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-ffdf05b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1172ab0b *//* HERO SPÉCIFIQUE – PAGE À PROPOS */
.hero.hero-about {
  background:
    linear-gradient(120deg, rgba(13, 0, 0, 0.5), rgba(13, 0, 0, 0.45)),
    url('https://chloefred-immobilier.fr/wp-content/uploads/2026/01/Chloe-Fred-chloe-kabamba-frederic-sanz-immobilier-3-scaled.jpg')
    center/cover no-repeat;
}
@media (max-width: 500px) {
  .hero.hero-about {
background:
    linear-gradient(120deg, rgba(13,0,0,.45), rgba(13,0,0,.35)),
    url("https://chloefred-immobilier.fr/wp-content/uploads/2025/12/chloe-fred-chloe-kabamba-frederic-sanz-gb-scaled-e1766821506800.jpg")
    center/cover no-repeat;
  color: var(--text-light);
  width: 100%;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-369e9b9 *//* ---------- SECTION ÉQUIPE ---------- */

.team-wrapper {
  width: 100%;
  padding: 60px 20px 70px;
  background: var(--bg-page);
}

.team-section {
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */

.team-header {
  text-align: center;
  margin-bottom: 34px;
}

.team-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f97316;
  margin-bottom: 8px;
}

.team-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  color: var(--text-dark);
}

.team-title span,
.team-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--text-dark);
};
}

.team-text {
  font-size: 14px;
  color: var(--text-muted-dark);
  max-width: 520px;
  margin: 0 auto;
}

/* Grid */

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

/* Card */

.team-card {
  background: var(--card-bg);
  border-radius: 22px;
  border: 1px solid var(--card-border);
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(13,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(13,0,0,0.16);
  border-color: rgba(211,160,157,0.8);
}

.team-photo {
  width: 100%;
  padding-top: 110%;            /* ratio portrait */
  background-size: cover;
  background-position: center;
}

.team-content {
  padding: 18px 18px 16px;
}

/* Textes */

.team-name {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
}

.team-role {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--primary-dark);
}

.team-desc {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--text-muted-dark);
}

/* Réseaux sociaux */

.team-socials {
  display: flex;
  gap: 8px;
}

.team-socials a {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--text-muted-dark);
  text-decoration: none;
  background: #fdfbf8;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}

.team-socials a:hover {
  background: var(--primary);
  color: var(--text-light);
  border-color: var(--primary);
  transform: translateY(-1px);
}

/* Responsive */

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d69d94 *//* ---------- SECTION POURQUOI NOUS CHOISIR ---------- */

.why-wrapper {
  width: 100%;
  padding: 50px 20px 70px;
  background: #1A0F0F;
  border-radius: var(--radius-lg);
}

.why-section {
  max-width: 1180px;
  margin: 0 auto;
  color: var(--text-light);
}

/* Haut : grille texte + image */

.why-top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 24px;
  align-items: center;
}

.why-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-beige);
  margin-bottom: 10px;
}

.why-title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.3;
}

.why-title span,
.why-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--accent-beige);
}

.why-text {
  font-size: 14px;
  color: #E8DFD8;
  margin: 0 0 18px;
}

.why-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--text-light);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(13,0,0,0.35);
  transition: .15s ease;
}

.why-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

/* Image */

.why-image {
  border-radius: var(--radius-lg);
  min-height: 260px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.55);
}

/* Cartes avantages */

.why-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.why-card {
  background: #251515;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(241,208,182,0.18);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  transition: .18s ease;
}

.why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(241,208,182,0.4);
  box-shadow: 0 18px 40px rgba(0,0,0,0.5);
}

.why-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(241,208,182,0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-beige);
}

.why-card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.why-card-text {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #E6D9CC;
}

/* ---------- CHIFFRES CLÉS ---------- */

.why-stats {
  margin-top: 32px;
}

.why-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.why-stat-card {
  background: var(--card-bg);
  color: var(--text-dark);
  border-radius: 26px;
  padding: 20px 18px 22px;
  border: 1px solid #E8D9C9;
  box-shadow: 0 14px 32px rgba(13,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-stat-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.why-stat-number {
  font-size: 26px;
  font-weight: 600;
}

.why-stat-icon {
  font-size: 14px;
  color: #9CA3AF; /* petit ↗ discret */
}

.why-stat-text {
  margin: 0;
  font-size: 14px;
  color: var(--text-muted-dark);
}

/* Responsive WHY + STATS */

@media (max-width: 960px) {
  .why-top {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- TESTIMONIALS / AVIS CLIENTS (DANS WHY) ---------- */

.testimonials-section {
  margin-top: 40px;
  padding: 40px 0 0;
  color: #f9fafb;
}

/* Header */

.testimonials-header {
  text-align: center;
  margin-bottom: 34px;
}

.testimonials-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-beige);
  margin-bottom: 10px;
}

.testimonials-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
}

.testimonials-title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent-beige);
}

/* Slider */

.ts-slider {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.ts-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}

.ts-track {
  display: flex;
  gap: 18px;
  padding: 6px 4px 10px;
}

/* Cartes d'avis */

.testimonial-card {
  position: relative;
  scroll-snap-align: start;
  background: #1f2933;
  border-radius: 20px;
  padding: 20px 22px 22px;
  min-width: min(520px, 100% - 40px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.ts-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ts-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  background-color: #4b5563;
}

.ts-name {
  font-size: 14px;
  font-weight: 600;
}

.ts-role {
  font-size: 12px;
  color: #9ca3af;
}

.ts-stars {
  font-size: 13px;
  color: var(--accent-beige);
  margin-bottom: 8px;
}

.ts-text {
  font-size: 13px;
  color: #e5e7eb;
  margin: 0;
}

/* Badge guillemets */

.ts-quote-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  padding: 10px 14px;
  border-bottom-left-radius: 26px;
}

/* Navigation */

.ts-nav {
  align-self: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(249, 250, 251, 0.35);
  background: rgba(15, 23, 42, 0.85);
  color: #f9fafb;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .15s ease, transform .15s ease;
}

.ts-nav:hover {
  background: var(--primary);
  transform: translateY(-1px);
}

/* Dots */

.ts-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ts-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: none;
  background: #4b5563;
  cursor: pointer;
}

.ts-dot-active {
  background: var(--primary);
  width: 16px;
}

/* Responsive TESTIMONIALS */

@media (min-width: 960px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 12px);
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    min-width: calc(100% - 32px);
  }
  .ts-nav {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49e9446c *//* ---------- BULLE TÉLÉPHONE FLOTTANTE ---------- */

.call-bubble {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 999px;

  /* fond sombre semi-transparent, adapté à la charte */
  background: rgba(13, 0, 0, 0.40); /* #0D0000 avec transparence */

  /* bord beige légèrement visible */
  border: 1px solid rgba(241, 208, 182, 0.45); /* accent-beige transparent */

  color: var(--accent-beige); /* icône beige */
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  text-decoration: none;

  box-shadow: 0 14px 40px rgba(13, 0, 0, 0.35);
  z-index: 50;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

/* Hover : plus opaque et bord plus visible */
.call-bubble:hover {
  transform: translateY(-3px) scale(1.03);
  background: rgba(13, 0, 0, 0.88);
  border-color: rgba(241, 208, 182, 0.75);
  box-shadow: 0 20px 50px rgba(13, 0, 0, 0.5);
}

/* Mobile */
@media (max-width: 600px) {
  .call-bubble {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77bc44b1 */.footer-gb-logo {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
}

.footer-gb-logo img {
  max-width: 110px;
  height: auto;
  display: block;
}/* End custom CSS */