.elementor-235 .elementor-element.elementor-element-3c120d7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-3c120d7 *//* =========================================================
   O’BAR@20 — CARTE VINS — CLAIR PREMIUM (FINAL)
   À coller dans le CSS du conteneur Elementor
   ========================================================= */

.elementor-235 .elementor-element.elementor-element-3c120d7{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Section */
.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines{
  --bg:#f6f5f2;
  --panel:#ffffff;
  --ink:#1e1f24;
  --muted:#555861;
  --gold:#b48a3a;
  --wine:#7c2a36;
  --r:22px;
  --shadow2:0 12px 32px rgba(0,0,0,.08);

  position: relative;
  color: var(--ink);
  padding: clamp(48px, 5vw, 84px) 0;
  overflow: hidden;
}

/* Fond full width */
.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines::before{
  content:"";
  position:absolute;
  inset:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(180,138,58,.10), transparent 60%),
    radial-gradient(900px 420px at 88% 10%, rgba(124,42,54,.08), transparent 60%),
    linear-gradient(180deg, #ffffff, var(--bg));
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
  z-index:0;
}

/* Wrap */
.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__wrap{
  width: min(1150px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index:1;
}

/* Head */
.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__head{
  max-width: 80ch;
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__kicker{
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--wine);
  background: rgba(124,42,54,.08);
  border: 1px solid rgba(124,42,54,.20);
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__title{
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__lead{
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* Masonry propre (FIN des blancs verticaux) */
.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__grid{
  display: block;
  column-count: 2;
  column-gap: 18px;
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__card{
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  background: var(--panel);
  border-radius: var(--r);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow2);
  padding: 22px;
  break-inside: avoid;
}

/* Liste */
.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__item{
  display:grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__dots{
  height: 1px;
  align-self: center;
  background: linear-gradient(90deg, rgba(0,0,0,.15), rgba(0,0,0,.03));
}

.elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__price{
  font-weight: 900;
  white-space: nowrap;
}

/* Sensoriel / accords */
.obar-wines__sensory{
  margin-left: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(30,31,36,.55);
}

/* Mobile */
@media (max-width: 980px){
  .elementor-235 .elementor-element.elementor-element-3c120d7 .obar-wines__grid{
    column-count: 1;
  }
}
/* =========================================================
   O’BAR@20 — CARTE VINS — FIX VISIBILITÉ (GLOBAL)
   À coller dans CSS global (ou WPCode CSS)
   ========================================================= */

/* 1) On remet la section au-dessus de tout overlay */
.obar-wines{
  position: relative !important;
  z-index: 5 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  color: #1e1f24 !important;
}

/* 2) On force l’affichage du contenu texte */
.obar-wines *{
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

/* 3) Si un parent/overlay cache le widget HTML (très fréquent) */
.elementor-widget-html .obar-wines,
.elementor-widget-shortcode .obar-wines,
.elementor-widget-theme-post-content .obar-wines{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* 4) Anti overlay qui recouvre la zone (pseudo éléments) */
.obar-wines::before,
.obar-wines::after{
  pointer-events: none !important;
}

/* 5) Sécurité : si un truc met du "transparent" */
.obar-wines,
.obar-wines p,
.obar-wines h1,
.obar-wines h2,
.obar-wines li,
.obar-wines span{
  color: #1e1f24 !important;
}/* End custom CSS */