/* go-qr — styles complémentaires à Bootstrap */
.tuile {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: .75rem;
  padding: .9rem 1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.tuile-val { font-size: 1.75rem; font-weight: 700; line-height: 1.1; }
.tuile-lib { font-size: .8rem; color: #6c757d; text-transform: uppercase; letter-spacing: .03em; }

.qr-inline { max-width: 280px; }
.qr-inline svg { width: 100%; height: auto; display: block; }

.barre { height: 4px; background: #e9ecef; border-radius: 2px; margin-top: 3px; overflow: hidden; }
.barre > div { height: 100%; background: #0d6efd; border-radius: 2px; }

code { font-size: .9em; }
