var/cache/dev/twig/86/867fcb6df4bdb839c98164a7c345aba0.php line 41

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/cabinets.html.twig */
  15. class __TwigTemplate_992d58615017d000fdc360294c22835c 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.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "Theme/Users/User/layoutbase.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Produit/Service/Service/cabinets.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Produit/Service/Service/cabinets.html.twig"));
  41.         $this->parent $this->loadTemplate("Theme/Users/User/layoutbase.html.twig""Theme/Produit/Service/Service/cabinets.html.twig"1);
  42.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 2
  49.     public function block_meta($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  56.         // line 3
  57.         yield "\t";
  58.         yield from $this->yieldParentBlock("meta"$context$blocks);
  59.         yield "
  60. \t<meta name=\"keywords\" content=\"";
  61.         // line 4
  62.         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);
  63.         yield ", \"/>
  64. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  65. \t<meta name=\"description\" content=\"";
  66.         // line 6
  67.         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);
  68.         yield "\"/>
  69. ";
  70.         
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.         return; yield '';
  75.     }
  76.     // line 9
  77.     public function block_title($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  84.         // line 10
  85.         yield "\t";
  86.         yield from $this->yieldParentBlock("title"$context$blocks);
  87.         yield "
  88. \t- Détails du service ..
  89. ";
  90.         
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  92.         
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  94.         return; yield '';
  95.     }
  96.     // line 14
  97.     public function block_userblog_body($context, array $blocks = [])
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  104.         // line 15
  105.         yield "<style>
  106. ";
  107.         // line 17
  108.         yield "\t .section-head.center.wt-small-separator-outer {
  109.         margin-bottom: 50px;
  110.         text-align: left;
  111.     }
  112.     .section-head.center.wt-small-separator-outer1 {
  113.         margin-bottom: 50px;
  114.         text-align: center;
  115.     }
  116.     .section-head {
  117.         position: relative;
  118.     }
  119.     .site-text-primary, .wt-small-separator {
  120.         color: #ea130e;
  121.     }
  122.     .wt-small-separator {
  123.         font-family: \"Heebo\", sans-serif;
  124.         text-transform: uppercase;
  125.         letter-spacing: 1px;
  126.         padding-right: 40px;
  127.         font-size: 26px;
  128.         line-height: 26px;
  129.         margin-bottom: 15px;
  130.         position: relative;
  131.         display: inline-block;
  132.         font-weight: 700;
  133.     }
  134.     .section-head.center .wt-small-separator div.sep-leaf-left {
  135.         position: relative;
  136.     }
  137.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  138.         background-color: #ea130e;
  139.     }
  140.     .section-head.center .wt-small-separator div.sep-leaf-left:before {
  141.         right: -20px;
  142.         width: 10px;
  143.     }
  144.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  145.         position: absolute;
  146.         content: '';
  147.         height: 22px;
  148.         bottom: 0px;
  149.         top: 0px;
  150.         transform: skew(-20deg);
  151.     }
  152.     .section-head.center .wt-small-separator div.sep-leaf-left:after {
  153.         right: -27px;
  154.         width: 4px;
  155.     }
  156.     .section-head.center.wt-small-separator-outer h2 {
  157.         max-width: 630px;
  158.         margin: 0px auto;
  159.     }
  160. ";
  161.         // line 72
  162.         yield "\t\tbutton {
  163.   margin: 20px;
  164. }
  165. .custom-btn {
  166.   width: 130px;
  167.   height: 40px;
  168.   color: #fff;
  169.   border-radius: 5px;
  170.   padding: 10px 25px;
  171.   font-family: 'Lato', sans-serif;
  172.   font-weight: 500;
  173.   background: transparent;
  174.   cursor: pointer;
  175.   transition: all 0.3s ease;
  176.   position: relative;
  177.   display: inline-block;
  178.    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  179.    7px 7px 20px 0px rgba(0,0,0,.1),
  180.    4px 4px 5px 0px rgba(0,0,0,.1);
  181.   outline: none;
  182. }
  183. .btn-5 {
  184.   width: 130px;
  185.   height: 40px;
  186.   line-height: 42px;
  187.   padding: 0;
  188.   border: none;
  189.   background: rgb(255,27,0);
  190. background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  191. }
  192. .btn-5:hover {
  193.   color: #f0094a;
  194.   background: transparent;
  195.    box-shadow:none;
  196. }
  197. .btn-5:before,
  198. .btn-5:after{
  199.   content:'';
  200.   position:absolute;
  201.   top:0;
  202.   right:0;
  203.   height:2px;
  204.   width:0;
  205.   background: #f0094a;
  206.   box-shadow:
  207.    -1px -1px 5px 0px #fff,
  208.    7px 7px 20px 0px #0003,
  209.    4px 4px 5px 0px #0002;
  210.   transition:400ms ease all;
  211. }
  212. .btn-5:after{
  213.   right:inherit;
  214.   top:inherit;
  215.   left:0;
  216.   bottom:0;
  217. }
  218. .btn-5:hover:before,
  219. .btn-5:hover:after{
  220.   width:100%;
  221.   transition:800ms ease all;
  222. }
  223. ";
  224.         // line 135
  225.         yield "  .news-container {
  226.   position: relative;
  227.   display: inline-block;
  228.   box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
  229.     rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  230. }
  231. .news-container .img-fluid {
  232.   float: left;
  233.   height: 450px;
  234.   width: 800px;
  235.   margin-left: none;
  236. }
  237. .news-container .news-overlay {
  238.   position: absolute;
  239.   top: 0;
  240.   left: 0;
  241.   width: 100%;
  242.   height: 100%;
  243.   background: rgba(29, 154, 182, 0.67);
  244.   opacity: 0.8;
  245.   transition: opacity 500ms ease-in-out;
  246. }
  247. .news-container:hover .news-overlay {
  248.   opacity: 0.9;
  249. }
  250. .news-overlay span {
  251.   position: absolute;
  252.   top: 50%;
  253.   left: 50%;
  254.   transform: translate(-50%, -50%);
  255.   color: #fff;
  256.   margin: -5px -20px;
  257. }
  258. /* ----------------------------------------- css faq ------------------------------------ */
  259. .wrapper {
  260.   width: 60%;
  261. }
  262. .container-faq {
  263.   background-color: #268ecfce ;
  264.   color: black;
  265.   border-radius: 20px;
  266.   box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  267.   margin: 20px 0;
  268. }
  269. .question {
  270.   color : white;
  271.   font-size: 1.2rem;
  272.   font-weight: 600;
  273.   padding: 20px 80px 20px 20px;
  274.   position: relative;
  275.   display: flex;
  276.   align-items: center;
  277.   cursor: pointer;
  278. }
  279. .question::after {
  280.   content: \"\\002B\";
  281.   font-size: 2.2rem;
  282.   position: absolute;
  283.   right: 20px;
  284.   transition: 0.2s;
  285. }
  286. .question.active::after {
  287.   transform: rotate(45deg);
  288. }
  289. .answercont {
  290.   max-height: 0;
  291.   overflow: hidden;
  292.   transition: 0.3s;
  293. }
  294. .answer {
  295.   padding: 0 20px 20px;
  296.   line-height: 1.5rem;
  297. }
  298. .question.active + .answercont {
  299. }
  300. @media screen and (max-width: 790px){
  301.   html {
  302.     font-size: 14px;
  303.   }
  304.   .wrapper {
  305.   width: 80%;
  306. }
  307. }
  308. .answercont .answer a { 
  309.   color: white;
  310. }
  311. .answercont .answer a:hover { 
  312.   color: red;
  313. }
  314. ";
  315.         // line 241
  316.         yield ".blockquote {
  317.   padding: 1rem 2rem;
  318.   border-inline-start: 9px solid hsl(245, 80%, 80%);
  319. }
  320. .blockquote p {
  321.   font-family: var(--prismatica-font-tertiary);
  322.   font-size: 1.5rem;
  323. }
  324. /*** visual badge label only, not for form labels ***/
  325. .badge {
  326.   position: relative;
  327.   top: 0;
  328.   vertical-align: top;
  329.   width: auto;
  330.   min-height: 0.8rem;
  331.   display: inline-flex;
  332.   align-items: center;
  333.   justify-content: center;
  334.   flex-direction: column;
  335.   font-family: var(--prismatica-font-primary);
  336.   font-size: 0.6rem;
  337.   line-height: 1;
  338.   font-weight: 600;
  339.   text-transform: uppercase;
  340.   letter-spacing: 1px;
  341.   color: hsl(180, 80%, 20%);
  342.   background-color: hsl(180, 80%, 60%);
  343.   padding: 0.4rem;
  344.   margin-block: 0.5rem;
  345.   border-radius: 4px;
  346. }
  347. .section1 a {
  348.   text-decoration: none;
  349.   color: none;
  350. }
  351. .section1 a:hover {
  352.   text-decoration: none;
  353.   color: #d513199b;
  354. }
  355. .overlayImg {
  356.   position: absolute;
  357.   top: 60;
  358.   left: 0;
  359.   right: 0;
  360.   bottom: -60;
  361.   background-color: rgba(0, 0, 0, 0.5); /* Couleur sombre avec transparence */
  362. }        
  363. .hero__text {
  364.   position: relative;
  365.   z-index: 1; /* Pour que le texte soit au-dessus de l'overlay */
  366.   color: white;
  367.   text-align: center;
  368.   padding: 20px;
  369. }
  370. .hero__image-wrapper {
  371.   background-size: cover;
  372. }
  373. </style>
  374. \t<section class=\"hero\">
  375. \t\t<div class=\"hero__image-wrapper\">
  376. \t\t\t";
  377.         // line 318
  378.         yield "\t\t\t<img style=\"opacity: 1\" id=\"hero__image\" src=\"";
  379.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/graphiques-financiers.jpg"), "html"nulltrue);
  380.         yield "\" alt=\"Picsum placeholder image\"/>
  381. \t\t</div>
  382.     <div class=\"overlayImg\"></div>
  383. \t\t<div class=\"hero__text\">
  384. \t\t\t<h1>Cabinets de Comptabilité : Votre Partenaire pour la Gestion Financière</h1>
  385. \t\t\t<p>Explorez notre répertoire de cabinets de comptabilité pour bénéficier d'une expertise professionnelle dans la gestion de vos finances et l'optimisation fiscale.</p>
  386. \t\t\t<button id=\"hero__img-refresh\">Glissez pour explorez <i class=\"bi bi-arrow-down\"></i></button>
  387. \t\t</div>
  388. \t</section>
  389. \t<section class=\"mt-4\" style=\"padding-top: 60px; padding-bottom: 30px; background-color: #84858223;\">
  390. \t\t<div class=\"container\">
  391. \t\t\t<div class=\"row g-4\">
  392. \t\t\t\t<div class=\"col-12 col-md-4\">
  393. \t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
  394. \t\t\t\t\t\t<div class=\"bg-primary text-white d-flex align-items-center justify-content-center rounded-circle\" style=\"width: 65px; height: 48px; margin-right: 1rem;\">
  395. \t\t\t\t\t\t\t<i class=\"bi bi-folder\" style=\"font-size: 30px;\"></i>
  396. \t\t\t\t\t\t</div>
  397.               <a href=\"";
  398.         // line 335
  399.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_services");
  400.         yield "\">
  401. \t\t\t\t\t\t    <div>
  402. \t\t\t\t\t\t    \t<h3 class=\"fw-bold mb-1\">Services Offerts</h3>
  403. \t\t\t\t\t\t    \t<p>Découvrez les services proposés par nos différents cabinets.</p>
  404. \t\t\t\t\t\t    </div>
  405.               </a>
  406. \t\t\t\t\t</div>
  407. \t\t\t\t</div>
  408. \t\t\t\t<div class=\"col-12 col-md-4\">
  409. \t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
  410. \t\t\t\t\t\t<div class=\"bg-primary text-white d-flex align-items-center justify-content-center rounded-circle\" style=\"width: 50px; height: 48px; margin-right: 1rem;\">
  411. \t\t\t\t\t\t\t<i class=\"bi bi-check-circle\" style=\"font-size: 30px;\"></i>
  412. \t\t\t\t\t\t</div>
  413.             <a href=\"";
  414.         // line 348
  415.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery");
  416.         yield "\">
  417. \t\t\t\t\t\t  <div>
  418. \t\t\t\t\t\t  \t<h3 class=\"fw-bold mb-1\">Nos Interventions</h3>
  419. \t\t\t\t\t\t  \t<p>Exemples concrets de succès avec nos clients.</p>
  420. \t\t\t\t\t\t  </div>
  421.             </a>
  422. \t\t\t\t\t</div>
  423. \t\t\t\t</div>
  424. \t\t\t\t<div class=\"col-12 col-md-4\">
  425. \t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
  426. \t\t\t\t\t\t<div class=\"bg-primary text-white d-flex align-items-center justify-content-center rounded-circle\" style=\"width: 50px; height: 48px; margin-right: 1rem;\">
  427. \t\t\t\t\t\t\t<i class=\"bi bi-book\" style=\"font-size: 30px;\"></i>
  428. \t\t\t\t\t\t</div>
  429.             <a href=\"";
  430.         // line 361
  431.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_blog_pagine");
  432.         yield "\">
  433. \t\t\t\t\t\t  <div>
  434. \t\t\t\t\t\t  \t<h3 class=\"fw-bold mb-1\">Blog et Ressources</h3>
  435. \t\t\t\t\t\t  \t<p>Articles et conseils pour optimiser votre gestion</p>
  436. \t\t\t\t\t\t  </div>
  437. \t\t\t\t\t\t</a>
  438. \t\t\t\t\t</div>
  439. \t\t\t\t</div>
  440. \t\t\t</div>
  441. \t\t</div>
  442. \t</section>
  443. \t<section class=\"section services__v3\" id=\"services\" style=\"background-color: #ffff;\">
  444. \t\t<section class=\" section services__v3\" id=\"services\" style=\"\">
  445. \t\t\t<div class=\"section-head center wt-small-separator-outer container\">
  446.     \t\t<div class=\"wt-small-separator site-text-primary\">
  447.     \t\t    <div class=\"sep-leaf-left\"></div>
  448.     \t\t    <div>Cabinet Yaounde</div>
  449.     \t\t</div>
  450.     \t\t";
  451.         // line 381
  452.         yield "
  453.     \t</div>
  454. \t\t\t";
  455.         // line 397
  456.         yield "      <div class=\"container\">
  457.         <div class=\"row\" style=\"margin-top: -40px;\">
  458.           <div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
  459.             <div class=\"news-container\">
  460.               <a href=\"#\">
  461.                 <img class=\"img-fluid rounded mb-md-0\" src=\"";
  462.         // line 402
  463.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/cabinet1.jpg"), "html"nulltrue);
  464.         yield "\" alt=\"alt\">
  465.               </a>
  466.               <div class=\"news-overlay rounded\">
  467.                 <span>
  468.                   <h3 style=\"font-weight: bold;\">Yaounde</h3>
  469.                   ";
  470.         // line 408
  471.         yield "                  <p style=\"font-weight: bold;\">
  472.                     <i class=\"bi bi-phone\"></i> 656 56 00 14</p>
  473.                   <p style=\"font-weight: bold;\"><i class=\"bi bi-geo-alt\"> </i>Carrefour terre rouge</p>
  474.                   <a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Yaounde
  475.                     <i class=\"bi bi-chevron-right\"></i>
  476.                   </a>
  477.                 </span>
  478.               </div>
  479.             </div>
  480.           </div>
  481.           <div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
  482.             <div class=\"\">
  483.               <h1 class=\"wt-title\">Expertise Comptable Locale pour un Succès Global à Yaounde avec Syscofie</h1>
  484.               <p>Notre équipe d'experts à Yaoundé combine une expertise locale avec une vision globale. Nous vous aidons à naviguer dans le monde complexe de la comptabilité tout en vous permettant de vous concentrer sur votre développement.</p>
  485.               <div class=\"badge\">
  486.                 <span>C1</span>
  487.               </div>
  488.               <h6>
  489.                 Mots du cabinet
  490.               </h6>
  491.               <blockquote class=\"blockquote\">
  492.                 <p>
  493.                   “Syscofie : Votre Expertise Comptable Locale pour Réussir Globalement à Yaoundé.”
  494.                 </p>
  495.                 <p>
  496.                   <cite>― La maison du contribuable</cite>
  497.                 </p>
  498.               </blockquote>
  499.             </div>
  500.           </div>
  501.         </div>
  502.       </div>
  503.     </section>
  504.     <section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
  505. \t\t\t<div class=\"section-head center wt-small-separator-outer container\">
  506.     \t\t<div class=\"wt-small-separator site-text-primary\">
  507.     \t\t    <div class=\"sep-leaf-left\"></div>
  508.     \t\t    <div>Cabinet Douala</div>
  509.     \t\t</div>
  510.     \t</div>
  511.       <div class=\"container\">
  512.         <div class=\"row\" style=\"margin-top: -40px;\">
  513.           <div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
  514.             <div class=\"news-container\">
  515.               <a href=\"#\">
  516.                 <img class=\"img-fluid rounded mb-md-0\" src=\"";
  517.         // line 456
  518.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/formateur-explique-specificites-du-logiciel-au-nouvel-employe_74855-1666.jpg"), "html"nulltrue);
  519.         yield "\" alt=\"alt\">
  520.               </a>
  521.               <div class=\"news-overlay rounded\">
  522.                 <span>
  523.                   <h3 style=\"font-weight: bold;\">Douala</h3>
  524.                   <div class=\"shorttextlength\">
  525.                     ";
  526.         // line 463
  527.         yield "                    <p style=\"font-weight: bold;\">
  528.                       <i class=\"bi bi-phone\"></i> 656 56 00 14</p>
  529.                     <p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Akwa</p>
  530.                   </div>
  531.                   <a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Douala
  532.                     <i class=\"bi bi-chevron-right\"></i>
  533.                   </a>
  534.                 </span>
  535.               </div>
  536.             </div>
  537.           </div>
  538.           <div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
  539.             <div class=\"\">
  540.               <h1 class=\"wt-title\">Cabinet Comptable Syscofie : Ancré dans Douala pour mieux vous servir</h1>
  541.               <p>Fort de notre connaissance approfondie de l'économie locale, notre cabinet, situé à Douala, est dédié à répondre aux défis uniques de votre entreprise. Nous sommes là pour vous accompagner à chaque étape de votre croissance.</p>
  542.               <div class=\"badge\">
  543.                 <span>C2</span>
  544.               </div>
  545.               <h6>
  546.                 Mots du cabinet
  547.               </h6>
  548.               <blockquote class=\"blockquote\">
  549.                 <p>
  550.                   “Votre croissance, notre priorité : expertise locale pour relever vos défis uniques.”
  551.                 </p>
  552.                 <p>
  553.                   <cite>― La maison du contribuable</cite>
  554.                 </p>
  555.               </blockquote>
  556.             </div>
  557.           </div>
  558.         </div>
  559.       </div>
  560.     </section>
  561.     <section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
  562. \t\t\t<div class=\"section-head center wt-small-separator-outer container\">
  563.     \t\t<div class=\"wt-small-separator site-text-primary\">
  564.     \t\t    <div class=\"sep-leaf-left\"></div>
  565.     \t\t    <div>Cabinet Bafoussam</div>
  566.     \t\t</div>
  567.     \t</div>
  568.       <div class=\"container\">
  569.         <div class=\"row\" style=\"margin-top: -40px;\">
  570.           <div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
  571.             <div class=\"news-container\">
  572.               <a href=\"#\">
  573.                 <img class=\"img-fluid rounded mb-md-0\" src=\"";
  574.         // line 511
  575.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/cabinet2.jpg"), "html"nulltrue);
  576.         yield "\" alt=\"alt\">
  577.               </a>
  578.               <div class=\"news-overlay rounded\">
  579.                 <span class=\"btn-cab\">
  580.                   <h3 style=\"font-weight: bold;\">Bafoussam</h3>
  581.                   ";
  582.         // line 517
  583.         yield "                  <p style=\"font-weight: bold;\">
  584.                     <i class=\"bi bi-phone\"></i> 656 56 00 14</p>
  585.                   <p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Carrefour terre rouge</p>
  586.                   <a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Bafoussam
  587.                     <i class=\"bi bi-chevron-right\"></i>
  588.                   </a>
  589.                 </span>
  590.               </div>
  591.             </div>
  592.           </div>
  593.           <div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
  594.             <div class=\"\">
  595.               <h1 class=\"wt-title\">Développez Votre Activité avec Nos Experts de Bafoussam</h1>
  596.               <p>Avec notre équipe d'experts basée à Bafoussam, vous bénéficiez d'un accompagnement stratégique pour faire croître votre entreprise. Nous sommes là pour vous aider à identifier des opportunités et à surmonter les défis financiers.</p>
  597.               <div class=\"badge\">
  598.                 <span>C3</span>
  599.               </div>
  600.               <h6>
  601.                 Mots du cabinet
  602.               </h6>
  603.               <blockquote class=\"blockquote\">
  604.                 <p>
  605.                   “Élevez votre activité avec l'expertise inégalée de nos spécialistes à Bafoussam.”
  606.                 </p>
  607.                 <p>
  608.                   <cite>― La maison du contribuable</cite>
  609.                 </p>
  610.               </blockquote>
  611.             </div>
  612.           </div>
  613.         </div>
  614.       </div>
  615.     </section>
  616.   </section>
  617.   <section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
  618. \t\t<div class=\"section-head center wt-small-separator-outer1 container\">
  619.     \t<div class=\"wt-small-separator site-text-primary\">
  620.     \t    <div class=\"sep-leaf-left\"></div>
  621.     \t    <div>FAQ</div>
  622.     \t</div>
  623.       <h1 class=\"wt-title\">Questions fréquentes sur comment trouver un cabinet comptable pour son entreprise</h1>
  624.     </div>
  625.     <div class=\"container my-4\">
  626.       <div class=\"text-center mb-3\">
  627.           <img class=\"img-fluid rounded\" src=\"";
  628.         // line 562
  629.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/SVG/FAQ.svg"), "html"nulltrue);
  630.         yield "\" alt=\"alt\">
  631.       </div>
  632.       <div class=\"row\">
  633.         <div class=\"col-md-6\">
  634.           <div class=\"container-faq\">
  635.             <div class=\"question\">
  636.               Quels sont les avantages d'une collaboration à long terme avec un cabinet comptable ?
  637.             </div>
  638.             <div class=\"answercont\">
  639.               <div class=\"answer\">
  640.                 Une relation à long terme favorise la compréhension approfondie de votre entreprise, permettant ainsi des conseils plus adaptés et une gestion proactive des enjeux financiers.<br><br>
  641.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  642.               </div>
  643.             </div>
  644.           </div>
  645.         </div>
  646.         <div class=\"col-md-6\">
  647.           <div class=\"container-faq\">
  648.             <div class=\"question\">
  649.               Comment un cabinet comptable peut-il m’aider en matière de stratégie fiscale ?
  650.             </div>
  651.             <div class=\"answercont\">
  652.               <div class=\"answer\">
  653.                 Ils peuvent analyser votre situation financière pour identifier des opportunités d’optimisation fiscale, minimiser les impôts dus et planifier des investissements stratégiques.<br><br>
  654.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  655.               </div>
  656.             </div>
  657.           </div>
  658.         </div>
  659.         <div class=\"col-md-6\">
  660.           <div class=\"container-faq\">
  661.             <div class=\"question\">
  662.               Comment un cabinet d'expertise comptable peut-il contribuer à la croissance de mon entreprise ?
  663.             </div>
  664.             <div class=\"answercont\">
  665.               <div class=\"answer\">
  666.                  En fournissant des analyses financières régulières, des conseils stratégiques et en vous aidant à prendre des décisions basées sur des données solides<br><br>
  667.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  668.               </div>
  669.             </div>
  670.           </div>
  671.         </div>
  672.         <div class=\"col-md-6\">
  673.           <div class=\"container-faq\">
  674.             <div class=\"question\">
  675.               Quelles sont les principales missions d’un cabinet d'expertise comptable ?
  676.             </div>
  677.             <div class=\"answercont\">
  678.               <div class=\"answer\">
  679.                 Les missions incluent la tenue de la comptabilité, la préparation des déclarations fiscales, le conseil en gestion, l’audit et l’assistance lors de contrôles fiscaux.<br><br>
  680.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  681.               </div>
  682.             </div>
  683.           </div>
  684.         </div>
  685.         <div class=\"row\">
  686.           <div class=\"col-md-12 mt-3 mb-5\">
  687.             <h3 class=\"text-center\">SYSCOFIE CONSULTING<h3>
  688.           </div>
  689.         </div>
  690.       </div>
  691.     </div>
  692.   </section>
  693. \t
  694. \t<script>
  695. \t\t";
  696.         // line 645
  697.         yield "
  698.     ";
  699.         // line 663
  700.         yield "
  701.     let questions = document.querySelectorAll(\".question\");
  702.       questions.forEach(question => {
  703.       // Ajoutez la classe active par défaut
  704.       question.classList.add(\"active\");
  705.       const answer = question.nextElementSibling;
  706.       answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre toutes les réponses
  707.       question.addEventListener(\"click\", event => {
  708.         const active = document.querySelector(\".question.active\");
  709.         if (active && active !== question) {
  710.             active.classList.toggle(\"active\");
  711.             active.nextElementSibling.style.maxHeight = 0; // Ferme la réponse active
  712.         }
  713.         question.classList.toggle(\"active\");
  714.         if (question.classList.contains(\"active\")) {
  715.             answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre la réponse
  716.         } else {
  717.             answer.style.maxHeight = 0; // Ferme la réponse
  718.         }
  719.       });
  720.     });
  721. \t</script>
  722. ";
  723.         
  724.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  725.         
  726.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  727.         return; yield '';
  728.     }
  729.     /**
  730.      * @codeCoverageIgnore
  731.      */
  732.     public function getTemplateName()
  733.     {
  734.         return "Theme/Produit/Service/Service/cabinets.html.twig";
  735.     }
  736.     /**
  737.      * @codeCoverageIgnore
  738.      */
  739.     public function isTraitable()
  740.     {
  741.         return false;
  742.     }
  743.     /**
  744.      * @codeCoverageIgnore
  745.      */
  746.     public function getDebugInfo()
  747.     {
  748.         return array (  778 => 663,  775 => 645,  695 => 562,  648 => 517,  640 => 511,  590 => 463,  581 => 456,  531 => 408,  523 => 402,  516 => 397,  512 => 381,  490 => 361,  474 => 348,  458 => 335,  437 => 318,  359 => 241,  252 => 135,  188 => 72,  132 => 17,  129 => 15,  119 => 14,  104 => 10,  94 => 9,  81 => 6,  76 => 4,  71 => 3,  61 => 2,  38 => 1,);
  749.     }
  750.     public function getSourceContext()
  751.     {
  752.         return new Source("{% extends \"Theme/Users/User/layoutbase.html.twig\" %}
  753. {% block meta %}
  754. \t{{ parent() }}
  755. \t<meta name=\"keywords\" content=\"{{ site }}, \"/>
  756. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  757. \t<meta name=\"description\" content=\"{{ site }}\"/>
  758. {% endblock %}
  759. {% block title %}
  760. \t{{ parent() }}
  761. \t- Détails du service ..
  762. {% endblock %}
  763.   
  764. {% block userblog_body %}
  765. <style>
  766. {# ---------------------------------------------- css separator ---------------------------------------------------- #}
  767. \t .section-head.center.wt-small-separator-outer {
  768.         margin-bottom: 50px;
  769.         text-align: left;
  770.     }
  771.     .section-head.center.wt-small-separator-outer1 {
  772.         margin-bottom: 50px;
  773.         text-align: center;
  774.     }
  775.     .section-head {
  776.         position: relative;
  777.     }
  778.     .site-text-primary, .wt-small-separator {
  779.         color: #ea130e;
  780.     }
  781.     .wt-small-separator {
  782.         font-family: \"Heebo\", sans-serif;
  783.         text-transform: uppercase;
  784.         letter-spacing: 1px;
  785.         padding-right: 40px;
  786.         font-size: 26px;
  787.         line-height: 26px;
  788.         margin-bottom: 15px;
  789.         position: relative;
  790.         display: inline-block;
  791.         font-weight: 700;
  792.     }
  793.     .section-head.center .wt-small-separator div.sep-leaf-left {
  794.         position: relative;
  795.     }
  796.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  797.         background-color: #ea130e;
  798.     }
  799.     .section-head.center .wt-small-separator div.sep-leaf-left:before {
  800.         right: -20px;
  801.         width: 10px;
  802.     }
  803.     .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  804.         position: absolute;
  805.         content: '';
  806.         height: 22px;
  807.         bottom: 0px;
  808.         top: 0px;
  809.         transform: skew(-20deg);
  810.     }
  811.     .section-head.center .wt-small-separator div.sep-leaf-left:after {
  812.         right: -27px;
  813.         width: 4px;
  814.     }
  815.     .section-head.center.wt-small-separator-outer h2 {
  816.         max-width: 630px;
  817.         margin: 0px auto;
  818.     }
  819. {# ----------------------------------------------- css baniere ------------------------------------------------------ #}
  820. \t\tbutton {
  821.   margin: 20px;
  822. }
  823. .custom-btn {
  824.   width: 130px;
  825.   height: 40px;
  826.   color: #fff;
  827.   border-radius: 5px;
  828.   padding: 10px 25px;
  829.   font-family: 'Lato', sans-serif;
  830.   font-weight: 500;
  831.   background: transparent;
  832.   cursor: pointer;
  833.   transition: all 0.3s ease;
  834.   position: relative;
  835.   display: inline-block;
  836.    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  837.    7px 7px 20px 0px rgba(0,0,0,.1),
  838.    4px 4px 5px 0px rgba(0,0,0,.1);
  839.   outline: none;
  840. }
  841. .btn-5 {
  842.   width: 130px;
  843.   height: 40px;
  844.   line-height: 42px;
  845.   padding: 0;
  846.   border: none;
  847.   background: rgb(255,27,0);
  848. background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  849. }
  850. .btn-5:hover {
  851.   color: #f0094a;
  852.   background: transparent;
  853.    box-shadow:none;
  854. }
  855. .btn-5:before,
  856. .btn-5:after{
  857.   content:'';
  858.   position:absolute;
  859.   top:0;
  860.   right:0;
  861.   height:2px;
  862.   width:0;
  863.   background: #f0094a;
  864.   box-shadow:
  865.    -1px -1px 5px 0px #fff,
  866.    7px 7px 20px 0px #0003,
  867.    4px 4px 5px 0px #0002;
  868.   transition:400ms ease all;
  869. }
  870. .btn-5:after{
  871.   right:inherit;
  872.   top:inherit;
  873.   left:0;
  874.   bottom:0;
  875. }
  876. .btn-5:hover:before,
  877. .btn-5:hover:after{
  878.   width:100%;
  879.   transition:800ms ease all;
  880. }
  881. {# ----------------------------------------------- css image cabinet ------------------------------------------------------ #}
  882.   .news-container {
  883.   position: relative;
  884.   display: inline-block;
  885.   box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
  886.     rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  887. }
  888. .news-container .img-fluid {
  889.   float: left;
  890.   height: 450px;
  891.   width: 800px;
  892.   margin-left: none;
  893. }
  894. .news-container .news-overlay {
  895.   position: absolute;
  896.   top: 0;
  897.   left: 0;
  898.   width: 100%;
  899.   height: 100%;
  900.   background: rgba(29, 154, 182, 0.67);
  901.   opacity: 0.8;
  902.   transition: opacity 500ms ease-in-out;
  903. }
  904. .news-container:hover .news-overlay {
  905.   opacity: 0.9;
  906. }
  907. .news-overlay span {
  908.   position: absolute;
  909.   top: 50%;
  910.   left: 50%;
  911.   transform: translate(-50%, -50%);
  912.   color: #fff;
  913.   margin: -5px -20px;
  914. }
  915. /* ----------------------------------------- css faq ------------------------------------ */
  916. .wrapper {
  917.   width: 60%;
  918. }
  919. .container-faq {
  920.   background-color: #268ecfce ;
  921.   color: black;
  922.   border-radius: 20px;
  923.   box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  924.   margin: 20px 0;
  925. }
  926. .question {
  927.   color : white;
  928.   font-size: 1.2rem;
  929.   font-weight: 600;
  930.   padding: 20px 80px 20px 20px;
  931.   position: relative;
  932.   display: flex;
  933.   align-items: center;
  934.   cursor: pointer;
  935. }
  936. .question::after {
  937.   content: \"\\002B\";
  938.   font-size: 2.2rem;
  939.   position: absolute;
  940.   right: 20px;
  941.   transition: 0.2s;
  942. }
  943. .question.active::after {
  944.   transform: rotate(45deg);
  945. }
  946. .answercont {
  947.   max-height: 0;
  948.   overflow: hidden;
  949.   transition: 0.3s;
  950. }
  951. .answer {
  952.   padding: 0 20px 20px;
  953.   line-height: 1.5rem;
  954. }
  955. .question.active + .answercont {
  956. }
  957. @media screen and (max-width: 790px){
  958.   html {
  959.     font-size: 14px;
  960.   }
  961.   .wrapper {
  962.   width: 80%;
  963. }
  964. }
  965. .answercont .answer a { 
  966.   color: white;
  967. }
  968. .answercont .answer a:hover { 
  969.   color: red;
  970. }
  971. {# css contenu right image cabinet  #}
  972. .blockquote {
  973.   padding: 1rem 2rem;
  974.   border-inline-start: 9px solid hsl(245, 80%, 80%);
  975. }
  976. .blockquote p {
  977.   font-family: var(--prismatica-font-tertiary);
  978.   font-size: 1.5rem;
  979. }
  980. /*** visual badge label only, not for form labels ***/
  981. .badge {
  982.   position: relative;
  983.   top: 0;
  984.   vertical-align: top;
  985.   width: auto;
  986.   min-height: 0.8rem;
  987.   display: inline-flex;
  988.   align-items: center;
  989.   justify-content: center;
  990.   flex-direction: column;
  991.   font-family: var(--prismatica-font-primary);
  992.   font-size: 0.6rem;
  993.   line-height: 1;
  994.   font-weight: 600;
  995.   text-transform: uppercase;
  996.   letter-spacing: 1px;
  997.   color: hsl(180, 80%, 20%);
  998.   background-color: hsl(180, 80%, 60%);
  999.   padding: 0.4rem;
  1000.   margin-block: 0.5rem;
  1001.   border-radius: 4px;
  1002. }
  1003. .section1 a {
  1004.   text-decoration: none;
  1005.   color: none;
  1006. }
  1007. .section1 a:hover {
  1008.   text-decoration: none;
  1009.   color: #d513199b;
  1010. }
  1011. .overlayImg {
  1012.   position: absolute;
  1013.   top: 60;
  1014.   left: 0;
  1015.   right: 0;
  1016.   bottom: -60;
  1017.   background-color: rgba(0, 0, 0, 0.5); /* Couleur sombre avec transparence */
  1018. }        
  1019. .hero__text {
  1020.   position: relative;
  1021.   z-index: 1; /* Pour que le texte soit au-dessus de l'overlay */
  1022.   color: white;
  1023.   text-align: center;
  1024.   padding: 20px;
  1025. }
  1026. .hero__image-wrapper {
  1027.   background-size: cover;
  1028. }
  1029. </style>
  1030. \t<section class=\"hero\">
  1031. \t\t<div class=\"hero__image-wrapper\">
  1032. \t\t\t{#<img style=\"opacity: 0.5\" id=\"hero__image\" src=\"https://picsum.photos/1280/720\" alt=\"Picsum placeholder image\"/>#}
  1033. \t\t\t<img style=\"opacity: 1\" id=\"hero__image\" src=\"{{ asset('templateSyscofie/images/graphiques-financiers.jpg') }}\" alt=\"Picsum placeholder image\"/>
  1034. \t\t</div>
  1035.     <div class=\"overlayImg\"></div>
  1036. \t\t<div class=\"hero__text\">
  1037. \t\t\t<h1>Cabinets de Comptabilité : Votre Partenaire pour la Gestion Financière</h1>
  1038. \t\t\t<p>Explorez notre répertoire de cabinets de comptabilité pour bénéficier d'une expertise professionnelle dans la gestion de vos finances et l'optimisation fiscale.</p>
  1039. \t\t\t<button id=\"hero__img-refresh\">Glissez pour explorez <i class=\"bi bi-arrow-down\"></i></button>
  1040. \t\t</div>
  1041. \t</section>
  1042. \t<section class=\"mt-4\" style=\"padding-top: 60px; padding-bottom: 30px; background-color: #84858223;\">
  1043. \t\t<div class=\"container\">
  1044. \t\t\t<div class=\"row g-4\">
  1045. \t\t\t\t<div class=\"col-12 col-md-4\">
  1046. \t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
  1047. \t\t\t\t\t\t<div class=\"bg-primary text-white d-flex align-items-center justify-content-center rounded-circle\" style=\"width: 65px; height: 48px; margin-right: 1rem;\">
  1048. \t\t\t\t\t\t\t<i class=\"bi bi-folder\" style=\"font-size: 30px;\"></i>
  1049. \t\t\t\t\t\t</div>
  1050.               <a href=\"{{ path('produit_service_services') }}\">
  1051. \t\t\t\t\t\t    <div>
  1052. \t\t\t\t\t\t    \t<h3 class=\"fw-bold mb-1\">Services Offerts</h3>
  1053. \t\t\t\t\t\t    \t<p>Découvrez les services proposés par nos différents cabinets.</p>
  1054. \t\t\t\t\t\t    </div>
  1055.               </a>
  1056. \t\t\t\t\t</div>
  1057. \t\t\t\t</div>
  1058. \t\t\t\t<div class=\"col-12 col-md-4\">
  1059. \t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
  1060. \t\t\t\t\t\t<div class=\"bg-primary text-white d-flex align-items-center justify-content-center rounded-circle\" style=\"width: 50px; height: 48px; margin-right: 1rem;\">
  1061. \t\t\t\t\t\t\t<i class=\"bi bi-check-circle\" style=\"font-size: 30px;\"></i>
  1062. \t\t\t\t\t\t</div>
  1063.             <a href=\"{{ path('produit_service_galery') }}\">
  1064. \t\t\t\t\t\t  <div>
  1065. \t\t\t\t\t\t  \t<h3 class=\"fw-bold mb-1\">Nos Interventions</h3>
  1066. \t\t\t\t\t\t  \t<p>Exemples concrets de succès avec nos clients.</p>
  1067. \t\t\t\t\t\t  </div>
  1068.             </a>
  1069. \t\t\t\t\t</div>
  1070. \t\t\t\t</div>
  1071. \t\t\t\t<div class=\"col-12 col-md-4\">
  1072. \t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
  1073. \t\t\t\t\t\t<div class=\"bg-primary text-white d-flex align-items-center justify-content-center rounded-circle\" style=\"width: 50px; height: 48px; margin-right: 1rem;\">
  1074. \t\t\t\t\t\t\t<i class=\"bi bi-book\" style=\"font-size: 30px;\"></i>
  1075. \t\t\t\t\t\t</div>
  1076.             <a href=\"{{ path('produit_service_blog_pagine') }}\">
  1077. \t\t\t\t\t\t  <div>
  1078. \t\t\t\t\t\t  \t<h3 class=\"fw-bold mb-1\">Blog et Ressources</h3>
  1079. \t\t\t\t\t\t  \t<p>Articles et conseils pour optimiser votre gestion</p>
  1080. \t\t\t\t\t\t  </div>
  1081. \t\t\t\t\t\t</a>
  1082. \t\t\t\t\t</div>
  1083. \t\t\t\t</div>
  1084. \t\t\t</div>
  1085. \t\t</div>
  1086. \t</section>
  1087. \t<section class=\"section services__v3\" id=\"services\" style=\"background-color: #ffff;\">
  1088. \t\t<section class=\" section services__v3\" id=\"services\" style=\"\">
  1089. \t\t\t<div class=\"section-head center wt-small-separator-outer container\">
  1090.     \t\t<div class=\"wt-small-separator site-text-primary\">
  1091.     \t\t    <div class=\"sep-leaf-left\"></div>
  1092.     \t\t    <div>Cabinet Yaounde</div>
  1093.     \t\t</div>
  1094.     \t\t{# <h1 class=\"wt-title\">cabinet Yaounde</h1> #}
  1095.     \t</div>
  1096. \t\t\t{# <div class=\"container\">
  1097. \t\t\t\t<div class=\"row align-items-center\">
  1098. \t\t\t\t\t<div class=\"col-auto\">
  1099. \t\t\t\t\t\t<img src=\"{{ asset('templateSyscofie/images/person-sq-2-min.jpg') }}\" alt=\"Description de l'image\" class=\"img-fluid\" style=\"width: 300px; height: 100%;\">
  1100. \t\t\t\t\t</div>
  1101. \t\t\t\t\t<div class=\"col text-center\">
  1102. \t\t\t\t\t\t<h3 class=\"fw-bold\">Comment nous retrouver ?</h3>
  1103. \t\t\t\t\t\t<p class=\"text-muted\">Ceci est une description ou un texte explicatif.</p>
  1104. \t\t\t\t\t</div>
  1105. \t\t\t\t\t<div class=\"col-auto\">
  1106. \t\t\t\t\t\t<button class=\"custom-btn btn-5\"><span>Nous joindre</span></button>
  1107. \t\t\t\t\t</div>
  1108. \t\t\t\t</div>
  1109. \t\t\t</div> #}
  1110.       <div class=\"container\">
  1111.         <div class=\"row\" style=\"margin-top: -40px;\">
  1112.           <div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
  1113.             <div class=\"news-container\">
  1114.               <a href=\"#\">
  1115.                 <img class=\"img-fluid rounded mb-md-0\" src=\"{{ asset('templateSyscofie/images/cabinet1.jpg') }}\" alt=\"alt\">
  1116.               </a>
  1117.               <div class=\"news-overlay rounded\">
  1118.                 <span>
  1119.                   <h3 style=\"font-weight: bold;\">Yaounde</h3>
  1120.                   {# <p style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit..</p> #}
  1121.                   <p style=\"font-weight: bold;\">
  1122.                     <i class=\"bi bi-phone\"></i> 656 56 00 14</p>
  1123.                   <p style=\"font-weight: bold;\"><i class=\"bi bi-geo-alt\"> </i>Carrefour terre rouge</p>
  1124.                   <a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Yaounde
  1125.                     <i class=\"bi bi-chevron-right\"></i>
  1126.                   </a>
  1127.                 </span>
  1128.               </div>
  1129.             </div>
  1130.           </div>
  1131.           <div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
  1132.             <div class=\"\">
  1133.               <h1 class=\"wt-title\">Expertise Comptable Locale pour un Succès Global à Yaounde avec Syscofie</h1>
  1134.               <p>Notre équipe d'experts à Yaoundé combine une expertise locale avec une vision globale. Nous vous aidons à naviguer dans le monde complexe de la comptabilité tout en vous permettant de vous concentrer sur votre développement.</p>
  1135.               <div class=\"badge\">
  1136.                 <span>C1</span>
  1137.               </div>
  1138.               <h6>
  1139.                 Mots du cabinet
  1140.               </h6>
  1141.               <blockquote class=\"blockquote\">
  1142.                 <p>
  1143.                   “Syscofie : Votre Expertise Comptable Locale pour Réussir Globalement à Yaoundé.”
  1144.                 </p>
  1145.                 <p>
  1146.                   <cite>― La maison du contribuable</cite>
  1147.                 </p>
  1148.               </blockquote>
  1149.             </div>
  1150.           </div>
  1151.         </div>
  1152.       </div>
  1153.     </section>
  1154.     <section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
  1155. \t\t\t<div class=\"section-head center wt-small-separator-outer container\">
  1156.     \t\t<div class=\"wt-small-separator site-text-primary\">
  1157.     \t\t    <div class=\"sep-leaf-left\"></div>
  1158.     \t\t    <div>Cabinet Douala</div>
  1159.     \t\t</div>
  1160.     \t</div>
  1161.       <div class=\"container\">
  1162.         <div class=\"row\" style=\"margin-top: -40px;\">
  1163.           <div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
  1164.             <div class=\"news-container\">
  1165.               <a href=\"#\">
  1166.                 <img class=\"img-fluid rounded mb-md-0\" src=\"{{ asset('templateSyscofie/images/formateur-explique-specificites-du-logiciel-au-nouvel-employe_74855-1666.jpg') }}\" alt=\"alt\">
  1167.               </a>
  1168.               <div class=\"news-overlay rounded\">
  1169.                 <span>
  1170.                   <h3 style=\"font-weight: bold;\">Douala</h3>
  1171.                   <div class=\"shorttextlength\">
  1172.                     {# <p style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> #}
  1173.                     <p style=\"font-weight: bold;\">
  1174.                       <i class=\"bi bi-phone\"></i> 656 56 00 14</p>
  1175.                     <p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Akwa</p>
  1176.                   </div>
  1177.                   <a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Douala
  1178.                     <i class=\"bi bi-chevron-right\"></i>
  1179.                   </a>
  1180.                 </span>
  1181.               </div>
  1182.             </div>
  1183.           </div>
  1184.           <div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
  1185.             <div class=\"\">
  1186.               <h1 class=\"wt-title\">Cabinet Comptable Syscofie : Ancré dans Douala pour mieux vous servir</h1>
  1187.               <p>Fort de notre connaissance approfondie de l'économie locale, notre cabinet, situé à Douala, est dédié à répondre aux défis uniques de votre entreprise. Nous sommes là pour vous accompagner à chaque étape de votre croissance.</p>
  1188.               <div class=\"badge\">
  1189.                 <span>C2</span>
  1190.               </div>
  1191.               <h6>
  1192.                 Mots du cabinet
  1193.               </h6>
  1194.               <blockquote class=\"blockquote\">
  1195.                 <p>
  1196.                   “Votre croissance, notre priorité : expertise locale pour relever vos défis uniques.”
  1197.                 </p>
  1198.                 <p>
  1199.                   <cite>― La maison du contribuable</cite>
  1200.                 </p>
  1201.               </blockquote>
  1202.             </div>
  1203.           </div>
  1204.         </div>
  1205.       </div>
  1206.     </section>
  1207.     <section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
  1208. \t\t\t<div class=\"section-head center wt-small-separator-outer container\">
  1209.     \t\t<div class=\"wt-small-separator site-text-primary\">
  1210.     \t\t    <div class=\"sep-leaf-left\"></div>
  1211.     \t\t    <div>Cabinet Bafoussam</div>
  1212.     \t\t</div>
  1213.     \t</div>
  1214.       <div class=\"container\">
  1215.         <div class=\"row\" style=\"margin-top: -40px;\">
  1216.           <div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
  1217.             <div class=\"news-container\">
  1218.               <a href=\"#\">
  1219.                 <img class=\"img-fluid rounded mb-md-0\" src=\"{{ asset('templateSyscofie/images/cabinet2.jpg') }}\" alt=\"alt\">
  1220.               </a>
  1221.               <div class=\"news-overlay rounded\">
  1222.                 <span class=\"btn-cab\">
  1223.                   <h3 style=\"font-weight: bold;\">Bafoussam</h3>
  1224.                   {# <p style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> #}
  1225.                   <p style=\"font-weight: bold;\">
  1226.                     <i class=\"bi bi-phone\"></i> 656 56 00 14</p>
  1227.                   <p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Carrefour terre rouge</p>
  1228.                   <a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Bafoussam
  1229.                     <i class=\"bi bi-chevron-right\"></i>
  1230.                   </a>
  1231.                 </span>
  1232.               </div>
  1233.             </div>
  1234.           </div>
  1235.           <div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
  1236.             <div class=\"\">
  1237.               <h1 class=\"wt-title\">Développez Votre Activité avec Nos Experts de Bafoussam</h1>
  1238.               <p>Avec notre équipe d'experts basée à Bafoussam, vous bénéficiez d'un accompagnement stratégique pour faire croître votre entreprise. Nous sommes là pour vous aider à identifier des opportunités et à surmonter les défis financiers.</p>
  1239.               <div class=\"badge\">
  1240.                 <span>C3</span>
  1241.               </div>
  1242.               <h6>
  1243.                 Mots du cabinet
  1244.               </h6>
  1245.               <blockquote class=\"blockquote\">
  1246.                 <p>
  1247.                   “Élevez votre activité avec l'expertise inégalée de nos spécialistes à Bafoussam.”
  1248.                 </p>
  1249.                 <p>
  1250.                   <cite>― La maison du contribuable</cite>
  1251.                 </p>
  1252.               </blockquote>
  1253.             </div>
  1254.           </div>
  1255.         </div>
  1256.       </div>
  1257.     </section>
  1258.   </section>
  1259.   <section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
  1260. \t\t<div class=\"section-head center wt-small-separator-outer1 container\">
  1261.     \t<div class=\"wt-small-separator site-text-primary\">
  1262.     \t    <div class=\"sep-leaf-left\"></div>
  1263.     \t    <div>FAQ</div>
  1264.     \t</div>
  1265.       <h1 class=\"wt-title\">Questions fréquentes sur comment trouver un cabinet comptable pour son entreprise</h1>
  1266.     </div>
  1267.     <div class=\"container my-4\">
  1268.       <div class=\"text-center mb-3\">
  1269.           <img class=\"img-fluid rounded\" src=\"{{ asset('templateSyscofie/images/SVG/FAQ.svg') }}\" alt=\"alt\">
  1270.       </div>
  1271.       <div class=\"row\">
  1272.         <div class=\"col-md-6\">
  1273.           <div class=\"container-faq\">
  1274.             <div class=\"question\">
  1275.               Quels sont les avantages d'une collaboration à long terme avec un cabinet comptable ?
  1276.             </div>
  1277.             <div class=\"answercont\">
  1278.               <div class=\"answer\">
  1279.                 Une relation à long terme favorise la compréhension approfondie de votre entreprise, permettant ainsi des conseils plus adaptés et une gestion proactive des enjeux financiers.<br><br>
  1280.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  1281.               </div>
  1282.             </div>
  1283.           </div>
  1284.         </div>
  1285.         <div class=\"col-md-6\">
  1286.           <div class=\"container-faq\">
  1287.             <div class=\"question\">
  1288.               Comment un cabinet comptable peut-il m’aider en matière de stratégie fiscale ?
  1289.             </div>
  1290.             <div class=\"answercont\">
  1291.               <div class=\"answer\">
  1292.                 Ils peuvent analyser votre situation financière pour identifier des opportunités d’optimisation fiscale, minimiser les impôts dus et planifier des investissements stratégiques.<br><br>
  1293.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  1294.               </div>
  1295.             </div>
  1296.           </div>
  1297.         </div>
  1298.         <div class=\"col-md-6\">
  1299.           <div class=\"container-faq\">
  1300.             <div class=\"question\">
  1301.               Comment un cabinet d'expertise comptable peut-il contribuer à la croissance de mon entreprise ?
  1302.             </div>
  1303.             <div class=\"answercont\">
  1304.               <div class=\"answer\">
  1305.                  En fournissant des analyses financières régulières, des conseils stratégiques et en vous aidant à prendre des décisions basées sur des données solides<br><br>
  1306.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  1307.               </div>
  1308.             </div>
  1309.           </div>
  1310.         </div>
  1311.         <div class=\"col-md-6\">
  1312.           <div class=\"container-faq\">
  1313.             <div class=\"question\">
  1314.               Quelles sont les principales missions d’un cabinet d'expertise comptable ?
  1315.             </div>
  1316.             <div class=\"answercont\">
  1317.               <div class=\"answer\">
  1318.                 Les missions incluent la tenue de la comptabilité, la préparation des déclarations fiscales, le conseil en gestion, l’audit et l’assistance lors de contrôles fiscaux.<br><br>
  1319.                 <a href=\"#\">Plus de questions? Contactez-nous</a>
  1320.               </div>
  1321.             </div>
  1322.           </div>
  1323.         </div>
  1324.         <div class=\"row\">
  1325.           <div class=\"col-md-12 mt-3 mb-5\">
  1326.             <h3 class=\"text-center\">SYSCOFIE CONSULTING<h3>
  1327.           </div>
  1328.         </div>
  1329.       </div>
  1330.     </div>
  1331.   </section>
  1332. \t
  1333. \t<script>
  1334. \t\t{# var imgRefreshBtn = document.getElementById(\"hero__img-refresh\");
  1335. \t\t\t// Update the picsum image source on btn click
  1336. \t\t\timgRefreshBtn.onclick = function () {
  1337. \t  \t\t//document.getElementById(\"hero__image\").src =
  1338. \t    \t//\"https://picsum.photos/1280/720?rand=\" + new Date().getTime();
  1339. \t\t}; #}
  1340.     {#let question = document.querySelectorAll(\".question\");
  1341.     question.forEach(question => {
  1342.       question.addEventListener(\"click\", event => {
  1343.         const active = document.querySelector(\".question.active\");
  1344.         if(active && active !== question ) {
  1345.           active.classList.toggle(\"active\");
  1346.           active.nextElementSibling.style.maxHeight = 0;
  1347.         }
  1348.         question.classList.toggle(\"active\");
  1349.         const answer = question.nextElementSibling;
  1350.         if(question.classList.contains(\"active\")){
  1351.           answer.style.maxHeight = answer.scrollHeight + \"px\";
  1352.         } else {
  1353.           answer.style.maxHeight = 0;
  1354.         }
  1355.       })
  1356.     })#}
  1357.     let questions = document.querySelectorAll(\".question\");
  1358.       questions.forEach(question => {
  1359.       // Ajoutez la classe active par défaut
  1360.       question.classList.add(\"active\");
  1361.       const answer = question.nextElementSibling;
  1362.       answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre toutes les réponses
  1363.       question.addEventListener(\"click\", event => {
  1364.         const active = document.querySelector(\".question.active\");
  1365.         if (active && active !== question) {
  1366.             active.classList.toggle(\"active\");
  1367.             active.nextElementSibling.style.maxHeight = 0; // Ferme la réponse active
  1368.         }
  1369.         question.classList.toggle(\"active\");
  1370.         if (question.classList.contains(\"active\")) {
  1371.             answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre la réponse
  1372.         } else {
  1373.             answer.style.maxHeight = 0; // Ferme la réponse
  1374.         }
  1375.       });
  1376.     });
  1377. \t</script>
  1378. {% endblock %}""Theme/Produit/Service/Service/cabinets.html.twig""/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/cabinets.html.twig");
  1379.     }
  1380. }