/* Page Notre carte — mêmes polices et couleurs que l'accueil. */
.bs-carte-page { background: #fdf8f1; }
.bs-carte { padding-top: 55px; padding-bottom: 65px; color: #18232c; font-family: var(--bs-body-font); }
.bs-carte *, .bs-carte *::before, .bs-carte *::after { box-sizing: border-box; }
.bs-carte .bs-container { max-width: 1120px; }
.bs-carte a { color: inherit; text-decoration: none; }
.bs-carte button { font-family: inherit; }
.bs-carte [hidden] { display: none !important; }
.bs-carte-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 36px; }
.bs-carte h1 { font: 400 clamp(2rem, 3.6vw, 2.8rem)/1.25 var(--bs-heading-font); text-transform: uppercase; letter-spacing: .055em; color: var(--bs-orange-dark); margin: 0; }
.bs-carte h1::after { display: block; content: ''; width: 48px; height: 2px; background: var(--bs-orange); margin: 16px auto 0; }
.bs-carte-page a.bs-carte-cart-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; border-radius: 30px; padding: 9px 20px; background: var(--bs-button-orange, #c54823); color: white; font-size: .875rem; font-weight: 650; white-space: nowrap; }
.bs-carte-cart-link span { font-size: 1.25rem; }
.bs-carte-tabs { display: flex; gap: 22px; border-bottom: 1px solid #e9dfd2; padding-bottom: 12px; margin-bottom: 26px; flex-wrap: wrap; }
.bs-carte-tabs a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; min-width: 130px; padding: 8px 22px; font-size: .875rem; font-weight: 650; text-transform: uppercase; border: 1px solid transparent; border-radius: 6px; }
.bs-carte-tabs a:hover { color: var(--bs-orange-dark); border-color: #e0b8a8; }
.bs-carte-tabs a[aria-selected='true'] { color: #fff; background: var(--bs-button-orange, #c54823); border-color: var(--bs-button-orange, #c54823); }
.bs-carte-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.bs-carte-catalog { border-right: 1px solid #e9dfd2; padding-right: 28px; min-width: 0; }
.bs-carte-category { scroll-margin-top: 140px; }
.bs-category-title { font: 400 1.8rem var(--bs-heading-font); color: var(--bs-orange-dark); margin: 0; }
.bs-carte-enhanced .bs-category-title { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.bs-dish { display: grid; grid-template-columns: 140px minmax(0, 1fr) 44px; align-items: center; gap: 22px; padding: 20px 0; border-bottom: 1px solid #e9dfd2; min-height: 169px; }
.bs-dish:first-child { padding-top: 0; min-height: 149px; }
.bs-dish-picture { display: block; width: 140px; height: 140px; border-radius: 50%; overflow: hidden; background: #f2e9dd; }
.bs-dish-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bs-dish-picture img.bs-dish-placeholder { object-fit: contain; padding: 28px; opacity: .6; }
.bs-dish h3 { margin: 0 0 9px; font: 750 1rem/1.4 var(--bs-body-font); text-transform: uppercase; letter-spacing: .025em; }
.bs-dish h3 a:hover { color: var(--bs-orange-dark); }
.bs-dish-copy p { margin: 0 0 10px; font-size: .875rem; line-height: 1.65; }
.bs-dish-price { font-size: 1.0625rem; font-weight: 750; line-height: 1.5; }
.bs-dish-price ins { text-decoration: none; }
.bs-dish-price del { font-size: .875rem; font-weight: 400; opacity: .65; margin-right: 5px; }
.bs-dish-stock, .bs-dish-options { display: block; font-size: .875rem; line-height: 1.4; margin-top: 6px; color: #6c625a; }
.bs-dish a.bs-dish-add { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--bs-orange); border-radius: 50%; color: var(--bs-orange-dark); background: transparent; font: 300 1.6rem/1 var(--bs-body-font); }
.bs-dish a.bs-dish-add:hover { color: #fff; background: var(--bs-button-orange, #c54823); }
.bs-dish a.bs-dish-add.loading { opacity: .45; pointer-events: none; }
.bs-dish > a.added_to_cart { grid-column: 2 / 4; font-size: .875rem; text-decoration: underline; text-underline-offset: 3px; justify-self: end; }
.bs-carte-more { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 30px auto 0; min-height: 46px; padding: 10px 27px; border: 1px solid #dfd3c4; border-radius: 5px; background: transparent; color: inherit; font-size: .875rem; font-weight: 650; text-transform: uppercase; cursor: pointer; }
.bs-carte-more:hover { border-color: var(--bs-orange); }
.bs-carte-more span { font-size: 1.3rem; }
.bs-carte-sidebar { position: sticky; top: 138px; }
.admin-bar .bs-carte-sidebar { top: 170px; }
.bs-order-box { padding: 27px 25px; border: 1px solid #e7dacb; border-radius: 7px; }
.bs-order-box h2 { margin: 0 0 25px; font: 750 .9375rem/1.4 var(--bs-body-font); text-transform: uppercase; }
.bs-order-items { margin: 0; padding: 0 0 24px; list-style: none; border-bottom: 1px solid #e9dfd2; }
.bs-order-items li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: start; font-size: .875rem; line-height: 1.55; }
.bs-order-items li + li { margin-top: 19px; }
.bs-order-items li > span { white-space: nowrap; }
.bs-order-items a:hover { text-decoration: underline; }
.bs-order-items .variation { font-size: .8125rem; color: #6c625a; margin: 6px 0 0; }
.bs-order-items .variation p { margin: 0; }
.bs-order-items .variation dd { margin: 0 0 4px; }
.bs-order-totals { margin: 22px 0 26px; }
.bs-order-totals > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: .875rem; margin-top: 17px; }
.bs-order-totals dd { margin: 0; text-align: right; }
.bs-order-totals .woocommerce-remove-coupon { display: block; font-size: .8125rem; }
.bs-order-totals .bs-order-total { padding-top: 24px; margin-top: 25px; border-top: 1px solid #e9dfd2; font-weight: 750; text-transform: uppercase; }
.bs-order-total dd { font-size: 1.1rem; color: var(--bs-orange-dark); }
.bs-carte a.bs-order-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; padding: 12px 19px; border-radius: 5px; background: var(--bs-button-orange, #c54823); color: white; text-transform: uppercase; font-size: .875rem; font-weight: 650; }
.bs-carte a.bs-order-cta:hover, .bs-carte-page a.bs-carte-cart-link:hover { background: var(--bs-orange-dark); }
.bs-order-cta span { font-size: 1.35rem; }
.bs-order-empty { color: #6c625a; font-size: .9375rem; margin: 0 0 24px; line-height: 1.7; }
.bs-carte-reassurance { padding: 32px 16px 0; display: grid; gap: 25px; }
.bs-carte-reassurance > div { display: flex; align-items: center; gap: 16px; }
.bs-carte-reassurance img { width: 34px; height: 40px; object-fit: contain; opacity: .65; flex-shrink: 0; }
.bs-carte-reassurance p { margin: 0; font-size: .875rem; line-height: 1.55; }
.bs-carte-reassurance strong { display: block; font-size: .875rem; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }
.bs-carte-empty { padding: 40px 15px; color: #6c625a; }
.bs-carte-newsletter { margin: 65px 0 -65px; background: repeating-linear-gradient(-45deg,var(--bs-blue) 0,var(--bs-blue) 32px,var(--bs-cream) 32px,var(--bs-cream) 64px); padding: 40px 0; }
.bs-carte-newsletter > div { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.bs-carte-newsletter h2 { margin: 0 0 12px; font: 750 1.125rem var(--bs-body-font); text-transform: uppercase; }
.bs-carte-newsletter p { font-size: .9375rem; max-width: 420px; }
.bs-carte-newsletter img { width: 150px; height: 150px; }
@media (max-width: 1000px) {
  .bs-carte-layout { grid-template-columns: minmax(0,1fr) 275px; gap: 22px; }
  .bs-carte-catalog { padding-right: 22px; }
  .bs-dish { grid-template-columns: 104px minmax(0,1fr) 44px; gap: 16px; min-height: 145px; }
  .bs-dish:first-child { min-height: 125px; }
  .bs-dish-picture { width: 104px; height: 104px; }
  .bs-order-box { padding: 22px 18px; }
}
@media (max-width: 780px) {
  .bs-carte { padding-top: 32px; padding-bottom: 40px; }
  .bs-carte-heading { margin-bottom: 25px; align-items: center; }
  .bs-carte h1 { font-size: 2rem; }
  .bs-carte-layout { grid-template-columns: 1fr; gap: 35px; }
  .bs-carte-catalog { border: 0; padding: 0; }
  .bs-carte-sidebar { position: static; }
  .bs-carte-tabs { gap: 8px; justify-content: space-between; flex-wrap: nowrap; overflow-x: auto; }
  .bs-carte-tabs a { min-width: 0; padding: 9px 12px; font-size: .8125rem; }
  .bs-dish { grid-template-columns: 115px minmax(0,1fr) 44px; }
  .bs-dish-picture { width: 115px; height: 115px; }
  .bs-carte-reassurance { grid-template-columns: repeat(3,1fr); padding-inline: 0; gap: 20px; }
  .bs-carte-reassurance > div { flex-direction: column; text-align: center; gap: 10px; }
  .bs-carte-newsletter { margin-top: 40px; margin-bottom: -40px; }
}
@media (max-width: 440px) {
  .bs-carte-heading { gap: 12px; }
  .bs-carte h1 { font-size: 1.75rem; }
  .bs-carte-page a.bs-carte-cart-link { padding: 9px 14px; font-size: .8125rem; }
  .bs-carte-tabs { gap: 3px; }
  .bs-carte-tabs a { font-size: .75rem; padding-inline: 10px; }
  .bs-dish { grid-template-columns: 86px minmax(0,1fr) 44px; gap: 12px; }
  .bs-dish-picture { width: 86px; height: 86px; }
  .bs-dish h3 { font-size: .875rem; }
  .bs-dish-copy p { font-size: .875rem; }
  .bs-carte-reassurance { grid-template-columns: 1fr; }
  .bs-carte-reassurance > div { flex-direction: row; text-align: left; }
  .bs-carte-newsletter img { display: none; }
}
