<div class="container-fluid pt-4" data-animate="fadeInUp"><div class="row">{% for presentation in generalS.presentations %}{% if presentation.lien %}<a href="{{ presentation.lien }}"{% endif %}<div class="col"><div class="h-100" {{ responsive_background( asset('websiteImage/' ~ presentation.image),"background-size: cover ; background-position: center;border-radius : 15px",true ) | raw }} ><div style="border-radius : 15px" class="text-box hover-effect {% if presentation.sombre %}text-dark{% endif %} h-100"><i class="fa fa-{{ presentation.icone }}"></i><h3>{{ presentation.titre }}</h3><p>{{ presentation.description }}</p></div></div></div>{% if presentation.lien %}</a>{% endif %}{% endfor %}</div></div>