/* Potti : repli pour navigateurs anciens (Safari < 16.4, Chrome < 111, Firefox < 128).
   Activé par html.legacy-browser (layouts/partials/legacy-browser.blade.php).
   Objectif : une colonne lisible, rien qui se chevauche. Ce n'est pas un design,
   c'est un filet de sécurité. Safari 9 : hex only, block flow, no custom properties. */

html.legacy-browser body.mkt {
  margin: 0;
  background: #fbf3e9;
  color: #2e1c10;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

html.legacy-browser .mkt * {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

html.legacy-browser .mkt div,
html.legacy-browser .mkt section,
html.legacy-browser .mkt article,
html.legacy-browser .mkt aside,
html.legacy-browser .mkt header,
html.legacy-browser .mkt footer,
html.legacy-browser .mkt main,
html.legacy-browser .mkt nav,
html.legacy-browser .mkt ul,
html.legacy-browser .mkt ol,
html.legacy-browser .mkt li,
html.legacy-browser .mkt dl,
html.legacy-browser .mkt dt,
html.legacy-browser .mkt dd,
html.legacy-browser .mkt figure,
html.legacy-browser .mkt figcaption,
html.legacy-browser .mkt picture,
html.legacy-browser .mkt form,
html.legacy-browser .mkt fieldset,
html.legacy-browser .mkt details,
html.legacy-browser .mkt summary,
html.legacy-browser .mkt blockquote,
html.legacy-browser .mkt h1,
html.legacy-browser .mkt h2,
html.legacy-browser .mkt h3,
html.legacy-browser .mkt h4,
html.legacy-browser .mkt p {
  display: block !important;
  position: static !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  -webkit-columns: auto !important;
  columns: auto !important;
  background-image: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  box-shadow: none !important;
}

html.legacy-browser .mkt [hidden],
html.legacy-browser .mkt [x-cloak],
html.legacy-browser .mkt [aria-hidden="true"],
html.legacy-browser .mkt .skip-link,
html.legacy-browser .mkt .nav-burger,
html.legacy-browser .mkt .nav-mobile,
html.legacy-browser .mkt .iso-dots,
html.legacy-browser .mkt .chapter-art,
html.legacy-browser .mkt .metier-hero-scene,
html.legacy-browser .mkt .hero-static-scene,
html.legacy-browser .mkt .handoff-art,
html.legacy-browser .mkt .demo-hero-art,
html.legacy-browser .mkt [class*="-scene"],
html.legacy-browser .mkt [class*="mockup"],
html.legacy-browser .mkt [class*="-art"],
html.legacy-browser .mkt canvas,
html.legacy-browser .mkt video,
html.legacy-browser .mkt iframe {
  display: none !important;
}

html.legacy-browser .mkt .shell,
html.legacy-browser .mkt .nav-inner {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 20px !important;
}

html.legacy-browser .mkt section {
  padding: 20px 0 !important;
  border-top: 1px solid #e9d8c4;
}

html.legacy-browser .mkt img {
  display: block;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 12px 0;
}

html.legacy-browser .mkt svg {
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  vertical-align: -0.125em;
}

html.legacy-browser .mkt h1,
html.legacy-browser .mkt h2,
html.legacy-browser .mkt h3,
html.legacy-browser .mkt h4 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 24px 0 12px;
  color: #2e1c10;
}

html.legacy-browser .mkt h1 { font-size: 34px; }
html.legacy-browser .mkt h2 { font-size: 26px; }
html.legacy-browser .mkt h3 { font-size: 20px; }
html.legacy-browser .mkt h4 { font-size: 17px; }
html.legacy-browser .mkt p { margin: 0 0 14px; }
html.legacy-browser .mkt .lede { font-size: 19px; color: #5a4636; }
html.legacy-browser .mkt .accent { color: #9e4f24; }

html.legacy-browser .mkt .eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9e4f24;
  margin: 0 0 6px;
}

html.legacy-browser .mkt a { color: #9e4f24; }

html.legacy-browser .mkt ul,
html.legacy-browser .mkt ol {
  list-style: disc !important;
  padding-left: 22px !important;
  margin: 0 0 16px !important;
}

html.legacy-browser .mkt li { margin: 4px 0 !important; }
html.legacy-browser .mkt li b { margin-right: 6px; }

html.legacy-browser .mkt .btn,
html.legacy-browser .mkt button.btn {
  display: inline-block !important;
  margin: 6px 8px 6px 0 !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #d47545 !important;
  color: #fff !important;
  font: inherit !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  cursor: pointer;
}

html.legacy-browser .mkt .btn-ghost,
html.legacy-browser .mkt .btn-secondary,
html.legacy-browser .mkt .btn-outline {
  background: #fff !important;
  color: #2e1c10 !important;
  border: 1px solid #e9d8c4 !important;
}

html.legacy-browser .mkt #nav-wrap {
  border-bottom: 1px solid #e9d8c4;
  background: #fbf3e9;
}

html.legacy-browser .mkt .brand img {
  display: inline-block;
  width: 125px !important;
  height: 32px !important;
  margin: 0;
}

html.legacy-browser .mkt .nav-links a,
html.legacy-browser .mkt .nav-actions a,
html.legacy-browser .mkt .nav-solutions summary {
  display: inline-block !important;
  margin: 6px 14px 6px 0 !important;
  font-weight: 600;
  text-decoration: none;
}

html.legacy-browser .mkt .nav-solutions summary { cursor: pointer; }
html.legacy-browser .mkt .nav-solutions-panel img { display: none !important; }
html.legacy-browser .mkt .nav-solutions-panel a { display: inline !important; margin: 0 !important; font-weight: 400; }

html.legacy-browser .mkt input,
html.legacy-browser .mkt select,
html.legacy-browser .mkt textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 6px 0 12px;
  padding: 10px 12px;
  border: 1px solid #e9d8c4;
  border-radius: 6px;
  font: inherit;
  background: #fff;
  color: #2e1c10;
}

html.legacy-browser .legacy-browser-banner {
  display: block !important;
  background: #2e1c10;
  color: #fbf3e9;
  font-size: 15px;
  line-height: 1.45;
}

html.legacy-browser .legacy-browser-banner-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 20px;
}

html.legacy-browser .legacy-browser-banner strong { display: block; }
html.legacy-browser .legacy-browser-banner a { color: #f6b48c; font-weight: 700; }
