/* Joinchat FAB — load blocking. Never delay this file. */
body.mb-season-chaux .joinchat {
  --s: 64px;
  --sep: 20px;
  --bottom: 20px;
  --color: #2A211C;
  --hover: #3a2f28;
  position: fixed !important;
  z-index: 9000;
  right: 20px;
  bottom: 20px;
  left: auto;
  top: auto;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  background: transparent !important;
  display: block !important;
  transform: none !important;
  animation: none !important;
  overflow: visible;
  font-size: 0;
  line-height: 0;
  contain: none;
  letter-spacing: 0;
}
body.mb-season-chaux .joinchat[hidden] {
  display: block !important;
}
body.mb-season-chaux .joinchat__button,
body.mb-season-chaux .joinchat--btn,
body.mb-season-chaux .joinchat .joinchat__button,
body.mb-season-chaux .joinchat__woo-btn {
  position: absolute !important;
  z-index: 2;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #2A211C url("chaux/maisonbayu-logo-sable.png") center / 62% auto no-repeat !important;
  background-color: #2A211C !important;
  box-shadow: none !important;
  cursor: pointer;
  display: block !important;
}
body.mb-season-chaux .joinchat.joinchat--chatbox .joinchat__button {
  display: block !important;
}
body.mb-season-chaux .joinchat__button:hover,
body.mb-season-chaux .joinchat__button:active,
body.mb-season-chaux .joinchat__woo-btn:hover {
  background-color: #3a2f28 !important;
}
body.mb-season-chaux .joinchat__button__ico,
body.mb-season-chaux .joinchat__button svg,
body.mb-season-chaux .joinchat__button i,
body.mb-season-chaux .joinchat__button__image,
body.mb-season-chaux .joinchat__wa,
body.mb-season-chaux .joinchat__powered,
body.mb-season-chaux .joinchat__open__icon,
body.mb-season-chaux .joinchat__badge {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
body.mb-season-chaux .joinchat__chatbox {
  display: none !important;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 76px;
  left: auto;
  width: 280px;
  max-width: calc(100vw - 40px);
  max-height: min(420px, calc(100vh - 120px));
  margin: 0;
  padding: 0;
  background: #EFE8DE;
  color: #2A211C;
  border: 1px solid #C9BCAA;
  font: 14px/1.5 var(--font-jost, system-ui, sans-serif);
  overflow: hidden;
}
body.mb-season-chaux .joinchat.joinchat--chatbox .joinchat__chatbox {
  display: flex !important;
  flex-direction: column;
}
body.mb-season-chaux .joinchat__header {
  position: relative;
  flex-shrink: 0;
  height: 36px;
  padding: 0 12px;
  background: #2A211C;
  color: #EFE8DE;
}
body.mb-season-chaux .joinchat__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
body.mb-season-chaux .joinchat__close:before,
body.mb-season-chaux .joinchat__close:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  width: 16px;
  height: 1px;
  background: #EFE8DE;
}
body.mb-season-chaux .joinchat__close:before {
  transform: rotate(45deg);
}
body.mb-season-chaux .joinchat__close:after {
  transform: rotate(-45deg);
}
body.mb-season-chaux .joinchat__scroll,
body.mb-season-chaux .joinchat__content,
body.mb-season-chaux .joinchat__chat {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: #2A211C;
}
body.mb-season-chaux .joinchat__scroll {
  padding: 14px;
  overflow: auto;
}
body.mb-season-chaux .joinchat__bubble {
  font-size: 14px;
  line-height: 1.55;
}
body.mb-season-chaux .joinchat__open {
  display: block;
  margin: 12px 0 0;
  padding: 12px 16px;
  background: #2A211C;
  color: #EFE8DE !important;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
body.mb-season-chaux .joinchat__open__text {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EFE8DE;
}
