templates/front/detail/detail-rencontre.html.twig line 1

Open in your IDE?
  1. {% extends 'front.html.twig' %}
  2. {% block title %}Détail rencontre top management | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block styleSheets %}
  4. <style id='wp-emoji-styles-inline-css' type='text/css'>
  5. h1, h5{
  6.     font-family: arial;
  7.     font-weight: bolder !important;
  8. }
  9. h2, h3{
  10.   font-family: arial !important;  
  11. }
  12. .btn-register {
  13.     background-color: #ff6600;
  14.     color: #fff;
  15.     font-weight: bold;
  16.     margin-top: 10px;
  17.     text-align: center; 
  18.     border: 1px solid #ff6600!important; 
  19.     width: 100% !important;
  20.     padding: 10px;
  21.     border-radius: 2px;
  22. }
  23. .btn-register:hover {
  24.     background-color: #051a53;
  25.     color: #fff;
  26.     margin-top: 10px;
  27.     text-align: center; 
  28.     border: 1px solid #051a53!important; 
  29.     width: 100% !important;
  30.     padding: 10px;
  31.     border-radius: 2px;
  32. }
  33. .btn-fichier{
  34.     margin-bottom: 30px; background: #ff6600; padding: 10px; height: 70px; width: 100%; line-height: 50px;
  35. }
  36. .btn-fichier:hover{
  37.     margin-bottom: 30px; background: #051a53; padding: 10px; height: 70px; width: 100%;
  38. }
  39. .text-lien{
  40.    color: #ff6600;
  41.    font-size: 16px;
  42. }
  43. .mon-div-fixe {
  44.     position: fixed;
  45.     top: 250px;     /* distance du haut */
  46.     /* right: 20px;   distance de la droite */
  47.     z-index: 9999; /* pour passer au-dessus des autres éléments */
  48. }
  49. .shadow {
  50.     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  51. }
  52. .header_title{ font-size: 25px !important; text-transform: lowercase; color: #fff!important; font-weight: bold !important; }
  53. /* Small devices ≥576px */
  54. @media (min-width: 576px) {
  55.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  56.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  57.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  58.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  59.     .header_banner_el { padding: 10px!important; }
  60.     .header_title{ font-size: 20px; text-transform: lowercase; color: #fff!important; }
  61. }
  62. /* Medium devices ≥768px */
  63. @media (min-width: 768px) {
  64.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  65.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  66.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  67.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  68. }
  69. /* Large devices ≥992px */
  70. @media (min-width: 992px) {
  71.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  72.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  73.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  74.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  75. }
  76. .wrap_header_banner .overlay-slider {
  77.     position: absolute;
  78.     top: 0;
  79.     left: 0;
  80.     padding-top: 30px; 
  81.     width: 100%;
  82.     height: 100%;
  83.     background-color: rgba(0, 0, 0, 0.6392156863);
  84. }
  85. </style>
  86. {% endblock %}
  87. {% block body %}
  88. {% include 'section/navbar.html.twig' %}
  89. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});">
  90.     <div class="overlay-slider">
  91.         <div class="row_site">
  92.             <div class="container_site">
  93.                 <div class="cover_color"></div>
  94.                 <div class="header_banner_el">
  95.                     {% if query != null %}
  96.                     <div class="header_breadcrumbs">
  97.                         <div id="breadcrumbs">
  98.                             <ul class="breadcrumb">
  99.                                 <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  100.                                 <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  101.                                 <li style="color: #fff!important; text-transform: lowercase;">Formations</li>
  102.                                 <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  103.                                 <li style="color: #fff!important; text-transform: lowercase;">Rencontre des top management</li>
  104.                                 <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  105.                                 <!--
  106.                                 <li style="color: #fff!important; text-transform: lowercase;">{{ query.theme }}</li>
  107.                                 -->
  108.                             </ul>
  109.                         </div>
  110.                     </div>
  111.                     <h1 class="header_title">{{ query.theme }} </h1>
  112.                     {% endif %}
  113.                 </div>
  114.             </div>
  115.         </div>
  116.     </div>
  117. </div>
  118.        <style id="elementor-post-1308">.elementor-1308 .elementor-element.elementor-element-6df1039{margin-top:0px;margin-bottom:110px;}.elementor-1308 .elementor-element.elementor-element-7668bb9 .ovaev-event-title{font-size:30px;}.elementor-1308 .elementor-element.elementor-element-5dc2e39 > .elementor-widget-container{margin:0px 0px 35px 0px;}.elementor-1308 .elementor-element.elementor-element-ee883c9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-1308 .elementor-element.elementor-element-ee883c9 > .elementor-element-populated{margin:-50px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}@media(max-width:1024px){.elementor-1308 .elementor-element.elementor-element-6df1039{margin-top:0px;margin-bottom:80px;}.elementor-1308 .elementor-element.elementor-element-ee883c9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:767px){.elementor-1308 .elementor-element.elementor-element-7668bb9 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1308 .elementor-element.elementor-element-ff09908 > .elementor-widget-container{margin:0px 0px 50px 0px;}}@media(min-width:768px){.elementor-1308 .elementor-element.elementor-element-d6d4b6c{width:67%;}.elementor-1308 .elementor-element.elementor-element-ee883c9{width:33%;}}</style>
  119.         <div data-elementor-type="page" data-elementor-id="1308" class="elementor elementor-1308">
  120.         {% if query != null %}
  121.             
  122.             <section class="elementor-section elementor-top-section elementor-element elementor-element-6df1039 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6df1039" data-element_type="section">
  123.                 <div class="elementor-container elementor-column-gap-default">
  124.                 <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d6d4b6c" data-id="d6d4b6c" data-element_type="column">
  125.                     <div class="elementor-widget-wrap elementor-element-populated">
  126.                     <div class="elementor-element elementor-element-7668bb9 elementor-widget elementor-widget-ova_event_title" data-id="7668bb9" data-element_type="widget" data-widget_type="ova_event_title.default">
  127.                         <div class="elementor-widget-container">
  128.                             <h1 class="ovaev-event-title">
  129.                                 Rencontre des top management                    
  130.                             </h1>
  131.                         </div>
  132.                         <div class="elementor-widget-container">
  133.                             <h5 class="ovaev-event-title" style="font-size: 25px; color: #ff6600;">
  134.                                 {{ query.theme }}                    
  135.                             </h5>
  136.                         </div>
  137.                     </div>
  138.                     <div class="elementor-element elementor-element-e0d81c8 elementor-widget elementor-widget-ova_event_content" data-id="e0d81c8" data-element_type="widget" data-widget_type="ova_event_content.default">
  139.                         <div class="elementor-widget-container">
  140.                             <div class="ovaev-event-content">
  141.                                 {% if query.texte != null %}
  142.                                     {{ query.texte|raw }}
  143.                                 {% else %}
  144.                                     <p>The City Government is excited to announce an upcoming event that will showcase all the amazing things our community has to offer. Join us on Saturday for our community fair, where local vendors, artists, and organizations will come together to showcase their products and services.</p>
  145.                                     <p>This fun-filled event will feature live music performances, food trucks, children&#8217;s activities, and much more. Meet local business owners and community leaders and learn about their vision for our city&#8217;s future. There will also be opportunities to learn more about local government initiatives and community development projects.</p>
  146.                                     <h2 class="wp-block-heading">Event requirements</h2>
  147.                                     <p>This event is free and open to the public, so bring your family and friends along to enjoy a day of fun and community spirit. We look forward to seeing you there!</p>
  148.                                     
  149.                                 {% endif %}
  150.                             </div>
  151.                         </div>
  152.                     </div>
  153.                     
  154.                     </div>
  155.                 </div>
  156.                 <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ee883c9" data-id="ee883c9" data-element_type="column">
  157.                     <div class="elementor-widget-wrap elementor-element-populated">
  158.                         <div  class="elementor-element elementor-element-bdfb755 elementor-widget elementor-widget-ova_event_info" data-id="bdfb755" data-element_type="widget" data-widget_type="ova_event_info.default">
  159.                             <div class="elementor-widget-container">
  160.                             <div class="ovaev-event-info">
  161.                                 <ul class="info-contact">
  162.                                     <li>
  163.                                         <span class="label"><i class="fa fa-calendar-o" aria-hidden="true"></i>  Du :</span>
  164.                                         <span class="info">{{ query.datedebut|format_datetime(locale='fr',pattern="EEEE dd MMMM YYYY") }}</span>
  165.                                     </li>
  166.                                     <li style="margin-top: -10px !important;">
  167.                                         <span class="label"><i class="fa fa-calendar-o" aria-hidden="true"></i> Au :</span>
  168.                                         <span class="info">{{ query.datefin|format_datetime(locale='fr',pattern="EEEE dd MMMM YYYY") }}</span>
  169.                                     </li>
  170.                                     <li style="margin-top: -10px !important;">
  171.                                         <span class="label"><i class="fa fa-map-marker" aria-hidden="true"></i> Lieu :</span>
  172.                                         <span class="info">{{ query.ville }}</span>
  173.                                     </li>
  174.                                     <li style="margin-top: -10px;">
  175.                                         <span class="label"><i class="fa fa-money" aria-hidden="true"></i> Prix :</span>
  176.                                         <span class="info">
  177.                                             <a href="#" title="Museum">{{ query.prix }} {{ query.devise }}</a>
  178.                                         </span>                        
  179.                                     </li>
  180.                                 </ul>
  181.             
  182.                                 <a href="{{ path('front.inscription.management',{'slug': query.slug, 'id': query.id })}}">
  183.                                     <div class="btn-register">
  184.                                         S'inscrire        
  185.                                     </div>
  186.                                 </a>
  187.                             
  188.                             </div>
  189.                             </div>
  190.                         </div>
  191.                         
  192.                         <div class="shadow btn-fichier">
  193.                             <a href="{{ asset('public/catalogues/Catalogue_2026_CIMEF_INTERNATIONAL.pdf') }}">
  194.                                 <div class="row">
  195.                                     <div class="col-md-2 col-sm-12" style="text-align: center;">
  196.                                         <a href="{{ asset('public/catalogues/Catalogue_2026_CIMEF_INTERNATIONAL.pdf') }}" title="Download files" class="icon" data-id="829">
  197.                                             <i class="gimonticon-download" style="font-size: 22px; color: #fff;" aria-hidden="true"></i>
  198.                                         </a>    
  199.                                     </div>
  200.                                     <div class="col-md-10 col-sm-12">
  201.                                         <a href="{{ asset('public/catalogues/Catalogue_2026_CIMEF_INTERNATIONAL.pdf') }}">
  202.                                         <label style="color: #fff; font-size: 20px; font-family: arial; cursor: pointer;">Télécharger le catalogue 2026</h3>
  203.                                         </a>
  204.                                     </div>
  205.                                 </div>
  206.                             </a>
  207.                         </div>
  208.                         <div class="elementor-element elementor-element-4d96d43 elementor-widget elementor-widget-ova_event_location" data-id="4d96d43" data-element_type="widget" data-widget_type="ova_event_location.default">
  209.                             <div class="elementor-widget-container">
  210.                             <div class="ovaev-location" 
  211.                                 id="location-widget" 
  212.                                 style="height: 430px;" 
  213.                                 data-address="Si Phraya Rd, Khwaeng Si Phraya, Khet Bang Rak, Krung Thep Maha Nakhon 10500, Thailand" 
  214.                                 data-lat="13.731334" 
  215.                                 data-lng="100.5220733" 
  216.                                 data-zoom="18">
  217.                             </div>
  218.                             </div>
  219.                         </div>
  220.                     </div>
  221.                 </div>
  222.                 </div>
  223.             </section>
  224.         {% else %}
  225.             <div style="margin-top: 20px; text-align: justify;">
  226.                 <h2>Informations indisponible</h2>
  227.             </div>
  228.         {% endif %}
  229.         </div>
  230.       </div>
  231. </div>
  232. {% include 'section/footer.html.twig' %}
  233. {% endblock %}