templates/front/heroes/hero-adherent.html.twig line 1

Open in your IDE?
  1. <section class="text-violet-dark bg-green pb-8 hero-adherent">
  2.     <div class="fluid-grid lg:pt-13">
  3.         {% include 'front/partials/breadcrumb.html.twig' with {theme: 'dark' } %}
  4.         <div class="row md:mt-4 pt-8 lg:pt-0">
  5.             <div class="col-12 md-col-8 lg-col-6 lg-col-offset-1 z-2">
  6.                 <h1 class="title--XL font-semibold">Bienvenue sur l’espace adhérent</h1>
  7.                 <p class="paragraph paragraph--L mt-6">
  8.                     Cet espace est réservé aux membres de la CGF et est accessible grâce à un identifiant et un mot de passe.
  9.                 </p>
  10.             </div>
  11.             <div class="col-12 md-col-4 md-col-offset-8 order-first md:order-last z-1">
  12.                 <svg width="205" height="205" class="icon--green-light lg:-mt-9 lg:w-full hero-adherent__illu">
  13.                     <use href="#icon-fede" xlink:href="#icon-fede"></use>
  14.                 </svg>
  15.             </div>
  16.         </div>
  17.     </div>
  18. </section>