Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
templates
/
front
/
pages
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/templates/front/pages/contact.html.twig
{% extends 'front/layout.html.twig' %} {% block title %}Des questions ? Venez nous les poser via notre site internet {% endblock %} {% block description %}Vous voulez nous poser quelques questions à propos de nos produits ? Vous souhaitez nous faire une proposition commerciale, une demande d'informations générale ou encore tertiaire ? Rejoignez-nous sur notre site internet à partir de notre formulaire de contact. Nous vous répondrons dans les plus brefs délais.{% endblock %} {% block keywords %}Contact{% endblock %} {% block content %} {% block banner %} <section class="banner pages"> <div class="container"> <div class="middle"> <h1 class="text-uppercase">Contactez-nous !</h1> </div> </div> </section> {% endblock %} <section class="btn-red pr-5 pl-5 pt-3 pb-3 m-0"> <div class="row text-light"> <div class="col-md-3 text-center"> <span class="h5 text-uppercase">Heures d’ouverture </span><br> <small class="text-white"> Du lundi au vendredi <br>9h > 12h30 – 13h30 > 18h<br> (17h le vendredi) – GMT+2</small> </div> <div class="col-md-2 text-light text-center"> <span class="h5 text-uppercase">Contact</span><br> <small class="text-white"> Tél. : +33(0) 1 43 35 56 83</small><br><br> </div> <div class="col-md-2 text-light text-center"> <span class="h5 text-uppercase"> Adresse </span><br> <small class="text-white">8, rue du Loing <br>75014 Paris – France</small><br><br> </div> <div class="col-md-2 text-light text-center"> <span class="h5 text-uppercase"> Presse</span><br> <small class="text-white">Magali Couleaud<br>Tél. : +33(01) 43 35 56 83 <br>humitest@maindron.fr </small> </div> <div class="col-md-3 text-light text-center"> <span class="h5 text-uppercase">Commercial</span><br> <small class="text-white"> humitest@maindron.fr</small><br><br><br> </div> </section> <section class="section-padding" style="background-color:#f2f2f2"> <div class="container"> <div class="shape"></div> {% include "front/blocks/contact.html.twig" %} </div> </section> {% endblock %}