{% extends '@probundle/probundle/base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('seance-page', null, 'studio_build') }}
{{ encore_entry_link_tags('masonryCss', null, 'studio_build') }}
{% endblock %}
{% block content %}
<section class="mt-75">
<div class="container-fluid text-black">
<div class="row">
<div class="col-md-4 thumbnail p-0">
<img class="img-illustration" src="{{asset('pro_bundle/images/' ~ prestation.image , 'pro_build') }}" alt="logo-ub-photographies">
</div>
<div class="col-md-8 pt-50 p-50 ">
<h1 class="mb-1 pb-0 text-black">
{{ prestation.categName }}</h2>
<p class="fst-italic text-black">{{ prestation.subtitle}}<br></p>
<div class="row text-center">
<div class="col-md-12 pb-1 text-start text-black text-presentation">
<hr>
{{ prestation.presentation|raw }}<br>
<hr>
</div>
<a href="#contact "class="btn btn-primary w-50 m-auto">Contactez-nous pour plus de renseignements</a>
</div>
</div>
</div>
</div>
{% include "@probundle/probundle/prestation/" ~ prestation.slug ~".html.twig" ignore missing %}
{% include "@probundle/probundle/prestation/portfolio.html.twig" %}
<div id="contact" class="bg-white">
{% include "@probundle/probundle/home/contactUs.html.twig" %}
</div>
</section>
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}