<style> .back_actu{ background-image: url("{{ asset('public/inter/Formation.png') }}"); background-position: center center; background-repeat: no-repeat; background-size: cover; padding-bottom: 60px; padding-top: 60px; } .title{ color: #fff; } .elementor-button{ border: 1px solid #fff; }</style><section class="back_actu elementor-section elementor-top-section elementor-element elementor-element-f6d0dbf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f6d0dbf" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-40 elementor-top-column elementor-element elementor-element-34b60b7" data-id="34b60b7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e697df8 elementor-widget elementor-widget-gimont_elementor_heading" data-id="e697df8" data-element_type="widget" data-widget_type="gimont_elementor_heading.default"> <div class="elementor-widget-container"> <div class="ova-heading template_1"> <span class="line"></span> <span class="subtitle">Actualités</span> <h2 class="title" style="font-family: arial !important;">Actualité des formations & des certifications </h2> <!-- <p class="desc">There are many variations of passages but the majority have suffered simply </p> --> </div> </div> </div> <div class="elementor-element elementor-element-90d095b elementor-widget elementor-widget-button" data-id="90d095b" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="{{ path('front.actualite') }}"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Toutes l'actualités</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-60 elementor-top-column elementor-element elementor-element-38fe79e" data-id="38fe79e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4227b2c elementor-widget elementor-widget-gimont_elementor_blog" data-id="4227b2c" data-element_type="widget" data-widget_type="gimont_elementor_blog.default"> <div class="elementor-widget-container"> <ul class="ova-blog column_2 version_1 v1_template_2"> {% if actualite != null %} {% for actu in actualite %} <li class="item"> <div class="media"> <div class="box-img"> <a href="{{ path('front.detail.actu', {'slug': actu.slug}) }}" rel="{{ actu.titre }}" title="{{ actu.titre }}"> <img decoding="async" style="border-top-left-radius: 10px; border-top-right-radius: 10px;" src="{{ asset('public/uploads/images/actualites/' ~ actu.image) }}" alt="{{ actu.titre }}"> </a> </div> </div> <div class="content" style="border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;"> <ul class="post-meta"> <li class="item-meta post-date"> <span class="left date"> <i aria-hidden="true" class="fas fa-calendar-alt"></i> </span> <span class="right date"> <span class="date-jMY">{{ actu.createdat|format_datetime(locale='fr',pattern="EEEE dd MMMM YYYY") }}</span> </span> </li> </ul> <h2 class="post-title" style="height: 55px; font-size: 20px !important;"> <a href="{{ path('front.detail.actu', {'slug': actu.slug}) }}" rel="{{ actu.titre }}" title="{{ actu.titre }}"> {% if actu.titre|length > 50 %} {{ actu.titre|striptags|slice(0, 47) ~ '...' }} {% else %} {{ actu.titre }} {% endif %} </a> </h2> <div class="item-meta wp-author" style="height: 100px; !important;"> <p>{{ actu.resume|striptags|slice(0, 120) }}</p> </div> <div class="meta-event meta-event-2"> <a href="{{ path('front.detail.actu', {'slug': actu.slug}) }}"> <div class=""> <span class="number">En savoir plus</span> <i class="fa fa-long-arrow-right icon_event" aria-hidden="true"></i> </div> </a> </div> </div> </li> {% endfor %} {% endif %} </ul> </div> </div> </div> </div> </div></section>