.elementor-140 .elementor-element.elementor-element-5cd312f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-140 .elementor-element.elementor-element-5cd312f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-140 .elementor-element.elementor-element-9f5955b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-140 .elementor-element.elementor-element-5cd312f{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-5cd312f *//* =========================
   FOOTER — O'Bar@20
   ========================= */

.obar-footer{
  background: linear-gradient(180deg, #0c0d10, #0a0b0d);
  border-top: 1px solid rgba(255,255,255,.06);
  color: rgba(244,244,242,.88);
}

.obar-footer__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 20px 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px;
}

/* ===== LOGO (ULTRA CIBLÉ) ===== */
.obar-footer__logo{
  height: 34px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  margin-bottom: 14px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}

/* NE TOUCHE PAS AUX ICONES */
.obar-footer__social a,
.obar-socials a{
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: all .2s ease;
}

.obar-footer__social a:hover{
  background: rgba(255,255,255,.12);
}

/* ===== TEXT ===== */
.obar-footer h4{
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: rgba(244,244,242,.75);
}

.obar-footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.obar-footer li{
  margin-bottom: 10px;
  font-size: 14px;
}

.obar-footer a{
  color: rgba(244,244,242,.9);
  text-decoration: none;
}

.obar-footer a:hover{
  text-decoration: underline;
}

/* ===== BOTTOM ===== */
.obar-footer__bottom{
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 18px 20px;
  text-align: center;
  font-size: 13px;
  color: rgba(244,244,242,.6);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px){
  .obar-footer__wrap{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .obar-footer__logo{
    height: 30px;
  }
}
.obar-footer__logo{
  height: 26px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
  opacity: .85;
}

@media (max-width: 768px){
  .obar-footer__logo{
    height: 22px;
    max-width: 95px;
  }
}
.elementor-140 .elementor-element.elementor-element-5cd312f .obar-footer__logo{
  height: 26px !important;
  max-height: 26px !important;
  width: auto !important;
  max-width: 110px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 768px){
  .elementor-140 .elementor-element.elementor-element-5cd312f .obar-footer__logo{
    height: 40px !important;
    max-height: 40px !important;
    max-width: 95px !important;
  }
}
/* =========================================
   FIX SCROLL HORIZONTAL — FOOTER (Elementor)
   ========================================= */

/* 0) Diagnostic rapide : si ça corrige, c’était bien le footer */
.elementor-location-footer{
  overflow-x: hidden !important;
}

/* 1) Stopper tout "100vw" / translate au niveau footer */
.elementor-location-footer,
.elementor-location-footer .elementor,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .e-con,
.elementor-location-footer .e-con-inner{
  max-width: 100% !important;
}

/* 2) Cas classique : fond en pseudo-élément qui dépasse */
.elementor-location-footer *::before,
.elementor-location-footer *::after{
  max-width: 100% !important;
}

/* 3) Si tu as un fond "plein écran" fait avec left:50%/100vw */
.elementor-location-footer [class*="bg"],
.elementor-location-footer [class*="background"],
.elementor-location-footer [class*="band"],
.elementor-location-footer [class*="full"]{
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 4) Sécurité : rien ne doit forcer une largeur min */
.elementor-location-footer *{
  box-sizing: border-box !important;
  min-width: 0 !important;
}

/* 5) Si un lien / texte pousse */
.elementor-location-footer a,
.elementor-location-footer p,
.elementor-location-footer li{
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 6) Fix ultime (si tu veux éliminer toute cause résiduelle au footer) */
body{
  overflow-x: hidden !important;
}/* End custom CSS */