templates/home/materiel.html.twig line 1
<section class="section3 parallax" style="background-image: url('{{ asset('assets/img/materiel-cover.jpg') }}');">
<div class="container flex-horizontal-right">
<div class="content">
<h2>Tout le matériel en un clic</h2>
<p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'S'}) }}"><button class="translucide"><i class="fab fa-500px"></i>Instruments stérilisables</button></a></p>
<p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'C'}) }}"><button class="translucide"><i class="fa fa-clock"></i>Le consommable</button></a></p>
<p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'E'}) }}"><button class="translucide"><i class="fa fa-clock"></i>L'équipement</button></a></p>
{# <p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'P'}) }}"><button class="translucide"><i class="far fa-lightbulb"></i>Sur le plateau praticien</button></a></p>
<p><a href="{{ path('categoriefiltre_page', {'type': 2, 'code':0, 'coche':'A'}) }}"><button class="translucide"><i class="fas fa-clipboard"></i>Sur le plateau assistante</button></a></p> #}
</div>
</div>
</section>