/* Beurre Salé — modifier les couleurs et dimensions communes ici. */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baby Doll';
  src: url('../fonts/Baby-Doll.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-orange: #d34f28;
  --bs-button-orange: #c54823;
  --bs-orange-dark: #ae3919;
  --bs-cream: #fff8ee;
  --bs-blue: #c8dcf2;
  --bs-ink: #292b2d;
  --bs-muted: #64625f;
  --bs-panel: #f8f1e8;
  --bs-width: 1120px;
  --bs-body-font: 'Montserrat', 'Avenir Next', Avenir, sans-serif;
  --bs-heading-font: 'Baby Doll', 'Trebuchet MS', sans-serif;
}
.bs-site { margin: 0; background: var(--bs-cream); color: var(--bs-ink); font: 400 1rem/1.65 var(--bs-body-font); -webkit-font-smoothing: antialiased; }
.bs-header *, .bs-home *, .bs-footer *, .bs-page-content * { box-sizing: border-box; }
.bs-header img, .bs-home img, .bs-footer img { display: block; max-width: 100%; }
.bs-header a, .bs-home a, .bs-footer a { color: inherit; }
.bs-header a, .bs-footer a { text-decoration: none; }
.bs-site :focus-visible { outline: 3px solid #244d76; outline-offset: 5px; }
.bs-container { width: min(var(--bs-width), calc(100% - 64px)); margin-inline: auto; }
.bs-skip-link { position: fixed; left: 16px; top: -100px; background: white; color: var(--bs-ink); padding: 12px 20px; z-index: 100000; }
.bs-skip-link:focus { top: 12px; }
.bs-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid rgb(41 43 45 / 5%); }
.admin-bar .bs-header { top: 32px; }
.bs-header-inner { width: min(1200px, calc(100% - 64px)); min-height: 110px; margin: auto; display: flex; align-items: center; gap: 28px; }
.bs-brand { flex: 0 0 auto; display: inline-block; }
.bs-brand img { width: 100px; height: auto; }
.bs-navigation { margin-left: auto; }
.bs-menu { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); list-style: none; margin: 0; padding: 0; }
.bs-menu li { margin: 0; padding: 0; }
.bs-menu a { display: block; padding-block: 10px; font-size: .875rem; font-weight: 600; text-transform: uppercase; white-space: nowrap; }
.bs-menu a:hover, .bs-menu a[aria-current='page'], .bs-menu .current-menu-item > a { color: var(--bs-orange-dark); text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1px; }
.bs-site .bs-button { display: inline-flex; min-height: 46px; justify-content: center; align-items: center; gap: 10px; padding: 10px 23px; border: 1px solid var(--bs-button-orange); border-radius: 4px; background: var(--bs-button-orange); color: #fff; font: 400 1rem/1.35 var(--bs-heading-font); text-decoration: none; text-align: center; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.bs-site .bs-button:hover { background: var(--bs-orange-dark); border-color: var(--bs-orange-dark); color: #fff; }
.bs-site .bs-button-outline { background: transparent; border-color: var(--bs-ink); color: var(--bs-ink); font-family: var(--bs-body-font); font-size: .875rem; font-weight: 600; text-transform: uppercase; }
.bs-site .bs-button-outline:hover { background: var(--bs-ink); border-color: var(--bs-ink); color: #fff; }
.bs-site .bs-header-order { border-radius: 40px; min-width: 165px; flex: 0 0 auto; }
.bs-header-order svg { flex: 0 0 auto; }
.bs-menu-toggle { cursor: pointer; align-items: center; gap: 12px; min-height: 44px; padding: 8px 12px; border: 1px solid #ded9d2; border-radius: 4px; background: #fff; color: var(--bs-ink); font: 600 .875rem var(--bs-body-font); }
.bs-menu-toggle:not([hidden]) { display: inline-flex; }
.bs-menu-toggle[hidden], .bs-navigation[hidden] { display: none !important; }
.bs-menu-lines, .bs-menu-lines::before, .bs-menu-lines::after { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.bs-menu-lines::before, .bs-menu-lines::after { content: ''; position: absolute; }
.bs-menu-lines::before { top: -6px; }
.bs-menu-lines::after { top: 6px; }
.bs-menu-open .bs-menu-lines { background: transparent; }
.bs-menu-open .bs-menu-lines::before { top: 0; transform: rotate(45deg); }
.bs-menu-open .bs-menu-lines::after { top: 0; transform: rotate(-45deg); }
.bs-hero { background: repeating-linear-gradient(-45deg, var(--bs-blue) 0px, var(--bs-blue) 32px, var(--bs-cream) 32px, var(--bs-cream) 64px); }
.bs-hero-inner { display: grid; grid-template-columns: .95fr 1.15fr; align-items: center; gap: 26px; min-height: 596px; padding-block: 48px 58px; }
.bs-hero-copy { padding-left: 28px; text-align: center; }
.bs-hero h1 { margin: 0 auto; width: min(100%, 365px); line-height: 1; }
.bs-hero h1 img { width: 100%; height: auto; }
.bs-rule { display: block; width: 78px; height: 4px; margin: 30px auto 20px; background: var(--bs-orange); }
.bs-hero-subtitle { margin: 0 0 16px; font-size: 1.3rem; line-height: 1.4; font-weight: 750; text-transform: uppercase; color: var(--bs-orange-dark); }
.bs-hero-description { max-width: 360px; margin: 0 auto 24px; text-align: left; color: #555552; font-weight: 550; line-height: 1.6; }
.bs-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.bs-actions .bs-button { text-transform: uppercase; }
.bs-hero-art img { width: 100%; height: auto; }
.bs-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-block: 48px 60px; text-align: center; }
.bs-value img { width: 76px; height: 76px; object-fit: contain; margin: 0 auto 16px; }
.bs-value h2 { font-family: var(--bs-body-font); font-size: .95rem; font-weight: 750; line-height: 1.4; text-transform: uppercase; margin: 0 0 12px; color: var(--bs-ink); }
.bs-value p { font-size: 1rem; line-height: 1.55; margin: 0; }
.bs-menu-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; padding-block: 18px 44px; }
.bs-galette { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.bs-feature-copy { background: var(--bs-panel); border-radius: 5px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.bs-feature-copy h2, .bs-commitment h2 { font-family: var(--bs-heading-font); font-weight: 400; font-size: clamp(1.9rem, 2.5vw, 2.4rem); line-height: 1.15; letter-spacing: .02em; color: var(--bs-orange-dark); margin: 0 0 20px; }
.bs-feature-copy p { color: var(--bs-muted); margin: 0 0 24px; }
.bs-commitment { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; padding-block: 42px 70px; }
.bs-commitment-copy { max-width: 465px; }
.bs-commitment .bs-rule { margin: 0 0 26px; }
.bs-commitment h2 { text-transform: uppercase; }
.bs-commitment p { color: var(--bs-muted); margin: 0; }
.bs-commitment img { width: 100%; height: auto; }
.bs-footer { position: relative; overflow: hidden; background: var(--bs-blue); color: var(--bs-ink); }
.bs-footer-stripes { height: 18px; background: repeating-linear-gradient(-45deg, var(--bs-orange) 0 12px, var(--bs-cream) 12px 24px); }
.bs-footer-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-block: 64px 58px; border-bottom: 1px solid rgb(41 43 45 / 18%); }
.bs-footer-kicker { margin: 0 0 9px; color: var(--bs-orange-dark); font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.bs-footer-cta h2 { margin: 0; color: var(--bs-orange-dark); font: 400 clamp(3rem, 6vw, 5.6rem)/.82 var(--bs-heading-font); letter-spacing: -.025em; }
.bs-site .bs-footer-order { min-width: 190px; min-height: 54px; margin-bottom: 4px; border-radius: 40px; text-transform: uppercase; }
.bs-footer-order svg { flex: 0 0 auto; transition: transform .18s ease; }
.bs-footer-order:hover svg { transform: translateX(4px); }
.bs-footer-main { display: grid; grid-template-columns: 1.6fr .75fr 1fr; gap: clamp(40px, 7vw, 95px); padding-block: 54px 58px; }
.bs-footer-brand .bs-brand img { width: 150px; }
.bs-footer-brand > p { max-width: 390px; margin: 25px 0 0; font-size: .9rem; font-weight: 550; line-height: 1.65; }
.bs-footer-label { margin: 0 0 19px; color: var(--bs-orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bs-footer-nav a { display: table; margin-bottom: 9px; font-size: .9rem; font-weight: 650; }
.bs-footer-nav a:hover, .bs-footer-contact a:hover { color: var(--bs-orange-dark); text-decoration: underline; text-underline-offset: 5px; }
.bs-footer-contact address { margin: 0 0 18px; font-size: .9rem; font-style: normal; font-weight: 550; line-height: 1.65; }
.bs-footer-contact a { font-size: .86rem; font-weight: 700; }
.bs-footer-bottom { display: flex; align-items: center; gap: 28px; border-top: 1px solid rgb(41 43 45 / 18%); padding-block: 18px 22px; font-size: .68rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.bs-footer-bottom p { margin: 0; }
.bs-footer-bottom p:nth-child(2) { margin-left: auto; }
.bs-footer-bottom a:hover { text-decoration: underline; }
.bs-page-content { padding-block: 55px 75px; min-height: 60vh; overflow-wrap: anywhere; }
.bs-page-content h1 { font: 400 clamp(2rem, 5vw, 3.5rem)/1.2 var(--bs-heading-font); color: var(--bs-orange-dark); }
.bs-page-content img { max-width: 100%; height: auto; }
.bs-post + .bs-post { margin-top: 40px; }
.bs-commerce { background: var(--bs-cream); }
.bs-site .woocommerce a.button, .bs-site .woocommerce button.button, .bs-site .woocommerce input.button { border-radius: 4px; }
.bs-site .woocommerce a.button.alt, .bs-site .woocommerce button.button.alt, .bs-site .woocommerce input.button.alt { background: var(--bs-orange-dark); color: #fff; }
@media (max-width: 1080px) {
  .bs-header-inner { min-height: 92px; flex-wrap: wrap; gap: 18px; padding-block: 14px; }
  .bs-brand img { width: 88px; }
  .bs-menu-toggle { margin-left: auto; }
  .bs-navigation { width: 100%; order: 4; margin-left: 0; border-top: 1px solid #eee5db; padding-block: 12px 4px; max-height: calc(100dvh - 160px); overflow-y: auto; }
  .bs-menu { flex-wrap: wrap; justify-content: center; gap: 8px 28px; }
  .bs-hero-copy { padding-left: 0; }
  .bs-hero-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
  .bs-actions { gap: 12px; }
  .bs-values { gap: 22px; }
  .bs-feature-copy { padding: 28px; }
  .bs-desktop-break { display: none; }
}
@media (max-width: 782px) { .admin-bar .bs-header { top: 46px; } }
@media (max-width: 760px) {
  .bs-container, .bs-header-inner { width: calc(100% - 40px); }
  .bs-header-inner { min-height: 82px; gap: 12px; }
  .bs-brand img { width: 76px; }
  .bs-site .bs-header-order { min-width: 0; padding: 10px 16px; font-size: .95rem; }
  .bs-header-order svg { display: none; }
  .bs-menu { display: block; }
  .bs-menu a { padding: 12px 8px; }
  .bs-hero-inner { grid-template-columns: 1fr; padding-block: 36px 22px; gap: 12px; min-height: auto; }
  .bs-hero-copy { max-width: 440px; margin-inline: auto; }
  .bs-hero h1 { width: min(78%, 310px); }
  .bs-rule { margin-top: 24px; margin-bottom: 17px; }
  .bs-hero-subtitle { font-size: 1.15rem; }
  .bs-hero-description { max-width: 350px; text-align: center; }
  .bs-hero-art { max-width: 500px; width: 100%; margin-inline: auto; }
  .bs-hero-art img { max-height: 280px; object-fit: contain; }
  .bs-values { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; padding-block: 36px; }
  .bs-value h2 { font-size: .875rem; }
  .bs-value img { width: 64px; height: 64px; margin-bottom: 12px; }
  .bs-value p { font-size: .95rem; }
  .bs-menu-feature { grid-template-columns: 1fr; gap: 0; padding-block: 16px 30px; }
  .bs-galette { min-height: 0; aspect-ratio: 1.41; height: auto; }
  .bs-feature-copy { padding: 28px 24px 32px; border-radius: 0 0 5px 5px; }
  .bs-commitment { grid-template-columns: 1fr; gap: 20px; padding-block: 20px 40px; }
  .bs-commitment-copy { max-width: none; }
  .bs-commitment img { max-width: 460px; margin-inline: auto; }
  .bs-footer-cta { padding-block: 48px; }
  .bs-footer-main { grid-template-columns: 1.4fr 1fr; }
  .bs-footer-brand { grid-column: 1 / -1; }
  .bs-page-content { padding-block: 30px 45px; }
}
@media (max-width: 600px) { .admin-bar .bs-header { top: 0; } }
@media (max-width: 560px) {
  .bs-footer-stripes { height: 14px; background-size: auto; }
  .bs-footer-cta { display: block; padding-block: 42px; }
  .bs-footer-cta h2 { font-size: 3.35rem; }
  .bs-site .bs-footer-order { margin-top: 30px; min-width: 0; width: 100%; }
  .bs-footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-block: 42px; }
  .bs-footer-brand { grid-column: 1 / -1; }
  .bs-footer-brand .bs-brand img { width: 125px; }
  .bs-footer-brand > p { margin-top: 20px; font-size: .86rem; }
  .bs-footer-nav a, .bs-footer-contact address { font-size: .82rem; }
  .bs-footer-contact a { font-size: .74rem; overflow-wrap: anywhere; }
  .bs-footer-bottom { flex-wrap: wrap; gap: 8px 18px; }
  .bs-footer-bottom p:nth-child(2) { width: 100%; margin: 0; order: -1; }
}
@media (max-width: 360px) {
  .bs-header-inner { gap: 8px; }
  .bs-header .bs-brand img { width: 63px; }
  .bs-menu-toggle { padding-inline: 8px; gap: 8px; }
  .bs-site .bs-header-order { padding-inline: 12px; }
  .bs-values { gap: 28px 16px; }
}
@media (prefers-reduced-motion: reduce) { .bs-site .bs-button { transition: none; } }
