<?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/expertise.html.twig */
class __TwigTemplate_9182d14a96f517836ec258ea9c38d521 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'],
'javascripttemplate' => [$this, 'block_javascripttemplate'],
];
}
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/expertise.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/expertise.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutbase.html.twig", "Theme/Produit/Service/Service/expertise.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>
\t h2 {
font-size: 10px;
font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {
font-family: \"Poppins\", sans-serif;
line-height: 1.2;
color: #000;
}
.service-icon-box-two {
position: relative;
padding: 40px 40px 40px 40px;
border: 1px solid #e7e7e7;
}
.service-icon-box-two .wt-icon-box-wraper {
margin-bottom: 30px;
}
.wt-icon-box-wraper {
position: relative;
}
.icon-xl.inline-icon {
width: auto;
}
.icon-xl.inline-icon {
text-align: left !important;
}
.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
display: inline-block;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.icon-xl i {
font-size: 80px;
line-height: 80px;
}
.icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
vertical-align: middle;
}
.wt-icon-box-wraper:after {
content: \"\";
display: table;
clear: both;
}
\t.wt-texte {
\t\tcolor: #000;
\t\tfont-weight: bold;
\t\tfont-size: 20px;
\t}
.section-head.center.wt-small-separator-outer {
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 117
yield ".btn {
text-align: center;
border-radius: 5px;
text-decoration: none;
color: white;
transition: transform 0.3s ease;
}
.btn-primary { background-color: #007bff; }
.btn-secondary { background-color: #6c757d; }
.btn:hover {
transform: translateY(-3px);
}
";
// line 134
yield "
/* Styling for the Gallery Image */
.gallery-image {
margin: 0;
position: relative;
overflow: hidden;
background: #000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
}
/* Hover Effect on the Figure */
.gallery-image:hover {
transform: scale(1.02);
}
/* Image Wrapper */
.gallery-image .image-wrapper {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
}
/* Image inside Wrapper */
.gallery-image .image-wrapper .caroussel-image {
display: block;
width: 100%;
object-fit: cover;
transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Image Hover Effect */
.gallery-image:hover .image-wrapper .caroussel-image {
transform: scale(1.1);
opacity: 0.9;
}
/* Eye Overlay */
.gallery-image .eye-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
color: white;
background: rgba(0, 0, 0, 0.6);
padding: 10px;
border-radius: 50%;
opacity: 0;
transition: opacity 0.3s ease;
}
/* Eye Overlay Visibility on Hover */
.gallery-image:hover .eye-overlay {
opacity: 1;
}
/* Figcaption Styling */
.gallery-image figcaption {
text-align: center;
padding: 10px;
background: #292929;
color: white;
font-size: 16px;
width: 100%;
box-sizing: border-box;
}
.gallery-image figcaption h2 {
font-size: 18px;
margin: 0;
color: #d6ad60;
font-weight: bold;
text-transform: uppercase;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.gallery-image figcaption h3 {
font-size: 14px;
margin: 0;
color: #d6ad60;
font-weight: normal;
}
/* Adjustments for Small Screens */
@media (max-width: 992px) {
.gallery-image figcaption h2 {
font-size: 16px;
}
.gallery-image figcaption h3 {
font-size: 12px;
}
.gallery-image .image-wrapper img {
object-fit: contain;
}
}
/* Adjustments for Extra Small Screens */
@media (max-width: 768px) {
.alm-gallery-image {
flex-direction: column;
justify-content: flex-start;
}
.alm-gallery-image figcaption h2 {
font-size: 14px;
}
.alm-gallery-image figcaption h3 {
font-size: 12px;
}
}
figure {width:90%;max-width:600px}
.caroussel-image {max-width:100%;height:auto;}
a {
text-decoration: none;
}
.shadow-effect {
height: 450px;
}
.ima-ge {
height: 200px;
width: 200px;
object-fit: cover;
}
</style>
<!-- CTA Section -->
<section class=\"cta \" style=\"padding: 1rem 0;\">
\t<div class=\"container\">
\t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
\t\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t\t\t<div class=\"sep-leaf-left\"></div>
\t\t\t\t<div>Solutions Syscofie Innovantes</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Cette section présente notre cabinet comptable, mettant en lumière notre mission, nos valeurs et notre engagement envers nos clients. Avec une équipe d'experts passionnés, nous nous consacrons à fournir des services de qualité, adaptés à chaque situation, pour accompagner nos clients vers le succès financier.</div>
\t</div>
</section>
<div class=\"content\" style=\"padding-bottom: 5px;\">
\t<div class=\"wrap\">
\t\t<div class=\"container\">
\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t<li href=\"#\">
\t\t\t\t\t<a>Home</a>
\t\t\t\t</li>
\t\t\t\t<li href=\"#\">
\t\t\t\t\t<a>Expertise</a>
\t\t\t\t</li>
\t\t\t</ol>
\t\t</div>
\t</div>
</div>
<section class=\"hero__v6 section\" id=\"home\" >
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-lg-6 mb-4 mb-lg-0\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-11\">
\t\t\t\t\t\t<span class=\"hero-subtitle text-uppercase\">Solutions Syscofie Innovantes</span>
\t\t\t\t\t\t<h1 class=\"hero-title mb-3\">Expertise Fiscale</h1>
\t\t\t\t\t\t<p class=\"hero-description\">Le département du Suivi Comptable Général est un pilier central du cabinet. Il est chargé de la gestion quotidienne, du contrôle régulier et de l'analyse des opérations comptables de l'ensemble des clients, garantissant une comptabilité claire, fiable et conforme aux normes en vigueur.</p><br>
\t\t\t\t\t\t<p class=\"hero-description\"><strong>Prenez le contrôle de votre situation fiscale !</strong> Que vous souhaitiez <strong>demander une consultation</strong> pour un conseil personnalisé ou <strong>obtenir un devis</strong> pour nos services fiscaux, nous sommes là pour vous aider.</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t";
// line 320
yield " <div class=\"d-flex gap-2 mb-4 mb-lg-5\">
<a class=\"btn\" href=\"#\">Demander une Consultation</a>
<a class=\"btn btn-white-outline\" href=\"about.html\">Obtenir un Devis</a>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-lg-6\">
\t\t\t\t<div class=\"hero-img\" style=\"height: 100%;\">
\t\t\t\t\t<img class=\"img-departement img-fluid rounded-4\" src=\"";
// line 327
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/afro-americain-costume-tenant-documents-parlant.jpg"), "html", null, true);
yield "\" alt=\"Hero Image\">
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
</section>
<section class=\"container section services__v3\" id=\"services\" style=\"margin-bottom: 40px; margin-top: -55px;\">
\t<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Fiscalité</div>
</div>
<h1 class=\"wt-title\">Nos articles en fiscalité</h1>
</div>
<div class=\"row\" style=\"margin-top: -10px;\">
<!-- Normal Demo-->
<div class=\"col-md-4\">
<!-- Post-->
<div class=\"post-module\">
<!-- Thumbnail-->
<div class=\"thumbnail\">
<div class=\"date\">
<div class=\"day\">27</div>
<div class=\"month\">Mar</div>
</div><img src=\"";
// line 352
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/cabinet2.jpg"), "html", null, true);
yield "\"/>
</div>
<!-- Post Content-->
<div class=\"post-content\">
<a href=\"#\"><div class=\"category\">En savoir plus</div></a>
<h1 class=\"title\">Conseil en fiscalite des societes et des dirigeants</h1>
<h2 class=\"sub_title\" style=\"font-size: 15px;\">Assurer la conformite des declarations fiscales.</h2>
<p class=\"description\">Améliorez la gestion de votre activité grâce à nos outils simples et efficaces. Profitez d'une solution complète pour vous concentrer sur votre croissance et atteindre vos objectifs.</p>
<div class=\"post-meta\">
<span class=\"timestamp\">
<i class=\"bi bi-star-fill\"></i>
85% de satisfaction
</span>
<span class=\"comments\">
<i class=\"bi bi-person-check\"></i>
259 clients suivis
</span>
</div>
</div>
</div>
</div>
<!-- Hover Demo-->
<div class=\"col-md-4\">
<!-- Post-->
<div
class=\"post-module\">
<!-- Thumbnail-->
<div class=\"thumbnail\">
<div class=\"date\">
<div class=\"day\">27</div>
<div class=\"month\">Mar</div>
</div><img src=\"";
// line 383
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/negociations-commerciales-dans-bureau-moderne.jpg"), "html", null, true);
yield "\"/>
</div>
<!-- Post Content-->
<div class=\"post-content\">
<a href=\"#\"><div class=\"category\">En savoir plus</div></a>
<h1 class=\"title\">Calcul et optimisation des impôts et taxes</h1>
<h2 class=\"sub_title\" style=\"font-size: 15px;\">Optimiser la fiscalité des entreprises</h2>
<p class=\"description\">Simplifiez le calcul et l'optimisation de vos impôts et taxes. Bénéficiez de solutions personnalisées pour réduire vos charges fiscales et maximiser vos économies.</p>
<div class=\"post-meta\">
<span class=\"timestamp\">
<i class=\"bi bi-star-fill\"></i>
98% de satisfaction
</span>
<span class=\"comments\">
<i class=\"bi bi-person-check\"></i>
134 clients suivis
</span>
</div>
</div>
</div>
</div>
<div class=\"col-md-4\">
<!-- Post-->
<div class=\"post-module\">
<!-- Thumbnail-->
<div class=\"thumbnail\">
<div class=\"date\">
<div class=\"day\">27</div>
<div class=\"month\">Mar</div>
</div><img src=\"";
// line 412
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/deux-hommes-affaires.jpg"), "html", null, true);
yield "\"/>
</div>
<!-- Post Content-->
<div class=\"post-content\">
<a href=\"#\"><div class=\"category\">En savoir plus</div></a>
<h1 class=\"title\">Assistance en cas de contrôle fiscal</h1>
<h2 class=\"sub_title\" style=\"font-size: 15px;\">Prévenir les risques de redressements ou de sanctions</h2>
<p class=\"description\">Recevez une assistance professionnelle lors de contrôles fiscaux. Notre équipe vous accompagne pour garantir la conformité et défendre vos intérêts, minimisant ainsi les risques et les pénalités.</p>
<div class=\"post-meta\">
<span class=\"timestamp\">
<i class=\"bi bi-star-fill\"></i>
89% de satisfaction
</span>
<span class=\"comments\">
<i class=\"bi bi-person-check\"></i>
390 clients suivis
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=\"stats__v3 section\" style=\"background-color: #268dcf; text-align: center; padding: 50px 0;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
<h1 style=\"font-size: 2.5em; color: white;\">Une expertise complète pour une gestion simplifiée de votre activité</h1>
<p style=\"font-size: 1.2em; color: white; max-width: 900px; margin: 20px auto;\">
Simplifiez la gestion de votre activité avec nos outils intuitifs et conseils personnalisés. Concentrez-vous sur ce qui compte : la croissance de votre entreprise.
</p>
<div class=\"bth\" style=\"display: inline-block; background-color: white; color: #268dcf; padding: 15px 30px; border-radius: 5px; cursor: pointer; margin-top: 20px;\">
Planifier un RDV
</div>
</div>
</div>
</div>
</section>
<section class=\"container section services__v3\" id=\"services\" style=\"margin-top: 40px; margin-bottom: 20px;\">
\t<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Notre equipe</div>
</div>
<h1 class=\"wt-title\">Equipe de maintien</h1>
\t\t
</div>
<section
class=\"teams\" style=\"width:100%;\">
";
// line 464
yield "
<div class=\"row\" style=\"margin-top: -30px;\">
<div class=\"col-sm-12\">
<div
id=\"customers-teams\" class=\"owl-carousel\">
<!--team 1 -->
<div class=\"item\">
<div class=\"shadow-effect\">
<img class=\"img-circle ima-ge\" src=\"";
// line 473
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/femme-au-bureau.jpg"), "html", null, true);
yield "\" alt=\"\">
<h2>Marie-Lize Ivanna</h2>
<p class=\"title\">Associé SYSCOFIE</p>
<div id=\"pastexp\">
<h5 id=\"pastexphead\">Expert-comptable en paie</h5>
<p style=\"margin-top:-5px;\">Gère la paie et les obligations sociales.</p>
</div>
<div class=\"social-icons\" id=\"teamsocial\">
<a class=\"social-icon social-icon--facebook\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-facebook\"></i>
</a>
<a class=\"social-icon social-icon--twitter\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-twitter\"></i>
</a>
<a class=\"social-icon social-icon--linkedin\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-linkedin\"></i>
</a>
<a class=\"social-icon social-icon--instagram\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-instagram\"></i>
</a>
</div>
<!--Social Icons End Here-->
</div>
</div>
<!--END OF team 1 -->
<!--team 2 -->
<div class=\"item\">
<div class=\"shadow-effect\">
<img class=\"img-circle ima-ge\" src=\"";
// line 509
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/conseiller.jpg"), "html", null, true);
yield "\" alt=\"\">
<h2>Ayameni Berol</h2>
<p class=\"title\">Associé SYSCOFIE</p>
<div id=\"pastexp\">
<h5 id=\"pastexphead\">Conseiller en création d'entreprise</h5>
<p style=\"margin-top:-5px;\">Aide les entrepreneurs à créer et développer leurs entreprises.</p>
</div>
<div class=\"social-icons\" id=\"teamsocial\">
<a class=\"social-icon social-icon--facebook\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-facebook\"></i>
</a>
<a class=\"social-icon social-icon--twitter\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-twitter\"></i>
</a>
<a class=\"social-icon social-icon--linkedin\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-linkedin\"></i>
</a>
<a class=\"social-icon social-icon--instagram\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-instagram\"></i>
</a>
</div>
<!--Social Icons End Here-->
</div>
</div>
<!--END OF team 2 -->
<!--team 3 -->
<div class=\"item\">
<div class=\"shadow-effect\">
<img class=\"img-circle ima-ge\" src=\"";
// line 545
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/accord-verification-par-expert-juridique.jpg"), "html", null, true);
yield "\" alt=\"\">
<h2>Noumi Franck Durin</h2>
<p class=\"title\">Associé SYSCOFIE</p>
<div id=\"pastexp\">
<h5 id=\"pastexphead\">Conseiller en gestion des risques</h5>
<p style=\"margin-top:-5px;\">Évalue et gère les risques financiers au sein des entreprises.</p>
</div>
<div class=\"social-icons\" id=\"teamsocial\">
<a class=\"social-icon social-icon--facebook\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-facebook\"></i>
</a>
<a class=\"social-icon social-icon--twitter\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-twitter\"></i>
</a>
<a class=\"social-icon social-icon--linkedin\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-linkedin\"></i>
</a>
<a class=\"social-icon social-icon--instagram\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-instagram\"></i>
</a>
</div>
<!--Social Icons End Here-->
</div>
</div>
<!--END OF team 3 -->
</div>
</div>
</div>
";
// line 583
yield " </section>
</section>
<section class=\"container section services__v3\" id=\"services\" style=\"margin-top: 20px; margin-bottom: 40px;\">
\t<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Expertise</div>
</div>
<h1 class=\"wt-title\">Decouvrez nos autres expertises</h1>
<div id=\"carouselExampleControls\" class=\"carousel\">
<div class=\"carousel-inner\">
<div class=\"carousel-item active\">
<a href=\"";
// line 597
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prosuit_service_expertise");
yield "\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"";
// line 602
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/afro-americain-costume-tenant-documents-parlant.jpg"), "html", null, true);
yield "\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Juridique</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"";
// line 616
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prosuit_service_expertise");
yield "\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"";
// line 621
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/bureau-de-service.jpg"), "html", null, true);
yield "\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Social & Paie</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"";
// line 635
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prosuit_service_expertise");
yield "\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"";
// line 640
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/scene-bureau-ordinateur-portable.jpg"), "html", null, true);
yield "\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Audit & Contrôle</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"";
// line 654
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prosuit_service_expertise");
yield "\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"";
// line 659
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/travailleurs-bureau.jpg"), "html", null, true);
yield "\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Nos Formations</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"";
// line 673
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prosuit_service_expertise");
yield "\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"";
// line 678
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/gplan-travailleur.jpg"), "html", null, true);
yield "\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Fiscalité</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"";
// line 692
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prosuit_service_expertise");
yield "\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"";
// line 697
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/negociations-commerciales-dans-bureau-moderne.jpg"), "html", null, true);
yield "\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Suivi comptable</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
</div>
<button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#carouselExampleControls\" data-bs-slide=\"prev\">
<span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Previous</span>
</button>
<button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#carouselExampleControls\" data-bs-slide=\"next\">
<span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Next</span>
</button>
</div>
</div>
</section>
<script>
//Team Slider
\$('#customers-teams').owlCarousel({
loop: true,
center: true,
items: 3,
margin: 0,
autoplay: true,
dots:true,
autoplayTimeout: 4500,
\tcheckVisibility: true,
responsive: {
0: {
items: 1
},
768: {
items: 2
},
1170: {
items: 3
}
}
\t});
";
// line 750
yield " const multipleItemCarousel = document.querySelector(\"#carouselExampleControls\");
if (window.matchMedia(\"(min-width:576px)\").matches) {
const carousel = new bootstrap.Carousel(multipleItemCarousel, {
interval: false
});
var carouselWidth = \$(\".carousel-inner\")[0].scrollWidth;
var cardWidth = \$(\".carousel-item\").width();
var scrollPosition = 0;
\$(\".carousel-control-next\").on(\"click\", function () {
if (scrollPosition < carouselWidth - cardWidth * 4) {
scrollPosition = scrollPosition + cardWidth;
\$(\".carousel-inner\").animate({ scrollLeft: scrollPosition }, 600);
}
});
\$(\".carousel-control-prev\").on(\"click\", function () {
if (scrollPosition > 0) {
scrollPosition = scrollPosition - cardWidth;
\$(\".carousel-inner\").animate({ scrollLeft: scrollPosition }, 600);
}
});
} else {
\$(multipleItemCarousel).addClass(\"slide\");
}
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 781
public function block_javascripttemplate($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", "javascripttemplate"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
// line 782
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/Produit/Service/Service/expertise.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 975 => 782, 965 => 781, 925 => 750, 870 => 697, 862 => 692, 845 => 678, 837 => 673, 820 => 659, 812 => 654, 795 => 640, 787 => 635, 770 => 621, 762 => 616, 745 => 602, 737 => 597, 721 => 583, 681 => 545, 642 => 509, 603 => 473, 592 => 464, 538 => 412, 506 => 383, 472 => 352, 444 => 327, 435 => 320, 251 => 134, 233 => 117, 130 => 15, 120 => 14, 105 => 10, 95 => 9, 82 => 6, 77 => 4, 72 => 3, 62 => 2, 39 => 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>
\t h2 {
font-size: 10px;
font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {
font-family: \"Poppins\", sans-serif;
line-height: 1.2;
color: #000;
}
.service-icon-box-two {
position: relative;
padding: 40px 40px 40px 40px;
border: 1px solid #e7e7e7;
}
.service-icon-box-two .wt-icon-box-wraper {
margin-bottom: 30px;
}
.wt-icon-box-wraper {
position: relative;
}
.icon-xl.inline-icon {
width: auto;
}
.icon-xl.inline-icon {
text-align: left !important;
}
.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
display: inline-block;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.icon-xl i {
font-size: 80px;
line-height: 80px;
}
.icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
vertical-align: middle;
}
.wt-icon-box-wraper:after {
content: \"\";
display: table;
clear: both;
}
\t.wt-texte {
\t\tcolor: #000;
\t\tfont-weight: bold;
\t\tfont-size: 20px;
\t}
.section-head.center.wt-small-separator-outer {
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;
}
{# ---------------------- btn header ------------------------ #}
.btn {
text-align: center;
border-radius: 5px;
text-decoration: none;
color: white;
transition: transform 0.3s ease;
}
.btn-primary { background-color: #007bff; }
.btn-secondary { background-color: #6c757d; }
.btn:hover {
transform: translateY(-3px);
}
{# -------------------------------------------------- css expertise slide -------------------------------------------------------- #}
/* Styling for the Gallery Image */
.gallery-image {
margin: 0;
position: relative;
overflow: hidden;
background: #000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
}
/* Hover Effect on the Figure */
.gallery-image:hover {
transform: scale(1.02);
}
/* Image Wrapper */
.gallery-image .image-wrapper {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
}
/* Image inside Wrapper */
.gallery-image .image-wrapper .caroussel-image {
display: block;
width: 100%;
object-fit: cover;
transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Image Hover Effect */
.gallery-image:hover .image-wrapper .caroussel-image {
transform: scale(1.1);
opacity: 0.9;
}
/* Eye Overlay */
.gallery-image .eye-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2rem;
color: white;
background: rgba(0, 0, 0, 0.6);
padding: 10px;
border-radius: 50%;
opacity: 0;
transition: opacity 0.3s ease;
}
/* Eye Overlay Visibility on Hover */
.gallery-image:hover .eye-overlay {
opacity: 1;
}
/* Figcaption Styling */
.gallery-image figcaption {
text-align: center;
padding: 10px;
background: #292929;
color: white;
font-size: 16px;
width: 100%;
box-sizing: border-box;
}
.gallery-image figcaption h2 {
font-size: 18px;
margin: 0;
color: #d6ad60;
font-weight: bold;
text-transform: uppercase;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.gallery-image figcaption h3 {
font-size: 14px;
margin: 0;
color: #d6ad60;
font-weight: normal;
}
/* Adjustments for Small Screens */
@media (max-width: 992px) {
.gallery-image figcaption h2 {
font-size: 16px;
}
.gallery-image figcaption h3 {
font-size: 12px;
}
.gallery-image .image-wrapper img {
object-fit: contain;
}
}
/* Adjustments for Extra Small Screens */
@media (max-width: 768px) {
.alm-gallery-image {
flex-direction: column;
justify-content: flex-start;
}
.alm-gallery-image figcaption h2 {
font-size: 14px;
}
.alm-gallery-image figcaption h3 {
font-size: 12px;
}
}
figure {width:90%;max-width:600px}
.caroussel-image {max-width:100%;height:auto;}
a {
text-decoration: none;
}
.shadow-effect {
height: 450px;
}
.ima-ge {
height: 200px;
width: 200px;
object-fit: cover;
}
</style>
<!-- CTA Section -->
<section class=\"cta \" style=\"padding: 1rem 0;\">
\t<div class=\"container\">
\t\t<div class=\"section-head center wt-small-separator-outer mt-3 text-center\" style=\"margin-bottom: 0px;\">
\t\t\t<div class=\"wt-small-separator site-text-primary\">
\t\t\t\t<div class=\"sep-leaf-left\"></div>
\t\t\t\t<div>Solutions Syscofie Innovantes</div>
\t\t\t</div>
\t\t</div>
\t\t<div>Cette section présente notre cabinet comptable, mettant en lumière notre mission, nos valeurs et notre engagement envers nos clients. Avec une équipe d'experts passionnés, nous nous consacrons à fournir des services de qualité, adaptés à chaque situation, pour accompagner nos clients vers le succès financier.</div>
\t</div>
</section>
<div class=\"content\" style=\"padding-bottom: 5px;\">
\t<div class=\"wrap\">
\t\t<div class=\"container\">
\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t<li href=\"#\">
\t\t\t\t\t<a>Home</a>
\t\t\t\t</li>
\t\t\t\t<li href=\"#\">
\t\t\t\t\t<a>Expertise</a>
\t\t\t\t</li>
\t\t\t</ol>
\t\t</div>
\t</div>
</div>
<section class=\"hero__v6 section\" id=\"home\" >
\t<div class=\"container\">
\t\t<div class=\"row\">
\t\t\t<div class=\"col-lg-6 mb-4 mb-lg-0\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-lg-11\">
\t\t\t\t\t\t<span class=\"hero-subtitle text-uppercase\">Solutions Syscofie Innovantes</span>
\t\t\t\t\t\t<h1 class=\"hero-title mb-3\">Expertise Fiscale</h1>
\t\t\t\t\t\t<p class=\"hero-description\">Le département du Suivi Comptable Général est un pilier central du cabinet. Il est chargé de la gestion quotidienne, du contrôle régulier et de l'analyse des opérations comptables de l'ensemble des clients, garantissant une comptabilité claire, fiable et conforme aux normes en vigueur.</p><br>
\t\t\t\t\t\t<p class=\"hero-description\"><strong>Prenez le contrôle de votre situation fiscale !</strong> Que vous souhaitiez <strong>demander une consultation</strong> pour un conseil personnalisé ou <strong>obtenir un devis</strong> pour nos services fiscaux, nous sommes là pour vous aider.</p>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t{#<div style=\"padding-top: 5px;\" class=\"cta d-flex gap-2 mb-4 mb-lg-5\">
<a href=\"#\" class=\"btn btn-primary\">Demander une Consultation</a>
<a href=\"#\" class=\"btn btn-secondary\">Obtenir un Devis</a>
\t\t\t </div>#}
<div class=\"d-flex gap-2 mb-4 mb-lg-5\">
<a class=\"btn\" href=\"#\">Demander une Consultation</a>
<a class=\"btn btn-white-outline\" href=\"about.html\">Obtenir un Devis</a>
</div>
\t\t\t</div>
\t\t\t<div class=\"col-lg-6\">
\t\t\t\t<div class=\"hero-img\" style=\"height: 100%;\">
\t\t\t\t\t<img class=\"img-departement img-fluid rounded-4\" src=\"{{asset('templateSyscofie/images/afro-americain-costume-tenant-documents-parlant.jpg')}}\" alt=\"Hero Image\">
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
</section>
<section class=\"container section services__v3\" id=\"services\" style=\"margin-bottom: 40px; margin-top: -55px;\">
\t<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Fiscalité</div>
</div>
<h1 class=\"wt-title\">Nos articles en fiscalité</h1>
</div>
<div class=\"row\" style=\"margin-top: -10px;\">
<!-- Normal Demo-->
<div class=\"col-md-4\">
<!-- Post-->
<div class=\"post-module\">
<!-- Thumbnail-->
<div class=\"thumbnail\">
<div class=\"date\">
<div class=\"day\">27</div>
<div class=\"month\">Mar</div>
</div><img src=\"{{ asset('templateSyscofie/images/cabinet2.jpg') }}\"/>
</div>
<!-- Post Content-->
<div class=\"post-content\">
<a href=\"#\"><div class=\"category\">En savoir plus</div></a>
<h1 class=\"title\">Conseil en fiscalite des societes et des dirigeants</h1>
<h2 class=\"sub_title\" style=\"font-size: 15px;\">Assurer la conformite des declarations fiscales.</h2>
<p class=\"description\">Améliorez la gestion de votre activité grâce à nos outils simples et efficaces. Profitez d'une solution complète pour vous concentrer sur votre croissance et atteindre vos objectifs.</p>
<div class=\"post-meta\">
<span class=\"timestamp\">
<i class=\"bi bi-star-fill\"></i>
85% de satisfaction
</span>
<span class=\"comments\">
<i class=\"bi bi-person-check\"></i>
259 clients suivis
</span>
</div>
</div>
</div>
</div>
<!-- Hover Demo-->
<div class=\"col-md-4\">
<!-- Post-->
<div
class=\"post-module\">
<!-- Thumbnail-->
<div class=\"thumbnail\">
<div class=\"date\">
<div class=\"day\">27</div>
<div class=\"month\">Mar</div>
</div><img src=\"{{ asset('templateSyscofie/images/negociations-commerciales-dans-bureau-moderne.jpg') }}\"/>
</div>
<!-- Post Content-->
<div class=\"post-content\">
<a href=\"#\"><div class=\"category\">En savoir plus</div></a>
<h1 class=\"title\">Calcul et optimisation des impôts et taxes</h1>
<h2 class=\"sub_title\" style=\"font-size: 15px;\">Optimiser la fiscalité des entreprises</h2>
<p class=\"description\">Simplifiez le calcul et l'optimisation de vos impôts et taxes. Bénéficiez de solutions personnalisées pour réduire vos charges fiscales et maximiser vos économies.</p>
<div class=\"post-meta\">
<span class=\"timestamp\">
<i class=\"bi bi-star-fill\"></i>
98% de satisfaction
</span>
<span class=\"comments\">
<i class=\"bi bi-person-check\"></i>
134 clients suivis
</span>
</div>
</div>
</div>
</div>
<div class=\"col-md-4\">
<!-- Post-->
<div class=\"post-module\">
<!-- Thumbnail-->
<div class=\"thumbnail\">
<div class=\"date\">
<div class=\"day\">27</div>
<div class=\"month\">Mar</div>
</div><img src=\"{{ asset('templateSyscofie/images/deux-hommes-affaires.jpg') }}\"/>
</div>
<!-- Post Content-->
<div class=\"post-content\">
<a href=\"#\"><div class=\"category\">En savoir plus</div></a>
<h1 class=\"title\">Assistance en cas de contrôle fiscal</h1>
<h2 class=\"sub_title\" style=\"font-size: 15px;\">Prévenir les risques de redressements ou de sanctions</h2>
<p class=\"description\">Recevez une assistance professionnelle lors de contrôles fiscaux. Notre équipe vous accompagne pour garantir la conformité et défendre vos intérêts, minimisant ainsi les risques et les pénalités.</p>
<div class=\"post-meta\">
<span class=\"timestamp\">
<i class=\"bi bi-star-fill\"></i>
89% de satisfaction
</span>
<span class=\"comments\">
<i class=\"bi bi-person-check\"></i>
390 clients suivis
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=\"stats__v3 section\" style=\"background-color: #268dcf; text-align: center; padding: 50px 0;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
<h1 style=\"font-size: 2.5em; color: white;\">Une expertise complète pour une gestion simplifiée de votre activité</h1>
<p style=\"font-size: 1.2em; color: white; max-width: 900px; margin: 20px auto;\">
Simplifiez la gestion de votre activité avec nos outils intuitifs et conseils personnalisés. Concentrez-vous sur ce qui compte : la croissance de votre entreprise.
</p>
<div class=\"bth\" style=\"display: inline-block; background-color: white; color: #268dcf; padding: 15px 30px; border-radius: 5px; cursor: pointer; margin-top: 20px;\">
Planifier un RDV
</div>
</div>
</div>
</div>
</section>
<section class=\"container section services__v3\" id=\"services\" style=\"margin-top: 40px; margin-bottom: 20px;\">
\t<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Notre equipe</div>
</div>
<h1 class=\"wt-title\">Equipe de maintien</h1>
\t\t
</div>
<section
class=\"teams\" style=\"width:100%;\">
{# <div class=\"container\"> #}
<div class=\"row\" style=\"margin-top: -30px;\">
<div class=\"col-sm-12\">
<div
id=\"customers-teams\" class=\"owl-carousel\">
<!--team 1 -->
<div class=\"item\">
<div class=\"shadow-effect\">
<img class=\"img-circle ima-ge\" src=\"{{ asset('templateSyscofie/images/femme-au-bureau.jpg') }}\" alt=\"\">
<h2>Marie-Lize Ivanna</h2>
<p class=\"title\">Associé SYSCOFIE</p>
<div id=\"pastexp\">
<h5 id=\"pastexphead\">Expert-comptable en paie</h5>
<p style=\"margin-top:-5px;\">Gère la paie et les obligations sociales.</p>
</div>
<div class=\"social-icons\" id=\"teamsocial\">
<a class=\"social-icon social-icon--facebook\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-facebook\"></i>
</a>
<a class=\"social-icon social-icon--twitter\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-twitter\"></i>
</a>
<a class=\"social-icon social-icon--linkedin\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-linkedin\"></i>
</a>
<a class=\"social-icon social-icon--instagram\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-instagram\"></i>
</a>
</div>
<!--Social Icons End Here-->
</div>
</div>
<!--END OF team 1 -->
<!--team 2 -->
<div class=\"item\">
<div class=\"shadow-effect\">
<img class=\"img-circle ima-ge\" src=\"{{ asset('templateSyscofie/images/conseiller.jpg') }}\" alt=\"\">
<h2>Ayameni Berol</h2>
<p class=\"title\">Associé SYSCOFIE</p>
<div id=\"pastexp\">
<h5 id=\"pastexphead\">Conseiller en création d'entreprise</h5>
<p style=\"margin-top:-5px;\">Aide les entrepreneurs à créer et développer leurs entreprises.</p>
</div>
<div class=\"social-icons\" id=\"teamsocial\">
<a class=\"social-icon social-icon--facebook\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-facebook\"></i>
</a>
<a class=\"social-icon social-icon--twitter\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-twitter\"></i>
</a>
<a class=\"social-icon social-icon--linkedin\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-linkedin\"></i>
</a>
<a class=\"social-icon social-icon--instagram\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-instagram\"></i>
</a>
</div>
<!--Social Icons End Here-->
</div>
</div>
<!--END OF team 2 -->
<!--team 3 -->
<div class=\"item\">
<div class=\"shadow-effect\">
<img class=\"img-circle ima-ge\" src=\"{{ asset('templateSyscofie/images/accord-verification-par-expert-juridique.jpg') }}\" alt=\"\">
<h2>Noumi Franck Durin</h2>
<p class=\"title\">Associé SYSCOFIE</p>
<div id=\"pastexp\">
<h5 id=\"pastexphead\">Conseiller en gestion des risques</h5>
<p style=\"margin-top:-5px;\">Évalue et gère les risques financiers au sein des entreprises.</p>
</div>
<div class=\"social-icons\" id=\"teamsocial\">
<a class=\"social-icon social-icon--facebook\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-facebook\"></i>
</a>
<a class=\"social-icon social-icon--twitter\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-twitter\"></i>
</a>
<a class=\"social-icon social-icon--linkedin\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-linkedin\"></i>
</a>
<a class=\"social-icon social-icon--instagram\" id=\"socialicon\" href=\"#\">
<i class=\"bi bi-instagram\"></i>
</a>
</div>
<!--Social Icons End Here-->
</div>
</div>
<!--END OF team 3 -->
</div>
</div>
</div>
{# </div> #}
</section>
</section>
<section class=\"container section services__v3\" id=\"services\" style=\"margin-top: 20px; margin-bottom: 40px;\">
\t<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Expertise</div>
</div>
<h1 class=\"wt-title\">Decouvrez nos autres expertises</h1>
<div id=\"carouselExampleControls\" class=\"carousel\">
<div class=\"carousel-inner\">
<div class=\"carousel-item active\">
<a href=\"{{ path('prosuit_service_expertise') }}\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"{{ asset('templateSyscofie/images/afro-americain-costume-tenant-documents-parlant.jpg') }}\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Juridique</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"{{ path('prosuit_service_expertise') }}\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"{{ asset('templateSyscofie/images/bureau-de-service.jpg') }}\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Social & Paie</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"{{ path('prosuit_service_expertise') }}\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"{{ asset('templateSyscofie/images/scene-bureau-ordinateur-portable.jpg') }}\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Audit & Contrôle</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"{{ path('prosuit_service_expertise') }}\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"{{ asset('templateSyscofie/images/travailleurs-bureau.jpg') }}\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Nos Formations</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"{{ path('prosuit_service_expertise') }}\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"{{ asset('templateSyscofie/images/gplan-travailleur.jpg') }}\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Fiscalité</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
<div class=\"carousel-item\">
<a href=\"{{ path('prosuit_service_expertise') }}\">
<figure class=\"gallery-image\">
<!-- Image Wrapper (for Hover Effect) -->
<div class=\"image-wrapper\">
<img class=\"caroussel-image\"
src=\"{{ asset('templateSyscofie/images/negociations-commerciales-dans-bureau-moderne.jpg') }}\" width=\"2500\" style=\"height: 235px;\" alt=\"\">
<!-- Eye Overlay (Visible on Hover) -->
<span class=\"eye-overlay\">👁</span>
</div>
<!-- Figcaption Always Visible but Clickable -->
<figcaption>
<h2>Expertise Suivi comptable</h2>
<h3>Syscofie Consulting</h3>
</figcaption>
</figure>
</a>
</div>
</div>
<button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#carouselExampleControls\" data-bs-slide=\"prev\">
<span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Previous</span>
</button>
<button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#carouselExampleControls\" data-bs-slide=\"next\">
<span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Next</span>
</button>
</div>
</div>
</section>
<script>
//Team Slider
\$('#customers-teams').owlCarousel({
loop: true,
center: true,
items: 3,
margin: 0,
autoplay: true,
dots:true,
autoplayTimeout: 4500,
\tcheckVisibility: true,
responsive: {
0: {
items: 1
},
768: {
items: 2
},
1170: {
items: 3
}
}
\t});
{# script expertises slides #}
const multipleItemCarousel = document.querySelector(\"#carouselExampleControls\");
if (window.matchMedia(\"(min-width:576px)\").matches) {
const carousel = new bootstrap.Carousel(multipleItemCarousel, {
interval: false
});
var carouselWidth = \$(\".carousel-inner\")[0].scrollWidth;
var cardWidth = \$(\".carousel-item\").width();
var scrollPosition = 0;
\$(\".carousel-control-next\").on(\"click\", function () {
if (scrollPosition < carouselWidth - cardWidth * 4) {
scrollPosition = scrollPosition + cardWidth;
\$(\".carousel-inner\").animate({ scrollLeft: scrollPosition }, 600);
}
});
\$(\".carousel-control-prev\").on(\"click\", function () {
if (scrollPosition > 0) {
scrollPosition = scrollPosition - cardWidth;
\$(\".carousel-inner\").animate({ scrollLeft: scrollPosition }, 600);
}
});
} else {
\$(multipleItemCarousel).addClass(\"slide\");
}
</script>
{% endblock %}
{% block javascripttemplate %}
{% endblock %}", "Theme/Produit/Service/Service/expertise.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/expertise.html.twig");
}
}