var/cache/dev/twig/a5/a56db303b781be28adb72c4446ee6cbc.php line 52

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* Theme/Produit/Service/Service/interventions.html.twig */
  15. class __TwigTemplate_095d3fa30ff09291179b714acff3cccb extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'meta' => [$this'block_meta'],
  25.             'title' => [$this'block_title'],
  26.             'userblog_body' => [$this'block_userblog_body'],
  27.             'javascripttemplate' => [$this'block_javascripttemplate'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "Theme/Users/User/layoutbase.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Produit/Service/Service/interventions.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Produit/Service/Service/interventions.html.twig"));
  42.         $this->parent $this->loadTemplate("Theme/Users/User/layoutbase.html.twig""Theme/Produit/Service/Service/interventions.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 2
  50.     public function block_meta($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  57.         // line 3
  58.         yield "\t";
  59.         yield from $this->yieldParentBlock("meta"$context$blocks);
  60.         yield "
  61. \t<meta name=\"keywords\" content=\"";
  62.         // line 4
  63.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site"$context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.'4$this->source); })()), "html"nulltrue);
  64.         yield ", \"/>
  65. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  66. \t<meta name=\"description\" content=\"";
  67.         // line 6
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["site"]) || array_key_exists("site"$context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.'6$this->source); })()), "html"nulltrue);
  69.         yield "\"/>
  70. ";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.         return; yield '';
  76.     }
  77.     // line 9
  78.     public function block_title($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  85.         // line 10
  86.         yield "\t";
  87.         yield from $this->yieldParentBlock("title"$context$blocks);
  88.         yield "
  89. \t- Détails du service ..
  90. ";
  91.         
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  93.         
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  95.         return; yield '';
  96.     }
  97.     // line 14
  98.     public function block_userblog_body($context, array $blocks = [])
  99.     {
  100.         $macros $this->macros;
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  105.         // line 15
  106.         yield "\t";
  107.         // line 31
  108.         yield "
  109. \t";
  110.         // line 33
  111.         yield "\t<style>
  112. \t.content{
  113. \t\tbackground-color: #268dcf;
  114. \t}
  115. \t\t.wrap {
  116. \t\t\tpadding-top: 8px;
  117. \t\t\tpadding-bottom: 8px;
  118. \t\t\tbox-shadow: 0 5px 5px #fff;
  119. \t\t}
  120. \t\t.breadcrumb {
  121. \t\t\twidth: 100%;
  122. \t\t\tmargin: auto;
  123. \t\t\tdisplay: flex;
  124. \t\t}
  125. \t\t.breadcrumb li {
  126. \t\t\tpadding-right: 20px;
  127. \t\t}
  128. \t\t.breadcrumb a {
  129. \t\t\ttext-decoration: none;
  130. \t\t\tcolor: aliceblue;
  131. \t\t\tfont-weight: 700;
  132. \t\t\ttransition: 0.5s;
  133. \t\t}
  134. \t\t.breadcrumb li + li {
  135. \t\t\tpadding-left: 0;
  136. \t\t}
  137. \t\t.breadcrumb li + li:before {
  138. \t\t\tcontent: '>';
  139. \t\t\tcolor: #3b3b3bff;
  140. \t\t\tmargin-right: 20px;
  141. \t\t}
  142. \t\t.breadcrumb li:last-child a,
  143. \t\t.breadcrumb a:hover {
  144. \t\t\tcolor: #e2ebf3;
  145. \t\t\tborder-radius: 35px;
  146. \t\t\tbackground-color: #82ccdd;
  147. \t\t\tpadding: 5px 10px;
  148. \t\t}
  149. \t\t";
  150.         // line 72
  151.         yield "
  152. \t\t";
  153.         // line 74
  154.         yield "\t\t:root {
  155.   --swiper-pagination-color: #fff;
  156.   --swiper-pagination-bullet-inactive-color: #fff;
  157. }
  158. ";
  159.         // line 82
  160.         yield "
  161. ";
  162.         // line 86
  163.         yield "
  164. ";
  165.         // line 104
  166.         yield "
  167. .wrapper {
  168.   width: 100%;
  169.   overflow-x: hidden;
  170.   padding-top: 20px;
  171.   padding-bottom: 0px;
  172.   /*display: flex;
  173.   flex-flow: row wrap;
  174.   justify-content: center;
  175.   align-items: center;
  176.   @media (max-width: 1199px) {
  177.     flex-flow: column;
  178.   }*/
  179. }
  180. .swiper {
  181.   width: 300px;
  182.   height: 400px;
  183.   margin: 0px;
  184.   border-radius: 15px;
  185. }
  186. .swiper-slide {
  187.   text-align: center;
  188.   font-size: 18px;
  189.   background: #000;
  190.   width: 100%;
  191.   height: 100%;
  192.   img {
  193.     width: 100%;
  194.     height: 100%;
  195.     object-fit: cover;
  196.     opacity: 0.9;
  197.   }
  198.   .card-image {
  199.     position: relative;
  200.     transition: opacity 0.3s ease-out;
  201.     width: 100%;
  202.     height: 100%;
  203.   }
  204.   .card-description {
  205.     position: absolute;
  206.     z-index: 100;
  207.     top: 0;
  208.     left: 0;
  209.     display: flex;
  210.     flex-flow: column;
  211.     justify-content: flex-end;
  212.     width: 100%;
  213.     height: 100%;
  214.     padding: 20px;
  215.     color: #fff;
  216.     &:before {
  217.       content: \"\";
  218.       position: absolute;
  219.       z-index: 9;
  220.       top: 0;
  221.       left: 0;
  222.       width: 100%;
  223.       height: 100%;
  224.       background: rgb(255,255,255);
  225.       background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
  226.     }
  227.     h1, p {
  228.       position: relative;
  229.       z-index: 10;
  230.       text-align: left;
  231.     }
  232.     h1 {
  233.       font-size: 28px;
  234.       margin-top: 0;
  235.       margin-bottom: 5px;
  236.     }
  237.     p {
  238.       margin-top: 0;
  239.       letter-spacing: 1px;
  240.     }
  241.   }
  242. }
  243. .swiper-button-next,
  244. .swiper-button-prev {
  245.   color: #000;
  246.   &::after {
  247.     font-size: 20px;
  248.   }
  249. }
  250. .swiperEffect {
  251.   border-radius: 0;
  252.   .swiper-slide {
  253.     border-radius: 18px;
  254.   }
  255.   .swiper-button-next,
  256.   .swiper-button-prev {
  257.     color: #fff;
  258.   }
  259. }
  260. ";
  261.         // line 204
  262.         yield "    .section-head.center.wt-small-separator-outer {
  263.         margin-bottom: 50px;
  264.         text-align: left;
  265.     }
  266.     .section-head {
  267.         position: relative;
  268.     }
  269.     .site-text-primary, .wt-small-separator {
  270.         color: #ea130e;
  271.     }
  272.     .wt-small-separator {
  273.         font-family: \"Heebo\", sans-serif;
  274.         text-transform: uppercase;
  275.         letter-spacing: 1px;
  276.         padding-right: 40px;
  277.         font-size: 26px;
  278.         line-height: 26px;
  279.         margin-bottom: 15px;
  280.         position: relative;
  281.         display: inline-block;
  282.         font-weight: 700;
  283.     }
  284.     .section-head.center .wt-small-separator div.sep-leaf-left {
  285.         position: relative;
  286.     }
  287.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  288.         background-color: #ea130e;
  289.     }
  290.     .section-head.center .wt-small-separator div.sep-leaf-left:before {
  291.         right: -20px;
  292.         width: 10px;
  293.     }
  294.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  295.         position: absolute;
  296.         content: '';
  297.         height: 22px;
  298.         bottom: 0px;
  299.         top: 0px;
  300.         transform: skew(-20deg);
  301.     }
  302.     .section-head.center .wt-small-separator div.sep-leaf-left:after {
  303.         right: -27px;
  304.         width: 4px;
  305.     }
  306.     .section-head.center.wt-small-separator-outer h2 {
  307.         max-width: 630px;
  308.         margin: 0px auto;
  309.     }
  310. </style>
  311. <!-- CTA Section -->
  312. <section class=\"cta \" style=\"padding: 1rem 0;\">
  313. \t<div class=\"container\">
  314. \t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
  315. \t\t\t<div class=\"wt-small-separator site-text-primary\">
  316. \t\t\t\t<div class=\"sep-leaf-left\"></div>
  317. \t\t\t\t<div>Nos interventions</div>
  318. \t\t\t</div>
  319. \t\t</div>
  320. \t\t<div>Nous proposons des services de comptabilité, incluant la tenue de livres, les déclarations fiscales, l'élaboration de bilans, et des conseils financiers. Notre expertise assure la conformité et l’optimisation de votre gestion financière.</div>
  321. \t</div>
  322. </section>
  323. \t<!-- more event -->
  324. \t<section class=\"section-sm\">
  325. \t\t<div class=\"content\" style=\"padding-bottom: 5px;\">
  326. \t\t\t<div class=\"wrap\">
  327. \t\t\t\t<div class=\"container\">
  328. \t\t\t\t\t<ol class=\"breadcrumb\">
  329. \t\t\t\t\t\t<li href=\"#\">
  330. \t\t\t\t\t\t\t<a>Home</a>
  331. \t\t\t\t\t\t</li>
  332. \t\t\t\t\t\t<li href=\"#\">
  333. \t\t\t\t\t\t\t<a>Portoflio</a>
  334. \t\t\t\t\t\t</li>
  335. \t\t\t\t\t</ol>
  336. \t\t\t\t</div>
  337. \t\t\t</div>
  338. \t\t</div>
  339. \t\t<div class=\"container\">
  340. \t\t\t<div class=\"faq active\">
  341.               <h3 class=\"faq-title\">
  342. \t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span> 
  343. \t\t\t  </h3>
  344.               <p class=\"faq-text\">
  345.                 Notre engagement se concentre sur la fourniture de services de qualité, respectant l’intégrité et la transparence, afin de soutenir les clients dans l'atteinte de leurs objectifs financiers.
  346. \t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
  347. \t\t\t\t<div class=\"row\">
  348. \t\t\t\t\t<div class=\"col-md-4\">
  349. \t\t\t\t\t\t
  350. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  351. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  352. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  353. \t\t\t\t\t\t\t</div>
  354. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  355. \t\t\t\t\t\t</div>
  356. \t\t\t\t\t</div>
  357. \t\t\t\t\t<div class=\"col-md-4\">
  358. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  359. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  360. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  361. \t\t\t\t\t\t\t</div>
  362. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  363. \t\t\t\t\t\t</div>
  364. \t\t\t\t\t</div>
  365. \t\t\t\t\t<div class=\"col-md-4\">
  366. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  367. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  368. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  369. \t\t\t\t\t\t\t</div>
  370. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  371. \t\t\t\t\t\t</div>
  372. \t\t\t\t\t</div>
  373. \t\t\t\t\t<div class=\"col-md-4\">
  374. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  375. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  376. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  377. \t\t\t\t\t\t\t</div>
  378. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  379. \t\t\t\t\t\t</div>
  380. \t\t\t\t\t</div>
  381. \t\t\t\t</div>
  382.               </p>
  383.               <button class=\"faq-toggle\">
  384.                 <i class=\"bi bi-chevron-down\"></i>
  385.                 <i class=\"fas fa-times\"></i>
  386.               </button>
  387.             </div>
  388.             <div class=\"faq active\">
  389.               <h3 class=\"faq-title\">
  390. \t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span> 
  391.               </h3>
  392.               <p class=\"faq-text\">
  393.                 Notre aspiration est de devenir un leader dans le secteur, en innovant et en adaptant nos pratiques pour anticiper les besoins des clients et améliorer leur expérience.
  394. \t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
  395. \t\t\t\t<div class=\"row mt-3\">
  396. \t\t\t\t\t<div class=\"col-md-4\">
  397. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  398. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  399. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  400. \t\t\t\t\t\t\t</div>
  401. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  402. \t\t\t\t\t\t</div>
  403. \t\t\t\t\t</div>
  404. \t\t\t\t\t<div class=\"col-md-4\">
  405. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  406. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  407. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  408. \t\t\t\t\t\t\t</div>
  409. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  410. \t\t\t\t\t\t</div>
  411. \t\t\t\t\t</div>
  412. \t\t\t\t\t<div class=\"col-md-4\">
  413. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  414. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  415. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  416. \t\t\t\t\t\t\t</div>
  417. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  418. \t\t\t\t\t\t</div>
  419. \t\t\t\t\t</div>
  420. \t\t\t\t\t<div class=\"col-md-4\">
  421. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  422. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  423. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  424. \t\t\t\t\t\t\t</div>
  425. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  426. \t\t\t\t\t\t</div>
  427. \t\t\t\t\t</div>
  428. \t\t\t\t</div>
  429.               </p>
  430.               <button class=\"faq-toggle\">
  431.                 <i class=\"bi bi-chevron-down\"></i>
  432.                 <i class=\"fas fa-times\"></i>
  433.               </button>
  434.             </div>
  435.             <div class=\"faq active\">
  436.               <h3 class=\"faq-title\">
  437. \t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span> 
  438.               </h3>
  439.               <p class=\"faq-text\">
  440.                 Nos valeurs sont l'intégrité, la précision, la transparence, le respect des délais et la responsabilité, garantissant des services fiables et un soutien efficace à tous nos clients.
  441. \t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
  442. \t\t\t\t<div class=\"row mt-3\">
  443. \t\t\t\t\t<div class=\"col-md-4\">
  444. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  445. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  446. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  447. \t\t\t\t\t\t\t</div>
  448. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  449. \t\t\t\t\t\t</div>
  450. \t\t\t\t\t</div>
  451. \t\t\t\t\t<div class=\"col-md-4\">
  452. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  453. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  454. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  455. \t\t\t\t\t\t\t</div>
  456. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  457. \t\t\t\t\t\t</div>
  458. \t\t\t\t\t</div>
  459. \t\t\t\t\t<div class=\"col-md-4\">
  460. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  461. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  462. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  463. \t\t\t\t\t\t\t</div>
  464. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  465. \t\t\t\t\t\t</div>
  466. \t\t\t\t\t</div>
  467. \t\t\t\t\t<div class=\"col-md-4\">
  468. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  469. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  470. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  471. \t\t\t\t\t\t\t</div>
  472. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  473. \t\t\t\t\t\t</div>
  474. \t\t\t\t\t</div>
  475. \t\t\t\t</div>
  476.               </p>
  477.               <button class=\"faq-toggle\">
  478.                 <i class=\"bi bi-chevron-down\"></i>
  479.                 <i class=\"fas fa-times\"></i>
  480.               </button>
  481.             </div>
  482. \t\t\t<div class=\"wrapper\"> 
  483. \t\t\t \t<div class=\"row\">
  484. \t\t\t\t\t";
  485.         // line 449
  486.         $context['_parent'] = $context;
  487.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["liste_interventions"]) || array_key_exists("liste_interventions"$context) ? $context["liste_interventions"] : (function () { throw new RuntimeError('Variable "liste_interventions" does not exist.'449$this->source); })()));
  488.         foreach ($context['_seq'] as $context["_key"] => $context["intervention"]) {
  489.             // line 450
  490.             yield "\t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">
  491. \t\t\t\t\t\t<div class=\"swiper swiperFade mb-5\">
  492. \t\t\t\t\t\t\t<div class=\"swiper-wrapper\">
  493. \t\t\t\t\t\t\t\t<div class=\"swiper-slide\">
  494. \t\t\t\t\t\t\t\t\t";
  495.             // line 454
  496.             $context["images_portfolio"] = CoreExtension::getAttribute($this->env$this->source$context["intervention"], "getFirstImages", [], "method"falsefalsefalse454);
  497.             // line 455
  498.             yield "\t\t\t\t\t\t\t\t\t";
  499.             $context['_parent'] = $context;
  500.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["images_portfolio"]) || array_key_exists("images_portfolio"$context) ? $context["images_portfolio"] : (function () { throw new RuntimeError('Variable "images_portfolio" does not exist.'455$this->source); })()));
  501.             foreach ($context['_seq'] as $context["_key"] => $context["portfolio"]) {
  502.                 // line 456
  503.                 yield "\t\t\t\t\t\t\t\t\t<div class=\"card-image\">
  504. \t\t\t\t\t\t\t\t\t\t<a data-fancybox=\"demo\" data-src=\"";
  505.                 // line 457
  506.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["portfolio"]), "html"nulltrue);
  507.                 yield "\" data-caption=\"";
  508.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["portfolio"], "title", [], "any"falsefalsefalse457), "html"nulltrue);
  509.                 yield "\"><img src=\"";
  510.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["portfolio"]), "html"nulltrue);
  511.                 yield "\" style=\"width: 100%;\"></a>
  512. \t\t\t\t\t\t\t\t\t\t<div class=\"card-description\">
  513. \t\t\t\t\t\t\t\t\t\t\t<h1>";
  514.                 // line 459
  515.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["intervention"], "name", [], "any"falsefalsefalse459), "html"nulltrue);
  516.                 yield "</h1>
  517. \t\t\t\t\t\t\t\t\t\t\t<p>";
  518.                 // line 460
  519.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["intervention"], "description", [], "any"falsefalsefalse460), "html"nulltrue);
  520.                 yield "</p>
  521. \t\t\t\t\t\t\t\t\t\t</div>
  522. \t\t\t\t\t\t\t\t\t</div>
  523. \t\t\t\t\t\t\t\t\t";
  524.             }
  525.             $_parent $context['_parent'];
  526.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['portfolio'], $context['_parent'], $context['loop']);
  527.             $context array_intersect_key($context$_parent) + $_parent;
  528.             // line 464
  529.             yield "\t\t\t\t\t\t\t\t</div>
  530. \t\t\t\t\t\t\t</div>
  531. \t\t\t\t\t\t\t<div class=\"swiper-button-next\"></div>
  532. \t\t\t\t\t\t\t<div class=\"swiper-button-prev\"></div>
  533. \t\t\t\t\t\t\t<div class=\"swiper-pagination\"></div>
  534. \t\t\t\t\t\t</div>
  535. \t\t\t\t\t\t";
  536.             // line 473
  537.             yield "\t\t\t\t\t</div>
  538. \t\t\t\t\t";
  539.         }
  540.         $_parent $context['_parent'];
  541.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['intervention'], $context['_parent'], $context['loop']);
  542.         $context array_intersect_key($context$_parent) + $_parent;
  543.         // line 475
  544.         yield "
  545. \t\t\t\t";
  546.         // line 510
  547.         yield "
  548. \t\t\t\t";
  549.         // line 542
  550.         yield "\t\t\t</div>
  551. \t\t</div>
  552. \t\t";
  553.         // line 545
  554.         yield "\t</section>
  555. <!-- /more event -->
  556. <div class=\"text-center\" style=\"margin-top: 30px; margin-bottom: 60px;\">
  557. \t";
  558.         // line 548
  559.         if (((isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'548$this->source); })()) > 0)) {
  560.             // line 549
  561.             yield "
  562. \t\t";
  563.             // line 550
  564.             if ((((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'550$this->source); })()) > 1) && ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'550$this->source); })()) <= (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'550$this->source); })())))) {
  565.                 // line 551
  566.                 yield "\t\t\t";
  567.                 $context["pagepre"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'551$this->source); })()) - 1);
  568.                 // line 552
  569.                 yield "\t\t";
  570.             } else {
  571.                 // line 553
  572.                 yield "\t\t\t";
  573.                 $context["pagepre"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'553$this->source); })());
  574.                 // line 554
  575.                 yield "\t\t";
  576.             }
  577.             // line 555
  578.             yield "
  579. \t\t";
  580.             // line 556
  581.             if (((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'556$this->source); })()) < (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'556$this->source); })()))) {
  582.                 // line 557
  583.                 yield "\t\t\t";
  584.                 $context["pagesuiv"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'557$this->source); })()) + 1);
  585.                 // line 558
  586.                 yield "\t\t";
  587.             } else {
  588.                 // line 559
  589.                 yield "\t\t\t";
  590.                 $context["pagesuiv"] = 1;
  591.                 // line 560
  592.                 yield "\t\t";
  593.             }
  594.             // line 561
  595.             yield "
  596. \t\t";
  597.             // line 562
  598.             if (((isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'562$this->source); })()) < 5)) {
  599.                 // line 563
  600.                 yield "\t\t\t";
  601.                 $context["debut"] = 1;
  602.                 // line 564
  603.                 yield "\t\t\t";
  604.                 $context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'564$this->source); })());
  605.                 // line 565
  606.                 yield "\t\t";
  607.             } else {
  608.                 // line 566
  609.                 yield "\t\t\t";
  610.                 if ((((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'566$this->source); })()) > 2) && ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'566$this->source); })()) < ((isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'566$this->source); })()) - 2)))) {
  611.                     // line 567
  612.                     yield "\t\t\t\t";
  613.                     $context["debut"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'567$this->source); })()) - 2);
  614.                     // line 568
  615.                     yield "\t\t\t\t";
  616.                     if ((((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'568$this->source); })()) + 2) >= (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'568$this->source); })()))) {
  617.                         // line 569
  618.                         yield "\t\t\t\t\t";
  619.                         $context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'569$this->source); })());
  620.                         // line 570
  621.                         yield "\t\t\t\t";
  622.                     } else {
  623.                         // line 571
  624.                         yield "\t\t\t\t\t";
  625.                         $context["fin"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'571$this->source); })()) + 2);
  626.                         // line 572
  627.                         yield "\t\t\t\t";
  628.                     }
  629.                     // line 573
  630.                     yield "\t\t\t";
  631.                 } else {
  632.                     // line 574
  633.                     yield "\t\t\t\t";
  634.                     if (((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'574$this->source); })()) <= 2)) {
  635.                         // line 575
  636.                         yield "\t\t\t\t\t";
  637.                         if (((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'575$this->source); })()) == 1)) {
  638.                             // line 576
  639.                             yield "\t\t\t\t\t\t";
  640.                             $context["debut"] = 1;
  641.                             // line 577
  642.                             yield "\t\t\t\t\t\t";
  643.                             $context["fin"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'577$this->source); })()) + 3);
  644.                             // line 578
  645.                             yield "\t\t\t\t\t";
  646.                         } else {
  647.                             // line 579
  648.                             yield "\t\t\t\t\t\t";
  649.                             $context["debut"] = 1;
  650.                             // line 580
  651.                             yield "\t\t\t\t\t\t";
  652.                             $context["fin"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'580$this->source); })()) + 2);
  653.                             // line 581
  654.                             yield "\t\t\t\t\t";
  655.                         }
  656.                         // line 582
  657.                         yield "\t\t\t\t";
  658.                     } else {
  659.                         // line 583
  660.                         yield "\t\t\t\t\t";
  661.                         $context["debut"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'583$this->source); })()) - 2);
  662.                         // line 584
  663.                         yield "\t\t\t\t\t";
  664.                         if ((((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'584$this->source); })()) + 2) >= (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'584$this->source); })()))) {
  665.                             // line 585
  666.                             yield "\t\t\t\t\t\t";
  667.                             $context["fin"] = (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'585$this->source); })());
  668.                             // line 586
  669.                             yield "\t\t\t\t\t";
  670.                         } else {
  671.                             // line 587
  672.                             yield "\t\t\t\t\t\t";
  673.                             $context["fin"] = ((isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'587$this->source); })()) + 2);
  674.                             // line 588
  675.                             yield "\t\t\t\t\t";
  676.                         }
  677.                         // line 589
  678.                         yield "\t\t\t\t";
  679.                     }
  680.                     // line 590
  681.                     yield "\t\t\t";
  682.                 }
  683.                 // line 591
  684.                 yield "
  685. \t\t";
  686.             }
  687.             // line 593
  688.             yield "
  689. \t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
  690. \t\t\t<a href=\"";
  691.             // line 595
  692.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => 1]);
  693.             yield "\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  694. \t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  695. \t\t\t</a>
  696. \t\t\t<a href=\"";
  697.             // line 598
  698.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["pagepre"]) || array_key_exists("pagepre"$context) ? $context["pagepre"] : (function () { throw new RuntimeError('Variable "pagepre" does not exist.'598$this->source); })())]), "html"nulltrue);
  699.             yield "\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  700. \t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  701. \t\t\t</a>
  702. \t\t\t";
  703.             // line 601
  704.             $context['_parent'] = $context;
  705.             $context['_seq'] = CoreExtension::ensureTraversable(range((isset($context["debut"]) || array_key_exists("debut"$context) ? $context["debut"] : (function () { throw new RuntimeError('Variable "debut" does not exist.'601$this->source); })()), (isset($context["fin"]) || array_key_exists("fin"$context) ? $context["fin"] : (function () { throw new RuntimeError('Variable "fin" does not exist.'601$this->source); })())));
  706.             foreach ($context['_seq'] as $context["_key"] => $context["p"]) {
  707.                 // line 602
  708.                 yield "\t\t\t\t<a href=\"";
  709.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => $context["p"]]), "html"nulltrue);
  710.                 yield "\" value=\"";
  711.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html"nulltrue);
  712.                 yield "\" class=\"btn btn-outline-primary mx-2 ";
  713.                 if (($context["p"] == (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'602$this->source); })()))) {
  714.                     yield "active";
  715.                 }
  716.                 yield "\">";
  717.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["p"], "html"nulltrue);
  718.                 yield "</a>
  719. \t\t\t</li>
  720. \t\t";
  721.             }
  722.             $_parent $context['_parent'];
  723.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['p'], $context['_parent'], $context['loop']);
  724.             $context array_intersect_key($context$_parent) + $_parent;
  725.             // line 605
  726.             yield "\t\t<a href=\"";
  727.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["pagesuiv"]) || array_key_exists("pagesuiv"$context) ? $context["pagesuiv"] : (function () { throw new RuntimeError('Variable "pagesuiv" does not exist.'605$this->source); })())]), "html"nulltrue);
  728.             yield "\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  729. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  730. \t\t</a>
  731. \t\t<a href=\"";
  732.             // line 608
  733.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["nombrepage"]) || array_key_exists("nombrepage"$context) ? $context["nombrepage"] : (function () { throw new RuntimeError('Variable "nombrepage" does not exist.'608$this->source); })())]), "html"nulltrue);
  734.             yield "\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  735. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  736. \t\t</a>
  737. \t</div>
  738. \t<div class=\"clearfix\"></div>
  739. ";
  740.         } else {
  741.             // line 614
  742.             yield "\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
  743. \t\t<a href=\"";
  744.             // line 615
  745.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'615$this->source); })())]), "html"nulltrue);
  746.             yield "\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  747. \t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  748. \t\t</a>
  749. \t\t<a href=\"";
  750.             // line 618
  751.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'618$this->source); })())]), "html"nulltrue);
  752.             yield "\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  753. \t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  754. \t\t</a>
  755. \t\t<a href=\"";
  756.             // line 622
  757.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'622$this->source); })())]), "html"nulltrue);
  758.             yield "\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 4px 0px;\">0</a>
  759. \t\t<a href=\"";
  760.             // line 624
  761.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'624$this->source); })())]), "html"nulltrue);
  762.             yield "\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  763. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  764. \t\t</a>
  765. \t\t<a href=\"";
  766.             // line 627
  767.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery", ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'627$this->source); })())]), "html"nulltrue);
  768.             yield "\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  769. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  770. \t\t</a>
  771. \t</div>
  772. \t<div class=\"clearfix\"></div>
  773. <script>
  774. \tvar swiperFade = new Swiper(\".swiperFade\", {
  775. \tloop: true,
  776. \teffect: 'fade',
  777. \tnavigation: {
  778. \t  nextEl: \".swiper-button-next\",
  779. \t  prevEl: \".swiper-button-prev\"
  780. \t},
  781. \tpagination: {
  782. \t  el: \".swiper-pagination\",
  783. \t},
  784. \t});
  785. \tvar swiperVertical = new Swiper(\".swiperVertical\", {
  786. \t  loop: true,
  787. \t  effect: 'fade',
  788. \t  direction: \"vertical\",
  789. \t  pagination: {
  790. \t    el: \".swiper-pagination\",
  791. \t    clickable: true,
  792. \t  }
  793. \t});
  794. \tvar swiperEffect = new Swiper(\".swiperEffect\", {
  795. \t  loop: true,
  796. \t  effect: \"cards\",
  797. \t  grabCursor: true,
  798. \t  navigation: {
  799. \t    nextEl: \".swiper-button-next\",
  800. \t    prevEl: \".swiper-button-prev\"
  801. \t  },
  802. \t  pagination: {
  803. \t    el: \".swiper-pagination\",
  804. \t  },
  805. \t});
  806. </script>
  807. ";
  808.         }
  809.         // line 672
  810.         yield "</div>
  811. ";
  812.         
  813.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  814.         
  815.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  816.         return; yield '';
  817.     }
  818.     // line 676
  819.     public function block_javascripttemplate($context, array $blocks = [])
  820.     {
  821.         $macros $this->macros;
  822.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  823.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripttemplate"));
  824.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  825.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripttemplate"));
  826.         // line 677
  827.         yield "
  828. Fancybox.bind('[data-fancybox=\"demo\"]', {
  829.     caption: function (fancybox, carousel, slide) {
  830.       return (
  831.         `\${slide.index + 1} / \${carousel.slides.length}
  832. <br/>` + slide.caption
  833.       );
  834.     },
  835.   });
  836. ";
  837.         
  838.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  839.         
  840.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  841.         return; yield '';
  842.     }
  843.     /**
  844.      * @codeCoverageIgnore
  845.      */
  846.     public function getTemplateName()
  847.     {
  848.         return "Theme/Produit/Service/Service/interventions.html.twig";
  849.     }
  850.     /**
  851.      * @codeCoverageIgnore
  852.      */
  853.     public function isTraitable()
  854.     {
  855.         return false;
  856.     }
  857.     /**
  858.      * @codeCoverageIgnore
  859.      */
  860.     public function getDebugInfo()
  861.     {
  862.         return array (  895 => 677,  885 => 676,  872 => 672,  824 => 627,  818 => 624,  813 => 622,  806 => 618,  800 => 615,  797 => 614,  788 => 608,  781 => 605,  763 => 602,  759 => 601,  753 => 598,  747 => 595,  743 => 593,  739 => 591,  736 => 590,  733 => 589,  730 => 588,  727 => 587,  724 => 586,  721 => 585,  718 => 584,  715 => 583,  712 => 582,  709 => 581,  706 => 580,  703 => 579,  700 => 578,  697 => 577,  694 => 576,  691 => 575,  688 => 574,  685 => 573,  682 => 572,  679 => 571,  676 => 570,  673 => 569,  670 => 568,  667 => 567,  664 => 566,  661 => 565,  658 => 564,  655 => 563,  653 => 562,  650 => 561,  647 => 560,  644 => 559,  641 => 558,  638 => 557,  636 => 556,  633 => 555,  630 => 554,  627 => 553,  624 => 552,  621 => 551,  619 => 550,  616 => 549,  614 => 548,  609 => 545,  605 => 542,  600 => 510,  597 => 475,  590 => 473,  582 => 464,  572 => 460,  568 => 459,  559 => 457,  556 => 456,  551 => 455,  549 => 454,  543 => 450,  539 => 449,  292 => 204,  191 => 104,  188 => 86,  185 => 82,  178 => 74,  175 => 72,  135 => 33,  132 => 31,  130 => 15,  120 => 14,  105 => 10,  95 => 9,  82 => 6,  77 => 4,  72 => 3,  62 => 2,  39 => 1,);
  863.     }
  864.     public function getSourceContext()
  865.     {
  866.         return new Source("{% extends \"Theme/Users/User/layoutbase.html.twig\" %}
  867. {% block meta %}
  868. \t{{ parent() }}
  869. \t<meta name=\"keywords\" content=\"{{ site }}, \"/>
  870. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  871. \t<meta name=\"description\" content=\"{{ site }}\"/>
  872. {% endblock %}
  873. {% block title %}
  874. \t{{ parent() }}
  875. \t- Détails du service ..
  876. {% endblock %}
  877. {% block userblog_body %}
  878. \t{# <!-- page title -->
  879. \t<section class=\"page-title-section overlay\">
  880. \t\t<div class=\"container\">
  881. \t\t\t<div class=\"row\">
  882. \t\t\t\t<div class=\"col-md-12\">
  883. \t\t\t\t\t{% if aboutIntervention != null %}
  884. \t\t\t\t\t\t<h2 style=\"color: #fff;\">{{ aboutIntervention.title }}</h2>
  885. \t\t\t\t\t\t<p>{{ aboutIntervention.valeur }}</p>
  886. \t\t\t\t\t{% else %}
  887. \t\t\t\t\t\t<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus.</p>
  888. \t\t\t\t\t{% endif %}
  889. \t\t\t\t</div>
  890. \t\t\t</div>
  891. \t\t</div>
  892. \t</section>
  893. \t<!-- /page title -->#}
  894. \t{# Start Breadcrumbs #}
  895. \t<style>
  896. \t.content{
  897. \t\tbackground-color: #268dcf;
  898. \t}
  899. \t\t.wrap {
  900. \t\t\tpadding-top: 8px;
  901. \t\t\tpadding-bottom: 8px;
  902. \t\t\tbox-shadow: 0 5px 5px #fff;
  903. \t\t}
  904. \t\t.breadcrumb {
  905. \t\t\twidth: 100%;
  906. \t\t\tmargin: auto;
  907. \t\t\tdisplay: flex;
  908. \t\t}
  909. \t\t.breadcrumb li {
  910. \t\t\tpadding-right: 20px;
  911. \t\t}
  912. \t\t.breadcrumb a {
  913. \t\t\ttext-decoration: none;
  914. \t\t\tcolor: aliceblue;
  915. \t\t\tfont-weight: 700;
  916. \t\t\ttransition: 0.5s;
  917. \t\t}
  918. \t\t.breadcrumb li + li {
  919. \t\t\tpadding-left: 0;
  920. \t\t}
  921. \t\t.breadcrumb li + li:before {
  922. \t\t\tcontent: '>';
  923. \t\t\tcolor: #3b3b3bff;
  924. \t\t\tmargin-right: 20px;
  925. \t\t}
  926. \t\t.breadcrumb li:last-child a,
  927. \t\t.breadcrumb a:hover {
  928. \t\t\tcolor: #e2ebf3;
  929. \t\t\tborder-radius: 35px;
  930. \t\t\tbackground-color: #82ccdd;
  931. \t\t\tpadding: 5px 10px;
  932. \t\t}
  933. \t\t{# End Breadcrumb #}
  934. \t\t{# card #}
  935. \t\t:root {
  936.   --swiper-pagination-color: #fff;
  937.   --swiper-pagination-bullet-inactive-color: #fff;
  938. }
  939. {# html{
  940. \tbox-sizing: border-box;
  941. } #}
  942. {# *, *:after,*:before{
  943. \tbox-sizing: border-box; 
  944. }#}
  945. {# body {
  946.   width: 100%;
  947.   min-width: 350px;
  948.   display: flex;
  949.   justify-content: center;
  950.   align-items: center;
  951.   margin: 0;
  952.   padding: 0;
  953.   background: #fff;
  954.   font-family: sans-serif;
  955.   font-size: 14px;
  956.   color: #000;
  957.   user-select: none;
  958.   -moz-user-select: none;
  959.   -webkit-user-select: none;
  960.   -ms-user-select: none;
  961. } #}
  962. .wrapper {
  963.   width: 100%;
  964.   overflow-x: hidden;
  965.   padding-top: 20px;
  966.   padding-bottom: 0px;
  967.   /*display: flex;
  968.   flex-flow: row wrap;
  969.   justify-content: center;
  970.   align-items: center;
  971.   @media (max-width: 1199px) {
  972.     flex-flow: column;
  973.   }*/
  974. }
  975. .swiper {
  976.   width: 300px;
  977.   height: 400px;
  978.   margin: 0px;
  979.   border-radius: 15px;
  980. }
  981. .swiper-slide {
  982.   text-align: center;
  983.   font-size: 18px;
  984.   background: #000;
  985.   width: 100%;
  986.   height: 100%;
  987.   img {
  988.     width: 100%;
  989.     height: 100%;
  990.     object-fit: cover;
  991.     opacity: 0.9;
  992.   }
  993.   .card-image {
  994.     position: relative;
  995.     transition: opacity 0.3s ease-out;
  996.     width: 100%;
  997.     height: 100%;
  998.   }
  999.   .card-description {
  1000.     position: absolute;
  1001.     z-index: 100;
  1002.     top: 0;
  1003.     left: 0;
  1004.     display: flex;
  1005.     flex-flow: column;
  1006.     justify-content: flex-end;
  1007.     width: 100%;
  1008.     height: 100%;
  1009.     padding: 20px;
  1010.     color: #fff;
  1011.     &:before {
  1012.       content: \"\";
  1013.       position: absolute;
  1014.       z-index: 9;
  1015.       top: 0;
  1016.       left: 0;
  1017.       width: 100%;
  1018.       height: 100%;
  1019.       background: rgb(255,255,255);
  1020.       background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
  1021.     }
  1022.     h1, p {
  1023.       position: relative;
  1024.       z-index: 10;
  1025.       text-align: left;
  1026.     }
  1027.     h1 {
  1028.       font-size: 28px;
  1029.       margin-top: 0;
  1030.       margin-bottom: 5px;
  1031.     }
  1032.     p {
  1033.       margin-top: 0;
  1034.       letter-spacing: 1px;
  1035.     }
  1036.   }
  1037. }
  1038. .swiper-button-next,
  1039. .swiper-button-prev {
  1040.   color: #000;
  1041.   &::after {
  1042.     font-size: 20px;
  1043.   }
  1044. }
  1045. .swiperEffect {
  1046.   border-radius: 0;
  1047.   .swiper-slide {
  1048.     border-radius: 18px;
  1049.   }
  1050.   .swiper-button-next,
  1051.   .swiper-button-prev {
  1052.     color: #fff;
  1053.   }
  1054. }
  1055. {# css indice sections  #}
  1056.     .section-head.center.wt-small-separator-outer {
  1057.         margin-bottom: 50px;
  1058.         text-align: left;
  1059.     }
  1060.     .section-head {
  1061.         position: relative;
  1062.     }
  1063.     .site-text-primary, .wt-small-separator {
  1064.         color: #ea130e;
  1065.     }
  1066.     .wt-small-separator {
  1067.         font-family: \"Heebo\", sans-serif;
  1068.         text-transform: uppercase;
  1069.         letter-spacing: 1px;
  1070.         padding-right: 40px;
  1071.         font-size: 26px;
  1072.         line-height: 26px;
  1073.         margin-bottom: 15px;
  1074.         position: relative;
  1075.         display: inline-block;
  1076.         font-weight: 700;
  1077.     }
  1078.     .section-head.center .wt-small-separator div.sep-leaf-left {
  1079.         position: relative;
  1080.     }
  1081.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  1082.         background-color: #ea130e;
  1083.     }
  1084.     .section-head.center .wt-small-separator div.sep-leaf-left:before {
  1085.         right: -20px;
  1086.         width: 10px;
  1087.     }
  1088.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  1089.         position: absolute;
  1090.         content: '';
  1091.         height: 22px;
  1092.         bottom: 0px;
  1093.         top: 0px;
  1094.         transform: skew(-20deg);
  1095.     }
  1096.     .section-head.center .wt-small-separator div.sep-leaf-left:after {
  1097.         right: -27px;
  1098.         width: 4px;
  1099.     }
  1100.     .section-head.center.wt-small-separator-outer h2 {
  1101.         max-width: 630px;
  1102.         margin: 0px auto;
  1103.     }
  1104. </style>
  1105. <!-- CTA Section -->
  1106. <section class=\"cta \" style=\"padding: 1rem 0;\">
  1107. \t<div class=\"container\">
  1108. \t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
  1109. \t\t\t<div class=\"wt-small-separator site-text-primary\">
  1110. \t\t\t\t<div class=\"sep-leaf-left\"></div>
  1111. \t\t\t\t<div>Nos interventions</div>
  1112. \t\t\t</div>
  1113. \t\t</div>
  1114. \t\t<div>Nous proposons des services de comptabilité, incluant la tenue de livres, les déclarations fiscales, l'élaboration de bilans, et des conseils financiers. Notre expertise assure la conformité et l’optimisation de votre gestion financière.</div>
  1115. \t</div>
  1116. </section>
  1117. \t<!-- more event -->
  1118. \t<section class=\"section-sm\">
  1119. \t\t<div class=\"content\" style=\"padding-bottom: 5px;\">
  1120. \t\t\t<div class=\"wrap\">
  1121. \t\t\t\t<div class=\"container\">
  1122. \t\t\t\t\t<ol class=\"breadcrumb\">
  1123. \t\t\t\t\t\t<li href=\"#\">
  1124. \t\t\t\t\t\t\t<a>Home</a>
  1125. \t\t\t\t\t\t</li>
  1126. \t\t\t\t\t\t<li href=\"#\">
  1127. \t\t\t\t\t\t\t<a>Portoflio</a>
  1128. \t\t\t\t\t\t</li>
  1129. \t\t\t\t\t</ol>
  1130. \t\t\t\t</div>
  1131. \t\t\t</div>
  1132. \t\t</div>
  1133. \t\t<div class=\"container\">
  1134. \t\t\t<div class=\"faq active\">
  1135.               <h3 class=\"faq-title\">
  1136. \t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span> 
  1137. \t\t\t  </h3>
  1138.               <p class=\"faq-text\">
  1139.                 Notre engagement se concentre sur la fourniture de services de qualité, respectant l’intégrité et la transparence, afin de soutenir les clients dans l'atteinte de leurs objectifs financiers.
  1140. \t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
  1141. \t\t\t\t<div class=\"row\">
  1142. \t\t\t\t\t<div class=\"col-md-4\">
  1143. \t\t\t\t\t\t
  1144. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1145. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1146. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1147. \t\t\t\t\t\t\t</div>
  1148. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1149. \t\t\t\t\t\t</div>
  1150. \t\t\t\t\t</div>
  1151. \t\t\t\t\t<div class=\"col-md-4\">
  1152. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1153. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1154. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1155. \t\t\t\t\t\t\t</div>
  1156. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1157. \t\t\t\t\t\t</div>
  1158. \t\t\t\t\t</div>
  1159. \t\t\t\t\t<div class=\"col-md-4\">
  1160. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1161. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1162. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1163. \t\t\t\t\t\t\t</div>
  1164. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1165. \t\t\t\t\t\t</div>
  1166. \t\t\t\t\t</div>
  1167. \t\t\t\t\t<div class=\"col-md-4\">
  1168. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1169. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1170. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1171. \t\t\t\t\t\t\t</div>
  1172. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1173. \t\t\t\t\t\t</div>
  1174. \t\t\t\t\t</div>
  1175. \t\t\t\t</div>
  1176.               </p>
  1177.               <button class=\"faq-toggle\">
  1178.                 <i class=\"bi bi-chevron-down\"></i>
  1179.                 <i class=\"fas fa-times\"></i>
  1180.               </button>
  1181.             </div>
  1182.             <div class=\"faq active\">
  1183.               <h3 class=\"faq-title\">
  1184. \t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span> 
  1185.               </h3>
  1186.               <p class=\"faq-text\">
  1187.                 Notre aspiration est de devenir un leader dans le secteur, en innovant et en adaptant nos pratiques pour anticiper les besoins des clients et améliorer leur expérience.
  1188. \t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
  1189. \t\t\t\t<div class=\"row mt-3\">
  1190. \t\t\t\t\t<div class=\"col-md-4\">
  1191. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1192. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1193. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1194. \t\t\t\t\t\t\t</div>
  1195. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1196. \t\t\t\t\t\t</div>
  1197. \t\t\t\t\t</div>
  1198. \t\t\t\t\t<div class=\"col-md-4\">
  1199. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1200. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1201. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1202. \t\t\t\t\t\t\t</div>
  1203. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1204. \t\t\t\t\t\t</div>
  1205. \t\t\t\t\t</div>
  1206. \t\t\t\t\t<div class=\"col-md-4\">
  1207. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1208. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1209. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1210. \t\t\t\t\t\t\t</div>
  1211. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1212. \t\t\t\t\t\t</div>
  1213. \t\t\t\t\t</div>
  1214. \t\t\t\t\t<div class=\"col-md-4\">
  1215. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1216. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1217. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1218. \t\t\t\t\t\t\t</div>
  1219. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1220. \t\t\t\t\t\t</div>
  1221. \t\t\t\t\t</div>
  1222. \t\t\t\t</div>
  1223.               </p>
  1224.               <button class=\"faq-toggle\">
  1225.                 <i class=\"bi bi-chevron-down\"></i>
  1226.                 <i class=\"fas fa-times\"></i>
  1227.               </button>
  1228.             </div>
  1229.             <div class=\"faq active\">
  1230.               <h3 class=\"faq-title\">
  1231. \t\t\t\tDSF de Stat-pro <span style=\"color: red;\">2021</span> 
  1232.               </h3>
  1233.               <p class=\"faq-text\">
  1234.                 Nos valeurs sont l'intégrité, la précision, la transparence, le respect des délais et la responsabilité, garantissant des services fiables et un soutien efficace à tous nos clients.
  1235. \t\t\t\t<h4 class=\"mb-3\">Activités effectuées</h4>
  1236. \t\t\t\t<div class=\"row mt-3\">
  1237. \t\t\t\t\t<div class=\"col-md-4\">
  1238. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1239. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1240. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1241. \t\t\t\t\t\t\t</div>
  1242. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1243. \t\t\t\t\t\t</div>
  1244. \t\t\t\t\t</div>
  1245. \t\t\t\t\t<div class=\"col-md-4\">
  1246. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1247. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1248. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1249. \t\t\t\t\t\t\t</div>
  1250. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1251. \t\t\t\t\t\t</div>
  1252. \t\t\t\t\t</div>
  1253. \t\t\t\t\t<div class=\"col-md-4\">
  1254. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1255. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1256. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1257. \t\t\t\t\t\t\t</div>
  1258. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1259. \t\t\t\t\t\t</div>
  1260. \t\t\t\t\t</div>
  1261. \t\t\t\t\t<div class=\"col-md-4\">
  1262. \t\t\t\t\t\t<div class=\"d-flex align-items-center mb-3\">
  1263. \t\t\t\t\t\t\t<div class=\"bg-success text-white rounded-circle d-flex justify-content-center align-items-center p-3 me-2\" style=\"width: 40px; height: 40px;\">
  1264. \t\t\t\t\t\t\t\t<span class=\"fs-4\">✓</span>
  1265. \t\t\t\t\t\t\t</div>
  1266. \t\t\t\t\t\t\t<span>Sécuriser juridiquement les activités des entreprises</span>
  1267. \t\t\t\t\t\t</div>
  1268. \t\t\t\t\t</div>
  1269. \t\t\t\t</div>
  1270.               </p>
  1271.               <button class=\"faq-toggle\">
  1272.                 <i class=\"bi bi-chevron-down\"></i>
  1273.                 <i class=\"fas fa-times\"></i>
  1274.               </button>
  1275.             </div>
  1276. \t\t\t<div class=\"wrapper\"> 
  1277. \t\t\t \t<div class=\"row\">
  1278. \t\t\t\t\t{% for intervention in liste_interventions %}
  1279. \t\t\t\t\t<div class=\"col-lg-4 col-md-6 col-sm-12\">
  1280. \t\t\t\t\t\t<div class=\"swiper swiperFade mb-5\">
  1281. \t\t\t\t\t\t\t<div class=\"swiper-wrapper\">
  1282. \t\t\t\t\t\t\t\t<div class=\"swiper-slide\">
  1283. \t\t\t\t\t\t\t\t\t{% set images_portfolio = intervention.getFirstImages() %}
  1284. \t\t\t\t\t\t\t\t\t{% for portfolio in images_portfolio %}
  1285. \t\t\t\t\t\t\t\t\t<div class=\"card-image\">
  1286. \t\t\t\t\t\t\t\t\t\t<a data-fancybox=\"demo\" data-src=\"{{ vich_uploader_asset(portfolio) }}\" data-caption=\"{{ portfolio.title }}\"><img src=\"{{ vich_uploader_asset(portfolio) }}\" style=\"width: 100%;\"></a>
  1287. \t\t\t\t\t\t\t\t\t\t<div class=\"card-description\">
  1288. \t\t\t\t\t\t\t\t\t\t\t<h1>{{ intervention.name }}</h1>
  1289. \t\t\t\t\t\t\t\t\t\t\t<p>{{ intervention.description }}</p>
  1290. \t\t\t\t\t\t\t\t\t\t</div>
  1291. \t\t\t\t\t\t\t\t\t</div>
  1292. \t\t\t\t\t\t\t\t\t{% endfor %}
  1293. \t\t\t\t\t\t\t\t</div>
  1294. \t\t\t\t\t\t\t</div>
  1295. \t\t\t\t\t\t\t<div class=\"swiper-button-next\"></div>
  1296. \t\t\t\t\t\t\t<div class=\"swiper-button-prev\"></div>
  1297. \t\t\t\t\t\t\t<div class=\"swiper-pagination\"></div>
  1298. \t\t\t\t\t\t</div>
  1299. \t\t\t\t\t\t{# <div>
  1300. \t\t\t\t\t\t\t<p>Title</p>
  1301. \t\t\t\t\t\t</div> #}
  1302. \t\t\t\t\t</div>
  1303. \t\t\t\t\t{% endfor %}
  1304. \t\t\t\t{# <div class=\"container\">
  1305. \t\t\t\t\t<div class=\"accordion accordion-flush aos-init aos-animate\" id=\"faqlist\" data-aos=\"fade-up\" data-aos-delay=\"100\">
  1306. \t\t\t\t\t\t{% for intervention in liste_interventions %}
  1307. \t\t\t\t\t\t\t<div class=\"accordion-item\">
  1308. \t\t\t\t\t\t\t\t<h3 class=\"accordion-header\">
  1309. \t\t\t\t\t\t\t\t\t<button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-content-{{ intervention.id }}\" aria-expanded=\"{% if loop.first %}true{% else %}false{% endif %}\">
  1310. \t\t\t\t\t\t\t\t\t\t{{ intervention.name }}
  1311. \t\t\t\t\t\t\t\t\t</button>
  1312. \t\t\t\t\t\t\t\t</h3>
  1313. \t\t\t\t\t\t\t\t<div id=\"faq-content-{{ intervention.id }}\" class=\"accordion-collapse {% if loop.first %}collapse show{% endif %}\" data-bs-parent=\"#faqlist\">
  1314. \t\t\t\t\t\t\t\t\t<div class=\"accordion-body\">
  1315. \t\t\t\t\t\t\t\t\t\t<div class=\"mb-2\">
  1316. \t\t\t\t\t\t\t\t\t\t\t{{ intervention.description }}
  1317. \t\t\t\t\t\t\t\t\t\t</div>
  1318. \t\t\t\t\t\t\t\t\t\t<div class=\"grid imglist\">
  1319. \t\t\t\t\t\t\t\t\t\t\t<div class=\"row padding-bottom--sm\">
  1320. \t\t\t\t\t\t\t\t\t\t\t\t{% set images_portfolio = intervention.getFirstImages() %}
  1321. \t\t\t\t\t\t\t\t\t\t\t\t{% for portfolio in images_portfolio %}
  1322. \t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col col--4\">
  1323. \t\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-fancybox=\"demo\" data-src=\"{{ vich_uploader_asset(portfolio) }}\" data-caption=\"{{ portfolio.title }}\"><img src=\"{{ vich_uploader_asset(portfolio) }}\" style=\"width: 100%;\"></a>
  1324. \t\t\t\t\t\t\t\t\t\t\t\t\t</div>
  1325. \t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
  1326. \t\t\t\t\t\t\t\t\t\t\t</div>
  1327. \t\t\t\t\t\t\t\t\t\t</div>
  1328. \t\t\t\t\t\t\t\t\t</div>
  1329. \t\t\t\t\t\t\t\t</div>
  1330. \t\t\t\t\t\t\t</div>
  1331. \t\t\t\t\t\t\t<!-- # Faq item-->
  1332. \t\t\t\t\t\t{% endfor %}
  1333. \t\t\t\t\t</div>
  1334. \t\t\t\t</div> #}
  1335. \t\t\t\t{# <div class=\"swiper swiperVertical\">
  1336. \t\t\t\t\t<div class=\"swiper-wrapper\">
  1337. \t\t\t\t\t<div class=\"swiper-slide\"> 
  1338. \t\t\t\t\t\t<div class=\"card-image\"><img src=\"https://images.pexels.com/photos/11678736/pexels-photo-11678736.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500\"/>
  1339. \t\t\t\t\t\t<div class=\"card-description\">
  1340. \t\t\t\t\t\t\t<h1>Hanoi</h1>
  1341. \t\t\t\t\t\t\t<p>Vietnam</p>
  1342. \t\t\t\t\t\t</div>
  1343. \t\t\t\t\t\t</div>
  1344. \t\t\t\t\t</div>
  1345. \t\t\t\t\t<div class=\"swiper-slide\">
  1346. \t\t\t\t\t\t<div class=\"card-image\"><img src=\"https://images.pexels.com/photos/16551415/pexels-photo-16551415/free-photo-of-thanh-ph-d-ng-chan-tr-i-toa-nha-van-phong.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500\"/>
  1347. \t\t\t\t\t\t<div class=\"card-description\">
  1348. \t\t\t\t\t\t\t<h1>Ho Chi Minh City</h1>
  1349. \t\t\t\t\t\t\t<p>Vietnam</p>
  1350. \t\t\t\t\t\t</div>
  1351. \t\t\t\t\t\t</div>
  1352. \t\t\t\t\t</div>
  1353. \t\t\t\t\t<div class=\"swiper-slide\"> 
  1354. \t\t\t\t\t\t<div class=\"card-image\"><img src=\"https://images.pexels.com/photos/14435439/pexels-photo-14435439.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1\"/>
  1355. \t\t\t\t\t\t<div class=\"card-description\">
  1356. \t\t\t\t\t\t\t<h1>Danang</h1>
  1357. \t\t\t\t\t\t\t<p>Vietnam</p>
  1358. \t\t\t\t\t\t</div>
  1359. \t\t\t\t\t\t</div>
  1360. \t\t\t\t\t</div>
  1361. \t\t\t\t\t</div>
  1362. \t\t\t\t\t<div class=\"swiper-pagination\"></div>
  1363. \t\t\t\t</div> #}
  1364. \t\t\t</div>
  1365. \t\t</div>
  1366. \t\t{#</div>#}
  1367. \t</section>
  1368. <!-- /more event -->
  1369. <div class=\"text-center\" style=\"margin-top: 30px; margin-bottom: 60px;\">
  1370. \t{% if nombrepage > 0 %}
  1371. \t\t{% if page > 1 and page <= nombrepage %}
  1372. \t\t\t{% set pagepre = page - 1 %}
  1373. \t\t{% else %}
  1374. \t\t\t{% set pagepre = nombrepage %}
  1375. \t\t{% endif %}
  1376. \t\t{% if page < nombrepage %}
  1377. \t\t\t{% set pagesuiv = page + 1 %}
  1378. \t\t{% else %}
  1379. \t\t\t{% set pagesuiv =  1 %}
  1380. \t\t{% endif %}
  1381. \t\t{% if nombrepage < 5 %}
  1382. \t\t\t{% set debut = 1 %}
  1383. \t\t\t{% set fin = nombrepage %}
  1384. \t\t{% else %}
  1385. \t\t\t{% if page > 2 and page < (nombrepage - 2) %}
  1386. \t\t\t\t{% set debut = page - 2 %}
  1387. \t\t\t\t{% if page + 2 >= nombrepage %}
  1388. \t\t\t\t\t{% set fin = nombrepage %}
  1389. \t\t\t\t{% else %}
  1390. \t\t\t\t\t{% set fin = page + 2 %}
  1391. \t\t\t\t{% endif %}
  1392. \t\t\t{% else %}
  1393. \t\t\t\t{% if page <= 2 %}
  1394. \t\t\t\t\t{% if page == 1 %}
  1395. \t\t\t\t\t\t{% set debut = 1 %}
  1396. \t\t\t\t\t\t{% set fin = page + 3 %}
  1397. \t\t\t\t\t{% else %}
  1398. \t\t\t\t\t\t{% set debut = 1 %}
  1399. \t\t\t\t\t\t{% set fin = page + 2 %}
  1400. \t\t\t\t\t{% endif %}
  1401. \t\t\t\t{% else %}
  1402. \t\t\t\t\t{% set debut = page - 2 %}
  1403. \t\t\t\t\t{% if page + 2 >= nombrepage %}
  1404. \t\t\t\t\t\t{% set fin = nombrepage %}
  1405. \t\t\t\t\t{% else %}
  1406. \t\t\t\t\t\t{% set fin = page + 2 %}
  1407. \t\t\t\t\t{% endif %}
  1408. \t\t\t\t{% endif %}
  1409. \t\t\t{% endif %}
  1410. \t\t{% endif %}
  1411. \t\t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
  1412. \t\t\t<a href=\"{{ path('produit_service_galery', {'page': 1 }) }}\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  1413. \t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  1414. \t\t\t</a>
  1415. \t\t\t<a href=\"{{ path('produit_service_galery', {'page': pagepre }) }}\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  1416. \t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  1417. \t\t\t</a>
  1418. \t\t\t{% for p in debut..fin %}
  1419. \t\t\t\t<a href=\"{{ path('produit_service_galery', {'page': p }) }}\" value=\"{{ p }}\" class=\"btn btn-outline-primary mx-2 {% if p == page %}active{% endif %}\">{{ p }}</a>
  1420. \t\t\t</li>
  1421. \t\t{% endfor %}
  1422. \t\t<a href=\"{{ path('produit_service_galery', {'page': pagesuiv }) }}\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  1423. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  1424. \t\t</a>
  1425. \t\t<a href=\"{{ path('produit_service_galery', {'page': nombrepage }) }}\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  1426. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  1427. \t\t</a>
  1428. \t</div>
  1429. \t<div class=\"clearfix\"></div>
  1430. {% else %}
  1431. \t<div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
  1432. \t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
  1433. \t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
  1434. \t\t</a>
  1435. \t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
  1436. \t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
  1437. \t\t</a>
  1438. \t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 4px 0px;\">0</a>
  1439. \t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
  1440. \t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
  1441. \t\t</a>
  1442. \t\t<a href=\"{{ path('produit_service_galery', {'page': page }) }}\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
  1443. \t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
  1444. \t\t</a>
  1445. \t</div>
  1446. \t<div class=\"clearfix\"></div>
  1447. <script>
  1448. \tvar swiperFade = new Swiper(\".swiperFade\", {
  1449. \tloop: true,
  1450. \teffect: 'fade',
  1451. \tnavigation: {
  1452. \t  nextEl: \".swiper-button-next\",
  1453. \t  prevEl: \".swiper-button-prev\"
  1454. \t},
  1455. \tpagination: {
  1456. \t  el: \".swiper-pagination\",
  1457. \t},
  1458. \t});
  1459. \tvar swiperVertical = new Swiper(\".swiperVertical\", {
  1460. \t  loop: true,
  1461. \t  effect: 'fade',
  1462. \t  direction: \"vertical\",
  1463. \t  pagination: {
  1464. \t    el: \".swiper-pagination\",
  1465. \t    clickable: true,
  1466. \t  }
  1467. \t});
  1468. \tvar swiperEffect = new Swiper(\".swiperEffect\", {
  1469. \t  loop: true,
  1470. \t  effect: \"cards\",
  1471. \t  grabCursor: true,
  1472. \t  navigation: {
  1473. \t    nextEl: \".swiper-button-next\",
  1474. \t    prevEl: \".swiper-button-prev\"
  1475. \t  },
  1476. \t  pagination: {
  1477. \t    el: \".swiper-pagination\",
  1478. \t  },
  1479. \t});
  1480. </script>
  1481. {% endif %}
  1482. </div>
  1483. {% endblock %}
  1484. {% block javascripttemplate %}
  1485. Fancybox.bind('[data-fancybox=\"demo\"]', {
  1486.     caption: function (fancybox, carousel, slide) {
  1487.       return (
  1488.         `\${slide.index + 1} / \${carousel.slides.length}
  1489. <br/>` + slide.caption
  1490.       );
  1491.     },
  1492.   });
  1493. {% endblock %}
  1494. ""Theme/Produit/Service/Service/interventions.html.twig""/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/interventions.html.twig");
  1495.     }
  1496. }