{% extends "base.html.twig" %}
{% block pageTitle %} Archivio Interviste {% endblock %}
{% block pageStyle %}
{{ parent() }}
{% endblock %}
{% block pageScriptsHeader %}
{{ parent() }}
{% endblock %}
{% block navigation %} {{ parent() }} {% endblock %}
{% block upperMainContainer %}
{% endblock %}
{% block mainContainer %}
<section id="biografia-1" class="container">
<div class="content">
<h3>Intervista a Giulio Carlo Argan (2,11 min)</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Geue_haE3yQ?si=lH4STJdbJk1jwnmI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3 class="mt-3">Intervista a Raffaele De Grada (8,11 min)</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CBbBLrmkm-w?si=2JB8fDnxmadqsdBv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3 class="mt-3">Intervista a Giuseppe Mazzariol (9 min)</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VC8hkqBSZ6w?si=uNjwAt1xH4FB9feH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3 class="mt-3">Intervista a Riccardo Muti (2,11 min)</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Qi51sTYNXKo?si=Yv-F8PGOXPZlfyYx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h3 class="mt-5">Altro</h3>
</div>
</section>
<style>
section { position:relative; }
section:not(:first-of-type) { border-top:1px solid #444; padding-top:1rem; margin-top:3rem; }
section h2 { margin-bottom:2rem; }
.closed .content { display:none; }
.handler { padding:1rem; background:none; border:1px solid #444; position: absolute; top:1rem; right:1rem; background-image:url('/images/svg/plus.svg'); background-size:auto 90%;
background-position:center; background-repeat:no-repeat; }
.handler.open { background-image:url('/images/svg/minus.svg'); }
</style>
{% endblock %}