<!-- Page Footer-->
<footer class="position-absolute bottom-0 bg-darkBlue text-white text-center py-3 w-100 text-xs" id="footer">
<div class="container-fluid">
<div class="row gy-2">
<div class="col-sm-6 text-sm-start">
<p class="mb-0">Full Service © 2022 - <a href="{{ path('mentionslegales.index') }}" style="align:right">Mentions Légales</a></p>
</div>
<div class="col-sm-6 text-sm-end">
<p class="mb-0">Version {{ app_version.version }}</p>
</div>
</div>
</div>
</footer>