<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* front/detail/detail-mention.html.twig */
class __TwigTemplate_d49f7655574256ab4638dce25febdf29 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'styleSheets' => [$this, 'block_styleSheets'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/detail/detail-mention.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/detail/detail-mention.html.twig"));
$this->parent = $this->loadTemplate("front.html.twig", "front/detail/detail-mention.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Mentions | CIMEF-INTERNATIONAL";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
public function block_styleSheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "styleSheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "styleSheets"));
// line 5
echo "<style id='wp-emoji-styles-inline-css' type='text/css'>
.row {
display: flex; /* flexbox pour aligner les colonnes */
flex-wrap: wrap; /* les colonnes passent à la ligne si nécessaire */
margin-right: -0.75rem; /* -gutter/2 */
margin-left: -0.75rem; /* -gutter/2 */
}
/* Small devices ≥576px */
@media (min-width: 576px) {
.col-3 { flex: 0 0 100%; max-width: 100%; }
.col-sm-4 { flex: 0 0 100%; max-width: 100%; }
.col-sm-6 { flex: 0 0 100%; max-width: 100%; }
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}
/* Medium devices ≥768px */
@media (min-width: 768px) {
.col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
}
/* Large devices ≥992px */
@media (min-width: 992px) {
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}
.subtitle{
color: #ff6600 !important;
}
.wrap_header_banner .overlay-slider {
position: absolute;
top: 0;
left: 0;
padding-top: 30px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6392156863);
}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 50
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 51
$this->loadTemplate("section/navbar.html.twig", "front/detail/detail-mention.html.twig", 51)->display($context);
// line 52
echo "<div class=\"wrap_header_banner\" style=\"height: 200px; background: url(";
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", null, true);
echo ");\">
<div class=\"overlay-slider\">
<div class=\"row_site\">
<div class=\"container_site\">
<div class=\"cover_color\"></div>
<div class=\"header_banner_el\">
";
// line 58
if (((isset($context["detmention"]) || array_key_exists("detmention", $context) ? $context["detmention"] : (function () { throw new RuntimeError('Variable "detmention" does not exist.', 58, $this->source); })()) != null)) {
// line 59
echo " <div class=\"header_breadcrumbs\">
<div id=\"breadcrumbs\">
<ul class=\"breadcrumb\">
<li><a href=\"";
// line 62
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front.inter.index");
echo "\" style=\"color: #fff!important;\" title=\"accueil\">Accueil</a></li>
<li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
<li style=\"color: #fff!important;\">Mentions</li>
<li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
<li style=\"color: #fff!important;\">";
// line 66
echo twig_escape_filter($this->env, 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.', 66, $this->source); })()), "titremen", [], "any", false, false, false, 66), "html", null, true);
echo "</li>
</ul>
</div>
</div>
<h1 class=\"header_title\" style=\"color: #fff!important;\">";
// line 70
echo twig_escape_filter($this->env, 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.', 70, $this->source); })()), "titremen", [], "any", false, false, false, 70), "html", null, true);
echo " </h1>
";
}
// line 72
echo " </div>
</div>
</div>
</div>
</div>
<div class=\"container\">
<div style=\"padding: 30px;\">
</div>
</div>
<div data-elementor-type=\"wp-page\" data-elementor-id=\"405\" class=\"elementor elementor-405\">
<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\">
<div class=\"elementor-container elementor-column-gap-no\">
<div class=\"elementor-column elementor-col-120 elementor-top-column elementor-element elementor-element-eabb843\" data-id=\"eabb843\" data-element_type=\"column\">
<div class=\"elementor-widget-wrap elementor-element-populated\">
<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\">
<div class=\"elementor-widget-container\">
<div class=\"ova-heading template_1\" style=\"padding-left: 50px; padding-right: 50px;\">
<span class=\"line\"></span>
<span class=\"subtitle\">Mentions</span>
<h2 class=\"title\" style=\"font-size: 28px;\">";
// line 94
echo twig_escape_filter($this->env, 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.', 94, $this->source); })()), "titremen", [], "any", false, false, false, 94), "html", null, true);
echo "</h2>
<p class=\"desc\" style=\"margin-top: -20px;\">
";
// line 96
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", false, false, false, 96);
echo "
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
";
// line 111
$this->loadTemplate("section/footer.html.twig", "front/detail/detail-mention.html.twig", 111)->display($context);
// line 112
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/detail/detail-mention.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'front.html.twig' %}
{% block title %}Mentions | CIMEF-INTERNATIONAL{% endblock %}
{% block styleSheets %}
<style id='wp-emoji-styles-inline-css' type='text/css'>
.row {
display: flex; /* flexbox pour aligner les colonnes */
flex-wrap: wrap; /* les colonnes passent à la ligne si nécessaire */
margin-right: -0.75rem; /* -gutter/2 */
margin-left: -0.75rem; /* -gutter/2 */
}
/* Small devices ≥576px */
@media (min-width: 576px) {
.col-3 { flex: 0 0 100%; max-width: 100%; }
.col-sm-4 { flex: 0 0 100%; max-width: 100%; }
.col-sm-6 { flex: 0 0 100%; max-width: 100%; }
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}
/* Medium devices ≥768px */
@media (min-width: 768px) {
.col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
}
/* Large devices ≥992px */
@media (min-width: 992px) {
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}
.subtitle{
color: #ff6600 !important;
}
.wrap_header_banner .overlay-slider {
position: absolute;
top: 0;
left: 0;
padding-top: 30px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6392156863);
}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
{% endblock %}
{% block body %}
{% include 'section/navbar.html.twig' %}
<div class=\"wrap_header_banner\" style=\"height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});\">
<div class=\"overlay-slider\">
<div class=\"row_site\">
<div class=\"container_site\">
<div class=\"cover_color\"></div>
<div class=\"header_banner_el\">
{% if detmention !=null %}
<div class=\"header_breadcrumbs\">
<div id=\"breadcrumbs\">
<ul class=\"breadcrumb\">
<li><a href=\"{{ path('front.inter.index') }}\" style=\"color: #fff!important;\" title=\"accueil\">Accueil</a></li>
<li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
<li style=\"color: #fff!important;\">Mentions</li>
<li class=\"li_separator\"><span class=\"separator\"><i class=\"ovaicon-next\" style=\"color: #fff!important;\"></i></span></li>
<li style=\"color: #fff!important;\">{{ detmention.titremen }}</li>
</ul>
</div>
</div>
<h1 class=\"header_title\" style=\"color: #fff!important;\">{{ detmention.titremen }} </h1>
{% endif %}
</div>
</div>
</div>
</div>
</div>
<div class=\"container\">
<div style=\"padding: 30px;\">
</div>
</div>
<div data-elementor-type=\"wp-page\" data-elementor-id=\"405\" class=\"elementor elementor-405\">
<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\">
<div class=\"elementor-container elementor-column-gap-no\">
<div class=\"elementor-column elementor-col-120 elementor-top-column elementor-element elementor-element-eabb843\" data-id=\"eabb843\" data-element_type=\"column\">
<div class=\"elementor-widget-wrap elementor-element-populated\">
<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\">
<div class=\"elementor-widget-container\">
<div class=\"ova-heading template_1\" style=\"padding-left: 50px; padding-right: 50px;\">
<span class=\"line\"></span>
<span class=\"subtitle\">Mentions</span>
<h2 class=\"title\" style=\"font-size: 28px;\">{{ detmention.titremen }}</h2>
<p class=\"desc\" style=\"margin-top: -20px;\">
{{ detmention.detailmen|raw }}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
{% include 'section/footer.html.twig' %}
{% endblock %}", "front/detail/detail-mention.html.twig", "/home/cimefinternation/public_html/templates/front/detail/detail-mention.html.twig");
}
}