var/cache/dev/twig/cb/cb7a5ce9e562df281f357f0cef9640e0.php line 50

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* front/detail/detail-mention.html.twig */
  14. class __TwigTemplate_d49f7655574256ab4638dce25febdf29 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'styleSheets' => [$this'block_styleSheets'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "front.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/detail/detail-mention.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/detail/detail-mention.html.twig"));
  40.         $this->parent $this->loadTemplate("front.html.twig""front/detail/detail-mention.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_title($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         echo "Mentions | CIMEF-INTERNATIONAL";
  56.         
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58.         
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  60.     }
  61.     // line 4
  62.     public function block_styleSheets($context, array $blocks = [])
  63.     {
  64.         $macros $this->macros;
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styleSheets"));
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styleSheets"));
  69.         // line 5
  70.         echo "<style id='wp-emoji-styles-inline-css' type='text/css'>
  71. .row {
  72.     display: flex;            /* flexbox pour aligner les colonnes */
  73.     flex-wrap: wrap;          /* les colonnes passent à la ligne si nécessaire */
  74.     margin-right: -0.75rem;   /* -gutter/2 */
  75.     margin-left: -0.75rem;    /* -gutter/2 */
  76. }
  77. /* Small devices ≥576px */
  78. @media (min-width: 576px) {
  79.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  80.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  81.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  82.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  83. }
  84. /* Medium devices ≥768px */
  85. @media (min-width: 768px) {
  86.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  87.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  88.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  89.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  90. }
  91. /* Large devices ≥992px */
  92. @media (min-width: 992px) {
  93.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  94.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  95.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  96.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  97. }
  98. .subtitle{
  99.     color: #ff6600 !important;
  100. }
  101. .wrap_header_banner .overlay-slider {
  102.     position: absolute;
  103.     top: 0;
  104.     left: 0;
  105.     padding-top: 30px; 
  106.     width: 100%;
  107.     height: 100%;
  108.     background-color: rgba(0, 0, 0, 0.6392156863);
  109. }
  110. /*# sourceURL=wp-emoji-styles-inline-css */
  111. </style>
  112. ";
  113.         
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  115.         
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  117.     }
  118.     // line 50
  119.     public function block_body($context, array $blocks = [])
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  126.         // line 51
  127.         $this->loadTemplate("section/navbar.html.twig""front/detail/detail-mention.html.twig"51)->display($context);
  128.         // line 52
  129.         echo "<div class=\"wrap_header_banner\" style=\"height: 200px; background: url(";
  130.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("public/inter/wp-content/uploads/2023/06/header-banner.jpg"), "html"nulltrue);
  131.         echo ");\">
  132.     <div class=\"overlay-slider\">
  133.         <div class=\"row_site\">
  134.             <div class=\"container_site\">
  135.                 <div class=\"cover_color\"></div>
  136.                 <div class=\"header_banner_el\">
  137.                     ";
  138.         // line 58
  139.         if (((isset($context["detmention"]) || array_key_exists("detmention"$context) ? $context["detmention"] : (function () { throw new RuntimeError('Variable "detmention" does not exist.'58$this->source); })()) != null)) {
  140.             // line 59
  141.             echo "                    <div class=\"header_breadcrumbs\">
  142.                         <div id=\"breadcrumbs\">
  143.                             <ul class=\"breadcrumb\">
  144.                                 <li><a href=\"";
  145.             // line 62
  146.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front.inter.index");
  147.             echo "\" style=\"color: #fff!important;\" title=\"accueil\">Accueil</a></li>
  148.                                 <li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
  149.                                 <li style=\"color: #fff!important;\">Mentions</li>
  150.                                 <li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
  151.                                 <li style=\"color: #fff!important;\">";
  152.             // line 66
  153.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["detmention"]) || array_key_exists("detmention"$context) ? $context["detmention"] : (function () { throw new RuntimeError('Variable "detmention" does not exist.'66$this->source); })()), "titremen", [], "any"falsefalsefalse66), "html"nulltrue);
  154.             echo "</li>
  155.                             </ul>
  156.                         </div>
  157.                     </div>
  158.                     <h1 class=\"header_title\" style=\"color: #fff!important;\">";
  159.             // line 70
  160.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["detmention"]) || array_key_exists("detmention"$context) ? $context["detmention"] : (function () { throw new RuntimeError('Variable "detmention" does not exist.'70$this->source); })()), "titremen", [], "any"falsefalsefalse70), "html"nulltrue);
  161.             echo " </h1>
  162.                     ";
  163.         }
  164.         // line 72
  165.         echo "                </div>
  166.             </div>
  167.         </div>
  168.     </div>
  169. </div>
  170. <div class=\"container\">
  171.     <div style=\"padding: 30px;\"> 
  172.     </div>
  173. </div>
  174. <div data-elementor-type=\"wp-page\" data-elementor-id=\"405\" class=\"elementor elementor-405\">
  175.    <section class=\"elementor-section elementor-top-section elementor-element elementor-element-574990e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"574990e\" data-element_type=\"section\">
  176.       <div class=\"elementor-container elementor-column-gap-no\">
  177.          <div class=\"elementor-column elementor-col-120 elementor-top-column elementor-element elementor-element-eabb843\" data-id=\"eabb843\" data-element_type=\"column\">
  178.             <div class=\"elementor-widget-wrap elementor-element-populated\">
  179.                <div class=\"elementor-element elementor-element-a45a98c elementor-widget elementor-widget-gimont_elementor_heading\" data-id=\"a45a98c\" data-element_type=\"widget\" data-widget_type=\"gimont_elementor_heading.default\">
  180.                   <div class=\"elementor-widget-container\">
  181.                      <div class=\"ova-heading template_1\" style=\"padding-left: 50px; padding-right: 50px;\">
  182.                         <span class=\"line\"></span>
  183.                         <span class=\"subtitle\">Mentions</span>
  184.                         <h2 class=\"title\" style=\"font-size: 28px;\">";
  185.         // line 94
  186.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["detmention"]) || array_key_exists("detmention"$context) ? $context["detmention"] : (function () { throw new RuntimeError('Variable "detmention" does not exist.'94$this->source); })()), "titremen", [], "any"falsefalsefalse94), "html"nulltrue);
  187.         echo "</h2>
  188.                         <p class=\"desc\" style=\"margin-top: -20px;\">
  189.                         ";
  190.         // line 96
  191.         echo twig_get_attribute($this->env$this->source, (isset($context["detmention"]) || array_key_exists("detmention"$context) ? $context["detmention"] : (function () { throw new RuntimeError('Variable "detmention" does not exist.'96$this->source); })()), "detailmen", [], "any"falsefalsefalse96);
  192.         echo "
  193.                         </p>
  194.                      </div>
  195.                          
  196.                   </div>
  197.                </div>
  198.             </div>
  199.          </div>
  200.       </div>
  201.    </section>
  202.                    
  203. </div>
  204. ";
  205.         // line 111
  206.         $this->loadTemplate("section/footer.html.twig""front/detail/detail-mention.html.twig"111)->display($context);
  207.         // line 112
  208.         echo "
  209. ";
  210.         
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  212.         
  213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  214.     }
  215.     /**
  216.      * @codeCoverageIgnore
  217.      */
  218.     public function getTemplateName()
  219.     {
  220.         return "front/detail/detail-mention.html.twig";
  221.     }
  222.     /**
  223.      * @codeCoverageIgnore
  224.      */
  225.     public function isTraitable()
  226.     {
  227.         return false;
  228.     }
  229.     /**
  230.      * @codeCoverageIgnore
  231.      */
  232.     public function getDebugInfo()
  233.     {
  234.         return array (  240 => 112,  238 => 111,  220 => 96,  215 => 94,  191 => 72,  186 => 70,  179 => 66,  172 => 62,  167 => 59,  165 => 58,  155 => 52,  153 => 51,  143 => 50,  89 => 5,  79 => 4,  60 => 3,  37 => 1,);
  235.     }
  236.     public function getSourceContext()
  237.     {
  238.         return new Source("{% extends 'front.html.twig' %}
  239. {% block title %}Mentions | CIMEF-INTERNATIONAL{% endblock %}
  240. {% block styleSheets %}
  241. <style id='wp-emoji-styles-inline-css' type='text/css'>
  242. .row {
  243.     display: flex;            /* flexbox pour aligner les colonnes */
  244.     flex-wrap: wrap;          /* les colonnes passent à la ligne si nécessaire */
  245.     margin-right: -0.75rem;   /* -gutter/2 */
  246.     margin-left: -0.75rem;    /* -gutter/2 */
  247. }
  248. /* Small devices ≥576px */
  249. @media (min-width: 576px) {
  250.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  251.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  252.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  253.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  254. }
  255. /* Medium devices ≥768px */
  256. @media (min-width: 768px) {
  257.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  258.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  259.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  260.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  261. }
  262. /* Large devices ≥992px */
  263. @media (min-width: 992px) {
  264.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  265.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  266.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  267.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  268. }
  269. .subtitle{
  270.     color: #ff6600 !important;
  271. }
  272. .wrap_header_banner .overlay-slider {
  273.     position: absolute;
  274.     top: 0;
  275.     left: 0;
  276.     padding-top: 30px; 
  277.     width: 100%;
  278.     height: 100%;
  279.     background-color: rgba(0, 0, 0, 0.6392156863);
  280. }
  281. /*# sourceURL=wp-emoji-styles-inline-css */
  282. </style>
  283. {% endblock %}
  284. {% block body %}
  285. {% include 'section/navbar.html.twig' %}
  286. <div class=\"wrap_header_banner\" style=\"height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});\">
  287.     <div class=\"overlay-slider\">
  288.         <div class=\"row_site\">
  289.             <div class=\"container_site\">
  290.                 <div class=\"cover_color\"></div>
  291.                 <div class=\"header_banner_el\">
  292.                     {% if detmention !=null %}
  293.                     <div class=\"header_breadcrumbs\">
  294.                         <div id=\"breadcrumbs\">
  295.                             <ul class=\"breadcrumb\">
  296.                                 <li><a href=\"{{ path('front.inter.index') }}\" style=\"color: #fff!important;\" title=\"accueil\">Accueil</a></li>
  297.                                 <li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
  298.                                 <li style=\"color: #fff!important;\">Mentions</li>
  299.                                 <li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
  300.                                 <li style=\"color: #fff!important;\">{{ detmention.titremen }}</li>
  301.                             </ul>
  302.                         </div>
  303.                     </div>
  304.                     <h1 class=\"header_title\" style=\"color: #fff!important;\">{{ detmention.titremen }} </h1>
  305.                     {% endif %}
  306.                 </div>
  307.             </div>
  308.         </div>
  309.     </div>
  310. </div>
  311. <div class=\"container\">
  312.     <div style=\"padding: 30px;\"> 
  313.     </div>
  314. </div>
  315. <div data-elementor-type=\"wp-page\" data-elementor-id=\"405\" class=\"elementor elementor-405\">
  316.    <section class=\"elementor-section elementor-top-section elementor-element elementor-element-574990e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"574990e\" data-element_type=\"section\">
  317.       <div class=\"elementor-container elementor-column-gap-no\">
  318.          <div class=\"elementor-column elementor-col-120 elementor-top-column elementor-element elementor-element-eabb843\" data-id=\"eabb843\" data-element_type=\"column\">
  319.             <div class=\"elementor-widget-wrap elementor-element-populated\">
  320.                <div class=\"elementor-element elementor-element-a45a98c elementor-widget elementor-widget-gimont_elementor_heading\" data-id=\"a45a98c\" data-element_type=\"widget\" data-widget_type=\"gimont_elementor_heading.default\">
  321.                   <div class=\"elementor-widget-container\">
  322.                      <div class=\"ova-heading template_1\" style=\"padding-left: 50px; padding-right: 50px;\">
  323.                         <span class=\"line\"></span>
  324.                         <span class=\"subtitle\">Mentions</span>
  325.                         <h2 class=\"title\" style=\"font-size: 28px;\">{{ detmention.titremen }}</h2>
  326.                         <p class=\"desc\" style=\"margin-top: -20px;\">
  327.                         {{ detmention.detailmen|raw }}
  328.                         </p>
  329.                      </div>
  330.                          
  331.                   </div>
  332.                </div>
  333.             </div>
  334.          </div>
  335.       </div>
  336.    </section>
  337.                    
  338. </div>
  339. {% include 'section/footer.html.twig' %}
  340. {% endblock %}""front/detail/detail-mention.html.twig""/home/cimefinternation/public_html/templates/front/detail/detail-mention.html.twig");
  341.     }
  342. }