This commit is contained in:
KONE SOREL 2026-03-12 11:04:44 +00:00
parent 45669b62aa
commit bb5ddeb420

View File

@ -1,12 +1,12 @@
<div class="page-content animate__animated animate__fadeIn">
<div class="header-section mb-3">
<div class="d-flex align-items-center bg-white p-2 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;">
<i class="fas fa-id-card fs-5"></i>
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;">
<i class="fas fa-id-card fs-4"></i>
</div>
<div>
<h5 id="titre-page" class="mb-0 fw-bold text-uppercase small"><?= _("Identification de l'Assuré") ?></h5>
<p class="text-muted mb-0" style="font-size: 0.75rem;"><?= _("Scannez une carte NFC ou un QR Code") ?></p>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Identification de l'Assuré") ?></h4>
<p class="text-muted small mb-0"><?= _("Scannez une carte NFC ou un QR Code pour identification immédiate") ?></p>
</div>
</div>
</div>