- <div class="container-fluid bg-dark text-white-50 footer pt-5 mt-5 wow fadeIn" data-wow-delay="0.1s">
-     <div class="container py-5">
-         <div class="row g-5">
-             <div class="col-lg-3 col-md-6">
-                 <h5 class="text-white mb-4">Contactez nous</h5>
-                 <p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>Bingerville Résidence Archange quartier sebia-Yao Villa 55; BP 766 Bingerville </p>
-                 <p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+225 07 07 34 16 16</p>
-                 <p class="mb-2"><i class="fa fa-envelope me-3"></i>info@scicawally.com</p>
-                 <div class="d-flex pt-2">
-                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-twitter"></i></a>
-                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-facebook-f"></i></a>
-                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-youtube"></i></a>
-                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-linkedin-in"></i></a>
-                 </div>
-             </div>
-             <div class="col-lg-3 col-md-6">
-                 <h5 class="text-white mb-4">Lien rapide</h5>
-                 <a class="btn btn-link text-white-50" href="{{ path('frontend_about') }}">Qui sommes nous?</a>
-                 <a class="btn btn-link text-white-50" href="{{ path('frontend_contact') }}">Contact</a>
-                 <a class="btn btn-link text-white-50" href="{{ path('frontend_about') }}">Nos services</a>
-                 <a class="btn btn-link text-white-50" href="{{ path('frontend_property') }}">Nos biens</a>
-                 <a class="btn btn-link text-white-50" href="{{ path('frontend_home') }}">Accueil</a>
-             </div>
-             <div class="col-lg-3 col-md-6">
-                 <h5 class="text-white mb-4">Galleries photo</h5>
-                 <div class="row g-2 pt-2">
-                     <div class="col-4">
-                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLY-Projet-de-construction.jpeg') }}" alt="">
-                     </div>
-                     <div class="col-4">
-                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLY-Projet.jpeg') }}" alt="">
-                     </div>
-                     <div class="col-4">
-                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLYProjet-R3.jpeg') }}" alt="">
-                     </div>
-                     <div class="col-4">
-                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLY-Projet-de-construction.jpeg') }}" alt="">
-                     </div>
-                     <div class="col-4">
-                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/Résidence-paul-marie-SCI-CAWQLLY.jpg') }}" alt="">
-                     </div>
-                     <div class="col-4">
-                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLYProjet-R3.jpeg') }}" alt="">
-                     </div>
-                 </div>
-             </div>
-             <div class="col-lg-3 col-md-6">
-                 <h5 class="text-white mb-4">Newsletter</h5>
-                 <p>Inscrivez vous à notre newsletter pour suivre notre actualité</p>
-                 <div class="position-relative mx-auto" style="max-width: 400px;">
-                     <input class="form-control bg-transparent w-100 py-3 ps-4 pe-5" type="text" placeholder="Votre e-mail">
-                     <button type="button" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">Envoyer</button>
-                 </div>
-             </div>
-         </div>
-     </div>
-     <div class="container">
-         <div class="copyright">
-             <div class="row">
-                 <div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
-                     © <a class="border-bottom link" href="#">SCI CAWALLY</a>, Tous droits réservés.
-                     <!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
-                     Designed By <a class="border-bottom link" href="#">OPTIMUM TECHNOLOGIE</a>
-                 </div>
-             </div>
-         </div>
-     </div>
- </div>
- <!-- Footer End -->
- <!-- Back to Top -->
- <a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>