{% apply spaceless %}
{# {% cache "colonnes_gauches_annonces" ttl(86400) %} #}
{# 86400s = 1jour #}
<!--COLONNE GAUCHE -->
<div class="d-none d-lg-block col-md-4 col-lg-3 text-center col-gauche">
<!--BLOC DEPOSEZ ANNONCE -->
{% include 'includes/bloc/deposez_annonce.html.twig' %}
<!--FIN BLOC DEPOSEZ ANNONCE -->
<!--BLOC DIFFUSEZ CV -->
{% include 'includes/bloc/diffusez_cv.html.twig' %}
<!--FIN BLOC DIFFUSEZ CV -->
<!--BLOC SATISFAIT OU RECREDITE -->
{% include 'includes/bloc/satisfait_ou_recredite.html.twig' %}
<!--FIN BLOC SATISFAIT OU RECREDITE -->
<!--BLOC VOUS ETES UN REPRENEUR PHYSIQUE -->
{% include 'includes/bloc/vous_etes_un_repreneur.html.twig' %}
<!--FIN BLOC VOUS ETES UN REPRENEUR PHYSIQUE -->
<!--BLOC FUSACQ VOUS AIDE-->
<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="#" 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-2 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-->
</div>
<!--FIN COLONNE GAUCHE -->
{# {% endcache %} #}
{% endapply %}