/* Barre recherche : logo gauche + icône droite + contour orange */
.app-search-wrapper input {
  border: 1px solid #ff7a00 !important;
  padding-left: 72px !important;
  padding-right: 58px !important;
  height: 42px!important;
}

.app-search-fake-placeholder {
  left: 62px !important;
  right: 58px !important;
}

.app-search-action-icon {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  z-index: 5;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-search-action-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

/* ======================================================
   HOME — SUGGESTIONS VERTICALES AVEC ICÔNE CATÉGORIE
====================================================== */

#searchSuggestionsList {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.search-tag.home-suggestion-item,
.home-suggestion-item {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 12px !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  color: #111827 !important;
  text-decoration: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;

  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  box-shadow: none !important;
}

.home-suggestion-item::before,
.home-suggestion-item::after {
  content: none !important;
  display: none !important;
}

.home-suggestion-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 999px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;
  overflow: visible !important;
}

.home-suggestion-icon img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  object-fit: contain !important;
  display: block !important;
}

.home-suggestion-text {
  min-width: 0 !important;
  flex: 1 !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* ======================================================
   STABLE 1 PATCH — CATEGORIES ACCUEIL CLIQUABLES
====================================================== */
.home-cat,
.home-cat .home-icon,
.home-cat .home-icon img,
.home-cat span {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.home-cat {
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}


/* ======================================================
   NOVTINIS PATCH — ACCUEIL CATEGORIES COMPACTES + NAV OFFRES
   À garder en fin de fichier pour surcharger les anciens styles.
====================================================== */

.home-hero {
  padding: 4px 0 4px !important;
}

.home-categories {
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 6px 16px 8px !important;
  gap: 8px !important;
  display: flex !important;
  align-items: center !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none !important;
}

.home-categories::-webkit-scrollbar {
  display: none !important;
}

.home-cat {
  flex: 0 0 auto !important;
  min-width: auto !important;
  width: auto !important;
  height: 36px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.055) !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  text-align: left !important;
  scroll-snap-align: start;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease !important;
}

.home-cat:hover,
.home-cat:focus {
  background: #ffffff !important;
  border-color: rgba(255, 122, 24, 0.28) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08) !important;
}

.home-cat:active {
  transform: scale(0.97) !important;
}

.home-cat.active {
  background: linear-gradient(135deg, #ff7a18, #ff3d5a) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 22px rgba(255, 90, 54, 0.22) !important;
}

.home-icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.home-icon img {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain !important;
  display: block !important;
}

.home-icon svg {
  width: 15px !important;
  height: 15px !important;
}

.home-cat span {
  font-size: 13px !important;
  line-height: 1 !important;
  color: #334155 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.home-cat.active span {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.home-cat.active .home-icon img,
.home-cat.active .home-icon svg {
  filter: brightness(0) invert(1) !important;
}

.home-featured,
.home-section-offers,
.home-section-near,
.home-section-selection {
  padding-top: 24px !important;
}

@media (max-width: 480px) {
  .home-categories {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .home-cat {
    height: 35px !important;
    padding: 0 12px !important;
  }

  .home-cat span,
  .home-cat.active span {
    font-size: 12.5px !important;
  }
}


/* NOVTINIS V4.52E2H54 — Mise en avant accueil + catégories */
.home-section-mise-en-avant-h54 {
  position: relative;
}

.home-section-head-mise-en-avant-h54 {
  align-items: flex-end;
}

.home-section-link-h54 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(30, 41, 59, .12);
  background: rgba(255, 255, 255, .82);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.home-card.home-card-mise-en-avant {
  border: 1px solid rgba(180, 130, 35, .24);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.home-card.home-card-mise-en-avant::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(180, 130, 35, .08));
  z-index: 1;
}

.home-featured-badge-h54 {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .92);
  color: #713f12;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .01em;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
  backdrop-filter: blur(10px);
}

.home-featured-badge-h54::before {
  content: "↗";
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 640px) {
  .home-section-head-mise-en-avant-h54 {
    display: flex;
    gap: 10px;
  }

  .home-section-link-h54 {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .home-featured-badge-h54 {
    top: 10px;
    left: 10px;
    padding: 6px 9px;
    font-size: 10px;
  }
}


/* H70B — Publicité locale accueil */
.home-local-ad-h70b{margin:16px 16px 8px}
.home-local-ad-card-h70b{display:grid;grid-template-columns:88px minmax(0,1fr);gap:13px;align-items:stretch;text-decoration:none;border-radius:24px;padding:11px;border:1px solid rgba(37,99,235,.18);background:linear-gradient(135deg,#eff6ff,#ffffff 72%);box-shadow:0 16px 38px rgba(15,23,42,.08);overflow:hidden}
.home-local-ad-media-h70b{min-height:96px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center}
.home-local-ad-media-h70b img{width:100%;height:100%;object-fit:cover;display:block}
.home-local-ad-media-h70b span{color:#fff;font-size:32px;font-weight:950;text-transform:uppercase}
.home-local-ad-content-h70b{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px}
.home-local-ad-kicker-h70b{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.home-local-ad-kicker-h70b span{display:inline-flex;min-height:23px;align-items:center;border-radius:999px;padding:0 9px;background:#dbeafe;color:#1d4ed8;font-size:10.5px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.home-local-ad-kicker-h70b em{color:#64748b;font-size:12px;font-style:normal;font-weight:850}
.home-local-ad-content-h70b strong{color:#0f172a;font-size:18px;line-height:1.1;font-weight:950}
.home-local-ad-content-h70b p{margin:0;color:#475569;font-size:13.5px;line-height:1.32;font-weight:750}
.home-local-ad-meta-h70b{display:flex;gap:6px;flex-wrap:wrap}
.home-local-ad-meta-h70b span{display:inline-flex;border-radius:999px;padding:4px 8px;background:#f8fafc;color:#334155;border:1px solid #e2e8f0;font-size:11.5px;font-weight:850}
@media(max-width:560px){.home-local-ad-h70b{margin:14px 12px 8px}.home-local-ad-card-h70b{grid-template-columns:78px minmax(0,1fr);gap:10px;padding:10px;border-radius:21px}.home-local-ad-media-h70b{min-height:88px;border-radius:16px}.home-local-ad-content-h70b strong{font-size:16px}.home-local-ad-content-h70b p{font-size:12.5px}}


/* H76 — Publicité active accueil (Format 1) */
.home-local-ad-h76{margin:14px 0 18px!important;padding:0 16px!important}.home-local-ad-card-h76{display:grid!important;gap:12px!important;padding:13px!important;border-radius:24px!important;text-decoration:none!important;background:linear-gradient(180deg,#fff7ed,#fff)!important;border:1px solid rgba(251,146,60,.28)!important;box-shadow:0 18px 40px rgba(15,23,42,.10)!important;color:inherit!important}.home-local-ad-media-h76{height:178px!important;border-radius:19px!important;overflow:hidden!important;background:linear-gradient(135deg,#fb923c,#ef4444)!important;display:grid!important;place-items:center!important;color:#fff!important}.home-local-ad-media-h76 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.home-local-ad-content-h76{display:grid!important;gap:8px!important}.home-local-ad-kicker-h76{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important}.home-local-ad-kicker-h76 span{display:inline-flex!important;align-items:center!important;min-height:25px!important;border-radius:999px!important;padding:0 10px!important;background:#fff!important;color:#1d4ed8!important;border:1px solid rgba(37,99,235,.10)!important;font-size:10.5px!important;font-weight:950!important;letter-spacing:.09em!important;text-transform:uppercase!important}.home-local-ad-kicker-h76 em{font-style:normal!important;color:#64748b!important;font-size:12px!important;font-weight:900!important}.home-local-ad-content-h76 strong{color:#0f172a!important;font-size:20px!important;line-height:1.12!important;font-weight:950!important}.home-local-ad-content-h76 p{margin:0!important;color:#475569!important;font-size:13.5px!important;line-height:1.35!important;font-weight:800!important}.home-local-ad-meta-h76{display:flex!important;gap:6px!important;flex-wrap:wrap!important}.home-local-ad-meta-h76 span{display:inline-flex!important;border-radius:999px!important;padding:5px 9px!important;background:rgba(255,255,255,.78)!important;color:#334155!important;border:1px solid rgba(148,163,184,.22)!important;font-size:11.5px!important;font-weight:900!important}@media(max-width:430px){.home-local-ad-media-h76{height:164px!important}}


/* H121 — accueil cohérence recherche / fiche commerce */

/* Sections vides */
.nt-h121-empty-home-section,
.nt-home-section:empty,
.home-section:empty{
  display:none!important;
}

/* Badges surnuméraires masqués pour éviter les doublons visuels */
.nt-h121-extra-badge{
  display:none!important;
}

/* Harmonisation générale des cartes commerce accueil */
.front-listing-card,
.nt-home-card,
.home-listing-card,
.home-commerce-card,
.nt-featured-card,
.nt-commerce-card{
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(226,232,240,.88)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.075)!important;
}

/* Images plus propres */
.front-listing-card img,
.nt-home-card img,
.home-listing-card img,
.home-commerce-card img,
.nt-featured-card img,
.nt-commerce-card img{
  object-fit:cover!important;
}

/* Badges accueil : plus petits, cohérents avec recherche */
.front-listing-card .badge,
.nt-home-card .badge,
.home-listing-card .badge,
.home-commerce-card .badge,
.nt-featured-card .badge,
.nt-commerce-card .badge,
.front-listing-card [class*="badge"],
.nt-home-card [class*="badge"],
.home-listing-card [class*="badge"],
.home-commerce-card [class*="badge"],
.nt-featured-card [class*="badge"],
.nt-commerce-card [class*="badge"]{
  min-height:21px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:950!important;
}

/* Les cartes Mise en avant restent soigné mais pas énormes */
.nt-home-featured,
.nt-featured-section,
.home-featured-section{
  margin-top:14px!important;
}

.nt-home-featured .nt-home-card,
.nt-featured-section .nt-featured-card,
.home-featured-section .home-listing-card{
  border-color:rgba(255,122,0,.22)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.075), 0 0 0 1px rgba(255,122,0,.07)!important;
}

/* Titres et textes plus compacts */
.front-listing-card h3,
.nt-home-card h3,
.home-listing-card h3,
.home-commerce-card h3,
.nt-featured-card h3,
.nt-commerce-card h3{
  font-size:18px!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  margin:0 0 6px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.front-listing-card p,
.nt-home-card p,
.home-listing-card p,
.home-commerce-card p,
.nt-featured-card p,
.nt-commerce-card p{
  font-size:13px!important;
  line-height:1.35!important;
  color:#516173!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

/* Grilles accueil plus respirantes mais compactes */
.nt-home-grid,
.home-listings-grid,
.front-listings-grid,
.nt-featured-grid{
  gap:12px!important;
}

/* Catégories horizontales : éviter les badges trop gros */
.nt-home-categories,
.home-categories,
.front-categories{
  overflow-x:auto!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}

.nt-home-categories::-webkit-scrollbar,
.home-categories::-webkit-scrollbar,
.front-categories::-webkit-scrollbar{
  display:none!important;
}

/* Padding bas pour menu mobile */
body.home,
body.front-page{
  padding-bottom:94px!important;
}

@media(max-width:560px){
  .front-listing-card,
  .nt-home-card,
  .home-listing-card,
  .home-commerce-card,
  .nt-featured-card,
  .nt-commerce-card{
    border-radius:16px!important;
  }

  .front-listing-card h3,
  .nt-home-card h3,
  .home-listing-card h3,
  .home-commerce-card h3,
  .nt-featured-card h3,
  .nt-commerce-card h3{
    font-size:17px!important;
  }

  .front-listing-card p,
  .nt-home-card p,
  .home-listing-card p,
  .home-commerce-card p,
  .nt-featured-card p,
  .nt-commerce-card p{
    font-size:12.5px!important;
    line-height:1.3!important;
  }
}

/* Sécurité : le contenu ne passe pas sous la nav */
body{
  padding-bottom:max(92px, env(safe-area-inset-bottom))!important;
}

@media(max-width:560px){
  main,
  #content,
  .site-content,
  .ast-container,
  .entry-content{
    padding-bottom:24px;
  }
}


/* H122B — accueil sans script : finitions ciblées */

/* Supprimer un peu le vide bas sur accueil sans toucher aux autres pages */
body.home,
body.front-page{
  padding-bottom:78px!important;
}

body.home main,
body.front-page main,
body.home #content,
body.front-page #content,
body.home .site-content,
body.front-page .site-content{
  padding-bottom:0!important;
  margin-bottom:0!important;
}

/* Section commerçant : rendu plus soigné si les classes existantes contiennent merchant/commercant */
body.home [class*="merchant"],
body.home [class*="commercant"],
body.front-page [class*="merchant"],
body.front-page [class*="commercant"]{
  border-radius:24px;
}

/* CTA commerçant : amélioration prudente, sans ciblage global des div */
body.home section[class*="merchant"],
body.home section[class*="commercant"],
body.front-page section[class*="merchant"],
body.front-page section[class*="commercant"]{
  margin-bottom:74px!important;
}

/* Boutons du CTA commerçant */
body.home section[class*="merchant"] a,
body.home section[class*="commercant"] a,
body.front-page section[class*="merchant"] a,
body.front-page section[class*="commercant"] a{
  border-radius:999px!important;
  font-weight:950!important;
}

/* Carrousels accueil : gap légèrement réduit, sans script */
body.home .home-nearby,
body.home .nearby,
body.home [class*="nearby"],
body.front-page .home-nearby,
body.front-page .nearby,
body.front-page [class*="nearby"]{
  gap:8px!important;
  column-gap:8px!important;
}

/* H123 — Accueil : Autour de vous plus lisible sur mobile
   Objectif : afficher deux cartes entières + une vraie partie de la 3e carte,
   sans casser les grandes grilles desktop. */
@media (max-width: 767px) {
  body.home .home-section-near,
  body.front-page .home-section-near {
    overflow: hidden !important;
  }

  body.home .home-grid-near,
  body.front-page .home-grid-near {
    gap: 10px !important;
    column-gap: 10px !important;
    padding-left: 16px !important;
    padding-right: 34px !important;
    scroll-padding-left: 16px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex: 0 0 42% !important;
    min-width: 42% !important;
    max-width: 42% !important;
    scroll-snap-align: start !important;
  }

  body.home .home-grid-near .home-card img,
  body.front-page .home-grid-near .home-card img {
    height: 190px !important;
  }
}

@media (max-width: 390px) {
  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex-basis: 43% !important;
    min-width: 43% !important;
    max-width: 43% !important;
  }

  body.home .home-grid-near .home-card img,
  body.front-page .home-grid-near .home-card img {
    height: 178px !important;
  }
}


/* ======================================================
   H124 — Ajustements accueil mobile
   - cartes "Autour de vous" un peu plus larges
   - CTA commerçant moins haut
   - ajout d'un motif de fond discret
====================================================== */
body.home .home-cta,
body.front-page .home-cta {
  margin-top: 28px;
  padding: 0 14px 44px;
}

body.home .home-cta-box,
body.front-page .home-cta-box {
  padding: 20px 16px 18px;
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(29, 104, 255, 0.22);
}

body.home .home-cta-box::before,
body.front-page .home-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.11) 0,
      rgba(255,255,255,0.11) 2px,
      transparent 2px,
      transparent 18px
    ),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.13), transparent 20%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.10), transparent 18%);
  opacity: 0.55;
  pointer-events: none;
}

body.home .home-cta-box::after,
body.front-page .home-cta-box::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -46px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  pointer-events: none;
}

body.home .home-cta-box h2,
body.front-page .home-cta-box h2 {
  margin: 0 0 6px;
  line-height: 1.15;
}

body.home .home-cta-box p,
body.front-page .home-cta-box p {
  margin: 0;
  line-height: 1.35;
}

body.home .home-cta-btn,
body.front-page .home-cta-btn {
  margin-top: 14px;
  min-height: 44px;
  padding: 0 24px;
}

@media (max-width: 767px) {
  body.home .home-grid-near,
  body.front-page .home-grid-near {
    gap: 9px !important;
    column-gap: 9px !important;
    padding-left: 16px !important;
    padding-right: 26px !important;
    scroll-padding-left: 16px !important;
  }

  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex: 0 0 44.5% !important;
    min-width: 44.5% !important;
    max-width: 44.5% !important;
  }

  body.home .home-grid-near .home-card img,
  body.front-page .home-grid-near .home-card img {
    height: 186px !important;
  }

  body.home .home-cta,
  body.front-page .home-cta {
    padding-bottom: 38px;
  }

  body.home .home-cta-box,
  body.front-page .home-cta-box {
    padding: 18px 14px 16px;
    border-radius: 20px;
  }

  body.home .home-cta-box h2,
  body.front-page .home-cta-box h2 {
    font-size: 17px;
    margin-bottom: 5px;
  }

  body.home .home-cta-box p,
  body.front-page .home-cta-box p {
    font-size: 14px;
  }

  body.home .home-cta-btn,
  body.front-page .home-cta-btn {
    margin-top: 12px;
    min-height: 42px;
    padding: 0 22px;
  }
}

@media (max-width: 390px) {
  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex-basis: 45.5% !important;
    min-width: 45.5% !important;
    max-width: 45.5% !important;
  }

  body.home .home-grid-near .home-card img,
  body.front-page .home-grid-near .home-card img {
    height: 176px !important;
  }
}


/* ======================================================
   H125 — Ajustements fins accueil mobile
   - cartes "Autour de vous" +5px environ
   - suppression des traits obliques du CTA
   - léger allègement du vide sous le CTA
====================================================== */
@media (max-width: 767px) {
  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex: 0 0 calc(44.5% + 5px) !important;
    min-width: calc(44.5% + 5px) !important;
    max-width: calc(44.5% + 5px) !important;
  }

  body.home .home-grid-near,
  body.front-page .home-grid-near {
    padding-right: 22px !important;
  }

  body.home .home-cta,
  body.front-page .home-cta {
    padding-bottom: 24px !important;
    margin-top: 24px !important;
  }

  body.home .home-app,
  body.front-page .home-app {
    padding-bottom: 92px !important;
  }

  body.home,
  body.front-page {
    padding-bottom: 72px !important;
  }
}

@media (max-width: 390px) {
  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex-basis: calc(45.5% + 5px) !important;
    min-width: calc(45.5% + 5px) !important;
    max-width: calc(45.5% + 5px) !important;
  }
}

body.home .home-cta-box::before,
body.front-page .home-cta-box::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.12), transparent 20%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.10), transparent 18%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 28%) !important;
  opacity: 0.52 !important;
}


/* ======================================================
   H126 — Autour de vous : cartes encore +2px
====================================================== */
@media (max-width: 767px) {
  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex: 0 0 calc(44.5% + 7px) !important;
    min-width: calc(44.5% + 7px) !important;
    max-width: calc(44.5% + 7px) !important;
  }
}

@media (max-width: 390px) {
  body.home .home-grid-near .home-card,
  body.front-page .home-grid-near .home-card {
    flex-basis: calc(45.5% + 7px) !important;
    min-width: calc(45.5% + 7px) !important;
    max-width: calc(45.5% + 7px) !important;
  }
}


/* ======================================================
   H141 — Nav accueil : Autour / Catégories / Offres / Favoris / Compte
====================================================== */
.nt-home-anchor-h141 {
  position: relative;
  display: block;
  top: -88px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}


