.elementor-49 .elementor-element.elementor-element-5c787bec{--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-49 .elementor-element.elementor-element-7f5ef23{--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-49 .elementor-element.elementor-element-d858133{--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-49 .elementor-element.elementor-element-37ced1f{--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-49 .elementor-element.elementor-element-37ced1f:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-37ced1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A0F0F;}.elementor-49 .elementor-element.elementor-element-ba6aa3e{--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-49 .elementor-element.elementor-element-1ffa5eda{--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-49 .elementor-element.elementor-element-4e042953{--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-49 .elementor-element.elementor-element-4e042953:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-4e042953 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6cbd771d */.hero.hero-sell {
  background:
    linear-gradient(120deg, rgba(13, 0, 0, .85), rgba(13, 0, 0, .45)),
    url('https://chloefred-immobilier.fr/wp-content/uploads/2025/12/vendre.webp')
    center/cover no-repeat;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0348828 *//* =========================
   ESTIMATION
   ========================= */

.sell-estimation-wrapper {
  padding: 60px 20px 60px;
  color: var(--text-light);
}

.sell-estimation-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
  gap: 32px;
  align-items: flex-start;
}

/* Liste à gauche */

.sell-estimation-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
  font-size: 13px;
  color: var(--muted);
}

.sell-estimation-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--text-dark);
}

.sell-estimation-list i {
  color: #fa7315;
}

/* Formulaire */

.sell-estimation-form {
  background: rgba(13,13,13,0.96);
  border-radius: 18px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(241,208,182,0.22);
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  position: relative;
  overflow: hidden;
}

.sell-estimation-form h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.sell-estimation-form p {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
}

.sell-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sell-form-group {
  border-top: 1px solid rgba(148,163,184,0.35);
  padding-top: 10px;
  margin-top: 6px;
}

.sell-form-group:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.sell-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 6px;
}

.sell-form-row-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}

.sell-label {
  font-size: 12px;
  color: #e5e7eb;
  opacity: 0.9;
}

/* Inputs & selects */

.sell-form-row input,
.sell-form-row select {
  width: 100%;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid rgba(148,163,184,0.7);
  background: #111827;
  color: var(--text-light);
  font-size: 13px;
  outline: none;
}

.sell-form-row input::placeholder {
  color: #9ca3af;
}

.sell-form-row select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* Checkboxes */

.sell-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #e5e7eb;
}

.sell-checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.sell-checkbox-group input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

/* Bouton */

.sell-form-submit {
  margin-top: 4px;
  padding: 9px 16px;
  border-radius: 999px;
  border: none;
  background: var(--primary);
  color: var(--text-light);
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.sell-form-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

.sell-form-note {
  margin-top: 4px;
  font-size: 11px;
  color: #9ca3af;
}

/* =========================
   RÉSULTAT D'ESTIMATION
   ========================= */

.sell-estimation-result {
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.sell-estimation-result.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sell-estimation-result-inner {
  background: #020617;
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(241,208,182,0.35);
  box-shadow: 0 18px 45px rgba(0,0,0,0.7);
}

.sell-estimation-result-kicker {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(241,208,182,0.9);
  margin-bottom: 6px;
}

.sell-estimation-result-title {
  margin: 0 0 8px;
  font-size: 16px;
}

.sell-estimation-result-range {
  margin: 0 0 6px;
  font-size: 14px;
}

.sell-estimation-result-range strong {
  color: var(--accent-beige);
}

.sell-estimation-result-note {
  margin: 0 0 10px;
  font-size: 12px;
  color: #e5e7eb;
  opacity: 0.9;
}

.sell-estimation-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sell-estimation-back,
.sell-estimation-contact {
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.sell-estimation-back {
  border: 1px solid rgba(241,208,182,0.6);
  background: transparent;
  color: var(--accent-beige);
  cursor: pointer;
}

.sell-estimation-contact {
  text-decoration: none;
  background: #ffffff;
  color: var(--text-dark);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Quand on affiche le résultat, on masque le formulaire */

.sell-estimation-form.has-result .sell-form,
.sell-estimation-form.has-result > p {
  display: none;
}

/* =========================
   RESPONSIVE — ESTIMATION
   ========================= */

/* TABLETTES ≤ 1024px */
@media (max-width: 1024px) {
  .sell-estimation-section {
    grid-template-columns: minmax(0,1fr);
    gap: 26px;
  }

  .sell-estimation-wrapper {
    padding: 50px 20px 50px;
  }

  .sell-estimation-form {
    padding: 20px 18px;
  }

  .sell-form-row-inline {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

/* PETITES TABLETTES ≤ 768px */
@media (max-width: 768px) {
  .sell-estimation-wrapper {
    padding: 40px 18px 45px;
  }

  .sell-estimation-list {
    font-size: 12px;
  }

  .sell-estimation-form h3 {
    font-size: 14px;
  }

  .sell-estimation-form p {
    font-size: 12px;
  }

  .sell-form-row-inline {
    grid-template-columns: minmax(0,1fr);
  }
}

/* MOBILES ≤ 560px */
@media (max-width: 560px) {
  .sell-estimation-wrapper {
    padding: 36px 16px 40px;
  }

  .sell-estimation-list li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .sell-estimation-form {
    padding: 16px 14px 18px;
    border-radius: 14px;
  }

  .sell-form-row input,
  .sell-form-row select {
    padding: 8px 10px;
    font-size: 12px;
  }

  .sell-form-submit {
    width: 100%;
    padding: 10px 18px;
    font-size: 13px;
  }

  .sell-form-note {
    font-size: 10px;
  }

  .sell-estimation-result-inner {
    padding: 14px 14px 12px;
  }

  .sell-estimation-result-actions {
    flex-direction: column;
  }

  .sell-estimation-back,
  .sell-estimation-contact {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70e2673 *//* =========================
   SECTION POURQUOI VENDRE
   ========================= */

.sell-why-wrapper {
  padding: 60px 20px 40px;
  background: var(--bg-page);
}

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

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

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

.sell-title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

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

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

.sell-why-card {
  background: var(--card-bg);
  border-radius: 18px;
  padding: 18px 16px;
  border: 1px solid var(--card-border);
  box-shadow: 0 10px 30px rgba(13,0,0,0.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.sell-why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(13,0,0,0.12);
  border-color: rgba(211,160,157,0.7);
}

.sell-why-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(211,160,157,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  margin-bottom: 10px;
}

.sell-why-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
}

.sell-why-card p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted-dark);
}

/* ---------- RESPONSIVE ---------- */

/* Tablette : 2 colonnes */
@media (max-width: 1024px) {
  .sell-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile : 1 colonne + un peu moins de padding */
@media (max-width: 640px) {
  .sell-why-wrapper {
    padding: 40px 16px 32px;
  }

  .sell-title {
    font-size: 22px;
  }

  .sell-intro {
    max-width: 100%;
  }

  .sell-why-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .sell-why-card {
    padding: 16px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b05bb8 *//* ---------- VENTE SEREINE / ACCOMPAGNEMENT VENTE ---------- */

.selling-steps-wrapper {
  width: 100%;
  padding: 60px 20px 80px;
  background: #1A0F0F; /* fond sombre du site */
}

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

/* En-tête */

.selling-steps-head {
  margin-bottom: 32px;
}

.selling-steps-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fa7315;
  margin-bottom: 10px;
  text-align: center;
}

.selling-steps-title {
  margin: 0 0 8px;
  text-align: center;
}

.selling-steps-subtitle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 32px;
}

/* Grille de cartes */

.selling-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Carte */

.selling-step-card {
  background: radial-gradient(circle at top left, #211414, #120909);
  border-radius: 26px;
  padding: 22px 22px 20px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(241, 208, 182, 0.16);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.selling-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.75);
  border-color: rgba(241, 208, 182, 0.4);
}

.selling-step-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.selling-step-number {
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-beige);
}

.selling-step-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #FDFBF8;
}

.selling-step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(232, 223, 216, 0.9);
}

/* Responsive */

@media (max-width: 1024px) {
  .selling-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .selling-steps-wrapper {
    padding: 46px 16px 60px;
  }

  .selling-steps-subtitle {
    font-size: 26px;
  }

  .selling-steps-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .selling-step-card {
    padding: 20px 18px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01d07be *//* =========================
   PREUVES / STATS & AVIS
   ========================= */

.sell-proof-wrapper {
  padding: 60px 20px 60px;
  background: var(--bg-page);
}

.sell-proof-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 32px;
  align-items: flex-start;
}

.sell-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 18px;
}

.sell-stat {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 12px 14px;
  border: 1px solid var(--card-border);
}

.sell-stat-number {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.sell-stat-label {
  font-size: 12px;
  color: var(--text-muted-dark);
}

.sell-proof-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sell-testimonial-card {
  position: relative;
  background: #1f2933;
  border-radius: 18px;
  padding: 20px 18px;
  color: var(--text-light);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.sell-testimonial-quote {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  padding: 8px 12px;
  border-bottom-left-radius: 26px;
}

.sell-testimonial-text {
  margin: 4px 0 10px;
  font-size: 13px;
}

.sell-testimonial-author {
  font-size: 12px;
  color: #e5e7eb;
}

.sell-testimonial-name {
  font-weight: 600;
}

/* =========================
   RESPONSIVE
   ========================= */

/* ≤ 1024px : 1 colonne, stats encore sur 3 colonnes */
@media (max-width: 1024px) {
  .sell-proof-section {
    grid-template-columns: minmax(0,1fr);
    gap: 32px;
  }
}

/* ≤ 820px : stats sur 2 colonnes */
@media (max-width: 820px) {
  .sell-stats-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

/* ≤ 600px : stats en 1 colonne + paddings réduits */
@media (max-width: 600px) {
  .sell-proof-wrapper {
    padding: 40px 16px 50px;
  }

  .sell-stats-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 12px;
  }

  .sell-testimonial-card {
    padding: 16px 14px;
  }

  .sell-stat-number {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16cba68a *//* ---------- 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-4d68ac20 */.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 */