<!-- CTA -->
<section class="py-10 py-md-13 bg-gray-200 bg-between" style="background-image: url({{ asset('uploads/services-transparent-1.png') }}), url({{ asset('uploads/services4-transparent.png') }});">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<h2 class="fw-bold">
{{ slogan }}
</h2>
<!-- Button -->
<a href="{{ path('app_contact_new') }}" class="btn btn-sm btn-warning lift">
Contactez-nous
</a>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x text-gray-200">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
</div>
<!-- FOOTER -->
<footer class="py-8 py-md-11 bg-gray-200">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-3">
<!-- Brand -->
<img src="{{ asset('uploads/logos/logo.png') }}" alt="{{ sitewebFullname }}" class="footer-brand img-fluid mb-2">
<!-- Text -->
<p class="text-gray-700 mb-2">
{{ sitewebFullname }}
</p>
<!-- Social -->
<ul class="list-unstyled list-inline list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item me-3">
<a href="#!" class="text-decoration-none">
<img src="{{ asset('uploads/logos/social/instagram.svg') }}" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item me-3">
<a href="#!" class="text-decoration-none">
<img src="{{ asset('uploads/logos/social/facebook.svg') }}" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item me-3">
<a href="#!" class="text-decoration-none">
<img src="{{ asset('uploads/logos/social/twitter.svg') }}" class="list-social-icon" alt="...">
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-3">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
TLDI Logistique Services
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="{{ path('home') }}" class="text-reset">
Accueil
</a>
</li>
<li class="mb-3">
<a href="{{ path('post_details',{'slug':getPostByTitle('TLDI Logistique Services').slug}) }}" class="text-reset">
Qui sommes-nous
</a>
</li>
<li class="mb-3">
<a href="{{ path('service_details',{'slug':getPostByTitle('Nos Services').slug}) }}" class="text-reset">
Nos services
</a>
</li>
<li class="mb-3">
<a href="" class="text-reset">
Nos tarifs
</a>
</li>
<li>
<a href="{{ path('app_contact_new') }}" class="text-reset">
FAQ
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 offset-md-4 col-lg-4 offset-lg-0">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
Services
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="{{ path('service_details',{'slug':getPostByTitle('FRET AERIEN').slug}) }}" class="text-reset">
FRET AERIEN
</a>
</li>
<li class="mb-3">
<a href="{{ path('service_details',{'slug':getPostByTitle('FRET MARITIME').slug}) }}" class="text-reset">
FRET MARITIME
</a>
</li>
<li class="mb-3">
<a href="{{ path('service_details',{'slug':getPostByTitle('TRANSPORT ROUTIER ET INTERURBAIN').slug}) }}" class="text-reset">
TRANSPORT ROUTIER ET INTERURBAIN
</a>
</li>
<li>
<a href="{{ path('app_contact_new') }}" class="text-reset">
Nous contacter
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
Nos tarifs
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
{% if navChild(3) is not null %}
{% set children = navChild(3) %}
{% for child in children %}
<li class="mb-3">
<a href="{{ path('price',{'slug':child.slug}) }}" class="text-reset">
{{ child.name }}
</a>
</li>
{% endfor %}
{% endif %}
</ul>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</footer>