/*
Theme Name: ExpertHive Child
Theme URI: https://hivepress.io/themes/experthive
Template: experthive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build an on-demand services marketplace.
Tags: left-sidebar,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.0.6.1759921455
Updated: 2025-10-08 13:04:15

*/

.top-annonces-slider .hp-listing { height: 100%; }
/* ====== ALSABOOST - HOME INVITÉS ====== */
.abst-home {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: radial-gradient(circle at top left, #f4e5ff 0, #f8f5ff 35%, #e6f2ff 75%, #fdfbff 100%);
}

/* Sections */
.abst-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.abst-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.abst-section-header h2 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.abst-section-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #4b5563;
}

.abst-section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
}

/* HERO */
.abst-hero {
  padding: 4.5rem 1.5rem 3rem;
  background: linear-gradient(135deg, rgba(106,0,255,0.12), rgba(0,92,255,0.12));
}

.abst-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.abst-hero-text h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.abst-hero-sub {
  font-size: 1.05rem;
  color: #4b5563;
  max-width: 520px;
}

.abst-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  background: rgba(0,92,255,0.07);
  color: #0050cc;
  margin-bottom: 0.85rem;
}

.abst-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0.75rem;
}

.abst-hero-login {
  font-size: 0.9rem;
  color: #4b5563;
}

.abst-hero-login a {
  color: #6a00ff;
  font-weight: 500;
}

/* Buttons */
.abst-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.abst-btn-primary {
  background: linear-gradient(135deg, #6a00ff, #005cff);
  color: #fff;
  box-shadow: 0 12px 30px rgba(106,0,255,0.28);
}

.abst-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(106,0,255,0.32);
}

.abst-btn-ghost {
  background: #ffffff;
  color: #111827;
  border-color: rgba(148,163,184,0.6);
}

.abst-btn-ghost:hover {
  background: #f9fafb;
  border-color: #6b7280;
}

/* Stats */
.abst-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.75rem;
  font-size: 0.85rem;
}

.abst-hero-stats div {
  min-width: 120px;
}

.abst-stat-number {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
}

.abst-stat-label {
  color: #6b7280;
}

/* Hero visuel */
.abst-hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-end;
}

.abst-hero-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 18px 45px rgba(15,23,42,0.15);
}

.abst-hero-card-main {
  width: 100%;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.abst-hero-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6a00ff, #005cff);
}

.abst-hero-card-content h3 {
  margin: 0.1rem 0;
  font-size: 1rem;
}

.abst-hero-card-content p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.abst-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 999px;
  background: rgba(0,92,255,0.08);
  color: #0050cc;
}

.abst-hero-card-secondary {
  max-width: 250px;
  align-self: flex-start;
  transform: translateY(8px);
}

.abst-hero-card-secondary h4 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}

.abst-hero-card-secondary p {
  margin: 0;
  font-size: 0.85rem;
  color: #4b5563;
}

/* Grids */
.abst-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.abst-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

/* Cards génériques */
.abst-card {
  background: #ffffff;
  border-radius: 1.3rem;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}

.abst-card h3 {
  margin: 0 0 0.5rem;
}

.abst-card p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
}

.abst-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(106,0,255,0.08);
  color: #6a00ff;
  margin-bottom: 0.8rem;
}

/* Steps */
.abst-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.abst-step {
  position: relative;
  padding-top: 1rem;
}

.abst-step-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #6a00ff;
}

/* Listings */
.abst-card-listing {
  position: relative;
  padding-top: 2rem;
}

.abst-card-listing h3 {
  margin-bottom: 0.35rem;
}

.abst-card-meta {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.abst-chip-boosted {
  background: rgba(255,184,0,0.15);
  color: #b45309;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
}

/* Quotes */
.abst-card-quote {
  border-left: 4px solid #6a00ff;
}

.abst-quote {
  font-style: italic;
  margin-bottom: 0.75rem;
}

.abst-quote-author {
  font-size: 0.9rem;
  color: #4b5563;
}

/* Final CTA */
.abst-final-cta {
  padding-bottom: 4.5rem;
}

.abst-final-inner {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 1.6rem;
  padding: 2.4rem 2rem;
  background: linear-gradient(135deg, #6a00ff, #005cff);
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.abst-final-inner h2 {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

.abst-final-inner p {
  margin: 0;
  color: #e5e7eb;
}

.abst-final-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.abst-btn-ghost-light {
  background: transparent;
  color: #f9fafb;
  border-color: rgba(249,250,251,0.7);
}

.abst-btn-ghost-light:hover {
  background: rgba(15,23,42,0.12);
}

/* Lien */
.abst-link {
  font-size: 0.9rem;
  color: #6a00ff;
  text-decoration: none;
  font-weight: 500;
}

.abst-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 960px) {
  .abst-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .abst-hero-visual {
    order: -1;
    align-items: center;
  }

  .abst-hero-card-main,
  .abst-hero-card-secondary {
    max-width: 320px;
  }

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

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

  .abst-section-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .abst-final-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}















