.elementor-2460 .elementor-element.elementor-element-ae79be5{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2cb34f1 *//* =========================
   FOOTER VISUEL SOLIDHOME
   ========================= */

.sh-footer {
  background: #f3f4f6;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding: 34px 48px;
  color: #162033;
}

.sh-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.sh-footer-logo img {
  max-width: 170px;
  height: auto;
  display: block;
}

.sh-footer-points {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.sh-footer-contact {
  justify-self: end;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .sh-footer {
    padding: 28px 28px;
  }

  .sh-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }

  .sh-footer-logo img {
    margin: 0 auto;
  }

  .sh-footer-contact {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .sh-footer {
    padding: 26px 18px 92px;
  }

  .sh-footer-logo img {
    max-width: 145px;
  }

  .sh-footer-points,
  .sh-footer-contact {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* =========================
   CTA LATÉRAL
   ========================= */

.sh-global-float {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sh-global-float-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px) scale(0.98);
  transform-origin: right center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.sh-global-float:hover .sh-global-float-panel,
.sh-global-float:focus-within .sh-global-float-panel,
.sh-global-float.is-open .sh-global-float-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.sh-global-float-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 64px;
  min-height: 164px;
  padding: 14px 10px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(180deg, #1f5fd1 0%, #163f8f 100%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(22, 63, 143, 0.24);
}

.sh-global-float-btn-icon {
  font-size: 20px;
  line-height: 1;
}

.sh-global-float-btn-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-global-float-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sh-global-float-link:hover {
  transform: translateY(-1px);
}

.sh-float-link-icon {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
}

.sh-global-float-link.primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.20);
}

.sh-global-float-link.secondary {
  background: #f8fafc;
  color: #16305f;
  border: 1px solid #d7e2f0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

/* =========================
   CTA LATÉRAL MOBILE
   Version plus fine / verticale
   ========================= */

@media (max-width: 767px) {
  .sh-global-float {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .sh-global-float-btn {
    width: 32px;
    min-height: 80px;
    padding: 6px 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.28);
    gap: 6px;
  }

  .sh-global-float-btn-icon {
    font-size: 18px;
  }

  .sh-global-float-btn-text {
    display: block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .sh-global-float-panel {
    position: absolute;
    right: 54px;
    top: 50%;
    width: 220px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(12px) scale(0.96);
  }

  .sh-global-float:hover .sh-global-float-panel,
  .sh-global-float:focus-within .sh-global-float-panel {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(12px) scale(0.96);
  }

  .sh-global-float.is-open .sh-global-float-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0) scale(1);
  }

  .sh-global-float-link {
    min-width: 100%;
    min-height: 46px;
    font-size: 13px;
    padding: 11px 14px;
  }
}

/* =========================
   CTA BAS
   ========================= */

.sh-bottom-cta {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.28);
  z-index: 9998;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.sh-bottom-cta:hover {
  transform: translateX(-50%) translateY(-2px);
  color: #fff;
}

@media (max-width: 767px) {
  .sh-bottom-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sh-bottom-cta {
    display: none !important;
  }
}/* End custom CSS */