{% include 'footer/newsletter.html.twig' %}<footer class="page-footer pt-5"> <div class="container"> <div class="row text-center text-sm-left"> <div class="offset-3 offset-sm-0 col-6 col-sm-3 col-lg-2"> <img class="img-fluid mb-4" src="{{ asset('uploads/logo/logo.png') }}" alt="Logo"> </div> <div class="col-12 offset-lg-1 col-sm-3 footer-col"> <p class="font-weight-bold">La marque SOGAL</p> <ul class="list-unstyled"> {# START : PAGE Template #} {% include 'footer/templateFooterPages.html.twig' %} {# FIN : PAGE Template #} <li> <a href="{{ path('article_list') }}">Magazine</a> </li> <li> <a href="{{ path('artisans') }}">Trouver un artisan</a> </li> <li> <a href="{{ path('contact_generique') }}">Nous contacter</a> </li> </ul> </div> <div class="col-12 col-sm-3 footer-col"> <p class="font-weight-bold">Solutions aménagement</p> <ul class="list-unstyled"> {# START : PAGE Template #} {% include 'footer/familleProduit.html.twig' %} {# FIN : PAGE Template #} </ul> </div> <div class="col-12 col-sm-3 footer-col"> <p class="font-weight-bold">Informations et conseils</p> <ul class="list-unstyled"> <li> <a href="{{ path('faq') }}">F.A.Q.</a> </li> <li> <a href="{{ path('communique') }}">Espace presse</a> </li> <li> <a href="{{ path('notice_et_videos') }}">Notices et vidéos</a> </li> <li> <a href="{{ path('enregistrement_garantie') }}">Enregistrement garantie</a> </li> {% if facebook != "" %} <li> <a target="_blank" class="ml-1 " href="{{ facebook }}"> <i class="fab fa-facebook fa-1x"></i> Facebook </a> </li> {% endif %} {% if twitter != "" %} <li> <a target="_blank" class="ml-1 " href="{{ twitter }}"> <i class="fab fa-twitter fa-1x"></i> Twitter </a> </li> {% endif %} {% if pinterest != "" %} <li> <a target="_blank" class="ml-1 " href="{{ pinterest }}"> <i class="fab fa-pinterest fa-1x"></i> Pinterest </a> </li> {% endif %} {% if instagram != "" %} <li> <a target="_blank" class="ml-1 " href="{{ instagram }}"> <i class="fab fa-instagram fa-1x"></i> Instagram </a> </li> {% endif %} </ul> </div> </div> {# ------------------------------ LIGNE DE FIN ------------------------------ #} <div class="row d-flex justify-content-between footer-tag px-3 px-sm-0 px-lg-0"> <div class="copyright"> <span>Copyright © {{ "now"|date('Y') }} Sogal</span> <ul class="list-unstyled d-flex flex-row"> <li class="mr-3"> <a href="{{ path('mentions_legales') }}">Mentions légales</a> </li> <li class="mr-3"> <a href="{{ path('donnees_personnelles') }}">Données personnelles</a> </li> <li class="mr-3"> <a href="{{ path('cookies') }}">Cookies</a> </li> <li class="mr-3"> <a href="{{ path('cgv') }}">CGV</a> </li> </ul> </div> <div> <a class="text-cmai mb-0" href="http://www.cmai-groupe.com/" target="_blank">Une marque du Groupe</a><br /> <a href="http://www.cmai-groupe.com/" target="_blank"> <img class="logo-cmai" src="{{ asset('assets/images/cmai-logo.png') }}" alt="Logo"> </a> </div> </div> </div></footer>{# {% include 'footer/fixe.html.twig' %} #}{% include 'footer/tracking.html.twig' %}