.elementor-211 .elementor-element.elementor-element-e1d778a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-211 .elementor-element.elementor-element-e1d778a:not(.elementor-motion-effects-element-type-background), .elementor-211 .elementor-element.elementor-element-e1d778a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c3bf4fd );}.elementor-211 .elementor-element.elementor-element-dd9e64c{--spacer-size:252px;}.elementor-211 .elementor-element.elementor-element-af5bda4{--spacer-size:252px;}.elementor-211 .elementor-element.elementor-element-fe586bd{--spacer-size:252px;}.elementor-211 .elementor-element.elementor-element-4e4438e{--spacer-size:252px;}.elementor-211 .elementor-element.elementor-element-6b577eb{--spacer-size:252px;}.elementor-211 .elementor-element.elementor-element-4fb6310{--spacer-size:252px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-211 .elementor-element.elementor-element-2c6cf9d{text-align:center;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-c3bf4fd );}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-211 .elementor-element.elementor-element-bbec005 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-211 .elementor-element.elementor-element-bbec005 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-211 .elementor-element.elementor-element-bbec005{--image-border-radius:10px;--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS for container, class: .elementor-element-e1d778a *//* =========================
   MARQUEE
========================= */

.ta-marquee {
  width: 100%;
  overflow: hidden;
}

.ta-marquee-track {
  display: flex;
  width: max-content;

  animation: ta-marquee-scroll 35s linear infinite;
}

.ta-marquee-track span {
  flex-shrink: 0;

  padding-right: 10px;

  white-space: nowrap;

  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* animation */
@keyframes ta-marquee-scroll {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


.ta-marquee-track span {
  font-family: 'DotGothic16', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #079E39;
}/* End custom CSS */
/* Start custom CSS *//* =========================
   PAGE ARTHABAR - MENU EMBED
========================= */

html {
  scroll-behavior: smooth;
}


/* =========================
   NAVIGATION STICKY
========================= */

.arthabar-menu-nav-wrap {
  position: sticky;
  top: 20px;
  z-index: 100;

  background: #fff;
  border-radius: 5px;
  padding: 12px 0;

}

.arthabar-menu-nav-wrap .ta-menu-nav {
  display: flex;
  gap: 16px;

  overflow-x: auto;
  white-space: nowrap;

  padding: 0 5px;

  background: transparent;
  border: none;

  box-sizing: border-box;
}

.arthabar-menu-nav-wrap .ta-menu-nav::-webkit-scrollbar {
  display: none;
}

.arthabar-menu-nav-wrap .ta-menu-nav a {
  flex-shrink: 0;

  text-decoration: none;

  font-size: 14px;
  font-weight: 600;
  color: #000;

  padding: 6px 0;
}

.arthabar-menu-nav-wrap .ta-menu-nav a.is-active {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}


/* =========================
   MENU EMBED
========================= */

.arthabar-menu-embed {
  max-height: 600px;
  overflow-y: auto;

  padding: 24px 0;

  background: #fff;
}


/* =========================
   BASE MENU
========================= */

.arthabar-menu-embed .menu-qr {
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  max-width: none;

  margin: 0;
  padding: 0;
}


/* =========================
   SECTIONS
========================= */

.arthabar-menu-embed .menu-section,
.arthabar-menu-embed .menu-subsection {
  scroll-margin-top: 90px;
}

.arthabar-menu-embed .menu-section {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.arthabar-menu-embed .menu-section:last-child {
  border-bottom: none;
}

.arthabar-menu-embed .menu-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;

  margin-bottom: 6px;
}

.arthabar-menu-embed .menu-section-title {
  margin: 0;

  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.arthabar-menu-embed .menu-subsection .menu-section-title {
  font-size: 18px;
  text-transform: none;
}

.arthabar-menu-embed .menu-section-price {
  font-size: 18px;
  font-weight: 700;

  white-space: nowrap;
}

.arthabar-menu-embed .menu-section-description {
  margin: 8px 0;

  font-size: 14px;
  line-height: 1.4;
  color: #555;
}


/* =========================
   PRODUITS
========================= */

.arthabar-menu-embed .menu-produit {
  padding: 5px 0;
}

.arthabar-menu-embed .menu-produit + .menu-produit {
  border-top: 1px dashed rgba(0,0,0,0.08);
}

.arthabar-menu-embed .menu-produit-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.arthabar-menu-embed .menu-produit-nom {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.arthabar-menu-embed .menu-produit-prix {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;

  white-space: nowrap;
}

.arthabar-menu-embed .menu-produit-description {
  margin: 4px 0 8px;

  font-size: 14px;
  line-height: 1.4;
  color: #555;

  max-width: 90%;
}


/* =========================
   BADGES INLINE
========================= */

.arthabar-menu-embed .menu-badge-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  line-height: 1;

  margin-left: 2px;

  transform: translateY(1px);
}

.arthabar-menu-embed .menu-badge-inline img {
  width: 16px;
  height: 16px;

  display: block;
}


/* =========================
   VARIANTES
========================= */

.arthabar-menu-embed .menu-variantes {
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 100px;

  display: flex;
  flex-direction: column;
  gap: 2px;
}

.arthabar-menu-embed .menu-variante {
  display: flex;
  align-items: baseline;
  gap: 6px;

  font-size: 14px;
  line-height: 1.3;
  color: #444;
}

.arthabar-menu-embed .menu-variante-nom {
  opacity: 0.85;
}

.arthabar-menu-embed .menu-variante-dots {
  flex: 1;

  border-bottom: 1px dotted rgba(0,0,0,0.35);

  transform: translateY(-3px);
}

.arthabar-menu-embed .menu-variante-prix {
  white-space: nowrap;
  font-weight: 500;
}

.arthabar-menu-embed .menu-variante-nom-seul {
  display: inline-block;
}


/* =========================
   SUPPLÉMENTS
========================= */

.arthabar-menu-embed .menu-supplements {
  margin-top: 10px;
}

.arthabar-menu-embed .menu-supplements-title {
  margin: 0 0 4px;

  font-size: 14px;
  font-weight: 700;
}

.arthabar-menu-embed .menu-supplement {
  display: block;

  font-size: 14px;
  line-height: 1.35;
  color: #444;
}

.arthabar-menu-embed .menu-supplement-inline {
  margin: 8px 0 0;

  font-size: 14px;
  font-style: italic;
  color: #333;
}


/* =========================
   BOISSONS
========================= */

.arthabar-menu-embed .menu-section-boissons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {

  .arthabar-menu-embed {
    max-height: 620px;
    padding: 16px 0;
  }
}

@media (max-width: 480px) {

  .arthabar-menu-embed .menu-section-title {
    font-size: 20px;
  }

  .arthabar-menu-embed .menu-produit-nom,
  .arthabar-menu-embed .menu-produit-prix {
    font-size: 15px;
  }

  .arthabar-menu-embed .menu-variante,
  .arthabar-menu-embed .menu-supplement {
    font-size: 13px;
  }

  .arthabar-menu-embed .menu-variantes {
    margin-right: 40px;
  }
}/* End custom CSS */