<style>
.btn-downloads{
background-color: #ff6600;
color: #fff;
height: 50px !important;
width: 100% !important;
margin: 0px !important;
}
.btn-downloads:hover{
background-color: #051a53;
color: #fff;
height: 50px !important;
width: 100%;
}
.lien-download{
font-size: 18px !important; color: #fff;
font-family: arial; font-weight: normal;
}
</style>
<aside id="sidebar-event" class="sidebar" style="margin: 0px; padding: 0px; width: 100%;">
<div id="event_feature-2" class="widget widget_feature_event">
<h4 class="widget-title">Les Rencontres Top Management</h4>
<div class="event-feature slide-event-feature owl-carousel owl-theme">
{% if manageLimit != null %}
{% for man in manageLimit %}
<div class="ovaev-content" >
<div class="item">
<div class="desc">
<div class="event-thumbnail ">
<!--
<div class="date-event">
<span class="date">
21 </span>
<span class="month">
Jun </span>
</div>
-->
<a href="{{ path('front.seminaire.management.detail', {'slug': man.slug}) }}" aria-label="{{ man.theme }}">
<img loading="lazy" width="600" height="400" src="{{ asset('public/uploads/images/managements/' ~ man.image) }}"
class="attachment-ovaev_event_thumbnail size-ovaev_event_thumbnail wp-post-image" alt="{{ man.theme }}"
decoding="async" srcset="{{ asset('public/uploads/images/managements/' ~ man.image) }}" sizes="(max-width: 600px) 100vw, 600px" />
</a>
</div>
<div class="event_post">
<h2 class="second_font event_title">
<a href="{{ path('front.seminaire.management.detail', {'slug': man.slug}) }}" title="{{ man.theme }}">
{{ man.theme }}
</a>
</h2>
<div class="time-event">
<div class="time equal-date">
<span class="icon-time">
<i class="fas fa-clock icon_event" aria-hidden="true"></i>
</span>
<span class="time-date-child">
<span class="date-child">
{{ man.createdat|format_datetime(locale='fr',pattern="EEEE dd MMMM YYYY") }} </span>
</span>
</div>
<div class="venue">
<i class="fas fa-map-marker-alt icon_event" aria-hidden="true"></i>
<span class="number">
{{ man.ville }}</span>
</div>
</div>
</div>
</div>
</div>
</div>
{% endfor %}
{% endif %}
</div>
</div>
<div style="margin-top: 10px; margin-bottom: 10px;">
<a href="{{ path('front.seminaire.internationaux') }}">
<div class="row btn-downloads">
<div class="col-md-12 col-sm-12" style="text-align: center !important;">
<h3 class="lien-download" style="margin: 10px; !important; ">Découvrez nos formations</h3>
</div>
</div>
</a>
</div>
</aside>
</div>