{% extends 'base.html.twig' %}
{% block stylesheets %}
<style>
.video-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
</style>
{% endblock %}
{% block body %}
<main class="main">
{% include 'accueil/partials/_home-slider.html.twig' %}
{% include 'accueil/partials/_banner_categories.html.twig' %}
{% include 'accueil/partials/_meilleur_produits.html.twig' %}
{% include 'accueil/partials/_best_offer.html.twig' %}
{% include 'accueil/partials/_offres_jour.html.twig' %}
{# {% include 'accueil/partials/_grid-exposant.html.twig' %} #}
</main>
{% endblock %}