This commit is contained in:
KONE SOREL 2026-03-31 19:54:15 +00:00
parent 7d25386239
commit 460b2d39b8

View File

@ -351,34 +351,48 @@
</div>
</div>
<div class="row mt-4 pt-3 border-top g-2">
<div class="col-sm-6 text-center text-sm-start">
<div class="p-2 bg-light rounded border-start border-primary border-4 shadow-sm">
<small class="text-muted d-block text-uppercase" style="font-size: 0.7rem;"><?= _("Souscripteur") ?></small>
<span class="fw-bold"><?= $beneficiaire['nomClient'] ?></span>
<div class="row mt-4 pt-3 border-top g-3">
<div class="col-6 col-sm-6 col-lg-3">
<div class="p-2 bg-light rounded border-start border-primary border-4 shadow-sm h-100 d-flex flex-column justify-content-center">
<small class="text-muted d-block text-uppercase lh-1 mb-1" style="font-size: 0.65rem;">
<i class="fas fa-handshake me-1 opacity-75"></i><?= _("Souscripteur") ?>
</small>
<span class="fw-bold text-dark small text-truncate" title="<?= $beneficiaire['nomClient'] ?>">
<?= $beneficiaire['nomClient'] ?>
</span>
</div>
</div>
<div class="col-sm-6">
<div class="p-3 bg-light rounded border-end border-secondary border-4 shadow-sm h-100 d-flex flex-column justify-content-center align-items-center align-items-sm-end">
<div class="mb-2 text-center text-sm-end">
<small class="text-muted d-block text-uppercase lh-1" style="font-size: 0.65rem;">
<i class="fas fa-building me-1 opacity-75"></i><?= _("Collège") ?>
</small>
<span class="fw-bold d-block text-dark">
<?= $beneficiaire['libelleCollege'] ?>
</span>
</div>
<div class="w-25 border-top my-1 d-none d-sm-block opacity-25"></div>
<div class="col-6 col-sm-6 col-lg-3">
<div class="p-2 bg-light rounded border-start border-info border-4 shadow-sm h-100 d-flex flex-column justify-content-center">
<small class="text-muted d-block text-uppercase lh-1 mb-1" style="font-size: 0.65rem;">
<i class="fas fa-users me-1 opacity-75"></i><?= _("Collège") ?>
</small>
<span class="fw-bold text-dark small text-truncate" title="<?= $beneficiaire['libelleCollege'] ?>">
<?= $beneficiaire['libelleCollege'] ?>
</span>
</div>
</div>
<div class="text-center text-sm-end">
<small class="text-muted d-block text-uppercase lh-1" style="font-size: 0.65rem;">
<i class="fas fa-file-contract me-1 opacity-75"></i><?= _("N° Police") ?>
</small>
<span class="fw-bold d-block text-secondary">
<?= $beneficiaire['numeroPolice'] ?>
</span>
</div>
<div class="col-6 col-sm-6 col-lg-3">
<div class="p-2 bg-light rounded border-start border-secondary border-4 shadow-sm h-100 d-flex flex-column justify-content-center">
<small class="text-muted d-block text-uppercase lh-1 mb-1" style="font-size: 0.65rem;">
<i class="fas fa-file-contract me-1 opacity-75"></i><?= _("N° Police") ?>
</small>
<span class="fw-bold text-secondary small">
<?= $beneficiaire['numeroPolice'] ?>
</span>
</div>
</div>
<div class="col-6 col-sm-6 col-lg-3">
<div class="p-2 bg-light rounded border-start border-warning border-4 shadow-sm h-100 d-flex flex-column justify-content-center">
<small class="text-muted d-block text-uppercase lh-1 mb-1" style="font-size: 0.65rem;">
<i class="fas fa-calendar-check me-1 opacity-75"></i><?= _("Exercice") ?>
</small>
<span class="fw-bold text-dark small">
<?= $_SESSION['exercieReference_C'] ?>
</span>
</div>
</div>
</div>