/* KOADBOOTH — barre d'action mobile. Prefixe kcta- sur toutes les regles.
   Ne porte QUE le devis : la pastille #kwa assure deja le telephone et WhatsApp.
   Passe sous #kwa (z-index 9990) et lui reserve sa colonne a droite. */
.kcta{position:fixed;left:0;right:0;bottom:0;z-index:9985;display:flex;align-items:center;
  background:#FDFBF7;border-top:1px solid #EAE6DF;box-shadow:0 -6px 24px rgba(44,40,37,.10);
  padding:10px 108px 10px 16px;
  padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));
  transform:translateY(115%);pointer-events:none;
  transition:transform .32s cubic-bezier(.16,1,.3,1);}
.kcta.kcta-on{transform:translateY(0);pointer-events:auto;}
.kcta-devis{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  min-height:50px;padding:0 1em;text-decoration:none;
  font-family:'General Sans','Inter',system-ui,sans-serif;font-weight:600;font-size:1rem;
  color:#fff;background:#8C5A4F;border-radius:4px;
  transition:background-color .28s cubic-bezier(.16,1,.3,1);}
.kcta-devis:hover,.kcta-devis:focus-visible{background:#75463D;}
.kcta-devis svg{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;}
@media (min-width:901px){.kcta{display:none;}}
@media (prefers-reduced-motion:reduce){.kcta{transition:none;}}
