{% extends 'base.html.twig' %}{% block title %}devis-facture.fr{% endblock %}{% block body %}<div class="container-fluid">{# IN ENTER RESPONSIVE #}<center class="text-center home_watch in-enter-resp" style="width: 100%; height: 100vh;"><img src="{{ asset('images/ICHIGO.webp') }}" class="img-fluid mt-auto"style="height: 5rem; width: auto; object-fit: cover; margin-top: 0px !important;" alt=""><div class="d-flex" style="margin-top: 10rem;"><div class="col"><img src="{{ asset('images/infinix.png') }}" class="img-fluid" alt=""></div><div class="col"><img src="{{ asset('images/techno.png') }}" class="img-fluid" alt=""></div><div class="col"><img src="{{ asset('images/itel.png') }}" class="img-fluid" alt=""></div></div><div class="d-flex justify-content-center" style="margin-top: 10rem;"><a href="/login" style="text-decoration: none;font-size: 3REM;DISPLAY: FLEX;ALIGN-ITEMS: CENTER;"><button class="btn btn-primary rounded-circle mt-2"><span class="arrow" style="FONT-SIZE: 2REM;">➜</span></button><span class="ml-2 right-side-simple">CONTINUER</span></a></div></center><div class="row vh-100 in-enter"><div class="col-lg-8 col-md-12 col-sm-12 d-flex flex-column justify-content-center align-items-center"><img src="{{ asset('images/ICHIGO.webp') }}" class="img-fluid mt-auto"style="height: 8rem; width: auto; object-fit: cover;" alt=""><div class="partner d-flex mt-auto pb-5"><img src="{{ asset('images/infinix.png') }}" class="phone-brand" alt=""><img src="{{ asset('images/techno.png') }}" class="phone-brand" alt=""><img src="{{ asset('images/itel.png') }}" class="phone-brand" alt=""></div></div><divclass="home_watch col-lg-4 col-md-12 col-sm-12 d-flex flex-column justify-content-center align-items-center"><div class="right-side ms-5"><h1><span class="right-side-simple">TENDANCE &</span><br><span class="right-side-bold">ACCESSIBLE</span></h1><div class="mt-5"><a href="{{path('app_login')}}" style="text-decoration: none"><button class="btn btn-primary rounded-circle"><span class="arrow">➜</span></button><span class="ml-2 right-side-simple">CONTINUER</span></a></div></div></div></div></div>{% endblock %}