templates/mentions_legales.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Mentions légales{% endblock %}
  3. {% block body %}
  4.     {% set headerContent = content('Contact', 'Header') %}
  5.     <header class="header-habiter" style="height: 100px">
  6.         <div class="container-fluid">
  7.             <div class="col-lg-8 mx-auto div-svg-header">
  8.                 <div class="header-habiter-div">
  9.                 </div>
  10.             </div>
  11.         </div>
  12.     </header>
  13.     <div class="container" style="margin-top: 60px; margin-bottom: 80px">
  14.         <div class="col-lg-4" style="font-size: 2.3em;display: flex;flex-direction: column;margin-left: 10px;">
  15.             <svg xmlns="http://www.w3.org/2000/svg" width="9.089" height="14.77" viewBox="0 0 9.089 14.77">
  16.                 <path id="Tracé_76" data-name="Tracé 76" d="M682.759,232.441h-9.089v14.77l9.089-1.931Z" transform="translate(-673.669 -232.441)" fill="#f6a400"/>
  17.             </svg>
  18.             <h1 class="project-title contact">Mentions legales</h1>
  19.         </div>
  20.     </div>
  21.     <div class="container" style="margin-top: 60px; margin-bottom: 80px">
  22.         <p><strong>Responsable du site Internet : Le site Internet www.tracol.lu est sous la responsabilité de la société :</strong><br>
  23.             TRACOL IMMOBILIER S.A.<br>
  24.             Siège social: Z.I. Rohlach<br>
  25.             L-5280 Sandweiler<br>
  26.             RCS Luxembourg : B116748</p>
  27.         <p>Le site Internet www.tracol.lu est ci-après dénommé le “Site Internet”<br>
  28.             La société Tracol Immobilier S.A. est ci-après dénommée la “Société”</p>
  29.         <p><strong>Réalisateur :</strong><br>
  30.             Le Site Internet a été réalisé par la société :<br>
  31.             IERACE – DECHMANN & PARTNERS Sàrl<br>
  32.             Siège social : 2, rue Léon Laval<br>
  33.             L-3372 Leudelange<br>
  34.             RCS Luxembourg : B121217</p>
  35.         <p><strong>Hébergement :</strong><br>
  36.             Le Site Internet est hébergé par la société :<br>
  37.             OVH SASU<br>
  38.             Siège social : 2, rue Kellermann<br>
  39.             59100 Roubaix, France<br>
  40.             RCS : Lille Métropole 424 761 419 00045</p>
  41.     </div>
  42. {% endblock %}