{% set type = bloc.bloc_type_texte_image|default(0) %}
{% if type == 0 %}
{% include 'front/front_page/gallery/gallery-3-col-design.html.twig' %}
{% elseif type == 1 %}
{% include 'front/front_page/gallery/gallery-row-1-2-3.html.twig' %}
{% elseif type == 2 or type == 3 %}
{% include 'front/front_page/gallery/gallery-popup-slider.html.twig' %}
{% elseif type == 4 %}
{% include 'front/front_page/gallery/gallery-fullscreen-slider.html.twig' %}
{% elseif type == 5 %}
{% include 'front/front_page/gallery/gallery-center-slider.html.twig' %}
{% endif %}