{% apply spaceless %}
{# {% cache "colonnes_gauches_annonces" ttl(86400) %}#}
{# 86400s = 1jour #}
<!--BLOC FUSACQ VOUS AIDE A -->
<div class="col-12 mb-5 bkg_blanc">
<div class="row">
<div class="col-12 bkg_bleu blanc text-center py-2 fs11">
{{ translate("fusacq vous aide à" ,lang,"","M") | raw }}
</div>
<div class="col-3 float-left p-2 border_bottom">
<i class="fa fa-user fa-2x" aria-hidden="true" style="color: #204B76" ></i>
</div>
<div class="col-9 text-left pt-3 no-padding-x border_bottom">
<a href="{{ path("annuaires_experts_index",{'codePays':codePaysWithUnderScore }) }}" target="_blank" style="text-decoration: underline;" >
{{ translate("trouver un expert" ,lang,"","M") | raw }}
</a>
</div>
<div class="col-3 float-left p-2 border_bottom">
<i class="fas fa-calculator fa-2x" aria-hidden="true" style="color: #204B76" ></i>
</div>
<div class="col-9 text-left pt-3 no-padding-x border_bottom">
<a href="{{ path("simuler_votre_pret",{'codePays':codePaysWithUnderScore }) }}" target="_blank" style="text-decoration: underline;" >
{{ translate("simuler votre prêt" ,lang,"","M") | raw }}
</a>
</div>
<div class="col-3 float-left p-2 border_bottom">
<i class="fas fa-cogs fa-2x" aria-hidden="true" style="color: #204B76"></i>
</div>
<div class="col-9 text-left pt-3 no-padding-x border_bottom">
<a href="{{ path("simulateur_reprise_index",{'codePays':codePaysWithUnderScore }) }}" target="_blank" style="text-decoration: underline;" >
{{ translate("simuler votre reprise" ,lang,"","M") | raw }}
</a>
</div>
<div class="col-3 float-left p-2 ">
<i class="fa fa-euro-sign fa-2x" aria-hidden="true" style="color: #204B76" ></i>
</div>
<div class="col-9 text-left pt-3 no-padding-x">
<a href="{{ path("faire_une_demande_de_financement",{'codePays':codePaysWithUnderScore }) }}" target="_blank" style="text-decoration: underline;" >
{{ translate("faire une demande de financement" ,lang,"","M") | raw }}
</a>
</div>
</div>
</div>
<!--FIN BLOC FUSACQ VOUS AIDE A -->
{# {% endcache %}#}
{% endapply %}