<div class="col-md-3 ">
<div class="sticky-top">
{#<div class="block block-green" style="display:none">
<h3 class="block-title"><span>Nos Services</span></h3>
<form action="">
<p>
<table>
<tr>
<td class=""> <img src="{{asset('assets/site/images/2013.png')}}" width="30" alt="" class="arrondie marge" /></td>
<td><a class="primary" href="{{path('show_service')}}">ORISHAS DATA SERVICES</a></li></td>
</tr>
<tr>
<td> <img src="{{asset('assets/site/images/2015.png')}}" width="30" alt="" class="arrondie" /></td>
<td><a class="primary" href="{{path('show_service')}}">Solution Risque LAB & LCFT</a></td>
</tr>
<tr>
<td> <img src="{{asset('assets/site/images/2017.png')}}" width="30" alt="" class="arrondie" /></td>
<td><a class="primary" href="{{path('show_service')}}">Solution Données Financières & Trading</a></td>
</tr>
<tr>
<td> <img src="{{asset('assets/site/images/2018.png')}}" width="30" alt="" class="arrondie" /></td>
<td><a class="primary" href="{{path('show_service')}}">Solution Risque Opérationnel GRC</a></td>
</tr>
<tr>
<td> <img src="{{asset('assets/site/images/2014.png')}}" width="30" alt="" class="arrondie" /></td>
<td><a class="primary" href="{{path('show_service')}}">Formations & Conseils</a></td>
</tr>
</table>
<ul style="display:none">
<li style=" margin-left: 18px; ">
<a class="primary" href="/Services/1">ORISHAS DATA SERVICES</a></li>
<li style=" margin-left: 18px; ">
<a class="primary" href="/Services/2">Solution Risque LAB & LCFT</a></li>
<li style=" margin-left: 18px; ">
<a class="primary" href="/Services/3">Solution Données Financières & Trading</a></li>
<li style=" margin-left: 18px; ">
<a class="primary" href="/Services/4">Solution Risque Opérationnel GRC</a></li>
<li style="list-style-type:0px; margin-left: 18px; font-weight:bold; color:">
<a class="primary" href="/Services/5">Formations & Conseils</a></li>
</ul>
</p>
</form>
</div>#}
<div class="block block-green">
<h3 class="block-title"><span>Publicité</span></h3>
{% for publicite in publicites %}
{% if( (publicite.espace=="Pub") and (publicite.status=="1")) %}
{% if publicite.type.libelle =="Image" %}
<p>
<img src="{{asset('uploads/publicites/' ~ publicite.support) }}" width="250px" height="150px" alt="...">
</p>
{% elseif publicite.type.libelle =="Video" %}
<p>
<video controls src="{{asset('uploads/publicites/' ~ publicite.support) }}" width="220px" height="210px"> </video>
</p>
{% else %}
<p><a href="{{asset('uploads/publicites/' ~ publicite.support) }}" target="_blank">Voir</a></p>
{% endif %}
{% endif %}
{% endfor %}
</div>
<div class="block block-green">
<h3 class="block-title"><span>ORISHAS TV</span></h3>
<form action="">
<iframe width="250" height="200" class="embed-responsive-item" src="https://www.youtube.com/embed/5YdBAYZa2zQ"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</p>
</form>
</div>
</div>
</div>