{# --------------------------------------------------- ------ ---------------------------------------------------#}
{# --------------------------------------------------- FOOTER ---------------------------------------------------#}
{# --------------------------------------------------- ------ ---------------------------------------------------#}
<div id="footer" >
<div id="footerRed">
<div style="width: 100%; text-align: center; padding-bottom: 20px;">
<p><strong>
{{ 'footer.title'|trans }}
</strong></p>
</div>
<div id="footerAppDiv" style="width: 100%; justify-content: center; align-items: center;">
<div class="appFooter">
<p style="margin-right: 10px;">{{ 'footer.available'|trans }}</p>
<div style="display: flex; text-align: center; align-items: center;">
<a href="https://play.google.com/store/apps/details?id=com.agmmultimedia.calculobesite&hl=fr&gl=FR">
<img id="logoAndroid" src="{{ asset('build/img/picto_android.PNG') }}" style="margin-right: 15px;">
</a>
<a href="{{ path('abx_bmi_aide_ios') }}">
<img id="logoIOS" src="{{ asset('build/img/picto_iPhone.PNG') }}" >
</a>
</div>
</div>
<div class="appFooter">
<p style="margin-right: 10px; margin-bottom: 0;">{{ 'footer.atbg'|trans }}
{# (Abx BMI inclus) #}
:</p>
<a href="https://antibiogarde.org/boutiques">
<img id="logoWeb" src="{{ asset('build/img/picto_web.PNG') }}" >
</a>
</div>
</div>
</div>
<div style="min-height: 25px; width: 100%; text-align: center;">
{% set file = app.request.locale == 'en' ? 'AbxBMI_ML_v2_en.pdf' : 'AbxBMI_ML_v2.pdf' %}
<p style="margin: 0; margin-bottom: 0;">
{{ 'footer.rights'|trans }}
<a target="_blank" href="{{ path('abx_bmi_references', {'reference': file}) }}">
{{ 'footer.legalNotice'|trans }}
</a>
|
<a target="_blank" href="{{ path('comite_editorial') }}">
{{ 'footer.comiteEditorial'|trans }}
</a>
</p>
</div>
</div>