<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Theme/Produit/Service/Service/cabinets.html.twig */
class __TwigTemplate_992d58615017d000fdc360294c22835c extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'userblog_body' => [$this, 'block_userblog_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Theme/Users/User/layoutbase.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/cabinets.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/cabinets.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutbase.html.twig", "Theme/Produit/Service/Service/cabinets.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 3
yield "\t";
yield from $this->yieldParentBlock("meta", $context, $blocks);
yield "
\t<meta name=\"keywords\" content=\"";
// line 4
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", null, true);
yield ", \"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"";
// line 6
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", null, true);
yield "\"/>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 9
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 10
yield "\t";
yield from $this->yieldParentBlock("title", $context, $blocks);
yield "
\t- Détails du service ..
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 14
public function block_userblog_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
// line 15
yield "<style>
";
// line 17
yield "\t .section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: left;
}
.section-head.center.wt-small-separator-outer1 {
margin-bottom: 50px;
text-align: center;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: \"Heebo\", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
";
// line 72
yield "\t\tbutton {
margin: 20px;
}
.custom-btn {
width: 130px;
height: 40px;
color: #fff;
border-radius: 5px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
outline: none;
}
.btn-5 {
width: 130px;
height: 40px;
line-height: 42px;
padding: 0;
border: none;
background: rgb(255,27,0);
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
}
.btn-5:hover {
color: #f0094a;
background: transparent;
box-shadow:none;
}
.btn-5:before,
.btn-5:after{
content:'';
position:absolute;
top:0;
right:0;
height:2px;
width:0;
background: #f0094a;
box-shadow:
-1px -1px 5px 0px #fff,
7px 7px 20px 0px #0003,
4px 4px 5px 0px #0002;
transition:400ms ease all;
}
.btn-5:after{
right:inherit;
top:inherit;
left:0;
bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
width:100%;
transition:800ms ease all;
}
";
// line 135
yield " .news-container {
position: relative;
display: inline-block;
box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.news-container .img-fluid {
float: left;
height: 450px;
width: 800px;
margin-left: none;
}
.news-container .news-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(29, 154, 182, 0.67);
opacity: 0.8;
transition: opacity 500ms ease-in-out;
}
.news-container:hover .news-overlay {
opacity: 0.9;
}
.news-overlay span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
margin: -5px -20px;
}
/* ----------------------------------------- css faq ------------------------------------ */
.wrapper {
width: 60%;
}
.container-faq {
background-color: #268ecfce ;
color: black;
border-radius: 20px;
box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
margin: 20px 0;
}
.question {
color : white;
font-size: 1.2rem;
font-weight: 600;
padding: 20px 80px 20px 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.question::after {
content: \"\\002B\";
font-size: 2.2rem;
position: absolute;
right: 20px;
transition: 0.2s;
}
.question.active::after {
transform: rotate(45deg);
}
.answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}
.answer {
padding: 0 20px 20px;
line-height: 1.5rem;
}
.question.active + .answercont {
}
@media screen and (max-width: 790px){
html {
font-size: 14px;
}
.wrapper {
width: 80%;
}
}
.answercont .answer a {
color: white;
}
.answercont .answer a:hover {
color: red;
}
";
// line 241
yield ".blockquote {
padding: 1rem 2rem;
border-inline-start: 9px solid hsl(245, 80%, 80%);
}
.blockquote p {
font-family: var(--prismatica-font-tertiary);
font-size: 1.5rem;
}
/*** visual badge label only, not for form labels ***/
.badge {
position: relative;
top: 0;
vertical-align: top;
width: auto;
min-height: 0.8rem;
display: inline-flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: var(--prismatica-font-primary);
font-size: 0.6rem;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: hsl(180, 80%, 20%);
background-color: hsl(180, 80%, 60%);
padding: 0.4rem;
margin-block: 0.5rem;
border-radius: 4px;
}
.section1 a {
text-decoration: none;
color: none;
}
.section1 a:hover {
text-decoration: none;
color: #d513199b;
}
.overlayImg {
position: absolute;
top: 60;
left: 0;
right: 0;
bottom: -60;
background-color: rgba(0, 0, 0, 0.5); /* Couleur sombre avec transparence */
}
.hero__text {
position: relative;
z-index: 1; /* Pour que le texte soit au-dessus de l'overlay */
color: white;
text-align: center;
padding: 20px;
}
.hero__image-wrapper {
background-size: cover;
}
</style>
\t<section class=\"hero\">
\t\t<div class=\"hero__image-wrapper\">
\t\t\t";
// line 318
yield "\t\t\t<img style=\"opacity: 1\" id=\"hero__image\" src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/graphiques-financiers.jpg"), "html", null, true);
yield "\" alt=\"Picsum placeholder image\"/>
\t\t</div>
<div class=\"overlayImg\"></div>
\t\t<div class=\"hero__text\">
\t\t\t<h1>Cabinets de Comptabilité : Votre Partenaire pour la Gestion Financière</h1>
\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>
\t\t\t<button id=\"hero__img-refresh\">Glissez pour explorez <i class=\"bi bi-arrow-down\"></i></button>
\t\t</div>
\t</section>
\t<section class=\"mt-4\" style=\"padding-top: 60px; padding-bottom: 30px; background-color: #84858223;\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row g-4\">
\t\t\t\t<div class=\"col-12 col-md-4\">
\t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
\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;\">
\t\t\t\t\t\t\t<i class=\"bi bi-folder\" style=\"font-size: 30px;\"></i>
\t\t\t\t\t\t</div>
<a href=\"";
// line 335
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_services");
yield "\">
\t\t\t\t\t\t <div>
\t\t\t\t\t\t \t<h3 class=\"fw-bold mb-1\">Services Offerts</h3>
\t\t\t\t\t\t \t<p>Découvrez les services proposés par nos différents cabinets.</p>
\t\t\t\t\t\t </div>
</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12 col-md-4\">
\t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
\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;\">
\t\t\t\t\t\t\t<i class=\"bi bi-check-circle\" style=\"font-size: 30px;\"></i>
\t\t\t\t\t\t</div>
<a href=\"";
// line 348
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_galery");
yield "\">
\t\t\t\t\t\t <div>
\t\t\t\t\t\t \t<h3 class=\"fw-bold mb-1\">Nos Interventions</h3>
\t\t\t\t\t\t \t<p>Exemples concrets de succès avec nos clients.</p>
\t\t\t\t\t\t </div>
</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12 col-md-4\">
\t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
\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;\">
\t\t\t\t\t\t\t<i class=\"bi bi-book\" style=\"font-size: 30px;\"></i>
\t\t\t\t\t\t</div>
<a href=\"";
// line 361
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_blog_pagine");
yield "\">
\t\t\t\t\t\t <div>
\t\t\t\t\t\t \t<h3 class=\"fw-bold mb-1\">Blog et Ressources</h3>
\t\t\t\t\t\t \t<p>Articles et conseils pour optimiser votre gestion</p>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</section>
\t<section class=\"section services__v3\" id=\"services\" style=\"background-color: #ffff;\">
\t\t<section class=\" section services__v3\" id=\"services\" style=\"\">
\t\t\t<div class=\"section-head center wt-small-separator-outer container\">
\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t <div class=\"sep-leaf-left\"></div>
\t\t <div>Cabinet Yaounde</div>
\t\t</div>
\t\t";
// line 381
yield "
\t</div>
\t\t\t";
// line 397
yield " <div class=\"container\">
<div class=\"row\" style=\"margin-top: -40px;\">
<div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
<div class=\"news-container\">
<a href=\"#\">
<img class=\"img-fluid rounded mb-md-0\" src=\"";
// line 402
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/cabinet1.jpg"), "html", null, true);
yield "\" alt=\"alt\">
</a>
<div class=\"news-overlay rounded\">
<span>
<h3 style=\"font-weight: bold;\">Yaounde</h3>
";
// line 408
yield " <p style=\"font-weight: bold;\">
<i class=\"bi bi-phone\"></i> 656 56 00 14</p>
<p style=\"font-weight: bold;\"><i class=\"bi bi-geo-alt\"> </i>Carrefour terre rouge</p>
<a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Yaounde
<i class=\"bi bi-chevron-right\"></i>
</a>
</span>
</div>
</div>
</div>
<div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
<div class=\"\">
<h1 class=\"wt-title\">Expertise Comptable Locale pour un Succès Global à Yaounde avec Syscofie</h1>
<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>
<div class=\"badge\">
<span>C1</span>
</div>
<h6>
Mots du cabinet
</h6>
<blockquote class=\"blockquote\">
<p>
“Syscofie : Votre Expertise Comptable Locale pour Réussir Globalement à Yaoundé.”
</p>
<p>
<cite>― La maison du contribuable</cite>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
\t\t\t<div class=\"section-head center wt-small-separator-outer container\">
\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t <div class=\"sep-leaf-left\"></div>
\t\t <div>Cabinet Douala</div>
\t\t</div>
\t</div>
<div class=\"container\">
<div class=\"row\" style=\"margin-top: -40px;\">
<div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
<div class=\"news-container\">
<a href=\"#\">
<img class=\"img-fluid rounded mb-md-0\" src=\"";
// line 456
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", null, true);
yield "\" alt=\"alt\">
</a>
<div class=\"news-overlay rounded\">
<span>
<h3 style=\"font-weight: bold;\">Douala</h3>
<div class=\"shorttextlength\">
";
// line 463
yield " <p style=\"font-weight: bold;\">
<i class=\"bi bi-phone\"></i> 656 56 00 14</p>
<p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Akwa</p>
</div>
<a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Douala
<i class=\"bi bi-chevron-right\"></i>
</a>
</span>
</div>
</div>
</div>
<div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
<div class=\"\">
<h1 class=\"wt-title\">Cabinet Comptable Syscofie : Ancré dans Douala pour mieux vous servir</h1>
<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>
<div class=\"badge\">
<span>C2</span>
</div>
<h6>
Mots du cabinet
</h6>
<blockquote class=\"blockquote\">
<p>
“Votre croissance, notre priorité : expertise locale pour relever vos défis uniques.”
</p>
<p>
<cite>― La maison du contribuable</cite>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
\t\t\t<div class=\"section-head center wt-small-separator-outer container\">
\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t <div class=\"sep-leaf-left\"></div>
\t\t <div>Cabinet Bafoussam</div>
\t\t</div>
\t</div>
<div class=\"container\">
<div class=\"row\" style=\"margin-top: -40px;\">
<div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
<div class=\"news-container\">
<a href=\"#\">
<img class=\"img-fluid rounded mb-md-0\" src=\"";
// line 511
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/cabinet2.jpg"), "html", null, true);
yield "\" alt=\"alt\">
</a>
<div class=\"news-overlay rounded\">
<span class=\"btn-cab\">
<h3 style=\"font-weight: bold;\">Bafoussam</h3>
";
// line 517
yield " <p style=\"font-weight: bold;\">
<i class=\"bi bi-phone\"></i> 656 56 00 14</p>
<p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Carrefour terre rouge</p>
<a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Bafoussam
<i class=\"bi bi-chevron-right\"></i>
</a>
</span>
</div>
</div>
</div>
<div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
<div class=\"\">
<h1 class=\"wt-title\">Développez Votre Activité avec Nos Experts de Bafoussam</h1>
<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>
<div class=\"badge\">
<span>C3</span>
</div>
<h6>
Mots du cabinet
</h6>
<blockquote class=\"blockquote\">
<p>
“Élevez votre activité avec l'expertise inégalée de nos spécialistes à Bafoussam.”
</p>
<p>
<cite>― La maison du contribuable</cite>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
</section>
<section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
\t\t<div class=\"section-head center wt-small-separator-outer1 container\">
\t<div class=\"wt-small-separator site-text-primary\">
\t <div class=\"sep-leaf-left\"></div>
\t <div>FAQ</div>
\t</div>
<h1 class=\"wt-title\">Questions fréquentes sur comment trouver un cabinet comptable pour son entreprise</h1>
</div>
<div class=\"container my-4\">
<div class=\"text-center mb-3\">
<img class=\"img-fluid rounded\" src=\"";
// line 562
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/SVG/FAQ.svg"), "html", null, true);
yield "\" alt=\"alt\">
</div>
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Quels sont les avantages d'une collaboration à long terme avec un cabinet comptable ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Comment un cabinet comptable peut-il m’aider en matière de stratégie fiscale ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Comment un cabinet d'expertise comptable peut-il contribuer à la croissance de mon entreprise ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Quelles sont les principales missions d’un cabinet d'expertise comptable ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-12 mt-3 mb-5\">
<h3 class=\"text-center\">SYSCOFIE CONSULTING<h3>
</div>
</div>
</div>
</div>
</section>
\t
\t<script>
\t\t";
// line 645
yield "
";
// line 663
yield "
let questions = document.querySelectorAll(\".question\");
questions.forEach(question => {
// Ajoutez la classe active par défaut
question.classList.add(\"active\");
const answer = question.nextElementSibling;
answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre toutes les réponses
question.addEventListener(\"click\", event => {
const active = document.querySelector(\".question.active\");
if (active && active !== question) {
active.classList.toggle(\"active\");
active.nextElementSibling.style.maxHeight = 0; // Ferme la réponse active
}
question.classList.toggle(\"active\");
if (question.classList.contains(\"active\")) {
answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre la réponse
} else {
answer.style.maxHeight = 0; // Ferme la réponse
}
});
});
\t</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/Produit/Service/Service/cabinets.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends \"Theme/Users/User/layoutbase.html.twig\" %}
{% block meta %}
\t{{ parent() }}
\t<meta name=\"keywords\" content=\"{{ site }}, \"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"{{ site }}\"/>
{% endblock %}
{% block title %}
\t{{ parent() }}
\t- Détails du service ..
{% endblock %}
{% block userblog_body %}
<style>
{# ---------------------------------------------- css separator ---------------------------------------------------- #}
\t .section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: left;
}
.section-head.center.wt-small-separator-outer1 {
margin-bottom: 50px;
text-align: center;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: \"Heebo\", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
{# ----------------------------------------------- css baniere ------------------------------------------------------ #}
\t\tbutton {
margin: 20px;
}
.custom-btn {
width: 130px;
height: 40px;
color: #fff;
border-radius: 5px;
padding: 10px 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
7px 7px 20px 0px rgba(0,0,0,.1),
4px 4px 5px 0px rgba(0,0,0,.1);
outline: none;
}
.btn-5 {
width: 130px;
height: 40px;
line-height: 42px;
padding: 0;
border: none;
background: rgb(255,27,0);
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
}
.btn-5:hover {
color: #f0094a;
background: transparent;
box-shadow:none;
}
.btn-5:before,
.btn-5:after{
content:'';
position:absolute;
top:0;
right:0;
height:2px;
width:0;
background: #f0094a;
box-shadow:
-1px -1px 5px 0px #fff,
7px 7px 20px 0px #0003,
4px 4px 5px 0px #0002;
transition:400ms ease all;
}
.btn-5:after{
right:inherit;
top:inherit;
left:0;
bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
width:100%;
transition:800ms ease all;
}
{# ----------------------------------------------- css image cabinet ------------------------------------------------------ #}
.news-container {
position: relative;
display: inline-block;
box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.news-container .img-fluid {
float: left;
height: 450px;
width: 800px;
margin-left: none;
}
.news-container .news-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(29, 154, 182, 0.67);
opacity: 0.8;
transition: opacity 500ms ease-in-out;
}
.news-container:hover .news-overlay {
opacity: 0.9;
}
.news-overlay span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
margin: -5px -20px;
}
/* ----------------------------------------- css faq ------------------------------------ */
.wrapper {
width: 60%;
}
.container-faq {
background-color: #268ecfce ;
color: black;
border-radius: 20px;
box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
margin: 20px 0;
}
.question {
color : white;
font-size: 1.2rem;
font-weight: 600;
padding: 20px 80px 20px 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.question::after {
content: \"\\002B\";
font-size: 2.2rem;
position: absolute;
right: 20px;
transition: 0.2s;
}
.question.active::after {
transform: rotate(45deg);
}
.answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}
.answer {
padding: 0 20px 20px;
line-height: 1.5rem;
}
.question.active + .answercont {
}
@media screen and (max-width: 790px){
html {
font-size: 14px;
}
.wrapper {
width: 80%;
}
}
.answercont .answer a {
color: white;
}
.answercont .answer a:hover {
color: red;
}
{# css contenu right image cabinet #}
.blockquote {
padding: 1rem 2rem;
border-inline-start: 9px solid hsl(245, 80%, 80%);
}
.blockquote p {
font-family: var(--prismatica-font-tertiary);
font-size: 1.5rem;
}
/*** visual badge label only, not for form labels ***/
.badge {
position: relative;
top: 0;
vertical-align: top;
width: auto;
min-height: 0.8rem;
display: inline-flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: var(--prismatica-font-primary);
font-size: 0.6rem;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: hsl(180, 80%, 20%);
background-color: hsl(180, 80%, 60%);
padding: 0.4rem;
margin-block: 0.5rem;
border-radius: 4px;
}
.section1 a {
text-decoration: none;
color: none;
}
.section1 a:hover {
text-decoration: none;
color: #d513199b;
}
.overlayImg {
position: absolute;
top: 60;
left: 0;
right: 0;
bottom: -60;
background-color: rgba(0, 0, 0, 0.5); /* Couleur sombre avec transparence */
}
.hero__text {
position: relative;
z-index: 1; /* Pour que le texte soit au-dessus de l'overlay */
color: white;
text-align: center;
padding: 20px;
}
.hero__image-wrapper {
background-size: cover;
}
</style>
\t<section class=\"hero\">
\t\t<div class=\"hero__image-wrapper\">
\t\t\t{#<img style=\"opacity: 0.5\" id=\"hero__image\" src=\"https://picsum.photos/1280/720\" alt=\"Picsum placeholder image\"/>#}
\t\t\t<img style=\"opacity: 1\" id=\"hero__image\" src=\"{{ asset('templateSyscofie/images/graphiques-financiers.jpg') }}\" alt=\"Picsum placeholder image\"/>
\t\t</div>
<div class=\"overlayImg\"></div>
\t\t<div class=\"hero__text\">
\t\t\t<h1>Cabinets de Comptabilité : Votre Partenaire pour la Gestion Financière</h1>
\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>
\t\t\t<button id=\"hero__img-refresh\">Glissez pour explorez <i class=\"bi bi-arrow-down\"></i></button>
\t\t</div>
\t</section>
\t<section class=\"mt-4\" style=\"padding-top: 60px; padding-bottom: 30px; background-color: #84858223;\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row g-4\">
\t\t\t\t<div class=\"col-12 col-md-4\">
\t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
\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;\">
\t\t\t\t\t\t\t<i class=\"bi bi-folder\" style=\"font-size: 30px;\"></i>
\t\t\t\t\t\t</div>
<a href=\"{{ path('produit_service_services') }}\">
\t\t\t\t\t\t <div>
\t\t\t\t\t\t \t<h3 class=\"fw-bold mb-1\">Services Offerts</h3>
\t\t\t\t\t\t \t<p>Découvrez les services proposés par nos différents cabinets.</p>
\t\t\t\t\t\t </div>
</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12 col-md-4\">
\t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
\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;\">
\t\t\t\t\t\t\t<i class=\"bi bi-check-circle\" style=\"font-size: 30px;\"></i>
\t\t\t\t\t\t</div>
<a href=\"{{ path('produit_service_galery') }}\">
\t\t\t\t\t\t <div>
\t\t\t\t\t\t \t<h3 class=\"fw-bold mb-1\">Nos Interventions</h3>
\t\t\t\t\t\t \t<p>Exemples concrets de succès avec nos clients.</p>
\t\t\t\t\t\t </div>
</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-12 col-md-4\">
\t\t\t\t\t<div class=\"bg-white p-3 rounded-4 shadow-sm d-flex align-items-center section1\">
\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;\">
\t\t\t\t\t\t\t<i class=\"bi bi-book\" style=\"font-size: 30px;\"></i>
\t\t\t\t\t\t</div>
<a href=\"{{ path('produit_service_blog_pagine') }}\">
\t\t\t\t\t\t <div>
\t\t\t\t\t\t \t<h3 class=\"fw-bold mb-1\">Blog et Ressources</h3>
\t\t\t\t\t\t \t<p>Articles et conseils pour optimiser votre gestion</p>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</section>
\t<section class=\"section services__v3\" id=\"services\" style=\"background-color: #ffff;\">
\t\t<section class=\" section services__v3\" id=\"services\" style=\"\">
\t\t\t<div class=\"section-head center wt-small-separator-outer container\">
\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t <div class=\"sep-leaf-left\"></div>
\t\t <div>Cabinet Yaounde</div>
\t\t</div>
\t\t{# <h1 class=\"wt-title\">cabinet Yaounde</h1> #}
\t</div>
\t\t\t{# <div class=\"container\">
\t\t\t\t<div class=\"row align-items-center\">
\t\t\t\t\t<div class=\"col-auto\">
\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%;\">
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col text-center\">
\t\t\t\t\t\t<h3 class=\"fw-bold\">Comment nous retrouver ?</h3>
\t\t\t\t\t\t<p class=\"text-muted\">Ceci est une description ou un texte explicatif.</p>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-auto\">
\t\t\t\t\t\t<button class=\"custom-btn btn-5\"><span>Nous joindre</span></button>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div> #}
<div class=\"container\">
<div class=\"row\" style=\"margin-top: -40px;\">
<div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
<div class=\"news-container\">
<a href=\"#\">
<img class=\"img-fluid rounded mb-md-0\" src=\"{{ asset('templateSyscofie/images/cabinet1.jpg') }}\" alt=\"alt\">
</a>
<div class=\"news-overlay rounded\">
<span>
<h3 style=\"font-weight: bold;\">Yaounde</h3>
{# <p style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit..</p> #}
<p style=\"font-weight: bold;\">
<i class=\"bi bi-phone\"></i> 656 56 00 14</p>
<p style=\"font-weight: bold;\"><i class=\"bi bi-geo-alt\"> </i>Carrefour terre rouge</p>
<a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Yaounde
<i class=\"bi bi-chevron-right\"></i>
</a>
</span>
</div>
</div>
</div>
<div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
<div class=\"\">
<h1 class=\"wt-title\">Expertise Comptable Locale pour un Succès Global à Yaounde avec Syscofie</h1>
<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>
<div class=\"badge\">
<span>C1</span>
</div>
<h6>
Mots du cabinet
</h6>
<blockquote class=\"blockquote\">
<p>
“Syscofie : Votre Expertise Comptable Locale pour Réussir Globalement à Yaoundé.”
</p>
<p>
<cite>― La maison du contribuable</cite>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
\t\t\t<div class=\"section-head center wt-small-separator-outer container\">
\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t <div class=\"sep-leaf-left\"></div>
\t\t <div>Cabinet Douala</div>
\t\t</div>
\t</div>
<div class=\"container\">
<div class=\"row\" style=\"margin-top: -40px;\">
<div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
<div class=\"news-container\">
<a href=\"#\">
<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\">
</a>
<div class=\"news-overlay rounded\">
<span>
<h3 style=\"font-weight: bold;\">Douala</h3>
<div class=\"shorttextlength\">
{# <p style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> #}
<p style=\"font-weight: bold;\">
<i class=\"bi bi-phone\"></i> 656 56 00 14</p>
<p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Akwa</p>
</div>
<a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Douala
<i class=\"bi bi-chevron-right\"></i>
</a>
</span>
</div>
</div>
</div>
<div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
<div class=\"\">
<h1 class=\"wt-title\">Cabinet Comptable Syscofie : Ancré dans Douala pour mieux vous servir</h1>
<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>
<div class=\"badge\">
<span>C2</span>
</div>
<h6>
Mots du cabinet
</h6>
<blockquote class=\"blockquote\">
<p>
“Votre croissance, notre priorité : expertise locale pour relever vos défis uniques.”
</p>
<p>
<cite>― La maison du contribuable</cite>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
\t\t\t<div class=\"section-head center wt-small-separator-outer container\">
\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t <div class=\"sep-leaf-left\"></div>
\t\t <div>Cabinet Bafoussam</div>
\t\t</div>
\t</div>
<div class=\"container\">
<div class=\"row\" style=\"margin-top: -40px;\">
<div class=\"col-xl-5 col-lg-5 col-md-5 col-sm-12 mt-3\">
<div class=\"news-container\">
<a href=\"#\">
<img class=\"img-fluid rounded mb-md-0\" src=\"{{ asset('templateSyscofie/images/cabinet2.jpg') }}\" alt=\"alt\">
</a>
<div class=\"news-overlay rounded\">
<span class=\"btn-cab\">
<h3 style=\"font-weight: bold;\">Bafoussam</h3>
{# <p style=\"font-weight: bold;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> #}
<p style=\"font-weight: bold;\">
<i class=\"bi bi-phone\"></i> 656 56 00 14</p>
<p style=\"font-weight: bold;\"> <i class=\"bi bi-geo-alt\"></i> Carrefour terre rouge</p>
<a class=\"btn btn-primary\" href=\"#\">Notre cabinet à Bafoussam
<i class=\"bi bi-chevron-right\"></i>
</a>
</span>
</div>
</div>
</div>
<div class=\"col-xl-7 col-lg-7 col-md-7 col-sm-12 mt-3\">
<div class=\"\">
<h1 class=\"wt-title\">Développez Votre Activité avec Nos Experts de Bafoussam</h1>
<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>
<div class=\"badge\">
<span>C3</span>
</div>
<h6>
Mots du cabinet
</h6>
<blockquote class=\"blockquote\">
<p>
“Élevez votre activité avec l'expertise inégalée de nos spécialistes à Bafoussam.”
</p>
<p>
<cite>― La maison du contribuable</cite>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
</section>
<section class=\" section services__v3\" id=\"services\" style=\"margin-top: 40px;\">
\t\t<div class=\"section-head center wt-small-separator-outer1 container\">
\t<div class=\"wt-small-separator site-text-primary\">
\t <div class=\"sep-leaf-left\"></div>
\t <div>FAQ</div>
\t</div>
<h1 class=\"wt-title\">Questions fréquentes sur comment trouver un cabinet comptable pour son entreprise</h1>
</div>
<div class=\"container my-4\">
<div class=\"text-center mb-3\">
<img class=\"img-fluid rounded\" src=\"{{ asset('templateSyscofie/images/SVG/FAQ.svg') }}\" alt=\"alt\">
</div>
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Quels sont les avantages d'une collaboration à long terme avec un cabinet comptable ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Comment un cabinet comptable peut-il m’aider en matière de stratégie fiscale ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Comment un cabinet d'expertise comptable peut-il contribuer à la croissance de mon entreprise ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"container-faq\">
<div class=\"question\">
Quelles sont les principales missions d’un cabinet d'expertise comptable ?
</div>
<div class=\"answercont\">
<div class=\"answer\">
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>
<a href=\"#\">Plus de questions? Contactez-nous</a>
</div>
</div>
</div>
</div>
<div class=\"row\">
<div class=\"col-md-12 mt-3 mb-5\">
<h3 class=\"text-center\">SYSCOFIE CONSULTING<h3>
</div>
</div>
</div>
</div>
</section>
\t
\t<script>
\t\t{# var imgRefreshBtn = document.getElementById(\"hero__img-refresh\");
\t\t\t// Update the picsum image source on btn click
\t\t\timgRefreshBtn.onclick = function () {
\t \t\t//document.getElementById(\"hero__image\").src =
\t \t//\"https://picsum.photos/1280/720?rand=\" + new Date().getTime();
\t\t}; #}
{#let question = document.querySelectorAll(\".question\");
question.forEach(question => {
question.addEventListener(\"click\", event => {
const active = document.querySelector(\".question.active\");
if(active && active !== question ) {
active.classList.toggle(\"active\");
active.nextElementSibling.style.maxHeight = 0;
}
question.classList.toggle(\"active\");
const answer = question.nextElementSibling;
if(question.classList.contains(\"active\")){
answer.style.maxHeight = answer.scrollHeight + \"px\";
} else {
answer.style.maxHeight = 0;
}
})
})#}
let questions = document.querySelectorAll(\".question\");
questions.forEach(question => {
// Ajoutez la classe active par défaut
question.classList.add(\"active\");
const answer = question.nextElementSibling;
answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre toutes les réponses
question.addEventListener(\"click\", event => {
const active = document.querySelector(\".question.active\");
if (active && active !== question) {
active.classList.toggle(\"active\");
active.nextElementSibling.style.maxHeight = 0; // Ferme la réponse active
}
question.classList.toggle(\"active\");
if (question.classList.contains(\"active\")) {
answer.style.maxHeight = answer.scrollHeight + \"px\"; // Ouvre la réponse
} else {
answer.style.maxHeight = 0; // Ferme la réponse
}
});
});
\t</script>
{% endblock %}", "Theme/Produit/Service/Service/cabinets.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/cabinets.html.twig");
}
}