{% if position == "offerts" %}
<div class="col-lg-5 col-md-12 footer-nfo">
{# <a href="{{ path('users_user_accueil') }}" class="logo d-flex align-items-center">
<span>TabSoN.</span>
</a> #}
{# {% if aboutplatform != null %}
<p>{{ aboutplatform.valeur }}</p>
{% else %}
<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus.</p>
{% endif %} #}
<div class="social-links d-flex mt-4"> {% for social in social_medias %}
{% if social.typeParam == 'twitter' %}
<a href="{{ social.valeur }}" class="twitter" target="_blank">
<i class="bi bi-twitter"></i>
</a>
{% endif %}
{% endfor %}
{% for social in social_medias %}
{% if social.typeParam == 'facebook' %}
<a href="{{ social.valeur }}" class="facebook" target="_blank">
<i class="bi bi-facebook"></i>
</a>
{% endif %}
{% endfor %}
{% for social in social_medias %}
{% if social.typeParam == 'instagram' %}
<a href="{{ social.valeur }}" class="instagram" target="_blank">
<i class="bi bi-instagram"></i>
</a>
{% endif %}
{% endfor %}
{% for social in social_medias %}
{% if social.typeParam == 'linkedin' %}
<a href="{{ social.valeur }}" class="linkedin" target="_blank">
<i class="bi bi-linkedin"></i>
</a>
{% endif %}
{% endfor %}
{% for social in social_medias %}
{% if social.typeParam == 'youtube' %}
<a href="{{ social.valeur }}" class="linkedin" target="_blank">
<i class="bi bi-youtube"></i>
</a>
{% endif %}
{% endfor %}
</div>
</div>
<!-- CTA Section -->
<section class="cta">
<div class="container">
<h2> Souhaitez-vous échanger tout de suite avec un expert comptable et fiscale ?</h2>
<p>Nos experts vous attendent pour une consultation en ligne ou dans l'une de nos agances au Cameroun, Par le Canal whatsapp, le temps de réponse est de moins de 10 mins.</p>
<div class="animate-fade-in delay-2">
<a href="#calculator" class="btn-up">Envoyez un message whatsapp</a>
<a href="#features" class="btn-up btn-outline">Remplire le formulaire</a>
</div>
</div>
</section>
<style>
.footer-column h3{
color: #fff;
font-weight: 700;
}
</style>
<!-- Footer -->
<footer id="contact">
<div class="container">
<div class="footer-content">
<div class="footer-column">
<h3>{{ site }}</h3>
<p>Providing advanced financial tools and calculators for individuals and businesses across Europe.</p>
<div class="social-links">
<a href="#"><i class="bi bi-facebook-f"></i></a>
<a href="#"><i class="bi bi-twitter"></i></a>
<a href="#"><i class="bi bi-linkedin"></i></a>
<a href="#"><i class="bi bi-instagram"></i></a>
</div>
</div>
<div class="footer-column">
<h3>Départements</h3>
<ul>
{% for depart in liste_departement|slice(0,6) %}
<li>
<a href="{{ path('produit_service_departement', {'id': depart.id }) }}">{{ depart.name }}</a>
</li>
{% else %}
<li>
<a href="">Département Formation
<span class="badge ms-1">we're hiring</span>
</a>
</li>
<li>
<a href="">Département Informatique</a>
</li>
<li>
<a href="">Département Montage des Business Plans</a>
</li>
<li>
<a href="">Département Marketing</a>
</li>
<li>
<a href="">Département Prestataires de Services</a>
</li>
{% endfor %}
</ul>
</div>
<div class="footer-column">
<h3>Navigation</h3>
<ul>
<li>
<a href="{{ path('produit_service_listedepartements') }}">Départements</a>
</li>
<li>
<a href="{{ path('produit_service_services') }}">Services</a>
</li>
<li>
<a href="{{ path('produit_service_blog_pagine') }}">Blog</a>
</li>
<li>
<a href="{{ path('produit_service_about_struct') }}">À propos</a>
</li>
<li>
<a href="{{ path('produit_service_galery') }}">Portfolio</a>
</li>
</ul>
</div>
<div class="footer-column">
<h3>Contacts</h3>
<ul>
<li>
<p class="d-flex mb-3">
<i class="bi bi-geo-alt-fill me-3"></i>
<span>Yaounde (Carrefour Kameni)
<br>
Doula (Akwa)
<br>
Bafoussam
</span>
</p></li>
<li>
<a class="d-flex mb-3" href="mailto:info@mydomain.com">
<i class="bi bi-envelope-fill me-3"></i>
<span>syscofie@gamil.com</span>
</a></li>
<li>
<a class="d-flex mb-3" href="tel://+123456789900">
<i class="bi bi-telephone-fill me-3"></i>
<span>+237 656 56 00 14</span>
</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2023 {{ site }}. All rights reserved. | Designed with
<i class="fas fa-heart" style="color: var(--accent);"></i>
by <a href="http://code.afhunt.com">AFH Code</a>
{% if is_granted("ROLE_GESTION") %}
<a href="{{ path('users_adminuser_accueil_admin_article') }}">Administration</a>
{% endif %}
</p>
</div>
</div>
</footer>
{% elseif(position == "dash") %}<!-- partial:../../partials/_footer.html -->
<div class="d-sm-flex justify-content-center justify-content-sm-between">
<span class="text-center text-sm-left d-block d-sm-inline-block">© Copyright
<strong>
<span>{{ site }}.</span>
</strong>
All Rights Reserved.
</span>
<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center">Designed with
<span class="fa fa-heart"></span>
by
<a href="http://code.afhunt.com/" style="font-weight: 600;">AFH Code</a>
</span>
</div><!-- partial -->
{% endif %}
<!-- End Footer-->