templates/frontend/contact/mention-legal.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block title %}
  3.     {{'mention_legale.mention'|trans([],'legale_page')}}
  4. {% endblock %}
  5. {% block stylesheet %}
  6.     <style>
  7.         .hero_in.contacts:before {
  8.             background: #11a6ba;
  9.             -webkit-background-size: cover;
  10.             -moz-background-size: cover;
  11.             -o-background-size: cover;
  12.             background-size: cover;
  13.         }
  14.     </style>
  15. {% endblock %}
  16. {% block body %}
  17.     <main>
  18.         <section class="hero_in contacts" style="background-color: #11a6ba !important;">
  19.             <div class="wrapper">
  20.                 <div class="container">
  21.                     <h1 class="fadeInUp"><span></span>{{'mention_legale.mention'|trans([],'legale_page')}}</h1>
  22.                 </div>
  23.             </div>
  24.         </section>
  25.         <!--/hero_in-->
  26.         <div class="bg_color_1">
  27.             <div class="container margin_80_55">
  28.                 <div class="row mb-3">
  29.                     <div class="col-md-8">
  30.                         <div class="main_title_2">
  31.                             <span><em></em></span>
  32.                             <h2>{{'mention_legale.mention'|trans([],'legale_page')}}</h2>
  33.                         </div>
  34.                         <h4>1. {{'mention_legale.infoGeneral'|trans([],'legale_page')}}</h4>
  35.                         <p>
  36.                             {{'mention_legale.info1'|trans([],'legale_page')}}
  37.                         </p>
  38.                         <h4>2. {{'mention_legale.hebergement'|trans([],'legale_page')}}</h4>
  39.                         <p>
  40.                             {{'mention_legale.web1'|trans([],'legale_page')}} <strong>AYILA’A</strong> {{'mention_legale.web2'|trans([],'legale_page')}}
  41.                         </p>
  42.                         <h4>3. {{'mention_legale.proprietyInt'|trans([],'legale_page')}}</h4>
  43.                         <p>
  44.                              {{'mention_legale.prop1'|trans([],'legale_page')}}
  45.                         </p>
  46.                         <h4>4. {{'mention_legale.link'|trans([],'legale_page')}}</h4>
  47.                         <p>
  48.                             {{'mention_legale.link1'|trans([],'legale_page')}}
  49.                         </p>
  50.                         <h4>5. {{'mention_legale.donnees'|trans([],'legale_page')}}</h4>
  51.                         <p>
  52.                             {{'mention_legale.donnees1'|trans([],'legale_page')}}
  53.                         </p>
  54.                         <h4>6. {{'mention_legale.cookies'|trans([],'legale_page')}}</h4>
  55.                         <p>
  56.                             {{'mention_legale.cookies1'|trans([],'legale_page')}}
  57.                         </p>
  58.                         <h4>7. {{'mention_legale.responsability'|trans([],'legale_page')}}</h4>
  59.                         <p>
  60.                             {{'mention_legale.responsability1'|trans([],'legale_page')}}
  61.                         </p>
  62.                         <h4>8. {{'mention_legale.droit'|trans([],'legale_page')}}</h4>
  63.                         <p>
  64.                             {{'mention_legale.droit1'|trans([],'legale_page')}}
  65.                         </p>
  66.                     </div>
  67.                     <div class="col-md-4">
  68.                         <img src="{{ asset('build/images/Mention-legale-obligatoire-facture.20d9d754.png') }}" alt="" style="width: 100%;">
  69.                     </div>
  70.                 </div>
  71.             </div>
  72.             <!-- /container -->
  73.         </div>
  74.         <!-- /bg_color_1 -->
  75.     </main>
  76. {% endblock %}
  77. {% block javascript %}
  78. {{ parent() }}
  79. {% endblock %}