templates/front/thematique.html.twig line 1

Open in your IDE?
  1. {% extends 'front.html.twig' %}
  2. {% block title %}Nos thématiques | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block styleSheets %}
  4. <style id='wp-emoji-styles-inline-css' type='text/css'>
  5. .events_pagination ul.pagination {
  6.     display: flex;
  7.     flex-wrap: wrap;
  8.     justify-content: center;
  9.     list-style: none;
  10.     margin: 0;
  11.     padding: 0;
  12. }
  13. .page-item.active .page-link {
  14.     background-color: #ff6600;
  15.     color: #fff;
  16. }
  17. .page-link {
  18.     margin: 10px;
  19.     color: #051a53;
  20.     background-color: #ededed;
  21.     border-radius: 5px;
  22.     padding: 10px;
  23.     /* margin: 0 3px; */
  24. }
  25. .titre-certificat{
  26.     color: #051a53;
  27.     font-family: arial !important;
  28.     font-size: 22px;
  29.     text-transform: uppercase !important;
  30.     line-height: 1.3;
  31.     font-weight: bold;
  32. }
  33. .row {
  34.     display: flex;            /* flexbox pour aligner les colonnes */
  35.     flex-wrap: wrap;          /* les colonnes passent à la ligne si nécessaire */
  36.     margin-right: -0.75rem;   /* -gutter/2 */
  37.     margin-left: -0.75rem;    /* -gutter/2 */
  38. }
  39. .events_pagination ul.pagination {
  40.     display: flex;
  41.     flex-wrap: wrap;
  42.     justify-content: center;
  43.     list-style: none;
  44.     margin: 0;
  45.     padding: 0;
  46. }
  47. .page-item.active .page-link {
  48.     background-color: #ff6600;
  49.     color: #fff;
  50. }
  51. .page-link {
  52.     margin: 10px;
  53.     color: #051a53;
  54.     background-color: #ededed;
  55.     border-radius: 5px;
  56.     padding: 10px;
  57.     /* margin: 0 3px; */
  58. }
  59. .text-lien{
  60.    color: #ff6600;
  61.    /* font-size: 16px; */
  62. }
  63. /* Small devices ≥576px */
  64. @media (min-width: 576px) {
  65.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  66.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  67.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  68.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  69. }
  70. /* Medium devices ≥768px */
  71. @media (min-width: 768px) {
  72.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  73.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  74.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  75.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  76. }
  77. /* Large devices ≥992px */
  78. @media (min-width: 992px) {
  79.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  80.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  81.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  82.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  83. }
  84. .type1 .date-event {
  85.     transition: all 0.5s ease;
  86.     position: absolute;
  87.     bottom: 20px;
  88.     left: 30px;
  89.     z-index: 1;
  90.     font-size: 12px;
  91.     color: #fff;
  92.     font-weight: 700;
  93.     text-transform: uppercase;
  94.     text-align: center;
  95.     line-height: 1.3;
  96.     letter-spacing: 1px;
  97.     background-color: #ff6600 !important;
  98.     padding: 12px;
  99. }
  100. .icon_event{
  101.     color: #ff6600 !important;
  102. }
  103. .wrap_header_banner .overlay-slider {
  104.     position: absolute;
  105.     top: 0;
  106.     left: 0;
  107.     padding-top: 30px; 
  108.     width: 100%;
  109.     height: 100%;
  110.     background-color: rgba(0, 0, 0, 0.6392156863);
  111. }
  112. .text-lien{
  113.     color: #ff6600 !important;
  114. }
  115. .text-lien:hover{
  116.     color: #051a53 !important;
  117. }
  118. </style>
  119. {% endblock %}
  120. {% block body %}
  121. {% include 'section/navbar.html.twig' %}
  122. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});">
  123.     <div class="overlay-slider">
  124.         <div class="row_site">
  125.             <div class="container_site">
  126.                 <div class="cover_color"></div>
  127.                 <div class="header_banner_el">
  128.                     <div class="header_breadcrumbs">
  129.                         <div id="breadcrumbs">
  130.                         <ul class="breadcrumb">
  131.                             <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  132.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  133.                             <li style="color: #fff!important;">Nos thématiques</li>
  134.                         </ul>
  135.                         </div>
  136.                     </div>
  137.                     <h1 class="header_title" style="color: #fff!important;">Nos thématiques</h1>
  138.                 </div>
  139.             </div>
  140.         </div>
  141.     </div>
  142. </div>
  143. <div class="container-event">
  144.     <div id="sidebar-active" class="content-event">
  145.       <!-- search form -->
  146.         {% if pagination != null %}
  147.             {% for pag in pagination %}
  148.                 <div class="row" style="padding: 10px; margin-bottom: 10px; border: 1px solid #cfcfcf; width: 100%; margin-left: 2px;">
  149.                     <div class="col-md-12 col-sm-12">
  150.                         <div style="margin-bottom: 20px;"><h3 class="titre-certificat">{{ pag.nom }}</h3></div>
  151.                         <span style="text-transform: lowercase; color: #ff6600; font-size: 20px !important;">({{ pag.nbThemes }}) </span>
  152.                         <span style="text-transform: lowercase;">Thèmes |&nbsp;</span>
  153.                         <a style="text-transform: lowercase; color: #ff6600;" href="{{ path('front.inscription',{'slug': pag.slug, 'id': pag.id,'seminaires': 'certificats interantionaux'}) }}">
  154.                             <span style="text-transform: lowercase;">
  155.                                 <a class="text-lien" href="{{ path('front.thematique.detail', {'slug': pag.slug, 'id': pag.id }) }}" style="color: #201D1C;"> Découvrez les thèmes de cette thématique</a>
  156.                             </span>
  157.                         </a>
  158.                     </div>
  159.                 </div>
  160.             {% endfor %}
  161.         {% endif %}
  162.     </div>
  163.    {% include 'section/aside.html.twig' %}
  164. </div>
  165.    {% include 'section/footer.html.twig' %}
  166. {% endblock %}