<div class="header-fixed position-relative position-fixed" id="headerFixed">
<div class="m-auto col-md-12 col-xl-8 row justify-content-between logo-links">
<a href="{{ path('front_home') }}" class="mt-1">
<img src="{{ asset('img/logo_royal_hamilius.svg') }}" title="Royal Hamilius">
</a>
<div class="col-md-8 menu d-flex justify-content-center fixed-menu">
<nav class="d-flex justify-content-between align-items-center col-md-10 col-lg-8 col-xl-8">
<a href="">Boutiques</a>
<span>.</span>
<a href="{{ path('front_post_list') }}">Actus</a>
<span>.</span>
<a href="{{ path('front_parking') }}">Parking</a>
<span>.</span>
<a href="{{ path('front_contact') }}">Contact</a>
</nav>
</div>
</div>
<div class="col-md-2 col-lg-3 col-xl-2 bg-red position-absolute rent-shop h-100 d-flex align-items-center white">
<div class="block-diag-red-left bg-red"></div>
<a class="link-arrow white ml-5 position-relative" target="_blank" href="https://www.royal-hamilius.lu/">
<img src="{{ asset('img/icons/arrow_right_white.svg') }}" class="position-absolute">
Louer un commerce
</a>
</div>
</div>