<?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;
/* Theme/Users/User/Security/accueilsite.html.twig */
class __TwigTemplate_eb314ca1cbfc38a6a924f6030f635fe5439914c9d78811a9c4298882b89606b8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'userblog_body' => [$this, 'block_userblog_body'],
'javascripttemplate' => [$this, 'block_javascripttemplate'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "Theme/Users/User/layoutuser.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Users/User/Security/accueilsite.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Users/User/Security/accueilsite.html.twig"));
// line 1
$context["menudisplay"] = 0;
// line 2
$this->parent = $this->loadTemplate("Theme/Users/User/layoutuser.html.twig", "Theme/Users/User/Security/accueilsite.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 4
echo "
\t";
// line 5
$this->displayParentBlock("meta", $context, $blocks);
echo "
\t<meta name=\"keywords\" content=\"";
// line 6
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 6, $this->source); })()), "html", null, true);
echo ", Business, Innovation,Administration\"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"";
// line 8
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 8, $this->source); })()), "html", null, true);
echo " | Inscription | Cameroun | ";
echo twig_escape_filter($this->env, (isset($context["metier"]) || array_key_exists("metier", $context) ? $context["metier"] : (function () { throw new RuntimeError('Variable "metier" does not exist.', 8, $this->source); })()), "html", null, true);
echo "\"/>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 12
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 13
echo "\t";
$this->displayParentBlock("title", $context, $blocks);
echo " | Accueil
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 16
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 17
echo "\t";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
\t<style>
\t\t.box-slide-top{
\t\t\theight: 120px; border: 1px solid #ddd; margin: 2px 0px;
\t\t\tpadding: 3px;
\t\t\tborder-radius: 5px;
\t\t\tbackground: #fff;
\t\t}
\t\t.controls{
\t\t\tbackground: #fff;
\t\t\tmargin-top: 2px;
\t\t\tpadding: 2px;
\t\t\tborder-radius: 0px 0px 5px 5px;
\t\t}
\t\t.controls a{
\t\t\tbackground: #f5f5f5;
\t\t\tpadding: 1px 5px;
\t\t\tborder-radius: 5px;
\t\t\tdisplay: inline-block;
\t\t\tfont-size: 10px;
\t\t}
\t\t.box-slide-top:hover{
\t\t\tbackground: #f7f7f7;
\t\t\tborder: 1px solid green;
\t\t}
\t\t.carousel-link{
\t\t\tdisplay: block!important;
\t\t}
\t\t.carousel-link img:hover{
\t\t\tbox-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
\t\t}
\t</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 51
public function block_userblog_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
// line 52
echo "<!-- Slider Area -->
\t<section class=\"hero-slider\" style=\"background-image: url('https://via.placeholder.com/1900x700');\">
\t\t<!-- Single Slider -->
\t\t<div class=\"single-slider\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row no-gutters\">
\t\t\t\t\t<div class=\"col-lg-6 offset-lg-3 col-12\" style=\"padding: 0px;\">
\t\t\t\t\t\t<div class=\"text-inner\" style=\"background: #fff; min-height: 482px; margin: 16px 3px 0px 3px; border-radius: 5px; padding-top: 20px;\">
\t\t\t\t\t\t\t<div id=\"carouselIndicators\" class=\"carousel slide\" data-ride=\"carousel\">
\t\t\t\t\t\t\t <ol class=\"carousel-indicators\">
\t\t\t\t\t\t\t\t";
// line 63
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_slide"]) || array_key_exists("liste_slide", $context) ? $context["liste_slide"] : (function () { throw new RuntimeError('Variable "liste_slide" does not exist.', 63, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["silde"]) {
// line 64
echo "\t\t\t\t\t\t\t\t\t<li data-target=\"#carouselIndicators\" data-slide-to=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 64), "html", null, true);
echo "\" class=\"";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 64)) {
echo "active";
}
echo "\"></li>
\t\t\t\t\t\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['silde'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 66
echo "\t\t\t\t\t\t\t </ol>
\t\t\t\t\t\t\t <div class=\"carousel-inner\">
\t\t\t\t\t\t\t ";
// line 69
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_slide"]) || array_key_exists("liste_slide", $context) ? $context["liste_slide"] : (function () { throw new RuntimeError('Variable "liste_slide" does not exist.', 69, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["silde"]) {
// line 70
echo "\t\t\t\t\t\t\t\t<div class=\"carousel-item ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 70)) {
echo "active";
}
echo "\">
\t\t\t\t\t\t\t\t\t<a href=\"#!\" class=\"carousel-link\">
\t\t\t\t\t\t\t\t\t <img src=\"";
// line 72
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["silde"], "src", [], "any", false, false, false, 72), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["silde"], "getwebpath", [], "any", false, false, false, 72)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/tresorerie.jpg"), "html", null, true);
}
echo "\" alt=\"First slide\" style=\"width: 100%; height: 445px;\">
\t\t\t\t\t\t\t\t\t <div class=\"carousel-caption text-center\">
\t\t\t\t\t\t\t\t\t\t<h2 class=\"white-text-shadow\">";
// line 74
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["silde"], "titre", [], "any", false, false, false, 74), "html", null, true);
echo "</h2>
\t\t\t\t\t\t\t\t\t </div>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['silde'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 79
echo "
\t\t\t\t\t\t\t </div>
\t\t\t\t\t\t\t <a class=\"carousel-control-prev\" data-target=\"#carouselIndicators\" href=\"#!\" role=\"button\" data-slide=\"prev\">
\t\t\t\t\t\t\t\t<img src=\"";
// line 83
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/arrow-left-acc.svg"), "html", null, true);
echo "\" class=\"indicateur-carousel\"/>
\t\t\t\t\t\t\t\t<span class=\"sr-only\">Previous</span>
\t\t\t\t\t\t\t </a>
\t\t\t\t\t\t\t <a class=\"carousel-control-next\" data-target=\"#carouselIndicators\" href=\"#!\" role=\"button\" data-slide=\"next\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 88
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/arrow-right-acc.svg"), "html", null, true);
echo "\" class=\"indicateur-carousel\"/>
\t\t\t\t\t\t\t\t<span class=\"sr-only\">Next</span>
\t\t\t\t\t\t\t </a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<!--div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-lg-12 col-12\">
\t\t\t\t\t\t\t\t\t<div class=\"hero-text\">
\t\t\t\t\t\t\t\t\t\t<h1><span>UP TO 50% OFF </span>Shirt For Man</h1>
\t\t\t\t\t\t\t\t\t\t<p>Maboriosam in a nesciung eget magnae <br> dapibus disting tloctio in the find it pereri <br> odiy maboriosm.</p>
\t\t\t\t\t\t\t\t\t\t<div class=\"button\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn\">Shop Now!</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div-->
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-3 col-12\">
\t\t\t\t\t\t<div class=\"text-inner\" style=\"height: 510px; margin-top: 15px;\">
\t\t\t\t\t\t\t<ul class=\"newsticker\" style=\"height: 450px; bottom: 0px;\">
\t\t\t\t\t\t\t\t";
// line 112
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["liste_offre"]) || array_key_exists("liste_offre", $context) ? $context["liste_offre"] : (function () { throw new RuntimeError('Variable "liste_offre" does not exist.', 112, $this->source); })()), 0, 8));
foreach ($context['_seq'] as $context["_key"] => $context["offre"]) {
// line 113
echo "\t\t\t\t\t\t\t\t<li class=\"box-slide-top\">
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 114
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["offre"], "link", [], "any", false, false, false, 114), null))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["offre"], "link", [], "any", false, false, false, 114), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_tous_produits_souscategorie_binplace_market", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["offre"], "projet", [], "any", false, false, false, 114), "id", [], "any", false, false, false, 114), "scat" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["offre"], "souscategorie", [], "any", false, false, false, 114), "id", [], "any", false, false, false, 114)]), "html", null, true);
}
echo "\" style=\"display: inline-block!important; height: 100%!important; width: 100%!important; position: sticky;\">
\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"padding: 4px 2px;\">
\t\t\t\t\t\t\t\t\t\t<div style=\"width: 35%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
// line 117
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["offre"], "src", [], "any", false, false, false, 117), "source"))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["offre"], "getwebpath", [], "any", false, false, false, 117)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/assistance-bg.jpg"), "html", null, true);
}
echo "\" style=\"height: 90%!important; width: 100%!important; display: inline-block;\"/>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<div style=\"width: 65%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t\t\t<strong class=\"coustom-my-text\" style=\"display: block;\">";
// line 120
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["offre"], "projet", [], "any", false, false, false, 120), "name", [0 => 30], "method", false, false, false, 120), "html", null, true);
echo "</strong>
\t\t\t\t\t\t\t\t\t\t\t";
// line 121
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["offre"], "titre", [], "any", false, false, false, 121), "html", null, true);
echo "
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<span style=\"position: absolute; right: 7px; bottom: 15px; padding: 2px; border-radius: 5px; background: #f4f4f4;\">Consulter</span>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['offre'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 128
echo "\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t<div class=\"controls\" style=\"text-align: right!important; padding-left: 5px; padding-right: 5px;\"><a href=\"";
// line 130
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_speciales_offres");
echo "\" style=\"float: left;\"><i class=\"ti-thought\"></i> Offres spéciales</a> <a class=\"prev-button\" href=\"#!\" title=\"Précédent\"><span class=\"fa fa-arrow-circle-left\"></span></a> | <a class=\"next-button\" href=\"#!\" title=\"Suivant\"><span class=\"fa fa-arrow-circle-right\"></span></a> | <a class=\"stop-button\" href=\"#!\" title=\"Pause\"><span class=\"fa fa-stop\"></span></a> | <a class=\"start-button\" href=\"#!\" title=\"Arrêter/Jouer\"><span class=\"fa fa-play\"></span></a> </div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<!--/ End Single Slider -->
\t</section>
\t<script type=\"text/javascript\">
\t\tvar multilines = \$('.newsticker').newsTicker({
\t\t\trow_height: 150,
\t\t\tspeed: 50,
\t\t\tprevButton: \$('.prev-button'),
\t\t\tnextButton: \$('.next-button'),
\t\t\tstopButton: \$('.stop-button'),
\t\t\tstartButton: \$('.start-button'),
\t\t});
\t</script>
\t<style>
\t\t.box-hover {
\t\t\tposition:relative;
\t\t\twidth: 100%;
\t\t\theight: 100%;
\t\t\tbackground:#000;
\t\t\tbox-sizing:border-box;
\t\t\toverflow:hidden;
\t\t\tbox-shadow:0 5px 10px rgba(0,0,0,.8);
\t\t}
\t\t.box-hover:before {
\t\t\tcontent:'';
\t\t\tposition:absolute;
\t\t\ttop:10px;
\t\t\tleft:10px;
\t\t\tright:10px;
\t\t\tbottom:10px;
\t\t\tborder-top:1px solid #fff;
\t\t\tborder-bottom:1px solid #fff;
\t\t\tbox-sizing:border-box;
\t\t\ttransition:0.5s;
\t\t\ttransform: scaleX(0);
\t\t\topacity:0;
\t\t}
\t\t.box-hover:hover:before {
\t\t\ttransform:scaleX(1);
\t\t\topacity:1;
\t\t}
\t\t.box-hover:after {
\t\t\tcontent:'';
\t\t\tposition:absolute;
\t\t\ttop:10px;
\t\t\tleft:10px;
\t\t\tright:10px;
\t\t\tbottom:10px;
\t\t\tborder-left:1px solid #fff;
\t\t\tborder-right:1px solid #fff;
\t\t\tbox-sizing:border-box;
\t\t\ttransition:0.5s;
\t\t\ttransform: scaleY(0);
\t\t\topacity:0;
\t\t}
\t\t.box-hover:hover:after {
\t\t\ttransform:scaleY(1);
\t\t\topacity:1;
\t\t}
\t\t.box-hover .imgBox {
\t\t\tposition:relative;
\t\t}
\t\t.box-hover .imgBox img {
\t\t\twidth:100%;
\t\t\ttransition:0.5s;
\t\t}
\t\t.box-hover:hover .imgBox img {
\t\t\topacity:.2;
\t\t\ttransform:scale(1.2);
\t\t}
\t\t.box-hover .content {
\t\t\tposition:absolute;
\t\t\twidth:100%;
\t\t\ttop:40%;
\t\t\ttransform:translateY(-50%);
\t\t\tz-index:2;
\t\t\tpadding:20px;
\t\t\tbox-sizing:border-box;
\t\t\ttext-align:center;
\t\t}
\t\t.box-hover .content h2 {
\t\t\tmargin: 0 0 10px;
\t\t\tpadding:0;
\t\t\tcolor:#fff;
\t\t\ttransition:0.5s;
\t\t\ttransform:translateY(-50px);
\t\t\topacity:0;
\t\t\tvisibility:hidden;
\t\t}
\t\t.box-hover .content p {
\t\t\tmargin:0;
\t\t\tpadding:0;
\t\t\tcolor:#fff;
\t\t\ttransform:translateY(50px);
\t\t\topacity:0;
\t\t\tvisibility:hidden;
\t\t}
\t\t.box-hover:hover .content h2,
\t\t.box-hover:hover .content P {
\t\t\topacity:1;
\t\t\tvisibility:visible;
\t\t\ttransform:translateY(0px);
\t\t}
\t\t
\t</style>
\t<section>
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-md-12\" >
\t\t\t\t<section class=\"logo-partner\" style=\"background: #f2f2f2;\">
\t\t\t\t
\t\t\t\t<div class=\"my-container\">
\t\t\t\t<div class=\"cover-wrapper\" style=\"height: 120px;\">
\t\t\t\t\t<div id=\"client-logos\" class=\"owl-carousel text-center\">
\t\t\t\t\t\t";
// line 253
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_marque"]) || array_key_exists("liste_marque", $context) ? $context["liste_marque"] : (function () { throw new RuntimeError('Variable "liste_marque" does not exist.', 253, $this->source); })()));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["marque"]) {
// line 254
echo "\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"";
// line 255
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_acceuil_sousdomaine_type_market_place", ["idmarque" => twig_get_attribute($this->env, $this->source, $context["marque"], "id", [], "any", false, false, false, 255)]), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["marque"], "id", [], "any", false, false, false, 255), "html", null, true);
echo "\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 257
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["marque"], "src", [], "any", false, false, false, 257), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["marque"], "getwebpath", [], "any", false, false, false, 257)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/logo-afh.png"), "html", null, true);
}
echo "\" style=\"width: 100%!important; height: auto;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>";
// line 261
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["marque"], "nom", [], "any", false, false, false, 261), "html", null, true);
echo "</strong></br>
\t\t\t\t\t\t\t\t\t\t";
// line 262
$context["nbproduits"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["marque"], "produits", [], "any", false, false, false, 262));
// line 263
echo "\t\t\t\t\t\t\t\t\t\t<span>";
echo twig_escape_filter($this->env, (isset($context["nbproduits"]) || array_key_exists("nbproduits", $context) ? $context["nbproduits"] : (function () { throw new RuntimeError('Variable "nbproduits" does not exist.', 263, $this->source); })()), "html", null, true);
echo " produit(s)</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 269
echo "\t\t\t\t\t\t<!-- div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\" >
\t\t\t\t\t\t\t <img src=\"";
// line 271
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/domainebox.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"";
// line 277
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/i-web.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"";
// line 283
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/logo-afh.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"";
// line 289
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/ovh-host.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"";
// line 295
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/france-dns.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"";
// line 301
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/logo-cpanel.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"";
// line 307
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/logo-oj.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div -->
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 315
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/part01.jpeg"), "html", null, true);
echo "\" style=\"height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 328
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/part02.jpeg"), "html", null, true);
echo "\" style=\"height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 341
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/part03.jpeg"), "html", null, true);
echo "\" style=\"height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 354
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/part04.jpeg"), "html", null, true);
echo "\" style=\" height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['marque'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 365
echo "\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t</section>
\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\$('#client-logos').owlCarousel({
\t\t\t\t\tloop:true,
\t\t\t\t\tmargin:15,
\t\t\t\t\tnav:true,
\t\t\t\t\tresponsive:{
\t\t\t\t\t\t0:{
\t\t\t\t\t\t\titems:2
\t\t\t\t\t\t},
\t\t\t\t\t\t600:{
\t\t\t\t\t\t\titems:4
\t\t\t\t\t\t},
\t\t\t\t\t\t1000:{
\t\t\t\t\t\t\titems:6
\t\t\t\t\t\t}
\t\t\t\t\t},
\t\t\t\t\tnavText: [\"<img src='";
// line 386
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/av8a49a4f81c3318dc69d.png"), "html", null, true);
echo "'/>\",\"<img src='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/avcc910c4ee5888b858fe.png"), "html", null, true);
echo "'/>\"]
\t\t\t\t});
\t\t\t\t</script>
\t\t\t\t</div>
\t\t </div>
\t\t</div>
\t</section>
<!--/ End Slider Area -->
<style>
.card-view{
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 22px;
margin-bottom: 20px;
\tbackground: #fff;
\tmax-width: 100%;
\tborder-right: 3px solid green;
}
.card-view:hover {
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01);
\tbackground: #f9f9f9;
\tcursor: pointer;
\tborder-right: 3px solid blue;
}
.flex-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.spacer {
padding-top: 50px;
padding-bottom: 50px;
}
.bg-gray{
background: #F8F8F8;
}
.no-margin{
margin: 0 !important;
}
.flex-row .flex-col{
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.r-layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.r-layout .r-img {
position: relative;
width: 199px;
height: 192px;
margin-right: 20px;
}
.cm-sm {
width: 154px !important;
height: 156px !important;
}
.r-layout .r-img img {
width: 100%;
height: 100%;
border-radius: 3px;
-o-object-fit: cover;
object-fit: cover;
}
.r-layout .s-tag {
position: absolute;
top: 0;
right: 0;
font-weight: 500;
margin-right: 0;
}
.s-tag {
width: 41px;
height: 36px;
background: transparent;
color: #ed6e11;
border-radius: 3px;
background: var(--theme-color1);
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: bold;
margin-right: 10px;
margin-top: -25px;
}
.card-sm-content .r-layout .r-content .title {
font-size: 17px;
}
.r-layout .r-content .title {
font-size: 22px;
font-weight: 600;
color: #212121;
margin: 0;
}
.title {
font-size: 28px;
font-weight: bold;
margin: 0;
}
.r-layout .r-content p {
font-size: 14px;
color: #666666;
margin: 0;
margin-bottom: 10px;
}
.taglist {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
}
.taglist .tag:first-child {
margin-left: 0;
}
.taglist .tag {
margin-left: 10px;
}
.tag {
height: 26px;
border-radius: 2px;
background-color: #e4e4e4;
font-size: 14px;
color: #666666;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
\tpadding-left: 4px;
\tpadding-right: 4px;
}
.r-layout .r-content p {
font-size: 14px;
color: #666666;
margin: 0;
margin-bottom: 10px;
}
.r-layout .r-content .color-text {
font-weight: 600;
color: #00796b;
}
.r-layout .r-content p {
font-size: 14px;
color: #666666;
margin: 0;
margin-bottom: 10px;
}
/* common css up */
.h3-titlte {
font-size: 20px;
font-weight: 600;
color: #212121;
margin-top: 30px;
margin-bottom: 15px;
}
.panel-detail-top{
\tbackground: #fff!important;
}
.section-tabs {
display: none;
padding: 20px 0 0;
border-top: 1px solid #ddd;
}
.input-tabs {
display: none!important;
}
.label-tab{
\tdisplay: inline-block;
\tmargin: 0 0 -1px;
\tpadding: 15px 10px;
\tfont-weight: 600;
\ttext-align: center;
\tcolor: #bbb;
\tborder: 1px solid transparent;
\tfont-size: 14px!important;
\theight: 50px!important;
}
.label-tab:after{
\tborder: 2px solid transparent!important;
\tdisplay: none;
}
.label-tab:before{
\tborder: 2px solid transparent!important;
\tpadding-top: 7px!important;
\tmargin-left: 7px!important;
}
.label-tab:before{
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}
.label-tab[for*='1']:before {
content: '\\f1cb';
}
.label-tab[for*='2']:before {
content: '\\f17d';
}
.label-tab[for*='3']:before {
content: '\\f16b';
}
.label-tab[for*='4']:before {
content: '\\f1a9';
}
.label-tab:hover {
color: #888;
cursor: pointer;
}
.input-tabs:checked + .label-tab {
color: #555;
border: 1px solid #ddd;
border-top: 2px solid #092759;
border-bottom: 1px solid #fff;
}
#tab-1:checked ~ #content1,
#tab-2:checked ~ #content2,
#tab-3:checked ~ #content3,
#tab-4:checked ~ #content4 {
display: block;
}#tab-5:checked ~ #content5 {
display: block;
}
@media screen and (max-width: 650px) {
.label-tab {
\tfont-size: 0;
}
.label-tab:before {
\tmargin: 0;
\tfont-size: 18px;
}
}
@media screen and (max-width: 400px) {
.label-tab {
\tpadding: 15px;
}
}
.tab-label{
\tfont-family: 'Montserrat', sans-serif!important;
}
/* mixin for multiline */
.card2 {
border: 0;
border-radius: 0;
background-color: #f4f4f4;
margin-top: -20px;
}
.card-img-top {
position: relative;
padding: 15px;
width: 100%;
height: 250px;
-o-object-fit: contain;
\t object-fit: contain;
}
.card-body {
border-radius: 15px 15px 0px 0px;
padding-top: 100px;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
height: 280px;
}
.card-text {
display: block;
overflow: hidden;
font-size: 16px;
line-height: 1.5;
max-height: 72px;
}
</style>
<section class=\"theme-bg-light\" style=\"background: #f4f4f4; padding: 20px 0px;\">
<div class=\"container\">\t\t
\t <style>
\t\tdiv.demotabs {
\t\t border: 2px dashed #e6e6e6;
\t\t border-radius: .8125rem;
\t\t box-shadow: inset 0px 0px 1.625rem rgba(0, 0, 0, 0.05);
\t\t margin-top: 1.625rem;
\t\t padding: 15px;
\t\t background: #fff;
\t\t}
\t\t
\t\t.demotabs:hover .owl-next img, .demotabs:hover .owl-prev img{
\t\t\tbackground: #fff!important;
\t\t\tdisplay: inline-block!important;
\t\t\tborder-radius: 50%;
\t\t\tbox-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
\t\t\ttransition: all 0.3s cubic-bezier(.25,.8,.25,1);
\t\t\tcursor: pointer;
\t\t}
\t\t.demotabs .owl-next img, .demotabs .owl-prev img{
\t\t\ttop: 150px!important;
\t\t\tdisplay: none;
\t\t\theight: 50px;
\t\t\twidth: 50px;
\t\t\tpadding: 15px;
\t\t}
\t\t.demotabs .owl-next img:hover, .demotabs .owl-prev img:hover{
\t\t\tbackground: #f2f2f2;
\t\t\tborder: 1px solid red;
\t\t}
\t\t
\t\t.default-item{
\t\t\tfont-weight: nomal; font-size: 15px;
\t\t}
\t\t.default-item .diviser-item{
\t\t\twidth: 120px; height: 7px; background: #fff; margin-top: 15px;
\t\t}
\t\t.active-item{
\t\t\tfont-weight: bold; font-size: 25px;
\t\t}
\t\t.active-item .diviser-item{
\t\t\twidth: 120px; height: 7px; margin-top: 15px;
\t\t\tbackground-color: var(--bg-principal)!important;
\t\t}
\t\t#produits-enregistres, #produits-nouveaux{
\t\t\tdisplay: none;
\t\t}
\t </style>
<div class=\"demotabs\">
\t<div class=\"tabs-container\" style=\"padding-top: 15px; border: none;\">
\t\t
\t\t<div class=\"row\" style=\"margin-bottom: 30px;\">
\t\t\t<div class=\"col-md-4\">
\t\t\t\t<div class=\"default-item active-item\" value=\"1\">
\t\t\t\t\t<a href=\"#!\">Recommandations</a>
\t\t\t\t\t<div class=\"diviser-item\"></div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"col-md-4\">
\t\t\t\t<div class=\"default-item\" value=\"2\">
\t\t\t\t\t<a href=\"#!\">Enregistrements</a>
\t\t\t\t\t<div class=\"diviser-item\"></div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"col-md-4\">
\t\t\t\t<div class=\"default-item\" value=\"3\">
\t\t\t\t\t<a href=\"#!\">Nouveaux Produits</a>
\t\t\t\t\t<div class=\"diviser-item\"></div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\t\$('.default-item').click(function(){
\t\t\t\t\$('.default-item').removeClass('active-item');
\t\t\t\t\$(this).addClass('active-item');
\t\t\t\t\$('.carousel-product').hide();
\t\t\t\tif(\$(this).attr('value') == 1)
\t\t\t\t{
\t\t\t\t\t\$('#produits-recommandes').show();
\t\t\t\t}else if(\$(this).attr('value') == 2){
\t\t\t\t\t\$('#produits-enregistres').show();
\t\t\t\t}else{
\t\t\t\t\t\$('#produits-nouveaux').show();
\t\t\t\t}
\t\t\t});
\t\t</script>
\t\t<div id=\"produits-recommandes\" class=\"owl-carousel text-center carousel-product\">
\t\t\t\t\t
\t\t";
// line 795
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["produit_recommander"]) || array_key_exists("produit_recommander", $context) ? $context["produit_recommander"] : (function () { throw new RuntimeError('Variable "produit_recommander" does not exist.', 795, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["produit"]) {
// line 796
echo "\t\t\t";
if ((1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["produit"], "ancienPrixProduit", [], "any", false, false, false, 796), 0))) {
// line 797
echo "\t\t\t\t";
$context["taux"] = ((twig_get_attribute($this->env, $this->source, $context["produit"], "newprise", [], "any", false, false, false, 797) - twig_get_attribute($this->env, $this->source, $context["produit"], "ancienPrixProduit", [], "any", false, false, false, 797)) / twig_get_attribute($this->env, $this->source, $context["produit"], "ancienPrixProduit", [], "any", false, false, false, 797));
// line 798
echo "\t\t\t";
} else {
// line 799
echo "\t\t\t\t";
$context["taux"] = 0;
// line 800
echo "\t\t\t";
}
// line 801
echo "\t\t\t";
$context["taux"] = ((isset($context["taux"]) || array_key_exists("taux", $context) ? $context["taux"] : (function () { throw new RuntimeError('Variable "taux" does not exist.', 801, $this->source); })()) * 100);
// line 802
echo "\t\t\t";
$context["img"] = twig_get_attribute($this->env, $this->source, $context["produit"], "getBestProduit", [], "any", false, false, false, 802);
// line 803
echo "
\t\t <div class=\"item-2\">
\t\t\t <div class=\"card2\">
\t\t\t\t<img src=\"";
// line 806
if ((0 !== twig_compare((isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 806, $this->source); })()), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, (isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 806, $this->source); })()), "getwebpath", [], "any", false, false, false, 806)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" class=\"card-img-top\" style=\"margin-bottom: -15px; position: relative; z-index: 1;\"/>
\t\t\t\t<div class=\"card-body\" style=\"position: relative; z-index: 2;\">
\t\t\t\t <h5 class=\"card-title\"><a href=\"";
// line 808
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_detail_produit_market", ["id" => twig_get_attribute($this->env, $this->source, $context["produit"], "id", [], "any", false, false, false, 808)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["produit"], "nom", [], "any", false, false, false, 808), "html", null, true);
echo "</a></h5>
\t\t\t\t <p class=\"card-text\">";
// line 809
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["produit"], "description", [], "any", false, false, false, 809), "html", null, true);
echo "</p>
\t\t\t\t <div class=\"text-center\" style=\"margin-top: 7px;\">
\t\t\t\t\t<a href=\"#!\" class=\"open-modal-souscription-offert\" value=\"";
// line 811
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["produit"], "id", [], "any", false, false, false, 811), "html", null, true);
echo "\" name=\"0\"><button type=\"button\" class=\"button-hover\" name=\"button\"> Ajouter <span class=\"fa fa-plus\"></span></button></a>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t </div>
\t\t </div>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['produit'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 817
echo "
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\$('#produits-recommandes').owlCarousel({
\t\t\tloop:true,
\t\t\tmargin:15,
\t\t\tnav:true,
\t\t\tresponsive:{
\t\t\t\t0:{
\t\t\t\t\titems: 1
\t\t\t\t},
\t\t\t\t600:{
\t\t\t\t\titems: 3
\t\t\t\t},
\t\t\t\t1000:{
\t\t\t\t\titems: 4
\t\t\t\t}
\t\t\t},
\t\t\tnavText: [\"<img src='";
// line 836
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/av8a49a4f81c3318dc69d.png"), "html", null, true);
echo "'/>\",\"<img src='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/avcc910c4ee5888b858fe.png"), "html", null, true);
echo "'/>\"]
\t\t});
\t\t</script>
\t\t
\t\t<div id=\"produits-enregistres\" class=\"owl-carousel text-center carousel-product\">
\t\t\t\t\t
\t\t";
// line 842
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_enregistrement"]) || array_key_exists("liste_enregistrement", $context) ? $context["liste_enregistrement"] : (function () { throw new RuntimeError('Variable "liste_enregistrement" does not exist.', 842, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["enregistrement"]) {
// line 843
echo "\t\t";
$context["produit"] = twig_get_attribute($this->env, $this->source, $context["enregistrement"], "produit", [], "any", false, false, false, 843);
// line 844
echo "\t\t";
if ((1 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 844, $this->source); })()), "ancienPrixProduit", [], "any", false, false, false, 844), 0))) {
// line 845
echo "\t\t\t";
$context["taux"] = ((twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 845, $this->source); })()), "newprise", [], "any", false, false, false, 845) - twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 845, $this->source); })()), "ancienPrixProduit", [], "any", false, false, false, 845)) / twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 845, $this->source); })()), "ancienPrixProduit", [], "any", false, false, false, 845));
// line 846
echo "\t\t";
} else {
// line 847
echo "\t\t\t";
$context["taux"] = 0;
// line 848
echo "\t\t";
}
// line 849
echo "\t\t";
$context["taux"] = ((isset($context["taux"]) || array_key_exists("taux", $context) ? $context["taux"] : (function () { throw new RuntimeError('Variable "taux" does not exist.', 849, $this->source); })()) * 100);
// line 850
echo "\t\t";
$context["img"] = twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 850, $this->source); })()), "getBestProduit", [], "any", false, false, false, 850);
// line 851
echo "\t\t <div class=\"item-2\">
\t\t\t <div class=\"card2\">
\t\t\t\t<img src=\"";
// line 853
if ((0 !== twig_compare((isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 853, $this->source); })()), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, (isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 853, $this->source); })()), "getwebpath", [], "any", false, false, false, 853)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" class=\"card-img-top\" style=\"margin-bottom: -15px; position: relative; z-index: 1;\"/>
\t\t\t\t<div class=\"card-body\" style=\"position: relative; z-index: 2;\">
\t\t\t\t <h5 class=\"card-title\"><a href=\"";
// line 855
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_detail_produit_market", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 855, $this->source); })()), "id", [], "any", false, false, false, 855)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 855, $this->source); })()), "nom", [], "any", false, false, false, 855), "html", null, true);
echo "</a></h5>
\t\t\t\t <p class=\"card-text\">";
// line 856
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 856, $this->source); })()), "contenu", [], "any", false, false, false, 856), "html", null, true);
echo "</p>
\t\t\t\t <div class=\"text-center\" style=\"margin-top: 7px;\">
\t\t\t\t\t<a href=\"#!\" class=\"open-modal-souscription-offert\" value=\"";
// line 858
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["produit"]) || array_key_exists("produit", $context) ? $context["produit"] : (function () { throw new RuntimeError('Variable "produit" does not exist.', 858, $this->source); })()), "id", [], "any", false, false, false, 858), "html", null, true);
echo "\" name=\"0\"><button type=\"button\" class=\"button-hover\" name=\"button\"> Ajouter <span class=\"fa fa-plus\"></span></button></a>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t </div>
\t\t </div>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['enregistrement'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 864
echo "
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\$('#produits-enregistres').owlCarousel({
\t\t\tloop:true,
\t\t\tmargin:15,
\t\t\tnav:true,
\t\t\tresponsive:{
\t\t\t\t0:{
\t\t\t\t\titems: 1
\t\t\t\t},
\t\t\t\t600:{
\t\t\t\t\titems: 3
\t\t\t\t},
\t\t\t\t1000:{
\t\t\t\t\titems: 4
\t\t\t\t}
\t\t\t},
\t\t\tnavText: [\"<img src='";
// line 883
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/av8a49a4f81c3318dc69d.png"), "html", null, true);
echo "'/>\",\"<img src='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/avcc910c4ee5888b858fe.png"), "html", null, true);
echo "'/>\"]
\t\t});
\t\t</script>
\t\t<div id=\"produits-nouveaux\" class=\"owl-carousel text-center carousel-product\">
\t\t\t\t\t
\t\t";
// line 889
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(1, 6));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 890
echo "\t\t <div class=\"item-2\">
\t\t\t <div class=\"card2\">
\t\t\t\t<img src=\"https://consumer-img.huawei.com/content/dam/huawei-cbg-site/common/mkt/list-image/wearables/watch-gt/watch-gt-listimage-black.png\" class=\"card-img-top\" style=\"margin-bottom: -15px; position: relative; z-index: 1;\"/>
\t\t\t\t<div class=\"card-body\" style=\"position: relative; z-index: 2;\">
\t\t\t\t <h5 class=\"card-title\">nouveaux</h5>
\t\t\t\t <p class=\"card-text\">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
\t\t\t\t <div class=\"text-center\" style=\"margin-top: 7px;\">
\t\t\t\t\t<a href=\"#!\" class=\"open-modal-souscription-offert\" value=\"1\" name=\"0\"><button type=\"button\" class=\"button-hover\" name=\"button\"> Ajouter <span class=\"fa fa-plus\"></span></button></a>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t </div>
\t\t </div>
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 903
echo "
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\$('#produits-nouveaux').owlCarousel({
\t\t\tloop:true,
\t\t\tmargin:15,
\t\t\tnav:true,
\t\t\tresponsive:{
\t\t\t\t0:{
\t\t\t\t\titems: 1
\t\t\t\t},
\t\t\t\t600:{
\t\t\t\t\titems: 3
\t\t\t\t},
\t\t\t\t1000:{
\t\t\t\t\titems: 4
\t\t\t\t}
\t\t\t},
\t\t\tnavText: [\"<img src='";
// line 922
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/av8a49a4f81c3318dc69d.png"), "html", null, true);
echo "'/>\",\"<img src='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/avcc910c4ee5888b858fe.png"), "html", null, true);
echo "'/>\"]
\t\t});
\t\t</script>
\t\t
\t\t
\t ";
// line 1086
echo "
\t</div>
</div>
</div>
</section>
<style>
.ux-card {
\t-webkit-box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
\tbox-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
\tmargin: 0 0 20px;
\tcolor: #444;
\tborder: 0;
\tborder-radius: 6px;
\tbackground: #fff;
\tcursor: pointer;
\ttext-align: center!important;
\theight: 400px!important;
\twidth: 100%;
}
.ux-card:hover{
box-shadow: -10px -10px 25px 0px rgba(0,0,0,0.3);
}
/**
* Helper Styles
*/
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/**
* Gallery Styles
* 1. Enable fluid images
*/
.gallery {
overflow: hidden;
}
.gallery__hero {
overflow: hidden;
position: relative;
padding: 2em;
margin: 0 0 0.3333333333em;
background: #fff;
}
.is-zoomed .gallery__hero {
cursor: move;
}
.is-zoomed .gallery__hero img {
max-width: none;
position: absolute;
z-index: 0;
top: -50%;
left: -50%;
}
.gallery__hero-enlarge {
position: absolute;
right: 0.5em;
bottom: 0.5em;
z-index: 1;
width: 30px;
height: 30px;
opacity: 0.5;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iNS4wIC0xMC4wIDEwMC4wIDEzNS4wIiBmaWxsPSIjMzRCZjQ5Ij48cGF0aCBkPSJNOTMuNTkzIDg2LjgxNkw3Ny4wNDUgNzAuMjY4YzUuNDEzLTYuODczIDguNjQyLTE1LjUyNiA4LjY0Mi0yNC45MTRDODUuNjg3IDIzLjEwNCA2Ny41OTMgNSA0NS4zNDMgNVM1IDIzLjEwNCA1IDQ1LjM1NGMwIDIyLjI0IDE4LjA5NCA0MC4zNDMgNDAuMzQzIDQwLjM0MyA5LjQgMCAxOC4wNjItMy4yNCAyNC45MjQtOC42NTNsMTYuNTUgMTYuNTZjLjkzNy45MjcgMi4xNjIgMS4zOTYgMy4zODggMS4zOTYgMS4yMjUgMCAyLjQ1LS40NyAzLjM5LTEuMzk2IDEuODc0LTEuODc1IDEuODc0LTQuOTEyLS4wMDItNi43ODh6bS00OC4yNS0xMC43MWMtMTYuOTU0IDAtMzAuNzUzLTEzLjc5OC0zMC43NTMtMzAuNzUyIDAtMTYuOTY0IDEzLjgtMzAuNzY0IDMwLjc1My0zMC43NjQgMTYuOTY0IDAgMzAuNzUzIDEzLjggMzAuNzUzIDMwLjc2NCAwIDE2Ljk1NC0xMy43ODggMzAuNzUzLTMwLjc1MyAzMC43NTN6TTYzLjAzMiA0NS4zNTRjMCAyLjM0NC0xLjkwNyA0LjI2Mi00LjI2MiA0LjI2MmgtOS4xNjR2OS4xNjRjMCAyLjM0NC0xLjkwNyA0LjI2Mi00LjI2MiA0LjI2Mi0yLjM1NSAwLTQuMjYyLTEuOTE4LTQuMjYyLTQuMjYydi05LjE2NGgtOS4xNjRjLTIuMzU1IDAtNC4yNjItMS45MTgtNC4yNjItNC4yNjIgMC0yLjM1NSAxLjkwNy00LjI2MiA0LjI2Mi00LjI2Mmg5LjE2NHYtOS4xNzVjMC0yLjM0NCAxLjkwNy00LjI2MiA0LjI2Mi00LjI2MiAyLjM1NSAwIDQuMjYyIDEuOTE4IDQuMjYyIDQuMjYydjkuMTc1aDkuMTY0YzIuMzU1IDAgNC4yNjIgMS45MDcgNC4yNjIgNC4yNjJ6Ii8+PC9zdmc+);
background-repeat: no-repeat;
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__hero-enlarge:hover {
opacity: 1;
}
.is-zoomed .gallery__hero-enlarge {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iNS4wIC0xMC4wIDEwMC4wIDEzNS4wIiBmaWxsPSIjMzRCZjQ5Ij48cGF0aCBkPSJNOTMuNTkzIDg2LjgxNkw3Ny4wNDUgNzAuMjY4YzUuNDEzLTYuODczIDguNjQyLTE1LjUyNiA4LjY0Mi0yNC45MTRDODUuNjg3IDIzLjEwNCA2Ny41OTMgNSA0NS4zNDMgNVM1IDIzLjEwNCA1IDQ1LjM1NGMwIDIyLjI0IDE4LjA5NCA0MC4zNDMgNDAuMzQzIDQwLjM0MyA5LjQgMCAxOC4wNjItMy4yNCAyNC45MjQtOC42NTNsMTYuNTUgMTYuNTZjLjkzNy45MjcgMi4xNjIgMS4zOTYgMy4zODggMS4zOTYgMS4yMjUgMCAyLjQ1LS40NyAzLjM5LTEuMzk2IDEuODc0LTEuODc1IDEuODc0LTQuOTEyLS4wMDItNi43ODh6TTE0LjU5IDQ1LjM1NGMwLTE2Ljk2NCAxMy44LTMwLjc2NCAzMC43NTMtMzAuNzY0IDE2Ljk2NCAwIDMwLjc1MyAxMy44IDMwLjc1MyAzMC43NjQgMCAxNi45NTQtMTMuNzkgMzAuNzUzLTMwLjc1MyAzMC43NTMtMTYuOTUzIDAtMzAuNzUzLTEzLjgtMzAuNzUzLTMwLjc1M3pNNTguNzcyIDQ5LjYxSDMxLjkyYy0yLjM1NSAwLTQuMjYzLTEuOTA3LTQuMjYzLTQuMjZzMS45MDgtNC4yNjMgNC4yNjItNC4yNjNINTguNzdjMi4zNTQgMCA0LjI2MiAxLjkwOCA0LjI2MiA0LjI2MnMtMS45MSA0LjI2LTQuMjYyIDQuMjZ6Ii8+PC9zdmc+);
}
.gallery__thumbs {
text-align: center;
background: #fff;
}
.gallery__thumbs a {
display: inline-block;
width: 20%;
padding: 0.5em;
opacity: 0.75;
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__thumbs a:hover {
opacity: 1;
}
.gallery__thumbs a.is-active {
opacity: 0.2;
}
figure.snip1321{
font-family: 'Raleway', Arial, sans-serif;
position: relative;
overflow: hidden;
width: 100%;
color: #000000;
text-align: center;
-webkit-perspective: 50em;
perspective: 50em;
}
figure.snip1321 * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
figure.snip1321 img {
max-width: 100%;
vertical-align: top;
}
figure.snip1321 figcaption {
top: 50%;
left: 20px;
right: 20px;
position: absolute;
opacity: 0;
z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
margin: 0;
}
figure.snip1321 h2 {
font-weight: 600;
}
figure.snip1321 h4 {
font-weight: 400;
text-transform: uppercase;
}
figure.snip1321 i {
font-size: 32px;
}
figure.snip1321:after {
background-color: #ffffff;
position: absolute;
content: \"\";
display: block;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
figure.snip1321 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 0.9;
}
.item{
\tbackground: #fff;
\tborder: 1px solid #fff;
}
.item:hover{
\tbackground: #f7f7f7;
\tcursor: pointer;
\tbox-shadow: 0 4px 10px -6px #0005;
\tborder: none;
}
</style>
<div style=\"background: #f5f7f8; padding-top: 20px;\">
<div class=\"container\">
<div class=\"row\" style=\"margin: 0px 0px 15px 0px; background: #fafafa;\">
<div class=\"col-md-12\">
\t<h3 class=\"breadcrumbs-title\">
\t Meilleures ventes ";
// line 1286
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 1286, $this->source); })()), "html", null, true);
echo "
\t <a href=\"";
// line 1288
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_acceuil_sousdomaine_type_market_place");
echo "\" class=\"flat-busness pull-right\" style=\"margin-top: -7px;\">Afficher plus</a>
\t</h3>
\t<hr>
</div>
<div class=\"col-md-12\">
<div style=\"overflow: hidden; height: 500px;\">
<link rel=\"stylesheet\" href=\"";
// line 1295
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/carousel/css/style.css"), "html", null, true);
echo "\"/>
<div class=\"resCarousel\" data-items=\"1,3,4,4\" data-slide=\"1\" style=\"overflow: visible; padding-left: 0px; padding-right: 0px;\">
<div class=\"resCarousel-inner\">
";
// line 1300
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["top_produit"]) || array_key_exists("top_produit", $context) ? $context["top_produit"] : (function () { throw new RuntimeError('Variable "top_produit" does not exist.', 1300, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["prod"]) {
// line 1301
echo "\t";
if ((1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["prod"], "ancienPrixProduit", [], "any", false, false, false, 1301), 0))) {
// line 1302
echo "\t\t";
$context["taux"] = ((twig_get_attribute($this->env, $this->source, $context["prod"], "newprise", [], "any", false, false, false, 1302) - twig_get_attribute($this->env, $this->source, $context["prod"], "ancienPrixProduit", [], "any", false, false, false, 1302)) / twig_get_attribute($this->env, $this->source, $context["prod"], "ancienPrixProduit", [], "any", false, false, false, 1302));
// line 1303
echo "\t";
} else {
// line 1304
echo "\t\t";
$context["taux"] = 0;
// line 1305
echo "\t";
}
// line 1306
echo "\t";
$context["taux"] = ((isset($context["taux"]) || array_key_exists("taux", $context) ? $context["taux"] : (function () { throw new RuntimeError('Variable "taux" does not exist.', 1306, $this->source); })()) * 100);
// line 1307
echo "
\t<div class=\"item\">
\t\t<div style=\"background: #fff; margin-bottom: 5px; padding: 5px;\">
\t\t<h5><a href=\"";
// line 1310
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_detail_produit_market", ["id" => twig_get_attribute($this->env, $this->source, $context["prod"], "id", [], "any", false, false, false, 1310)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["prod"], "name", [0 => 50], "method", false, false, false, 1310), "html", null, true);
echo "</a> </h5>
\t\t<div style=\"margin-top: 5px;\"><span style=\"text-decoration: line-through; font-size: 12px;\">";
// line 1311
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["prod"], "ancienPrixProduit", [], "any", false, false, false, 1311), "html", null, true);
echo "</span>";
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 1311, $this->source); })()), "html", null, true);
echo " <span>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["prod"], "newprise", [], "any", false, false, false, 1311), "html", null, true);
echo "</span></div>
\t\t</div>
\t\t<div id=\"\" class=\"js-gallery gallery\" style=\"border: 1px solid #ddd;\">
\t\t<!--Gallery Hero-->
\t\t<div class=\"gallery__hero\">
\t\t\t<span style=\"background: yellow; color: green; padding: 5px; display: inline-block;\">";
// line 1317
if ((1 === twig_compare((isset($context["taux"]) || array_key_exists("taux", $context) ? $context["taux"] : (function () { throw new RuntimeError('Variable "taux" does not exist.', 1317, $this->source); })()), 0))) {
echo "+";
} else {
echo "-";
}
echo twig_escape_filter($this->env, twig_round((isset($context["taux"]) || array_key_exists("taux", $context) ? $context["taux"] : (function () { throw new RuntimeError('Variable "taux" does not exist.', 1317, $this->source); })())), "html", null, true);
echo "%</span>
\t\t\t<a href=\"#!\" class=\"btn bg-struct open-modal-souscription-offert\" value=\"";
// line 1318
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["prod"], "id", [], "any", false, false, false, 1318), "html", null, true);
echo "\" name=\"0\" style=\"font-size: 10px; padding: 4px 7px!important; height: 25px; line-height: 15px; border-radius: 7px; float: right; text-transform: capitalize;\"><span class=\"mdi-action-add-shopping-cart\" style=\"font-size: 8px;\"></span> Ajouter</a>
\t\t\t<a href=\"";
// line 1319
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_detail_produit_market", ["id" => twig_get_attribute($this->env, $this->source, $context["prod"], "id", [], "any", false, false, false, 1319)]), "html", null, true);
echo "\" class=\"gallery__hero-enlarge ir\"></a>
\t\t ";
// line 1320
$context["img"] = twig_get_attribute($this->env, $this->source, $context["prod"], "getBestProduit", [], "any", false, false, false, 1320);
// line 1321
echo "\t\t <img src=\"";
if ((0 !== twig_compare((isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 1321, $this->source); })()), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, (isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 1321, $this->source); })()), "getwebpath", [], "any", false, false, false, 1321)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" style=\"height: 200px;\">
\t\t</div>
\t\t<!--Gallery Hero-->
\t\t<!--Gallery Thumbs-->
\t\t<div class=\"gallery__thumbs\">
\t\t\t";
// line 1328
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["prod"], "imgproduits", [], "any", false, false, false, 1328), 0, 4));
foreach ($context['_seq'] as $context["_key"] => $context["imge"]) {
// line 1329
echo "\t\t\t<a href=\"";
if ((0 !== twig_compare($context["imge"], null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["imge"], "getwebpath", [], "any", false, false, false, 1329)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" data-gallery=\"thumb\" class=\"item-image-ca\">
\t\t\t <img src=\"";
// line 1330
if ((0 !== twig_compare($context["imge"], null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["imge"], "getwebpath", [], "any", false, false, false, 1330)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" style=\"height: 40px; width: 40px;\">
\t\t\t</a>
\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['imge'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1333
echo "\t\t</div>
\t\t<!--Gallery Thumbs-->
\t\t</div>
\t</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['prod'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1339
echo "</div>
<button class=\"btn btn-default leftLst pull-left\" style=\"position: relative; margin-top: -250px; background: #fff; color: #333; padding: 0px;\"><i class=\"fa fa-fw fa-angle-left\"></i></button>
<button class=\"btn btn-default rightLst pull-right\" style=\"position: relative; margin-top: -250px; background: #fff; color: #333; padding: 0px;\"><i class=\"fa fa-fw fa-angle-right\"></i></button>
</div>
</div>
<script type=\"text/javascript\" src=\"";
// line 1345
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/carousel/js/main.js"), "html", null, true);
echo "\"></script>
</div>
</div>
</div>
</div>
<section style=\"padding-top: 20px;\">
<div class=\"container\">
<h3>Offres spéciales</h3>
<div class=\"kapsayici\">
<div class=\"row\">
";
// line 1359
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_offre"]) || array_key_exists("liste_offre", $context) ? $context["liste_offre"] : (function () { throw new RuntimeError('Variable "liste_offre" does not exist.', 1359, $this->source); })()));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["offre"]) {
// line 1360
echo "\t<div class=\"col-md-4 panel-offer text-right\">
\t\t<div class=\"slid3\">
\t\t\t<!-- <span class=\"emoji\"><img src=\"";
// line 1362
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/smile.png"), "html", null, true);
echo "\"> <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/hearteye.png"), "html", null, true);
echo "\"></span> -->
\t\t\t<a href=\"";
// line 1363
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["offre"], "link", [], "any", false, false, false, 1363), null))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["offre"], "link", [], "any", false, false, false, 1363), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_tous_produits_souscategorie_binplace_market", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["offre"], "projet", [], "any", false, false, false, 1363), "id", [], "any", false, false, false, 1363), "scat" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["offre"], "souscategorie", [], "any", false, false, false, 1363), "id", [], "any", false, false, false, 1363)]), "html", null, true);
}
echo "\">
\t\t\t\t<div class=\"resim3\">
\t\t\t\t\t<img src=\"";
// line 1365
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["offre"], "src", [], "any", false, false, false, 1365), "source"))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["offre"], "getwebpath", [], "any", false, false, false, 1365)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/assistance-bg.jpg"), "html", null, true);
}
echo "\"/>
\t\t\t\t\t<h2>";
// line 1366
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["offre"], "titre", [], "any", false, false, false, 1366), "html", null, true);
echo "</h2>
\t\t\t\t\t<p>";
// line 1367
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["offre"], "projet", [], "any", false, false, false, 1367), "name", [0 => 30], "method", false, false, false, 1367), "html", null, true);
echo "</p>
\t\t\t\t</div>
\t\t\t</a>
\t\t</div>
\t</div>
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 1373
echo "\t<div class=\"col-md-12\">
\t\t<div class=\"text-center\" style=\"height: 400px; padding-top: 100px; background: #fff; display: block; width: 100%!important; border: 1px solid #f4f4f4; border-radius: 5px;\">
\t\t\t<span class=\"fa fa-frown-o\"></span> Aucune données disponible pour cette requête.</br>
\t\t\t<hr style=\"width: 100px; border-bottom: 1px solid red; display: inline-block;\">
\t\t</div>
\t</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['offre'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1380
echo "
</div>
</div>
</div>
</section>
<style>
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
position: absolute;
top: -40px;
right: 0px;
}
</style>
<section style=\"position: sticky;\">
<div class=\"container\" style=\"margin-bottom: -20px;\">
\t<div class=\"row\">
\t\t<div class=\"col-md-12\">
\t\t\t<div class=\"text-left\" style=\"margin-bottom: -10px;margin-top: 20px;\">
\t\t\t\t<h2>Appréciés en ce moment</h2>
\t\t\t\t<p>Consultez les produits les plus appréciés en ce moment dans notre plateforme</p>
\t\t\t</div>
\t\t</div>
\t</div>
\t<div class=\"row\">
\t\t<div class=\"col-md-12\">
\t\t\t<div class=\"owl-carousel staff-list\" style=\"padding-top: 10px;\">
\t\t\t\t";
// line 1411
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["top_produit"]) || array_key_exists("top_produit", $context) ? $context["top_produit"] : (function () { throw new RuntimeError('Variable "top_produit" does not exist.', 1411, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["produit"]) {
// line 1412
echo "\t\t\t\t\t";
$this->loadTemplate("Theme/Produit/Produit/Produit/slideproduitdescript.html.twig", "Theme/Users/User/Security/accueilsite.html.twig", 1412)->display($context);
// line 1413
echo "\t\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['produit'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1414
echo "\t\t\t</div>
\t\t</div>
\t</div>
\t<script type=\"text/javascript\">
\t\$(document).ready(function(){
\t \$(\".staff-list\").owlCarousel({
\t\t items:4,
\t\t autoplay:false,
\t\t margin:30,
\t\t loop:true,
\t\t nav:true,
\t\t responsive:{
\t\t\t0:{
\t\t\t\titems:1,
\t\t\t\tnav:true
\t\t\t},
\t\t\t600:{
\t\t\t\titems:3,
\t\t\t\tnav:false
\t\t\t},
\t\t\t1000:{
\t\t\t\titems:4,
\t\t\t\tnav:true,
\t\t\t\tloop:false
\t\t\t}
\t\t },
\t\t navText:[\"<i class='fa fa-arrow-left'></i>\",\"<i class='fa fa-arrow-right'></i>\" ]
\t });
\t});
\t</script>
</div>
</section>
<style>
figure.snip1321{
font-family: 'Raleway', Arial, sans-serif;
position: relative;
overflow: hidden;
width: 100%;
color: #000000;
text-align: center;
-webkit-perspective: 50em;
perspective: 50em;
}
figure.snip1321 * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
figure.snip1321 img {
max-width: 100%;
vertical-align: top;
}
figure.snip1321 figcaption {
top: 50%;
left: 20px;
right: 20px;
position: absolute;
opacity: 0;
z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
margin: 0;
}
figure.snip1321 h2 {
font-weight: 600;
}
figure.snip1321 h4 {
font-weight: 400;
text-transform: uppercase;
}
figure.snip1321 i {
font-size: 32px;
}
figure.snip1321:after {
background-color: #ffffff;
position: absolute;
content: \"\";
display: block;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
figure.snip1321 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 0.9;
}
.item{
\tbackground: #fff;
\tborder: 1px solid #fff;
}
.item:hover{
\tborder: 1px solid #ddd;
\tbackground: #f7f7f7;
\tcursor: pointer;
}
</style>
<section style=\"background: #f4f4f4; padding: 20px 0px;\">
<div class=\"container\">
<div class=\"row\" style=\"background: #fafafa; padding: 15px 0px;\">
<div class=\"col-md-12\">
\t<h3 class=\"breadcrumbs-title\">
\t Catalogue ";
// line 1553
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 1553, $this->source); })()), "html", null, true);
echo "
\t
\t <a href=\"";
// line 1555
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_catalogue_produits");
echo "\" class=\"flat-busness\" style=\"margin-top: -7px; float: right;\">Afficher plus</a>
\t</h3>
\t<hr style=\"margin: 0px; \"/>
</div>
";
// line 1560
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["top_scat"]) || array_key_exists("top_scat", $context) ? $context["top_scat"] : (function () { throw new RuntimeError('Variable "top_scat" does not exist.', 1560, $this->source); })()), 0, 8));
foreach ($context['_seq'] as $context["_key"] => $context["scat"]) {
// line 1561
echo "<div class=\"col-md-3\" style=\"border-top: 1px solid #f7f7f7; border-left: 1px solid #f7f7f7; border-right: 1px solid #f7f7f7; padding-top: 7px; padding-bottom: 7px;\">
\t<a href=\"";
// line 1562
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_acceuil_sousdomaine_type_market_place", ["idscat" => twig_get_attribute($this->env, $this->source, $context["scat"], "id", [], "any", false, false, false, 1562)]), "html", null, true);
echo "\" style=\"display: block;\">
\t<figure class=\"snip1321\">
\t\t<div style=\"text-align: center;\">
\t\t\t<img src=\"";
// line 1565
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["scat"], "src", [], "any", false, false, false, 1565), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["scat"], "getwebpath", [], "any", false, false, false, 1565)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" alt=\"sq-sample26\" style=\"height: 150px; max-width: 100%;\"/>
\t\t</div>
\t <figcaption><i class=\"ion-upload\"></i>
\t\t<div>";
// line 1568
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["scat"], "nbproduit", [], "any", false, false, false, 1568), "html", null, true);
echo "</div>
\t\t<div>Produits</div>
\t </figcaption>
\t</figure>
\t<div style=\"text-align: center; margin-top: -10px; text-decoration: underline;\">
\t\t";
// line 1573
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["scat"], "nom", [], "any", false, false, false, 1573), "html", null, true);
echo "
\t</div>
\t</a>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['scat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1578
echo "
</div>
</div>
</section>
<style>
\t/*** START BS OVERRIDES ***/
\t.features {
\t padding: 50px 0;
\t}
\t.features.light-brown {
\t background-color: #fff;
\t padding: 7px;
\t}
\t.features h2.section-title {
\t color: #333333;
\t font-size: 22px;
\t margin: 0;
\t text-align: center;
\t}
\t.features .v-tabs .v-tab-head a,
\t.features .v-tabs a.v-tab-head {
\t color: #292929;
\t cursor: pointer;
\t display: block;
\t padding: 15px 30px 15px 15px;
\t border-right: 1px solid #33cc66;
\t margin: 0;
\t text-align: right;
\t font: 20px \"Raleway\", \"franklin-gothic-urw\", \"Helvectica Neue\", helvetica, clean, sans-serif;
\t}
\t.features .v-tabs .v-tab-head a.active, .features .v-tabs .v-tab-head a:hover,
\t.features .v-tabs a.v-tab-head.active,
\t.features .v-tabs a.v-tab-head:hover {
\t font-weight: bold;
\t text-decoration: none;
\t}
\t.features .v-tabs .v-tab-head a {
\t position: relative;
\t display: block;
\t}
\t.features .v-tabs .v-tab-head a.active::after, .features .v-tabs .v-tab-head a.active::before {
\t content: \"\";
\t border-style: solid;
\t border-width: 15px;
\t position: absolute;
\t right: 0;
\t top: 15px;
\t transform: rotate(90deg);
\t -ms-transform: rotate(90deg);
\t -webkit-transform: rotate(90deg);
\t -o-transform: rotate(90deg);
\t -moz-transform: rotate(90deg);
\t}
\t.features .v-tabs .v-tab-head a.active::before {
\t border-color: #3fcf6e transparent transparent;
\t}
\t.features .v-tabs .v-tab-head a.active::after {
\t margin-right: -1px;
\t border-color: #faf8f5 transparent transparent;
\t}
\t.features .v-tabs a.v-tab-head {
\t border: none;
\t padding: 15px 0;
\t text-align: left;
\t position: relative;
\t}
\t.features .v-tabs a.v-tab-head:after {
\t color: #e2dcd6;
\t content: \"\\f054\";
\t font-family: FontAwesome;
\t position: absolute;
\t right: 10px;
\t top: 50%;
\t transform: translateY(-50%);
\t -webkit-transform: translateY(-50%);
\t -moz-transform: translateY(-50%);
\t -o-transform: translateY(-50%);
\t}
\t.features .v-tabs a.v-tab-head.active::after {
\t color: #3c6;
\t content: \"\\f078\";
\t}
\t.features .v-tabs .v-tab-pane {
\t padding: 0 15px;
\t}
\t.features .v-tabs .v-tab-pane ul {
\t list-style: outside none none;
\t margin: 0;
\t padding: 0;
\t}
\t.features .v-tabs .v-tab-pane ul li {
\t border-bottom: 1px solid #e2dcd6;
\t color: #292929;
\t font-size: 16px;
\t padding: 15px 0;
\t}
\t.features .v-tabs .v-tab-pane ul li i {
\t color: #4c81b6;
\t cursor: pointer;
\t font-size: 14px;
\t}
\t.features .v-tabs .v-tab-pane .in {
\t border-top: none;
\t padding-top: 0;
\t}
\t.features .v-tabs .v-tab-pane .popover {
\t border: 1px solid #014d7e !important;
\t border-radius: 0;
\t width: auto;
\t margin: 10px 0 0 0;
\t max-width: 276px;
\t left: auto;
\t box-shadow: none;
\t}
\t.features .v-tabs .v-tab-pane .popover.bottom .arrow {
\t border-bottom-color: #014d7e;
\t}
\t.features .v-tabs .v-tab-pane .popover .popover-content {
\t font-size: 14px;
\t padding: 15px;
\t text-align: center;
\t}
\t@media screen and (max-width: 768px) {
\t .features.light-brown {
\t\tborder-top: 0 none;
\t }
\t .features h2.section-title {
\t\tfont-size: 32px;
\t }
\t .features .v-tabs .v-tab-pane .in {
\t\tborder-top: 1px solid #ddd;
\t\tborder-bottom: 2px solid #ddd;
\t }
\t .features .popover {
\t\tmargin: 10px 5% 0;
\t\tmax-width: none;
\t\twidth: 90%;
\t }
\t}
</style>
\t
<link rel=\"stylesheet\" href=\"";
// line 1724
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/bootstrap-3-3-7.css"), "html", null, true);
echo "\" />\t
\t<section class=\"benefits-section\">
\t<div class=\"container light-brown features\" id=\"features\">
\t\t<div class=\"row\">
\t\t <div class=\"col-xs-12 col-md-12 text-center\" style=\"margin-top: 15px;\">
\t\t\t<h4 style=\"display: block!important; width: 100%;\"> Produits et points de livraison </h4>
\t\t\t<p style=\"display: block;\"> Découvrez nos zones d'exercice et les coûts de livraison dans ces localités. </p>
\t\t </div>
\t\t</div>
\t\t
\t\t<div class=\"row v-tabs\" style=\"padding: 15px 0px!important; margin: 15px!important -15px!important; border-radius: 5px;\">
\t\t<div class=\"col-md-4\">
\t\t\t
\t\t\t<div class=\"text-inner\" style=\"height: 510px; margin-top: 15px;\">
\t\t\t\t<ul class=\"newstickerprod\" style=\"height: 450px; bottom: 0px;\">
\t\t\t\t\t";
// line 1740
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["points_livraison"]) || array_key_exists("points_livraison", $context) ? $context["points_livraison"] : (function () { throw new RuntimeError('Variable "points_livraison" does not exist.', 1740, $this->source); })()), 0, 4));
foreach ($context['_seq'] as $context["_key"] => $context["livraison"]) {
// line 1741
echo "\t\t\t\t\t\t";
$context["img"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1741), "produit", [], "any", false, false, false, 1741), "getBestProduit", [], "any", false, false, false, 1741);
// line 1742
echo "\t\t\t\t\t\t<li class=\"box-slide-top\">
\t\t\t\t\t\t\t<a href=\"";
// line 1743
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_detail_produit_market", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1743), "produit", [], "any", false, false, false, 1743), "id", [], "any", false, false, false, 1743)]), "html", null, true);
echo "\" style=\"display: inline-block!important; height: 100%!important; width: 100%!important; position: sticky;\">
\t\t\t\t\t\t\t<div class=\"row\" style=\"padding: 4px 2px;\">
\t\t\t\t\t\t\t\t<div style=\"width: 35%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 1746
if ((0 !== twig_compare((isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 1746, $this->source); })()), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, (isset($context["img"]) || array_key_exists("img", $context) ? $context["img"] : (function () { throw new RuntimeError('Variable "img" does not exist.', 1746, $this->source); })()), "getwebpath", [], "any", false, false, false, 1746)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/test.png"), "html", null, true);
}
echo "\" style=\"height: 90%!important; width: 100%!important; display: inline-block;\"/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div style=\"width: 65%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t<strong class=\"coustom-my-text\" style=\"display: block;\">";
// line 1749
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1749), "nom", [], "any", false, false, false, 1749), null))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1749), "nom", [], "any", false, false, false, 1749), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1749), "produit", [], "any", false, false, false, 1749), "nom", [], "any", false, false, false, 1749), "html", null, true);
}
echo "</strong>
\t\t\t\t\t\t\t\t\t<strong>";
// line 1750
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1750), "newprise", [], "any", false, false, false, 1750), null))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1750), "newprise", [], "any", false, false, false, 1750), "html", null, true);
} else {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1750), "produit", [], "any", false, false, false, 1750), "newprise", [], "any", false, false, false, 1750), "html", null, true);
}
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 1750, $this->source); })()), "html", null, true);
echo "</strong> - Livraison: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["livraison"], "montant", [], "any", false, false, false, 1750), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 1750, $this->source); })()), "html", null, true);
echo "<br/>
\t\t\t\t\t\t\t\t\t";
// line 1751
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["livraison"], "ville", [], "any", false, false, false, 1751), null))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "ville", [], "any", false, false, false, 1751), "nom", [], "any", false, false, false, 1751), "html", null, true);
echo " <span class=\"fa fa-angle-right\"></span> ";
}
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["livraison"], "quartiertext", [], "any", false, false, false, 1751), "html", null, true);
echo "
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span style=\"position: absolute; right: 7px; bottom: 15px; padding: 2px; border-radius: 5px; background: #f4f4f4;\">Consulter</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['livraison'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1758
echo "\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"col-sm-3 v-tab-head hidden-xs\">
\t\t ";
// line 1762
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_ville"]) || array_key_exists("liste_ville", $context) ? $context["liste_ville"] : (function () { throw new RuntimeError('Variable "liste_ville" does not exist.', 1762, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["ville"]) {
// line 1763
echo "\t\t\t<a class=\"v-tab-link text-left ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 1763)) {
echo "active";
}
echo "\" data-target=\"#coreFeatures-service-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ville"], "id", [], "any", false, false, false, 1763), "html", null, true);
echo "\">
\t\t\t\t<img src=\"";
// line 1764
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["ville"], "src", [], "any", false, false, false, 1764), null))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env, $this->source, $context["ville"], "getwebpath", [], "any", false, false, false, 1764)), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/logomarket.png"), "html", null, true);
}
echo "\" alt=\"\" class=\"img-thumbnail\" style=\"height: 40px; float: left; margin-right: 7px;\"/>
\t\t\t\t";
// line 1765
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ville"], "nom", [], "any", false, false, false, 1765), "html", null, true);
echo "
\t\t\t\t<div style=\"font-size: 12px; font-weight: normal;\">";
// line 1766
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["ville"], "pays", [], "any", false, false, false, 1766), null))) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ville"], "pays", [], "any", false, false, false, 1766), "nom", [], "any", false, false, false, 1766), "html", null, true);
} else {
echo "Pays non indiqué";
}
echo "</div>
\t\t\t</a>
\t\t ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ville'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1769
echo "\t\t</div>
\t\t
\t\t<div class=\"col-sm-5 v-tab-pane\">
\t\t\t";
// line 1772
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_ville"]) || array_key_exists("liste_ville", $context) ? $context["liste_ville"] : (function () { throw new RuntimeError('Variable "liste_ville" does not exist.', 1772, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["ville"]) {
// line 1773
echo "\t\t\t<a class=\"v-tab-head v-tab-link visible-xs ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 1773)) {
echo "active";
}
echo "\" data-target=\"#coreFeatures-service-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ville"], "id", [], "any", false, false, false, 1773), "html", null, true);
echo "\">
\t\t\t\t";
// line 1774
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ville"], "nom", [], "any", false, false, false, 1774), "html", null, true);
echo "
\t\t\t</a>
\t\t\t<div id=\"coreFeatures-service-";
// line 1776
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["ville"], "id", [], "any", false, false, false, 1776), "html", null, true);
echo "\" class=\"collapse fade ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 1776)) {
echo "in";
}
echo "\">
\t\t\t <ul>
\t\t\t\t";
// line 1778
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["ville"], "coutlivraisons", [], "any", false, false, false, 1778), 0, 9));
foreach ($context['_seq'] as $context["_key"] => $context["livraison"]) {
// line 1779
echo "\t\t\t\t\t<li> ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1779), "produit", [], "any", false, false, false, 1779), "nom", [], "any", false, false, false, 1779), "html", null, true);
echo " <i data-toggle=\"popover\" data-placement=\"bottom\" data-content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1779), "produit", [], "any", false, false, false, 1779), "nom", [], "any", false, false, false, 1779), "html", null, true);
echo "\" class=\"fa fa-question-circle\" data-original-title=\"\" title=\"\"></i><a class=\"pull-right\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_detail_produit_market", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["livraison"], "produitboutique", [], "any", false, false, false, 1779), "produit", [], "any", false, false, false, 1779), "id", [], "any", false, false, false, 1779)]), "html", null, true);
echo "\">Consulter</a></li>
\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['livraison'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1781
echo "\t\t\t </ul>
\t\t\t</div>
\t\t\t";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ville'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1784
echo "\t\t\t
\t\t</div>
\t\t</div>
\t\t
\t\t<div class=\"row\">
\t\t\t<div class=\"col-md-12 text-center\">
\t\t\t
\t\t\t\t<div style=\"display:flex; justify-content: center; margin-top: 5px; margin-bottom: 20px;\">
\t\t\t\t\t<a href=\"";
// line 1793
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_localisation_popular_points");
echo "\"><button type=\"button\" class=\"button-hover\" name=\"button\">Liste complète <span class=\"fa fa-angle-right\"></span></button></a>
\t\t\t\t</div>
\t\t
\t\t\t</div>
\t\t</div>
\t<script type=\"text/javascript\">
\t\t\$(document).ready(function() {
\t\t \$('[data-toggle=\"popover\"]').popover({trigger: 'click'});
\t\t \$('.v-tab-head .v-tab-link').mouseover(tabHandler);
\t\t \$('.v-tab-head.v-tab-link').click(tabHandler);
\t\t});
\t\tvar tabHandler = function(e) {
\t\t e.preventDefault();
\t\t var target = \$(\$(this).data('target')),
\t\t\t tabLink = \$('.v-tab-link[data-target=\"' + \$(this).data('target') + '\"]');
\t\t
\t\t tabPanelToShow(tabLink);
\t\t tabLinkToActivate(target);
\t\t
\t\t};
\t\tvar tabPanelToShow = function(elem) {
\t\t \$('.v-tab-link').removeClass('active').parent().find(elem).addClass('active');
\t\t};
\t\tvar tabLinkToActivate = function(elem) {
\t\t \$('.v-tab-pane').children('div').removeClass('in').parent().find(elem).addClass('in');
\t\t};
\t</script>
\t</div>
\t</section>
<style>
.card-code {
\tposition: relative;
\tcursor: pointer;
\theight: 170px;
\tbackground: url(\"https://image.freepik.com/free-vector/colorful-gradient-liquid-shapes-background_23-2148250143.jpg\"),
\t\t#ffffff;
\tbackground-position: center;
\tbackground-repeat: no-repeat;
\tbackground-size: cover;
\tborder-radius: 25px;
\tmargin: 10px;
\ttransition: 0.25s ease-in;
}
.card-code .overlay-code {
\tposition: absolute;
\ttop: 0;
\tbottom: 0;
\twidth: 100%;
\theight: 170px;
\tbackground: linear-gradient(
\t\t120.55deg,
\t\trgba(39, 39, 39, 0.38) 0%,
\t\trgba(39, 39, 39, 0.2394) 100%
\t);
\tborder-radius: 25px;
}
.card-code .content-code {
\tposition: absolute;
\tbottom: 10px;
\tleft: 25px;
}
.card-code .content-code h4 {
\tfont-family: Ubuntu;
\tfont-style: normal;
\tfont-weight: bold;
\tfont-size: 18px;
\tcolor: #f2f2f2;
\tmargin-bottom: 10px;
\tmargin-top: 0;
}
.card-code .content-code h6 {
\tfont-family: Ubuntu;
\tfont-style: normal;
\tfont-weight: 500;
\tfont-size: 14px;
\tcolor: #f2f2f2;
\tmargin-bottom: 10px;
\tmargin-top: 0;
}
.card-code .fav {
\tposition: absolute;
\ttop: 25px;
\tright: 25px;
\tcursor: pointer;
}
.card-code .fav i {
\tcolor: white;
}
.card-code:hover {
\ttransform: scale(1.05);
}
.card-code:hover {
\tbackground-position: top;
}
</style>
<section style=\"padding: 20px 0px; margin-bottom: 15px;\">
<div class=\"container\">
\t<div style=\"background: #f4f4f4; padding: 15px; border-radius: 7px;\">
\t\t";
// line 1915
if ((0 !== twig_compare((isset($context["aproposaccueil"]) || array_key_exists("aproposaccueil", $context) ? $context["aproposaccueil"] : (function () { throw new RuntimeError('Variable "aproposaccueil" does not exist.', 1915, $this->source); })()), null))) {
// line 1916
echo "\t\t\t<h5>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["aproposaccueil"]) || array_key_exists("aproposaccueil", $context) ? $context["aproposaccueil"] : (function () { throw new RuntimeError('Variable "aproposaccueil" does not exist.', 1916, $this->source); })()), "valeur", [], "any", false, false, false, 1916), "html", null, true);
echo "</h5>
\t\t\t
\t\t\t<div>
\t\t\t\t";
// line 1919
echo twig_get_attribute($this->env, $this->source, (isset($context["aproposaccueil"]) || array_key_exists("aproposaccueil", $context) ? $context["aproposaccueil"] : (function () { throw new RuntimeError('Variable "aproposaccueil" does not exist.', 1919, $this->source); })()), "link", [], "any", false, false, false, 1919);
echo "
\t\t\t</div>
\t\t";
} else {
// line 1922
echo "\t\t\t<h2>À propos ";
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 1922, $this->source); })()), "html", null, true);
echo "</h2>
\t\t";
}
// line 1924
echo "\t</div>
</div>
</section>
";
// line 1953
echo "
<script type=\"text/javascript\">
var App = (function () {
//=== Use Strict ===//
'use strict';
//=== Private Variables ===//
var gallery = \$('.js-gallery');
//=== Gallery Object ===//
var Gallery = {
zoom: function(imgContainer, img) {
var containerHeight = imgContainer.outerHeight(),
src = img.attr('src');
if ( src.indexOf('/products/normal/') != -1 ) {
// Set height of container
imgContainer.css( \"height\", containerHeight );
// Switch hero image src with large version
img.attr('src', src.replace('/products/normal/', '/products/zoom/') );
// Add zoomed class to gallery container
gallery.addClass('is-zoomed');
// Enable image to be draggable
img.draggable({
drag: function( event, ui ) {
ui.position.left = Math.min( 100, ui.position.left );
ui.position.top = Math.min( 100, ui.position.top );
}
});
} else {
// Ensure height of container fits image
imgContainer.css( \"height\", \"auto\" );
// Switch hero image src with normal version
img.attr('src', src.replace('/products/zoom/', '/products/normal/') );
// Remove zoomed class to gallery container
gallery.removeClass('is-zoomed');
}
},
switch: function(trigger, imgContainer) {
var src = trigger.attr('href'),
thumbs = trigger.siblings(),
\t\t\timg = trigger.parent().prev().children();
// Add active class to thumb
trigger.addClass('is-active');
// Remove active class from thumbs
thumbs.each(function() {
if( \$(this).hasClass('is-active') ) {
\$(this).removeClass('is-active');
}
});
// Reset container if in zoom state
if ( gallery.hasClass('is-zoomed') ) {
gallery.removeClass('is-zoomed');
imgContainer.css( \"height\", \"auto\" );
}
// Switch image source
img.attr('src', src);
}
};
//=== Public Methods ===//
function init() {
// Listen for clicks on anchors within gallery
gallery.delegate('.item-image-ca', 'click', function(event) {
var trigger = \$(this);
var triggerData = trigger.data(\"gallery\");
if ( triggerData === 'zoom') {
var imgContainer = trigger.parent(),
img = trigger.siblings();
Gallery.zoom(imgContainer, img);
} else if ( triggerData === 'thumb') {
var imgContainer = trigger.parent().siblings();
Gallery.switch(trigger, imgContainer);
} else {
return;
}
event.preventDefault();
});
}
//=== Make Methods Public ===//
return {
init: init
};
})();
App.init();
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 2058
public function block_javascripttemplate($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
// line 2059
echo "
\$(function(){
";
// line 2061
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2061, $this->source); })()), "session", [], "any", false, false, false, 2061), "flashbag", [], "any", false, false, false, 2061), "get", [0 => "information"], "method", false, false, false, 2061));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["infos"]) {
// line 2062
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 2062)) {
// line 2063
echo "\tresetNotif();
\talertify.alert(\"";
// line 2064
echo twig_escape_filter($this->env, $context["infos"], "html", null, true);
echo "\");
";
}
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['infos'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 2067
echo "
\$('.open-modal-souscription-offert').click(function(){
\t\$('#modal-souscription-offert').modal('show');
\tvar id = \$(this).attr('value');
\tif(\$(this).attr('name') == 0)
\t{
\t\$(this).attr('name', 1);
\t\$('.wait-chargement-content-module').show();
\t\$('.content-module-loading').hide();
\t\$.post('";
// line 2076
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_personnaliser_produit_pour_commande");
echo "',{id: id}, function(data){
\t\t\$('.wait-chargement-content-module').hide();
\t\t\$('.content-module-loading').html(data);
\t\t\$('.content-module-loading').show();
\t\t\$('.open-modal-souscription-offert').attr('name', 0);
\t});
\t}
});
});
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Theme/Users/User/Security/accueilsite.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 2775 => 2076, 2764 => 2067, 2747 => 2064, 2744 => 2063, 2742 => 2062, 2725 => 2061, 2721 => 2059, 2711 => 2058, 2598 => 1953, 2591 => 1924, 2585 => 1922, 2579 => 1919, 2572 => 1916, 2570 => 1915, 2445 => 1793, 2434 => 1784, 2418 => 1781, 2405 => 1779, 2401 => 1778, 2392 => 1776, 2387 => 1774, 2378 => 1773, 2361 => 1772, 2356 => 1769, 2335 => 1766, 2331 => 1765, 2323 => 1764, 2314 => 1763, 2297 => 1762, 2291 => 1758, 2274 => 1751, 2261 => 1750, 2253 => 1749, 2243 => 1746, 2237 => 1743, 2234 => 1742, 2231 => 1741, 2227 => 1740, 2208 => 1724, 2060 => 1578, 2049 => 1573, 2041 => 1568, 2031 => 1565, 2025 => 1562, 2022 => 1561, 2018 => 1560, 2010 => 1555, 2005 => 1553, 1864 => 1414, 1850 => 1413, 1847 => 1412, 1830 => 1411, 1797 => 1380, 1785 => 1373, 1774 => 1367, 1770 => 1366, 1762 => 1365, 1753 => 1363, 1747 => 1362, 1743 => 1360, 1738 => 1359, 1721 => 1345, 1713 => 1339, 1702 => 1333, 1689 => 1330, 1680 => 1329, 1676 => 1328, 1661 => 1321, 1659 => 1320, 1655 => 1319, 1651 => 1318, 1642 => 1317, 1629 => 1311, 1623 => 1310, 1618 => 1307, 1615 => 1306, 1612 => 1305, 1609 => 1304, 1606 => 1303, 1603 => 1302, 1600 => 1301, 1596 => 1300, 1588 => 1295, 1578 => 1288, 1573 => 1286, 1371 => 1086, 1361 => 922, 1340 => 903, 1322 => 890, 1318 => 889, 1307 => 883, 1286 => 864, 1274 => 858, 1269 => 856, 1263 => 855, 1254 => 853, 1250 => 851, 1247 => 850, 1244 => 849, 1241 => 848, 1238 => 847, 1235 => 846, 1232 => 845, 1229 => 844, 1226 => 843, 1222 => 842, 1211 => 836, 1190 => 817, 1178 => 811, 1173 => 809, 1167 => 808, 1158 => 806, 1153 => 803, 1150 => 802, 1147 => 801, 1144 => 800, 1141 => 799, 1138 => 798, 1135 => 797, 1132 => 796, 1128 => 795, 714 => 386, 691 => 365, 674 => 354, 658 => 341, 642 => 328, 626 => 315, 615 => 307, 606 => 301, 597 => 295, 588 => 289, 579 => 283, 570 => 277, 561 => 271, 557 => 269, 545 => 263, 543 => 262, 539 => 261, 528 => 257, 521 => 255, 518 => 254, 513 => 253, 387 => 130, 383 => 128, 370 => 121, 366 => 120, 356 => 117, 346 => 114, 343 => 113, 339 => 112, 312 => 88, 304 => 83, 298 => 79, 279 => 74, 270 => 72, 262 => 70, 245 => 69, 240 => 66, 219 => 64, 202 => 63, 189 => 52, 179 => 51, 135 => 17, 125 => 16, 112 => 13, 102 => 12, 87 => 8, 82 => 6, 78 => 5, 75 => 4, 65 => 3, 54 => 2, 52 => 1, 39 => 2,);
}
public function getSourceContext()
{
return new Source("{% set menudisplay = 0 %}
{% extends \"Theme/Users/User/layoutuser.html.twig\" %}
{% block meta %}
\t{{ parent() }}
\t<meta name=\"keywords\" content=\"{{ site }}, Business, Innovation,Administration\"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"{{ site }} | Inscription | Cameroun | {{ metier }}\"/>
{% endblock %}
{% block title %}
\t{{ parent() }} | Accueil
{% endblock %}
{% block stylesheets %}
\t{{ parent() }}
\t<style>
\t\t.box-slide-top{
\t\t\theight: 120px; border: 1px solid #ddd; margin: 2px 0px;
\t\t\tpadding: 3px;
\t\t\tborder-radius: 5px;
\t\t\tbackground: #fff;
\t\t}
\t\t.controls{
\t\t\tbackground: #fff;
\t\t\tmargin-top: 2px;
\t\t\tpadding: 2px;
\t\t\tborder-radius: 0px 0px 5px 5px;
\t\t}
\t\t.controls a{
\t\t\tbackground: #f5f5f5;
\t\t\tpadding: 1px 5px;
\t\t\tborder-radius: 5px;
\t\t\tdisplay: inline-block;
\t\t\tfont-size: 10px;
\t\t}
\t\t.box-slide-top:hover{
\t\t\tbackground: #f7f7f7;
\t\t\tborder: 1px solid green;
\t\t}
\t\t.carousel-link{
\t\t\tdisplay: block!important;
\t\t}
\t\t.carousel-link img:hover{
\t\t\tbox-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
\t\t}
\t</style>
{% endblock %}
{% block userblog_body %}
<!-- Slider Area -->
\t<section class=\"hero-slider\" style=\"background-image: url('https://via.placeholder.com/1900x700');\">
\t\t<!-- Single Slider -->
\t\t<div class=\"single-slider\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row no-gutters\">
\t\t\t\t\t<div class=\"col-lg-6 offset-lg-3 col-12\" style=\"padding: 0px;\">
\t\t\t\t\t\t<div class=\"text-inner\" style=\"background: #fff; min-height: 482px; margin: 16px 3px 0px 3px; border-radius: 5px; padding-top: 20px;\">
\t\t\t\t\t\t\t<div id=\"carouselIndicators\" class=\"carousel slide\" data-ride=\"carousel\">
\t\t\t\t\t\t\t <ol class=\"carousel-indicators\">
\t\t\t\t\t\t\t\t{% for silde in liste_slide %}
\t\t\t\t\t\t\t\t\t<li data-target=\"#carouselIndicators\" data-slide-to=\"{{ loop.index0 }}\" class=\"{% if loop.first %}active{% endif %}\"></li>
\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t </ol>
\t\t\t\t\t\t\t <div class=\"carousel-inner\">
\t\t\t\t\t\t\t {% for silde in liste_slide %}
\t\t\t\t\t\t\t\t<div class=\"carousel-item {% if loop.first %}active{% endif %}\">
\t\t\t\t\t\t\t\t\t<a href=\"#!\" class=\"carousel-link\">
\t\t\t\t\t\t\t\t\t <img src=\"{% if silde.src != null %}{{ asset(silde.getwebpath) }}{% else %}{{ asset('template/images/tresorerie.jpg') }}{% endif %}\" alt=\"First slide\" style=\"width: 100%; height: 445px;\">
\t\t\t\t\t\t\t\t\t <div class=\"carousel-caption text-center\">
\t\t\t\t\t\t\t\t\t\t<h2 class=\"white-text-shadow\">{{ silde.titre }}</h2>
\t\t\t\t\t\t\t\t\t </div>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t {% endfor %}
\t\t\t\t\t\t\t </div>
\t\t\t\t\t\t\t <a class=\"carousel-control-prev\" data-target=\"#carouselIndicators\" href=\"#!\" role=\"button\" data-slide=\"prev\">
\t\t\t\t\t\t\t\t<img src=\"{{ asset('template/images/arrow-left-acc.svg') }}\" class=\"indicateur-carousel\"/>
\t\t\t\t\t\t\t\t<span class=\"sr-only\">Previous</span>
\t\t\t\t\t\t\t </a>
\t\t\t\t\t\t\t <a class=\"carousel-control-next\" data-target=\"#carouselIndicators\" href=\"#!\" role=\"button\" data-slide=\"next\">
\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('template/images/arrow-right-acc.svg') }}\" class=\"indicateur-carousel\"/>
\t\t\t\t\t\t\t\t<span class=\"sr-only\">Next</span>
\t\t\t\t\t\t\t </a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<!--div class=\"row\">
\t\t\t\t\t\t\t\t<div class=\"col-lg-12 col-12\">
\t\t\t\t\t\t\t\t\t<div class=\"hero-text\">
\t\t\t\t\t\t\t\t\t\t<h1><span>UP TO 50% OFF </span>Shirt For Man</h1>
\t\t\t\t\t\t\t\t\t\t<p>Maboriosam in a nesciung eget magnae <br> dapibus disting tloctio in the find it pereri <br> odiy maboriosm.</p>
\t\t\t\t\t\t\t\t\t\t<div class=\"button\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn\">Shop Now!</a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div-->
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-lg-3 col-12\">
\t\t\t\t\t\t<div class=\"text-inner\" style=\"height: 510px; margin-top: 15px;\">
\t\t\t\t\t\t\t<ul class=\"newsticker\" style=\"height: 450px; bottom: 0px;\">
\t\t\t\t\t\t\t\t{% for offre in liste_offre|slice(0,8) %}
\t\t\t\t\t\t\t\t<li class=\"box-slide-top\">
\t\t\t\t\t\t\t\t\t<a href=\"{% if offre.link != null %}{{ offre.link }}{% else %}{{ path('produit_produit_tous_produits_souscategorie_binplace_market', {'id': offre.projet.id, 'scat': offre.souscategorie.id }) }}{% endif %}\" style=\"display: inline-block!important; height: 100%!important; width: 100%!important; position: sticky;\">
\t\t\t\t\t\t\t\t\t<div class=\"row\" style=\"padding: 4px 2px;\">
\t\t\t\t\t\t\t\t\t\t<div style=\"width: 35%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t\t\t<img src=\"{% if offre.src != 'source' %}{{ asset(offre.getwebpath) }}{% else %}{{ asset('template/images/assistance-bg.jpg') }}{% endif %}\" style=\"height: 90%!important; width: 100%!important; display: inline-block;\"/>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<div style=\"width: 65%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t\t\t<strong class=\"coustom-my-text\" style=\"display: block;\">{{ offre.projet.name(30) }}</strong>
\t\t\t\t\t\t\t\t\t\t\t{{ offre.titre }}
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<span style=\"position: absolute; right: 7px; bottom: 15px; padding: 2px; border-radius: 5px; background: #f4f4f4;\">Consulter</span>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t<div class=\"controls\" style=\"text-align: right!important; padding-left: 5px; padding-right: 5px;\"><a href=\"{{ path('produit_produit_speciales_offres') }}\" style=\"float: left;\"><i class=\"ti-thought\"></i> Offres spéciales</a> <a class=\"prev-button\" href=\"#!\" title=\"Précédent\"><span class=\"fa fa-arrow-circle-left\"></span></a> | <a class=\"next-button\" href=\"#!\" title=\"Suivant\"><span class=\"fa fa-arrow-circle-right\"></span></a> | <a class=\"stop-button\" href=\"#!\" title=\"Pause\"><span class=\"fa fa-stop\"></span></a> | <a class=\"start-button\" href=\"#!\" title=\"Arrêter/Jouer\"><span class=\"fa fa-play\"></span></a> </div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<!--/ End Single Slider -->
\t</section>
\t<script type=\"text/javascript\">
\t\tvar multilines = \$('.newsticker').newsTicker({
\t\t\trow_height: 150,
\t\t\tspeed: 50,
\t\t\tprevButton: \$('.prev-button'),
\t\t\tnextButton: \$('.next-button'),
\t\t\tstopButton: \$('.stop-button'),
\t\t\tstartButton: \$('.start-button'),
\t\t});
\t</script>
\t<style>
\t\t.box-hover {
\t\t\tposition:relative;
\t\t\twidth: 100%;
\t\t\theight: 100%;
\t\t\tbackground:#000;
\t\t\tbox-sizing:border-box;
\t\t\toverflow:hidden;
\t\t\tbox-shadow:0 5px 10px rgba(0,0,0,.8);
\t\t}
\t\t.box-hover:before {
\t\t\tcontent:'';
\t\t\tposition:absolute;
\t\t\ttop:10px;
\t\t\tleft:10px;
\t\t\tright:10px;
\t\t\tbottom:10px;
\t\t\tborder-top:1px solid #fff;
\t\t\tborder-bottom:1px solid #fff;
\t\t\tbox-sizing:border-box;
\t\t\ttransition:0.5s;
\t\t\ttransform: scaleX(0);
\t\t\topacity:0;
\t\t}
\t\t.box-hover:hover:before {
\t\t\ttransform:scaleX(1);
\t\t\topacity:1;
\t\t}
\t\t.box-hover:after {
\t\t\tcontent:'';
\t\t\tposition:absolute;
\t\t\ttop:10px;
\t\t\tleft:10px;
\t\t\tright:10px;
\t\t\tbottom:10px;
\t\t\tborder-left:1px solid #fff;
\t\t\tborder-right:1px solid #fff;
\t\t\tbox-sizing:border-box;
\t\t\ttransition:0.5s;
\t\t\ttransform: scaleY(0);
\t\t\topacity:0;
\t\t}
\t\t.box-hover:hover:after {
\t\t\ttransform:scaleY(1);
\t\t\topacity:1;
\t\t}
\t\t.box-hover .imgBox {
\t\t\tposition:relative;
\t\t}
\t\t.box-hover .imgBox img {
\t\t\twidth:100%;
\t\t\ttransition:0.5s;
\t\t}
\t\t.box-hover:hover .imgBox img {
\t\t\topacity:.2;
\t\t\ttransform:scale(1.2);
\t\t}
\t\t.box-hover .content {
\t\t\tposition:absolute;
\t\t\twidth:100%;
\t\t\ttop:40%;
\t\t\ttransform:translateY(-50%);
\t\t\tz-index:2;
\t\t\tpadding:20px;
\t\t\tbox-sizing:border-box;
\t\t\ttext-align:center;
\t\t}
\t\t.box-hover .content h2 {
\t\t\tmargin: 0 0 10px;
\t\t\tpadding:0;
\t\t\tcolor:#fff;
\t\t\ttransition:0.5s;
\t\t\ttransform:translateY(-50px);
\t\t\topacity:0;
\t\t\tvisibility:hidden;
\t\t}
\t\t.box-hover .content p {
\t\t\tmargin:0;
\t\t\tpadding:0;
\t\t\tcolor:#fff;
\t\t\ttransform:translateY(50px);
\t\t\topacity:0;
\t\t\tvisibility:hidden;
\t\t}
\t\t.box-hover:hover .content h2,
\t\t.box-hover:hover .content P {
\t\t\topacity:1;
\t\t\tvisibility:visible;
\t\t\ttransform:translateY(0px);
\t\t}
\t\t
\t</style>
\t<section>
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-md-12\" >
\t\t\t\t<section class=\"logo-partner\" style=\"background: #f2f2f2;\">
\t\t\t\t
\t\t\t\t<div class=\"my-container\">
\t\t\t\t<div class=\"cover-wrapper\" style=\"height: 120px;\">
\t\t\t\t\t<div id=\"client-logos\" class=\"owl-carousel text-center\">
\t\t\t\t\t\t{% for marque in liste_marque %}
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"{{ path('produit_produit_acceuil_sousdomaine_type_market_place', {'idmarque': marque.id }) }}\" value=\"{{ marque.id }}\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"{% if marque.src != null %}{{ asset(marque.getwebpath) }}{% else %}{{ asset('template/images/logo-afh.png') }}{% endif %}\" style=\"width: 100%!important; height: auto;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>{{ marque.nom }}</strong></br>
\t\t\t\t\t\t\t\t\t\t{% set nbproduits = marque.produits|length %}
\t\t\t\t\t\t\t\t\t\t<span>{{ nbproduits }} produit(s)</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t<!-- div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\" >
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/domainebox.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/i-web.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/logo-afh.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/ovh-host.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/france-dns.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/logo-cpanel.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\">
\t\t\t\t\t\t\t<a href=\"\" style=\"display: block;\">
\t\t\t\t\t\t\t <img src=\"{{ asset('template/images/logo-oj.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t <div>Une Bonne No</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div -->
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('template/images/part01.jpeg') }}\" style=\"height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('template/images/part02.jpeg') }}\" style=\"height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('template/images/part03.jpeg') }}\" style=\"height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"item\" style=\"padding: 0px!important;\">
\t\t\t\t\t\t\t<a href=\"#!\" class=\"box-hover open_scat_catalogue\" style=\"display: inline-block;\">
\t\t\t\t\t\t\t\t<div class=\"imgBox\">
\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('template/images/part04.jpeg') }}\" style=\" height: 100px;\">
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"content\">
\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t<strong>Nom structure</strong></br>
\t\t\t\t\t\t\t\t\t\t<span>Partenaires</span>
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t</section>
\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\$('#client-logos').owlCarousel({
\t\t\t\t\tloop:true,
\t\t\t\t\tmargin:15,
\t\t\t\t\tnav:true,
\t\t\t\t\tresponsive:{
\t\t\t\t\t\t0:{
\t\t\t\t\t\t\titems:2
\t\t\t\t\t\t},
\t\t\t\t\t\t600:{
\t\t\t\t\t\t\titems:4
\t\t\t\t\t\t},
\t\t\t\t\t\t1000:{
\t\t\t\t\t\t\titems:6
\t\t\t\t\t\t}
\t\t\t\t\t},
\t\t\t\t\tnavText: [\"<img src='{{ asset('template/images/av8a49a4f81c3318dc69d.png') }}'/>\",\"<img src='{{ asset('template/images/avcc910c4ee5888b858fe.png') }}'/>\"]
\t\t\t\t});
\t\t\t\t</script>
\t\t\t\t</div>
\t\t </div>
\t\t</div>
\t</section>
<!--/ End Slider Area -->
<style>
.card-view{
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 22px;
margin-bottom: 20px;
\tbackground: #fff;
\tmax-width: 100%;
\tborder-right: 3px solid green;
}
.card-view:hover {
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01);
\tbackground: #f9f9f9;
\tcursor: pointer;
\tborder-right: 3px solid blue;
}
.flex-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.spacer {
padding-top: 50px;
padding-bottom: 50px;
}
.bg-gray{
background: #F8F8F8;
}
.no-margin{
margin: 0 !important;
}
.flex-row .flex-col{
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.r-layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.r-layout .r-img {
position: relative;
width: 199px;
height: 192px;
margin-right: 20px;
}
.cm-sm {
width: 154px !important;
height: 156px !important;
}
.r-layout .r-img img {
width: 100%;
height: 100%;
border-radius: 3px;
-o-object-fit: cover;
object-fit: cover;
}
.r-layout .s-tag {
position: absolute;
top: 0;
right: 0;
font-weight: 500;
margin-right: 0;
}
.s-tag {
width: 41px;
height: 36px;
background: transparent;
color: #ed6e11;
border-radius: 3px;
background: var(--theme-color1);
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: bold;
margin-right: 10px;
margin-top: -25px;
}
.card-sm-content .r-layout .r-content .title {
font-size: 17px;
}
.r-layout .r-content .title {
font-size: 22px;
font-weight: 600;
color: #212121;
margin: 0;
}
.title {
font-size: 28px;
font-weight: bold;
margin: 0;
}
.r-layout .r-content p {
font-size: 14px;
color: #666666;
margin: 0;
margin-bottom: 10px;
}
.taglist {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
}
.taglist .tag:first-child {
margin-left: 0;
}
.taglist .tag {
margin-left: 10px;
}
.tag {
height: 26px;
border-radius: 2px;
background-color: #e4e4e4;
font-size: 14px;
color: #666666;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
\tpadding-left: 4px;
\tpadding-right: 4px;
}
.r-layout .r-content p {
font-size: 14px;
color: #666666;
margin: 0;
margin-bottom: 10px;
}
.r-layout .r-content .color-text {
font-weight: 600;
color: #00796b;
}
.r-layout .r-content p {
font-size: 14px;
color: #666666;
margin: 0;
margin-bottom: 10px;
}
/* common css up */
.h3-titlte {
font-size: 20px;
font-weight: 600;
color: #212121;
margin-top: 30px;
margin-bottom: 15px;
}
.panel-detail-top{
\tbackground: #fff!important;
}
.section-tabs {
display: none;
padding: 20px 0 0;
border-top: 1px solid #ddd;
}
.input-tabs {
display: none!important;
}
.label-tab{
\tdisplay: inline-block;
\tmargin: 0 0 -1px;
\tpadding: 15px 10px;
\tfont-weight: 600;
\ttext-align: center;
\tcolor: #bbb;
\tborder: 1px solid transparent;
\tfont-size: 14px!important;
\theight: 50px!important;
}
.label-tab:after{
\tborder: 2px solid transparent!important;
\tdisplay: none;
}
.label-tab:before{
\tborder: 2px solid transparent!important;
\tpadding-top: 7px!important;
\tmargin-left: 7px!important;
}
.label-tab:before{
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}
.label-tab[for*='1']:before {
content: '\\f1cb';
}
.label-tab[for*='2']:before {
content: '\\f17d';
}
.label-tab[for*='3']:before {
content: '\\f16b';
}
.label-tab[for*='4']:before {
content: '\\f1a9';
}
.label-tab:hover {
color: #888;
cursor: pointer;
}
.input-tabs:checked + .label-tab {
color: #555;
border: 1px solid #ddd;
border-top: 2px solid #092759;
border-bottom: 1px solid #fff;
}
#tab-1:checked ~ #content1,
#tab-2:checked ~ #content2,
#tab-3:checked ~ #content3,
#tab-4:checked ~ #content4 {
display: block;
}#tab-5:checked ~ #content5 {
display: block;
}
@media screen and (max-width: 650px) {
.label-tab {
\tfont-size: 0;
}
.label-tab:before {
\tmargin: 0;
\tfont-size: 18px;
}
}
@media screen and (max-width: 400px) {
.label-tab {
\tpadding: 15px;
}
}
.tab-label{
\tfont-family: 'Montserrat', sans-serif!important;
}
/* mixin for multiline */
.card2 {
border: 0;
border-radius: 0;
background-color: #f4f4f4;
margin-top: -20px;
}
.card-img-top {
position: relative;
padding: 15px;
width: 100%;
height: 250px;
-o-object-fit: contain;
\t object-fit: contain;
}
.card-body {
border-radius: 15px 15px 0px 0px;
padding-top: 100px;
background-color: #fff;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
height: 280px;
}
.card-text {
display: block;
overflow: hidden;
font-size: 16px;
line-height: 1.5;
max-height: 72px;
}
</style>
<section class=\"theme-bg-light\" style=\"background: #f4f4f4; padding: 20px 0px;\">
<div class=\"container\">\t\t
\t <style>
\t\tdiv.demotabs {
\t\t border: 2px dashed #e6e6e6;
\t\t border-radius: .8125rem;
\t\t box-shadow: inset 0px 0px 1.625rem rgba(0, 0, 0, 0.05);
\t\t margin-top: 1.625rem;
\t\t padding: 15px;
\t\t background: #fff;
\t\t}
\t\t
\t\t.demotabs:hover .owl-next img, .demotabs:hover .owl-prev img{
\t\t\tbackground: #fff!important;
\t\t\tdisplay: inline-block!important;
\t\t\tborder-radius: 50%;
\t\t\tbox-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
\t\t\ttransition: all 0.3s cubic-bezier(.25,.8,.25,1);
\t\t\tcursor: pointer;
\t\t}
\t\t.demotabs .owl-next img, .demotabs .owl-prev img{
\t\t\ttop: 150px!important;
\t\t\tdisplay: none;
\t\t\theight: 50px;
\t\t\twidth: 50px;
\t\t\tpadding: 15px;
\t\t}
\t\t.demotabs .owl-next img:hover, .demotabs .owl-prev img:hover{
\t\t\tbackground: #f2f2f2;
\t\t\tborder: 1px solid red;
\t\t}
\t\t
\t\t.default-item{
\t\t\tfont-weight: nomal; font-size: 15px;
\t\t}
\t\t.default-item .diviser-item{
\t\t\twidth: 120px; height: 7px; background: #fff; margin-top: 15px;
\t\t}
\t\t.active-item{
\t\t\tfont-weight: bold; font-size: 25px;
\t\t}
\t\t.active-item .diviser-item{
\t\t\twidth: 120px; height: 7px; margin-top: 15px;
\t\t\tbackground-color: var(--bg-principal)!important;
\t\t}
\t\t#produits-enregistres, #produits-nouveaux{
\t\t\tdisplay: none;
\t\t}
\t </style>
<div class=\"demotabs\">
\t<div class=\"tabs-container\" style=\"padding-top: 15px; border: none;\">
\t\t
\t\t<div class=\"row\" style=\"margin-bottom: 30px;\">
\t\t\t<div class=\"col-md-4\">
\t\t\t\t<div class=\"default-item active-item\" value=\"1\">
\t\t\t\t\t<a href=\"#!\">Recommandations</a>
\t\t\t\t\t<div class=\"diviser-item\"></div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"col-md-4\">
\t\t\t\t<div class=\"default-item\" value=\"2\">
\t\t\t\t\t<a href=\"#!\">Enregistrements</a>
\t\t\t\t\t<div class=\"diviser-item\"></div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<div class=\"col-md-4\">
\t\t\t\t<div class=\"default-item\" value=\"3\">
\t\t\t\t\t<a href=\"#!\">Nouveaux Produits</a>
\t\t\t\t\t<div class=\"diviser-item\"></div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\t\$('.default-item').click(function(){
\t\t\t\t\$('.default-item').removeClass('active-item');
\t\t\t\t\$(this).addClass('active-item');
\t\t\t\t\$('.carousel-product').hide();
\t\t\t\tif(\$(this).attr('value') == 1)
\t\t\t\t{
\t\t\t\t\t\$('#produits-recommandes').show();
\t\t\t\t}else if(\$(this).attr('value') == 2){
\t\t\t\t\t\$('#produits-enregistres').show();
\t\t\t\t}else{
\t\t\t\t\t\$('#produits-nouveaux').show();
\t\t\t\t}
\t\t\t});
\t\t</script>
\t\t<div id=\"produits-recommandes\" class=\"owl-carousel text-center carousel-product\">
\t\t\t\t\t
\t\t{% for produit in produit_recommander %}
\t\t\t{% if produit.ancienPrixProduit > 0 %}
\t\t\t\t{% set taux = (produit.newprise - produit.ancienPrixProduit)/produit.ancienPrixProduit %}
\t\t\t{% else %}
\t\t\t\t{% set taux = 0 %}
\t\t\t{% endif %}
\t\t\t{% set taux = taux*100 %}
\t\t\t{% set img = produit.getBestProduit %}
\t\t <div class=\"item-2\">
\t\t\t <div class=\"card2\">
\t\t\t\t<img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" class=\"card-img-top\" style=\"margin-bottom: -15px; position: relative; z-index: 1;\"/>
\t\t\t\t<div class=\"card-body\" style=\"position: relative; z-index: 2;\">
\t\t\t\t <h5 class=\"card-title\"><a href=\"{{ path('produit_produit_detail_produit_market', {'id': produit.id }) }}\">{{ produit.nom }}</a></h5>
\t\t\t\t <p class=\"card-text\">{{ produit.description }}</p>
\t\t\t\t <div class=\"text-center\" style=\"margin-top: 7px;\">
\t\t\t\t\t<a href=\"#!\" class=\"open-modal-souscription-offert\" value=\"{{ produit.id }}\" name=\"0\"><button type=\"button\" class=\"button-hover\" name=\"button\"> Ajouter <span class=\"fa fa-plus\"></span></button></a>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t </div>
\t\t </div>
\t\t{% endfor %}
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\$('#produits-recommandes').owlCarousel({
\t\t\tloop:true,
\t\t\tmargin:15,
\t\t\tnav:true,
\t\t\tresponsive:{
\t\t\t\t0:{
\t\t\t\t\titems: 1
\t\t\t\t},
\t\t\t\t600:{
\t\t\t\t\titems: 3
\t\t\t\t},
\t\t\t\t1000:{
\t\t\t\t\titems: 4
\t\t\t\t}
\t\t\t},
\t\t\tnavText: [\"<img src='{{ asset('template/images/av8a49a4f81c3318dc69d.png') }}'/>\",\"<img src='{{ asset('template/images/avcc910c4ee5888b858fe.png') }}'/>\"]
\t\t});
\t\t</script>
\t\t
\t\t<div id=\"produits-enregistres\" class=\"owl-carousel text-center carousel-product\">
\t\t\t\t\t
\t\t{% for enregistrement in liste_enregistrement %}
\t\t{% set produit = enregistrement.produit %}
\t\t{% if produit.ancienPrixProduit > 0 %}
\t\t\t{% set taux = (produit.newprise - produit.ancienPrixProduit)/produit.ancienPrixProduit %}
\t\t{% else %}
\t\t\t{% set taux = 0 %}
\t\t{% endif %}
\t\t{% set taux = taux*100 %}
\t\t{% set img = produit.getBestProduit %}
\t\t <div class=\"item-2\">
\t\t\t <div class=\"card2\">
\t\t\t\t<img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" class=\"card-img-top\" style=\"margin-bottom: -15px; position: relative; z-index: 1;\"/>
\t\t\t\t<div class=\"card-body\" style=\"position: relative; z-index: 2;\">
\t\t\t\t <h5 class=\"card-title\"><a href=\"{{ path('produit_produit_detail_produit_market', {'id': produit.id }) }}\">{{ produit.nom }}</a></h5>
\t\t\t\t <p class=\"card-text\">{{ produit.contenu }}</p>
\t\t\t\t <div class=\"text-center\" style=\"margin-top: 7px;\">
\t\t\t\t\t<a href=\"#!\" class=\"open-modal-souscription-offert\" value=\"{{ produit.id }}\" name=\"0\"><button type=\"button\" class=\"button-hover\" name=\"button\"> Ajouter <span class=\"fa fa-plus\"></span></button></a>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t </div>
\t\t </div>
\t\t{% endfor %}
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\$('#produits-enregistres').owlCarousel({
\t\t\tloop:true,
\t\t\tmargin:15,
\t\t\tnav:true,
\t\t\tresponsive:{
\t\t\t\t0:{
\t\t\t\t\titems: 1
\t\t\t\t},
\t\t\t\t600:{
\t\t\t\t\titems: 3
\t\t\t\t},
\t\t\t\t1000:{
\t\t\t\t\titems: 4
\t\t\t\t}
\t\t\t},
\t\t\tnavText: [\"<img src='{{ asset('template/images/av8a49a4f81c3318dc69d.png') }}'/>\",\"<img src='{{ asset('template/images/avcc910c4ee5888b858fe.png') }}'/>\"]
\t\t});
\t\t</script>
\t\t<div id=\"produits-nouveaux\" class=\"owl-carousel text-center carousel-product\">
\t\t\t\t\t
\t\t{% for i in range(1, 6) %}
\t\t <div class=\"item-2\">
\t\t\t <div class=\"card2\">
\t\t\t\t<img src=\"https://consumer-img.huawei.com/content/dam/huawei-cbg-site/common/mkt/list-image/wearables/watch-gt/watch-gt-listimage-black.png\" class=\"card-img-top\" style=\"margin-bottom: -15px; position: relative; z-index: 1;\"/>
\t\t\t\t<div class=\"card-body\" style=\"position: relative; z-index: 2;\">
\t\t\t\t <h5 class=\"card-title\">nouveaux</h5>
\t\t\t\t <p class=\"card-text\">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
\t\t\t\t <div class=\"text-center\" style=\"margin-top: 7px;\">
\t\t\t\t\t<a href=\"#!\" class=\"open-modal-souscription-offert\" value=\"1\" name=\"0\"><button type=\"button\" class=\"button-hover\" name=\"button\"> Ajouter <span class=\"fa fa-plus\"></span></button></a>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t </div>
\t\t </div>
\t\t{% endfor %}
\t\t</div>
\t\t
\t\t<script type=\"text/javascript\">
\t\t\$('#produits-nouveaux').owlCarousel({
\t\t\tloop:true,
\t\t\tmargin:15,
\t\t\tnav:true,
\t\t\tresponsive:{
\t\t\t\t0:{
\t\t\t\t\titems: 1
\t\t\t\t},
\t\t\t\t600:{
\t\t\t\t\titems: 3
\t\t\t\t},
\t\t\t\t1000:{
\t\t\t\t\titems: 4
\t\t\t\t}
\t\t\t},
\t\t\tnavText: [\"<img src='{{ asset('template/images/av8a49a4f81c3318dc69d.png') }}'/>\",\"<img src='{{ asset('template/images/avcc910c4ee5888b858fe.png') }}'/>\"]
\t\t});
\t\t</script>
\t\t
\t\t
\t {#
\t\t<h2 class=\"tab-label\">Recommandations</h2>
\t\t<p style=\"margin: 0px; \">
\t\t<div class=\"row\" style=\"margin: 0px; \">
\t\t\t\t{% for produit in produit_recommander %}
\t\t\t\t{% if produit.ancienPrixProduit > 0 %}
\t\t\t\t\t{% set taux = (produit.newprise - produit.ancienPrixProduit)/produit.ancienPrixProduit %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set taux = 0 %}
\t\t\t\t{% endif %}
\t\t\t\t{% set taux = taux*100 %}
\t\t\t\t<div class=\"col-md-4 grid-margin grid-margin-md-0\">
\t\t\t\t <a href=\"{{ path('produit_produit_detail_produit_market', {'id': produit.id }) }}\" class=\"card-view\" style=\"display: inline-block!important; text-decoration: none;\">
\t\t\t\t\t<div class=\"r-layout\">
\t\t\t\t\t\t<div class=\"r-img cm-sm\">
\t\t\t\t\t\t\t{% set img = produit.getBestProduit %}
\t\t\t\t\t\t\t<img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"r-content\">
\t\t\t\t\t\t <div class=\"s-tag\"><span class=\"mdi-action-stars\"></span></div>
\t\t\t\t\t\t <h4 class=\"title\">{{ produit.nom }}</h4>
\t\t\t\t\t\t <p>
\t\t\t\t\t\t\t {{ produit.souscategorie.nom }}
\t\t\t\t\t\t </p>
\t\t\t\t\t\t <div class=\"taglist\">
\t\t\t\t\t\t\t <div class=\"tag\" style=\"text-decoration: line-through\">{{ produit.lastprise }}{{ devise }}</div>
\t\t\t\t\t\t\t <div class=\"tag\">{{ produit.newprise }}{{ devise }}</div>
\t\t\t\t\t\t\t <div class=\"tag\">NIRF</div>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t{% endfor %}
\t\t\t</div>
\t\t</p>
\t\t<h2 class=\"tab-label collapsed\">Mes enregistrements</h2>
\t\t<p>
\t\t\t<div class=\"row\" style=\"margin: 20px 0px; \">
\t\t\t\t{% for enregistrement in liste_enregistrement %}
\t\t\t\t{% set produit = enregistrement.produit %}
\t\t\t\t{% if produit.ancienPrixProduit > 0 %}
\t\t\t\t\t{% set taux = (produit.newprise - produit.ancienPrixProduit)/produit.ancienPrixProduit %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set taux = 0 %}
\t\t\t\t{% endif %}
\t\t\t\t{% set taux = taux*100 %}
\t\t\t\t<div class=\"col-md-4 grid-margin grid-margin-md-0\">
\t\t\t\t <a href=\"{{ path('produit_produit_detail_produit_market', {'id': produit.id }) }}\" class=\"card-view\" style=\"display: inline-block!important; text-decoration: none;\">
\t\t\t\t\t<div class=\"r-layout\">
\t\t\t\t\t\t<div class=\"r-img cm-sm\">
\t\t\t\t\t\t\t{% set img = produit.getBestProduit %}
\t\t\t\t\t\t\t<img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"r-content\">
\t\t\t\t\t\t <div class=\"s-tag\"><span class=\"mdi-action-stars\"></span></div>
\t\t\t\t\t\t <h4 class=\"title\">{{ produit.nom }}</h4>
\t\t\t\t\t\t <p>
\t\t\t\t\t\t\t {{ produit.souscategorie.nom }}
\t\t\t\t\t\t </p>
\t\t\t\t\t\t <div class=\"taglist\">
\t\t\t\t\t\t\t <div class=\"tag\" style=\"text-decoration: line-through\">{{ produit.lastprise }}{{ devise }}</div>
\t\t\t\t\t\t\t <div class=\"tag\">{{ produit.newprise }}{{ devise }}</div>
\t\t\t\t\t\t\t <div class=\"tag\">NIRF</div>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t <p>
\t\t\t\t\t\t\t{{ produit.description }}
\t\t\t\t\t\t </p>
\t\t\t\t\t\t <p class=\"color-text\">
\t\t\t\t\t\t\t {% if taux > 0 %}Augmentation de{% else %}Réduction de {% endif %}{{ taux|round }}% sur ce produit.
\t\t\t\t\t\t </p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t{% endfor %}
\t\t\t</div>
\t\t</p>
\t\t<h2 class=\"tab-label collapsed\">Commandes en cours ...</h2>
\t\t<p>
\t\t\t<div class=\"row\" style=\"margin: 20px 0px; \">
\t\t\t\t<div class=\"col-md-4\">
\t\t\t\t <div class=\"card-view\" style=\"min-height: 200px; padding: 15px; line-height: 15px; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);\">
\t\t\t\t\t <div class=\"row\">
\t\t\t\t\t\t<div class=\"col-md-3\">
\t\t\t\t\t\t\t<img class=\"img-md rounded\" src=\"{{ asset('template/images/icons8-buying-100.png') }}\" alt=\"\" style=\"width: 100%;\"/>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-9\">
\t\t\t\t\t\t <h2 style=\"font-size: 20px;\">Etat de votre panier</h2>
\t\t\t\t\t\t <div style=\"width: 100px; margin-top: 15px;\"><span class=\"tag\">{{ prod_panier|length }} produit(s)</span></div><br/>
\t\t\t\t\t\t {% if prod_panier|length > 0 %}
\t\t\t\t\t\t <a href=\"{{ path('produit_produit_reglement_commande_du_panier', {'id': oldpanier.id}) }}\" class=\"btn bg-struct\">Passer à la caisse</a>
\t\t\t\t\t\t {% else %}
\t\t\t\t\t\t <a href=\"{{ path('produit_produit_acceuil_sousdomaine_type_market_place') }}\" class=\"btn bg-struct\">Passer à la caisse</a>
\t\t\t\t\t\t {% endif %}
\t\t\t\t\t\t</div>
\t\t\t\t\t </div>
\t\t\t\t </div>
\t\t\t\t</div>
\t\t\t\t{% for propan in prod_panier|slice(0,2) %}
\t\t\t\t{% if propan.produit.ancienPrixProduit > 0 %}
\t\t\t\t\t{% set taux = (propan.produit.newprise - propan.produit.ancienPrixProduit)/propan.produit.ancienPrixProduit %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set taux = 0 %}
\t\t\t\t{% endif %}
\t\t\t\t{% set taux = taux*100 %}
\t\t\t\t<div class=\"col-md-4 grid-margin grid-margin-md-0\">
\t\t\t\t <a href=\"{{ path('produit_produit_detail_produit_market', {'id': propan.produit.id }) }}\" class=\"card-view\" style=\"display: inline-block!important; text-decoration: none;\">
\t\t\t\t\t<div class=\"r-layout\">
\t\t\t\t\t\t<div class=\"r-img cm-sm\">
\t\t\t\t\t\t\t{% set img = propan.produit.getBestProduit %}
\t\t\t\t\t\t\t<img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\">
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"r-content\">
\t\t\t\t\t\t <div class=\"s-tag\"><span class=\"mdi-action-stars\"></span></div>
\t\t\t\t\t\t <h4 class=\"title\">{{ propan.produit.nom }}</h4>
\t\t\t\t\t\t <p>
\t\t\t\t\t\t\t {{ propan.produit.souscategorie.nom }}
\t\t\t\t\t\t </p>
\t\t\t\t\t\t <div class=\"taglist\">
\t\t\t\t\t\t\t <div class=\"tag\" style=\"text-decoration: line-through\">{{ propan.produit.lastprise }}{{ devise }}</div>
\t\t\t\t\t\t\t <div class=\"tag\">{{ propan.produit.newprise }}{{ devise }}</div>
\t\t\t\t\t\t\t <div class=\"tag\">NIRF</div>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t <p>
\t\t\t\t\t\t\t{{ propan.produit.description }}
\t\t\t\t\t\t </p>
\t\t\t\t\t\t <p class=\"color-text\">
\t\t\t\t\t\t\t {% if taux > 0 %}Augmentation de{% else %}Réduction de {% endif %}{{ taux|round }}% sur ce produit.
\t\t\t\t\t\t </p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t{% endfor %}
\t\t\t</div>
\t\t</p>
\t\t
\t\t
\t\t <h2>Votre partenaire idéal</h2>
\t\t {% if aproposaccueil != null %}
\t\t\t<p>{{ aproposaccueil.valeur }} {% if aproposaccueil.link != null %}<a href=\"{{ aproposaccueil.link }}\" style=\"color: green;\">En savoir plus <span class=\"fa fa-angle-right\"></span></a>{% endif %}</p>
\t\t {% else %}
\t\t\t<p>Aucun article trouvé pour cette section</p>
\t\t {% endif %}
\t\t#}
\t</div>
</div>
</div>
</section>
<style>
.ux-card {
\t-webkit-box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
\tbox-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
\tmargin: 0 0 20px;
\tcolor: #444;
\tborder: 0;
\tborder-radius: 6px;
\tbackground: #fff;
\tcursor: pointer;
\ttext-align: center!important;
\theight: 400px!important;
\twidth: 100%;
}
.ux-card:hover{
box-shadow: -10px -10px 25px 0px rgba(0,0,0,0.3);
}
/**
* Helper Styles
*/
.ir {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
/**
* Gallery Styles
* 1. Enable fluid images
*/
.gallery {
overflow: hidden;
}
.gallery__hero {
overflow: hidden;
position: relative;
padding: 2em;
margin: 0 0 0.3333333333em;
background: #fff;
}
.is-zoomed .gallery__hero {
cursor: move;
}
.is-zoomed .gallery__hero img {
max-width: none;
position: absolute;
z-index: 0;
top: -50%;
left: -50%;
}
.gallery__hero-enlarge {
position: absolute;
right: 0.5em;
bottom: 0.5em;
z-index: 1;
width: 30px;
height: 30px;
opacity: 0.5;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iNS4wIC0xMC4wIDEwMC4wIDEzNS4wIiBmaWxsPSIjMzRCZjQ5Ij48cGF0aCBkPSJNOTMuNTkzIDg2LjgxNkw3Ny4wNDUgNzAuMjY4YzUuNDEzLTYuODczIDguNjQyLTE1LjUyNiA4LjY0Mi0yNC45MTRDODUuNjg3IDIzLjEwNCA2Ny41OTMgNSA0NS4zNDMgNVM1IDIzLjEwNCA1IDQ1LjM1NGMwIDIyLjI0IDE4LjA5NCA0MC4zNDMgNDAuMzQzIDQwLjM0MyA5LjQgMCAxOC4wNjItMy4yNCAyNC45MjQtOC42NTNsMTYuNTUgMTYuNTZjLjkzNy45MjcgMi4xNjIgMS4zOTYgMy4zODggMS4zOTYgMS4yMjUgMCAyLjQ1LS40NyAzLjM5LTEuMzk2IDEuODc0LTEuODc1IDEuODc0LTQuOTEyLS4wMDItNi43ODh6bS00OC4yNS0xMC43MWMtMTYuOTU0IDAtMzAuNzUzLTEzLjc5OC0zMC43NTMtMzAuNzUyIDAtMTYuOTY0IDEzLjgtMzAuNzY0IDMwLjc1My0zMC43NjQgMTYuOTY0IDAgMzAuNzUzIDEzLjggMzAuNzUzIDMwLjc2NCAwIDE2Ljk1NC0xMy43ODggMzAuNzUzLTMwLjc1MyAzMC43NTN6TTYzLjAzMiA0NS4zNTRjMCAyLjM0NC0xLjkwNyA0LjI2Mi00LjI2MiA0LjI2MmgtOS4xNjR2OS4xNjRjMCAyLjM0NC0xLjkwNyA0LjI2Mi00LjI2MiA0LjI2Mi0yLjM1NSAwLTQuMjYyLTEuOTE4LTQuMjYyLTQuMjYydi05LjE2NGgtOS4xNjRjLTIuMzU1IDAtNC4yNjItMS45MTgtNC4yNjItNC4yNjIgMC0yLjM1NSAxLjkwNy00LjI2MiA0LjI2Mi00LjI2Mmg5LjE2NHYtOS4xNzVjMC0yLjM0NCAxLjkwNy00LjI2MiA0LjI2Mi00LjI2MiAyLjM1NSAwIDQuMjYyIDEuOTE4IDQuMjYyIDQuMjYydjkuMTc1aDkuMTY0YzIuMzU1IDAgNC4yNjIgMS45MDcgNC4yNjIgNC4yNjJ6Ii8+PC9zdmc+);
background-repeat: no-repeat;
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__hero-enlarge:hover {
opacity: 1;
}
.is-zoomed .gallery__hero-enlarge {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iNS4wIC0xMC4wIDEwMC4wIDEzNS4wIiBmaWxsPSIjMzRCZjQ5Ij48cGF0aCBkPSJNOTMuNTkzIDg2LjgxNkw3Ny4wNDUgNzAuMjY4YzUuNDEzLTYuODczIDguNjQyLTE1LjUyNiA4LjY0Mi0yNC45MTRDODUuNjg3IDIzLjEwNCA2Ny41OTMgNSA0NS4zNDMgNVM1IDIzLjEwNCA1IDQ1LjM1NGMwIDIyLjI0IDE4LjA5NCA0MC4zNDMgNDAuMzQzIDQwLjM0MyA5LjQgMCAxOC4wNjItMy4yNCAyNC45MjQtOC42NTNsMTYuNTUgMTYuNTZjLjkzNy45MjcgMi4xNjIgMS4zOTYgMy4zODggMS4zOTYgMS4yMjUgMCAyLjQ1LS40NyAzLjM5LTEuMzk2IDEuODc0LTEuODc1IDEuODc0LTQuOTEyLS4wMDItNi43ODh6TTE0LjU5IDQ1LjM1NGMwLTE2Ljk2NCAxMy44LTMwLjc2NCAzMC43NTMtMzAuNzY0IDE2Ljk2NCAwIDMwLjc1MyAxMy44IDMwLjc1MyAzMC43NjQgMCAxNi45NTQtMTMuNzkgMzAuNzUzLTMwLjc1MyAzMC43NTMtMTYuOTUzIDAtMzAuNzUzLTEzLjgtMzAuNzUzLTMwLjc1M3pNNTguNzcyIDQ5LjYxSDMxLjkyYy0yLjM1NSAwLTQuMjYzLTEuOTA3LTQuMjYzLTQuMjZzMS45MDgtNC4yNjMgNC4yNjItNC4yNjNINTguNzdjMi4zNTQgMCA0LjI2MiAxLjkwOCA0LjI2MiA0LjI2MnMtMS45MSA0LjI2LTQuMjYyIDQuMjZ6Ii8+PC9zdmc+);
}
.gallery__thumbs {
text-align: center;
background: #fff;
}
.gallery__thumbs a {
display: inline-block;
width: 20%;
padding: 0.5em;
opacity: 0.75;
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__thumbs a:hover {
opacity: 1;
}
.gallery__thumbs a.is-active {
opacity: 0.2;
}
figure.snip1321{
font-family: 'Raleway', Arial, sans-serif;
position: relative;
overflow: hidden;
width: 100%;
color: #000000;
text-align: center;
-webkit-perspective: 50em;
perspective: 50em;
}
figure.snip1321 * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
figure.snip1321 img {
max-width: 100%;
vertical-align: top;
}
figure.snip1321 figcaption {
top: 50%;
left: 20px;
right: 20px;
position: absolute;
opacity: 0;
z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
margin: 0;
}
figure.snip1321 h2 {
font-weight: 600;
}
figure.snip1321 h4 {
font-weight: 400;
text-transform: uppercase;
}
figure.snip1321 i {
font-size: 32px;
}
figure.snip1321:after {
background-color: #ffffff;
position: absolute;
content: \"\";
display: block;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
figure.snip1321 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 0.9;
}
.item{
\tbackground: #fff;
\tborder: 1px solid #fff;
}
.item:hover{
\tbackground: #f7f7f7;
\tcursor: pointer;
\tbox-shadow: 0 4px 10px -6px #0005;
\tborder: none;
}
</style>
<div style=\"background: #f5f7f8; padding-top: 20px;\">
<div class=\"container\">
<div class=\"row\" style=\"margin: 0px 0px 15px 0px; background: #fafafa;\">
<div class=\"col-md-12\">
\t<h3 class=\"breadcrumbs-title\">
\t Meilleures ventes {{ site }}
\t <a href=\"{{ path('produit_produit_acceuil_sousdomaine_type_market_place') }}\" class=\"flat-busness pull-right\" style=\"margin-top: -7px;\">Afficher plus</a>
\t</h3>
\t<hr>
</div>
<div class=\"col-md-12\">
<div style=\"overflow: hidden; height: 500px;\">
<link rel=\"stylesheet\" href=\"{{ asset('template/carousel/css/style.css') }}\"/>
<div class=\"resCarousel\" data-items=\"1,3,4,4\" data-slide=\"1\" style=\"overflow: visible; padding-left: 0px; padding-right: 0px;\">
<div class=\"resCarousel-inner\">
{% for prod in top_produit %}
\t{% if prod.ancienPrixProduit > 0 %}
\t\t{% set taux = (prod.newprise - prod.ancienPrixProduit)/prod.ancienPrixProduit %}
\t{% else %}
\t\t{% set taux = 0 %}
\t{% endif %}
\t{% set taux = taux*100 %}
\t<div class=\"item\">
\t\t<div style=\"background: #fff; margin-bottom: 5px; padding: 5px;\">
\t\t<h5><a href=\"{{ path('produit_produit_detail_produit_market', {'id': prod.id }) }}\">{{ prod.name(50) }}</a> </h5>
\t\t<div style=\"margin-top: 5px;\"><span style=\"text-decoration: line-through; font-size: 12px;\">{{ prod.ancienPrixProduit }}</span>{{ devise }} <span>{{ prod.newprise }}</span></div>
\t\t</div>
\t\t<div id=\"\" class=\"js-gallery gallery\" style=\"border: 1px solid #ddd;\">
\t\t<!--Gallery Hero-->
\t\t<div class=\"gallery__hero\">
\t\t\t<span style=\"background: yellow; color: green; padding: 5px; display: inline-block;\">{% if taux > 0 %}+{% else %}-{% endif %}{{ taux|round }}%</span>
\t\t\t<a href=\"#!\" class=\"btn bg-struct open-modal-souscription-offert\" value=\"{{ prod.id }}\" name=\"0\" style=\"font-size: 10px; padding: 4px 7px!important; height: 25px; line-height: 15px; border-radius: 7px; float: right; text-transform: capitalize;\"><span class=\"mdi-action-add-shopping-cart\" style=\"font-size: 8px;\"></span> Ajouter</a>
\t\t\t<a href=\"{{ path('produit_produit_detail_produit_market', {'id': prod.id }) }}\" class=\"gallery__hero-enlarge ir\"></a>
\t\t {% set img = prod.getBestProduit %}
\t\t <img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" style=\"height: 200px;\">
\t\t</div>
\t\t<!--Gallery Hero-->
\t\t<!--Gallery Thumbs-->
\t\t<div class=\"gallery__thumbs\">
\t\t\t{% for imge in prod.imgproduits|slice(0,4) %}
\t\t\t<a href=\"{% if imge != null %}{{ asset(imge.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" data-gallery=\"thumb\" class=\"item-image-ca\">
\t\t\t <img src=\"{% if imge != null %}{{ asset(imge.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" style=\"height: 40px; width: 40px;\">
\t\t\t</a>
\t\t\t{% endfor %}
\t\t</div>
\t\t<!--Gallery Thumbs-->
\t\t</div>
\t</div>
{% endfor %}
</div>
<button class=\"btn btn-default leftLst pull-left\" style=\"position: relative; margin-top: -250px; background: #fff; color: #333; padding: 0px;\"><i class=\"fa fa-fw fa-angle-left\"></i></button>
<button class=\"btn btn-default rightLst pull-right\" style=\"position: relative; margin-top: -250px; background: #fff; color: #333; padding: 0px;\"><i class=\"fa fa-fw fa-angle-right\"></i></button>
</div>
</div>
<script type=\"text/javascript\" src=\"{{ asset('template/carousel/js/main.js') }}\"></script>
</div>
</div>
</div>
</div>
<section style=\"padding-top: 20px;\">
<div class=\"container\">
<h3>Offres spéciales</h3>
<div class=\"kapsayici\">
<div class=\"row\">
{% for offre in liste_offre %}
\t<div class=\"col-md-4 panel-offer text-right\">
\t\t<div class=\"slid3\">
\t\t\t<!-- <span class=\"emoji\"><img src=\"{{ asset('template/images/smile.png') }}\"> <img src=\"{{ asset('template/images/hearteye.png') }}\"></span> -->
\t\t\t<a href=\"{% if offre.link != null %}{{ offre.link }}{% else %}{{ path('produit_produit_tous_produits_souscategorie_binplace_market', {'id': offre.projet.id, 'scat': offre.souscategorie.id }) }}{% endif %}\">
\t\t\t\t<div class=\"resim3\">
\t\t\t\t\t<img src=\"{% if offre.src != 'source' %}{{ asset(offre.getwebpath) }}{% else %}{{ asset('template/images/assistance-bg.jpg') }}{% endif %}\"/>
\t\t\t\t\t<h2>{{ offre.titre }}</h2>
\t\t\t\t\t<p>{{ offre.projet.name(30) }}</p>
\t\t\t\t</div>
\t\t\t</a>
\t\t</div>
\t</div>
{% else %}
\t<div class=\"col-md-12\">
\t\t<div class=\"text-center\" style=\"height: 400px; padding-top: 100px; background: #fff; display: block; width: 100%!important; border: 1px solid #f4f4f4; border-radius: 5px;\">
\t\t\t<span class=\"fa fa-frown-o\"></span> Aucune données disponible pour cette requête.</br>
\t\t\t<hr style=\"width: 100px; border-bottom: 1px solid red; display: inline-block;\">
\t\t</div>
\t</div>
{% endfor %}
</div>
</div>
</div>
</section>
<style>
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
position: absolute;
top: -40px;
right: 0px;
}
</style>
<section style=\"position: sticky;\">
<div class=\"container\" style=\"margin-bottom: -20px;\">
\t<div class=\"row\">
\t\t<div class=\"col-md-12\">
\t\t\t<div class=\"text-left\" style=\"margin-bottom: -10px;margin-top: 20px;\">
\t\t\t\t<h2>Appréciés en ce moment</h2>
\t\t\t\t<p>Consultez les produits les plus appréciés en ce moment dans notre plateforme</p>
\t\t\t</div>
\t\t</div>
\t</div>
\t<div class=\"row\">
\t\t<div class=\"col-md-12\">
\t\t\t<div class=\"owl-carousel staff-list\" style=\"padding-top: 10px;\">
\t\t\t\t{% for produit in top_produit %}
\t\t\t\t\t{% include 'Theme/Produit/Produit/Produit/slideproduitdescript.html.twig' %}
\t\t\t\t{% endfor %}
\t\t\t</div>
\t\t</div>
\t</div>
\t<script type=\"text/javascript\">
\t\$(document).ready(function(){
\t \$(\".staff-list\").owlCarousel({
\t\t items:4,
\t\t autoplay:false,
\t\t margin:30,
\t\t loop:true,
\t\t nav:true,
\t\t responsive:{
\t\t\t0:{
\t\t\t\titems:1,
\t\t\t\tnav:true
\t\t\t},
\t\t\t600:{
\t\t\t\titems:3,
\t\t\t\tnav:false
\t\t\t},
\t\t\t1000:{
\t\t\t\titems:4,
\t\t\t\tnav:true,
\t\t\t\tloop:false
\t\t\t}
\t\t },
\t\t navText:[\"<i class='fa fa-arrow-left'></i>\",\"<i class='fa fa-arrow-right'></i>\" ]
\t });
\t});
\t</script>
</div>
</section>
<style>
figure.snip1321{
font-family: 'Raleway', Arial, sans-serif;
position: relative;
overflow: hidden;
width: 100%;
color: #000000;
text-align: center;
-webkit-perspective: 50em;
perspective: 50em;
}
figure.snip1321 * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
figure.snip1321 img {
max-width: 100%;
vertical-align: top;
}
figure.snip1321 figcaption {
top: 50%;
left: 20px;
right: 20px;
position: absolute;
opacity: 0;
z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
margin: 0;
}
figure.snip1321 h2 {
font-weight: 600;
}
figure.snip1321 h4 {
font-weight: 400;
text-transform: uppercase;
}
figure.snip1321 i {
font-size: 32px;
}
figure.snip1321:after {
background-color: #ffffff;
position: absolute;
content: \"\";
display: block;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
figure.snip1321 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
-webkit-transform: rotateX(0);
transform: rotateX(0);
opacity: 0.9;
}
.item{
\tbackground: #fff;
\tborder: 1px solid #fff;
}
.item:hover{
\tborder: 1px solid #ddd;
\tbackground: #f7f7f7;
\tcursor: pointer;
}
</style>
<section style=\"background: #f4f4f4; padding: 20px 0px;\">
<div class=\"container\">
<div class=\"row\" style=\"background: #fafafa; padding: 15px 0px;\">
<div class=\"col-md-12\">
\t<h3 class=\"breadcrumbs-title\">
\t Catalogue {{ site }}
\t
\t <a href=\"{{ path('produit_produit_catalogue_produits') }}\" class=\"flat-busness\" style=\"margin-top: -7px; float: right;\">Afficher plus</a>
\t</h3>
\t<hr style=\"margin: 0px; \"/>
</div>
{% for scat in top_scat|slice(0,8) %}
<div class=\"col-md-3\" style=\"border-top: 1px solid #f7f7f7; border-left: 1px solid #f7f7f7; border-right: 1px solid #f7f7f7; padding-top: 7px; padding-bottom: 7px;\">
\t<a href=\"{{ path('produit_produit_acceuil_sousdomaine_type_market_place', {'idscat': scat.id }) }}\" style=\"display: block;\">
\t<figure class=\"snip1321\">
\t\t<div style=\"text-align: center;\">
\t\t\t<img src=\"{% if scat.src != null %}{{ asset(scat.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" alt=\"sq-sample26\" style=\"height: 150px; max-width: 100%;\"/>
\t\t</div>
\t <figcaption><i class=\"ion-upload\"></i>
\t\t<div>{{ scat.nbproduit }}</div>
\t\t<div>Produits</div>
\t </figcaption>
\t</figure>
\t<div style=\"text-align: center; margin-top: -10px; text-decoration: underline;\">
\t\t{{ scat.nom }}
\t</div>
\t</a>
</div>
{% endfor %}
</div>
</div>
</section>
<style>
\t/*** START BS OVERRIDES ***/
\t.features {
\t padding: 50px 0;
\t}
\t.features.light-brown {
\t background-color: #fff;
\t padding: 7px;
\t}
\t.features h2.section-title {
\t color: #333333;
\t font-size: 22px;
\t margin: 0;
\t text-align: center;
\t}
\t.features .v-tabs .v-tab-head a,
\t.features .v-tabs a.v-tab-head {
\t color: #292929;
\t cursor: pointer;
\t display: block;
\t padding: 15px 30px 15px 15px;
\t border-right: 1px solid #33cc66;
\t margin: 0;
\t text-align: right;
\t font: 20px \"Raleway\", \"franklin-gothic-urw\", \"Helvectica Neue\", helvetica, clean, sans-serif;
\t}
\t.features .v-tabs .v-tab-head a.active, .features .v-tabs .v-tab-head a:hover,
\t.features .v-tabs a.v-tab-head.active,
\t.features .v-tabs a.v-tab-head:hover {
\t font-weight: bold;
\t text-decoration: none;
\t}
\t.features .v-tabs .v-tab-head a {
\t position: relative;
\t display: block;
\t}
\t.features .v-tabs .v-tab-head a.active::after, .features .v-tabs .v-tab-head a.active::before {
\t content: \"\";
\t border-style: solid;
\t border-width: 15px;
\t position: absolute;
\t right: 0;
\t top: 15px;
\t transform: rotate(90deg);
\t -ms-transform: rotate(90deg);
\t -webkit-transform: rotate(90deg);
\t -o-transform: rotate(90deg);
\t -moz-transform: rotate(90deg);
\t}
\t.features .v-tabs .v-tab-head a.active::before {
\t border-color: #3fcf6e transparent transparent;
\t}
\t.features .v-tabs .v-tab-head a.active::after {
\t margin-right: -1px;
\t border-color: #faf8f5 transparent transparent;
\t}
\t.features .v-tabs a.v-tab-head {
\t border: none;
\t padding: 15px 0;
\t text-align: left;
\t position: relative;
\t}
\t.features .v-tabs a.v-tab-head:after {
\t color: #e2dcd6;
\t content: \"\\f054\";
\t font-family: FontAwesome;
\t position: absolute;
\t right: 10px;
\t top: 50%;
\t transform: translateY(-50%);
\t -webkit-transform: translateY(-50%);
\t -moz-transform: translateY(-50%);
\t -o-transform: translateY(-50%);
\t}
\t.features .v-tabs a.v-tab-head.active::after {
\t color: #3c6;
\t content: \"\\f078\";
\t}
\t.features .v-tabs .v-tab-pane {
\t padding: 0 15px;
\t}
\t.features .v-tabs .v-tab-pane ul {
\t list-style: outside none none;
\t margin: 0;
\t padding: 0;
\t}
\t.features .v-tabs .v-tab-pane ul li {
\t border-bottom: 1px solid #e2dcd6;
\t color: #292929;
\t font-size: 16px;
\t padding: 15px 0;
\t}
\t.features .v-tabs .v-tab-pane ul li i {
\t color: #4c81b6;
\t cursor: pointer;
\t font-size: 14px;
\t}
\t.features .v-tabs .v-tab-pane .in {
\t border-top: none;
\t padding-top: 0;
\t}
\t.features .v-tabs .v-tab-pane .popover {
\t border: 1px solid #014d7e !important;
\t border-radius: 0;
\t width: auto;
\t margin: 10px 0 0 0;
\t max-width: 276px;
\t left: auto;
\t box-shadow: none;
\t}
\t.features .v-tabs .v-tab-pane .popover.bottom .arrow {
\t border-bottom-color: #014d7e;
\t}
\t.features .v-tabs .v-tab-pane .popover .popover-content {
\t font-size: 14px;
\t padding: 15px;
\t text-align: center;
\t}
\t@media screen and (max-width: 768px) {
\t .features.light-brown {
\t\tborder-top: 0 none;
\t }
\t .features h2.section-title {
\t\tfont-size: 32px;
\t }
\t .features .v-tabs .v-tab-pane .in {
\t\tborder-top: 1px solid #ddd;
\t\tborder-bottom: 2px solid #ddd;
\t }
\t .features .popover {
\t\tmargin: 10px 5% 0;
\t\tmax-width: none;
\t\twidth: 90%;
\t }
\t}
</style>
\t
<link rel=\"stylesheet\" href=\"{{ asset('template/css/bootstrap-3-3-7.css') }}\" />\t
\t<section class=\"benefits-section\">
\t<div class=\"container light-brown features\" id=\"features\">
\t\t<div class=\"row\">
\t\t <div class=\"col-xs-12 col-md-12 text-center\" style=\"margin-top: 15px;\">
\t\t\t<h4 style=\"display: block!important; width: 100%;\"> Produits et points de livraison </h4>
\t\t\t<p style=\"display: block;\"> Découvrez nos zones d'exercice et les coûts de livraison dans ces localités. </p>
\t\t </div>
\t\t</div>
\t\t
\t\t<div class=\"row v-tabs\" style=\"padding: 15px 0px!important; margin: 15px!important -15px!important; border-radius: 5px;\">
\t\t<div class=\"col-md-4\">
\t\t\t
\t\t\t<div class=\"text-inner\" style=\"height: 510px; margin-top: 15px;\">
\t\t\t\t<ul class=\"newstickerprod\" style=\"height: 450px; bottom: 0px;\">
\t\t\t\t\t{% for livraison in points_livraison|slice(0,4) %}
\t\t\t\t\t\t{% set img = livraison.produitboutique.produit.getBestProduit %}
\t\t\t\t\t\t<li class=\"box-slide-top\">
\t\t\t\t\t\t\t<a href=\"{{ path('produit_produit_detail_produit_market', {'id': livraison.produitboutique.produit.id }) }}\" style=\"display: inline-block!important; height: 100%!important; width: 100%!important; position: sticky;\">
\t\t\t\t\t\t\t<div class=\"row\" style=\"padding: 4px 2px;\">
\t\t\t\t\t\t\t\t<div style=\"width: 35%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t<img src=\"{% if img != null %}{{ asset(img.getwebpath) }}{% else %}{{ asset('template/images/test.png') }}{% endif %}\" style=\"height: 90%!important; width: 100%!important; display: inline-block;\"/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div style=\"width: 65%!important; padding: 0px 7px;\">
\t\t\t\t\t\t\t\t\t<strong class=\"coustom-my-text\" style=\"display: block;\">{% if livraison.produitboutique.nom != null %}{{ livraison.produitboutique.nom }}{% else %}{{ livraison.produitboutique.produit.nom }}{% endif %}</strong>
\t\t\t\t\t\t\t\t\t<strong>{% if livraison.produitboutique.newprise != null %}{{ livraison.produitboutique.newprise }}{% else %}{{ livraison.produitboutique.produit.newprise }}{% endif %}{{ devise }}</strong> - Livraison: {{ livraison.montant }} {{ devise }}<br/>
\t\t\t\t\t\t\t\t\t{% if livraison.ville != null %}{{ livraison.ville.nom }} <span class=\"fa fa-angle-right\"></span> {% endif %}{{ livraison.quartiertext }}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<span style=\"position: absolute; right: 7px; bottom: 15px; padding: 2px; border-radius: 5px; background: #f4f4f4;\">Consulter</span>
\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t{% endfor %}
\t\t\t\t</ul>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"col-sm-3 v-tab-head hidden-xs\">
\t\t {% for ville in liste_ville %}
\t\t\t<a class=\"v-tab-link text-left {% if loop.first %}active{% endif %}\" data-target=\"#coreFeatures-service-{{ ville.id }}\">
\t\t\t\t<img src=\"{% if ville.src != null %}{{ asset(ville.getwebpath) }}{% else %}{{ asset('template/images/logomarket.png') }}{% endif %}\" alt=\"\" class=\"img-thumbnail\" style=\"height: 40px; float: left; margin-right: 7px;\"/>
\t\t\t\t{{ ville.nom }}
\t\t\t\t<div style=\"font-size: 12px; font-weight: normal;\">{% if ville.pays != null %}{{ ville.pays.nom }}{% else %}Pays non indiqué{% endif %}</div>
\t\t\t</a>
\t\t {% endfor %}
\t\t</div>
\t\t
\t\t<div class=\"col-sm-5 v-tab-pane\">
\t\t\t{% for ville in liste_ville %}
\t\t\t<a class=\"v-tab-head v-tab-link visible-xs {% if loop.first %}active{% endif %}\" data-target=\"#coreFeatures-service-{{ ville.id }}\">
\t\t\t\t{{ ville.nom }}
\t\t\t</a>
\t\t\t<div id=\"coreFeatures-service-{{ ville.id }}\" class=\"collapse fade {% if loop.first %}in{% endif %}\">
\t\t\t <ul>
\t\t\t\t{% for livraison in ville.coutlivraisons|slice(0,9) %}
\t\t\t\t\t<li> {{ livraison.produitboutique.produit.nom }} <i data-toggle=\"popover\" data-placement=\"bottom\" data-content=\"{{ livraison.produitboutique.produit.nom }}\" class=\"fa fa-question-circle\" data-original-title=\"\" title=\"\"></i><a class=\"pull-right\" href=\"{{ path('produit_produit_detail_produit_market', {'id': livraison.produitboutique.produit.id }) }}\">Consulter</a></li>
\t\t\t\t{% endfor %}
\t\t\t </ul>
\t\t\t</div>
\t\t\t{% endfor %}
\t\t\t
\t\t</div>
\t\t</div>
\t\t
\t\t<div class=\"row\">
\t\t\t<div class=\"col-md-12 text-center\">
\t\t\t
\t\t\t\t<div style=\"display:flex; justify-content: center; margin-top: 5px; margin-bottom: 20px;\">
\t\t\t\t\t<a href=\"{{ path('produit_produit_localisation_popular_points') }}\"><button type=\"button\" class=\"button-hover\" name=\"button\">Liste complète <span class=\"fa fa-angle-right\"></span></button></a>
\t\t\t\t</div>
\t\t
\t\t\t</div>
\t\t</div>
\t<script type=\"text/javascript\">
\t\t\$(document).ready(function() {
\t\t \$('[data-toggle=\"popover\"]').popover({trigger: 'click'});
\t\t \$('.v-tab-head .v-tab-link').mouseover(tabHandler);
\t\t \$('.v-tab-head.v-tab-link').click(tabHandler);
\t\t});
\t\tvar tabHandler = function(e) {
\t\t e.preventDefault();
\t\t var target = \$(\$(this).data('target')),
\t\t\t tabLink = \$('.v-tab-link[data-target=\"' + \$(this).data('target') + '\"]');
\t\t
\t\t tabPanelToShow(tabLink);
\t\t tabLinkToActivate(target);
\t\t
\t\t};
\t\tvar tabPanelToShow = function(elem) {
\t\t \$('.v-tab-link').removeClass('active').parent().find(elem).addClass('active');
\t\t};
\t\tvar tabLinkToActivate = function(elem) {
\t\t \$('.v-tab-pane').children('div').removeClass('in').parent().find(elem).addClass('in');
\t\t};
\t</script>
\t</div>
\t</section>
<style>
.card-code {
\tposition: relative;
\tcursor: pointer;
\theight: 170px;
\tbackground: url(\"https://image.freepik.com/free-vector/colorful-gradient-liquid-shapes-background_23-2148250143.jpg\"),
\t\t#ffffff;
\tbackground-position: center;
\tbackground-repeat: no-repeat;
\tbackground-size: cover;
\tborder-radius: 25px;
\tmargin: 10px;
\ttransition: 0.25s ease-in;
}
.card-code .overlay-code {
\tposition: absolute;
\ttop: 0;
\tbottom: 0;
\twidth: 100%;
\theight: 170px;
\tbackground: linear-gradient(
\t\t120.55deg,
\t\trgba(39, 39, 39, 0.38) 0%,
\t\trgba(39, 39, 39, 0.2394) 100%
\t);
\tborder-radius: 25px;
}
.card-code .content-code {
\tposition: absolute;
\tbottom: 10px;
\tleft: 25px;
}
.card-code .content-code h4 {
\tfont-family: Ubuntu;
\tfont-style: normal;
\tfont-weight: bold;
\tfont-size: 18px;
\tcolor: #f2f2f2;
\tmargin-bottom: 10px;
\tmargin-top: 0;
}
.card-code .content-code h6 {
\tfont-family: Ubuntu;
\tfont-style: normal;
\tfont-weight: 500;
\tfont-size: 14px;
\tcolor: #f2f2f2;
\tmargin-bottom: 10px;
\tmargin-top: 0;
}
.card-code .fav {
\tposition: absolute;
\ttop: 25px;
\tright: 25px;
\tcursor: pointer;
}
.card-code .fav i {
\tcolor: white;
}
.card-code:hover {
\ttransform: scale(1.05);
}
.card-code:hover {
\tbackground-position: top;
}
</style>
<section style=\"padding: 20px 0px; margin-bottom: 15px;\">
<div class=\"container\">
\t<div style=\"background: #f4f4f4; padding: 15px; border-radius: 7px;\">
\t\t{% if aproposaccueil != null %}
\t\t\t<h5>{{ aproposaccueil.valeur }}</h5>
\t\t\t
\t\t\t<div>
\t\t\t\t{{ aproposaccueil.link|raw }}
\t\t\t</div>
\t\t{% else %}
\t\t\t<h2>À propos {{ site }}</h2>
\t\t{% endif %}
\t</div>
</div>
</section>
{#
<section style=\"margin: 15px 0px 30px 0px;\">
<div class=\"container\">
\t<h3>Coupons de réductions</h3>
\t<div class=\"row\">
\t\t{% for i in range(1,6) %}
\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">
\t\t\t<div class=\"card-code\">
\t\t\t\t<div style=\"font-size: 20px; position: absolute; top: 15px; left: 15px; color: #fff;\">-25000 XAF</div>
\t\t\t\t<div class=\"overlay-code\"></div>
\t\t\t\t<div class=\"content-code\">
\t\t\t\t\t<h4>UI DESIGN COURSE</h4>
\t\t\t\t\t<h6>4 Réservations | 13 Places</h6>
\t\t\t\t</div>
\t\t\t\t<div class=\"fav\">
\t\t\t\t\t<i class=\"fa fa-heart\"></i>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t{% endfor %}
\t</div>
</div>
</section>
#}
<script type=\"text/javascript\">
var App = (function () {
//=== Use Strict ===//
'use strict';
//=== Private Variables ===//
var gallery = \$('.js-gallery');
//=== Gallery Object ===//
var Gallery = {
zoom: function(imgContainer, img) {
var containerHeight = imgContainer.outerHeight(),
src = img.attr('src');
if ( src.indexOf('/products/normal/') != -1 ) {
// Set height of container
imgContainer.css( \"height\", containerHeight );
// Switch hero image src with large version
img.attr('src', src.replace('/products/normal/', '/products/zoom/') );
// Add zoomed class to gallery container
gallery.addClass('is-zoomed');
// Enable image to be draggable
img.draggable({
drag: function( event, ui ) {
ui.position.left = Math.min( 100, ui.position.left );
ui.position.top = Math.min( 100, ui.position.top );
}
});
} else {
// Ensure height of container fits image
imgContainer.css( \"height\", \"auto\" );
// Switch hero image src with normal version
img.attr('src', src.replace('/products/zoom/', '/products/normal/') );
// Remove zoomed class to gallery container
gallery.removeClass('is-zoomed');
}
},
switch: function(trigger, imgContainer) {
var src = trigger.attr('href'),
thumbs = trigger.siblings(),
\t\t\timg = trigger.parent().prev().children();
// Add active class to thumb
trigger.addClass('is-active');
// Remove active class from thumbs
thumbs.each(function() {
if( \$(this).hasClass('is-active') ) {
\$(this).removeClass('is-active');
}
});
// Reset container if in zoom state
if ( gallery.hasClass('is-zoomed') ) {
gallery.removeClass('is-zoomed');
imgContainer.css( \"height\", \"auto\" );
}
// Switch image source
img.attr('src', src);
}
};
//=== Public Methods ===//
function init() {
// Listen for clicks on anchors within gallery
gallery.delegate('.item-image-ca', 'click', function(event) {
var trigger = \$(this);
var triggerData = trigger.data(\"gallery\");
if ( triggerData === 'zoom') {
var imgContainer = trigger.parent(),
img = trigger.siblings();
Gallery.zoom(imgContainer, img);
} else if ( triggerData === 'thumb') {
var imgContainer = trigger.parent().siblings();
Gallery.switch(trigger, imgContainer);
} else {
return;
}
event.preventDefault();
});
}
//=== Make Methods Public ===//
return {
init: init
};
})();
App.init();
</script>
{% endblock %}
{% block javascripttemplate %}
\$(function(){
{% for infos in app.session.flashbag.get('information') %}
{% if loop.first %}
\tresetNotif();
\talertify.alert(\"{{ infos }}\");
{% endif %}
{% endfor %}
\$('.open-modal-souscription-offert').click(function(){
\t\$('#modal-souscription-offert').modal('show');
\tvar id = \$(this).attr('value');
\tif(\$(this).attr('name') == 0)
\t{
\t\$(this).attr('name', 1);
\t\$('.wait-chargement-content-module').show();
\t\$('.content-module-loading').hide();
\t\$.post('{{ path('produit_produit_personnaliser_produit_pour_commande') }}',{id: id}, function(data){
\t\t\$('.wait-chargement-content-module').hide();
\t\t\$('.content-module-loading').html(data);
\t\t\$('.content-module-loading').show();
\t\t\$('.open-modal-souscription-offert').attr('name', 0);
\t});
\t}
});
});
{% endblock %}
", "Theme/Users/User/Security/accueilsite.html.twig", "/home/afhunt/domains/mbill.afhunt.com/public_html/market/templates/Theme/Users/User/Security/accueilsite.html.twig");
}
}