/* Overlay + UX for the Cloudflare port of gabromont.ca */
.gab-demo-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #00a651;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 10px 20px;
}
.gab-demo-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.gab-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  background: #00a651;
  color: #fff;
  padding: 14px 20px;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  max-width: 360px;
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}
.gab-toast--err { background: #c0392b; }
.gab-form-success,
.gab-order-confirm,
.gab-dash {
  background: #f4fff8;
  border: 1px solid #00a651;
  padding: 20px 24px;
  margin: 20px 0;
}
.gab-order-confirm h2,
.gab-dash h2 { color: #00a651; margin-bottom: 10px; }
.gab-ticket-note {
  background: #fff8e6;
  border-left: 4px solid #e0a800;
  padding: 12px 16px;
  margin: 16px 0;
}
.gab-cart-table { margin: 20px 0 40px; }
.gab-cart-table table { width: 100%; border-collapse: collapse; }
.gab-cart-table th,
.gab-cart-table td { padding: 12px 8px; border-bottom: 1px solid #e5e5e5; text-align: left; }
.gab-cart-actions { margin-top: 20px; }
.gab-cart-actions .button,
.gab-dash .button,
.gab-order-confirm .button {
  display: inline-block;
  background: #00a651;
  color: #fff !important;
  padding: 10px 22px;
  font-weight: 700;
}
#nav { top: 36px; }
body.gab-has-banner #accueil-top { margin-top: 0; }
.cmplz-cookiebanner.cmplz-hidden { display: none !important; }
.cmplz-cookiebanner:not(.cmplz-hidden) { display: block; }
