<?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/departement.html.twig */
class __TwigTemplate_77f2cbdefe44c123b77dff816dcc5cb3 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/departement.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/departement.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutbase.html.twig", "Theme/Produit/Service/Service/departement.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 " - Détails du service ..
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 13
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 14
yield "<style>
/* Table List */
ul {
list-style-type: none;
padding: 0;
}
.list-check li {
display: flex;
align-items: center;
margin: 15px 0;
padding: 10px;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.2s; /* Effet de transition */
}
li:hover {
transform: scale(1.02); /* Agrandissement au survol */
}
.icon {
font-size: 28px;
color: blue;
margin-right: 15px;
}
.text {
font-size: 18px;
}
.hero__v6 {
display: flex; /* Utiliser Flexbox pour la mise en page */
align-items: center; /* Aligne les éléments au centre */
}
.img-departement {
width: auto; /* Largeur automatique pour garder le ratio */
height: 100%; /* Prend la hauteur du conteneur */
object-fit: cover; /* Remplit l'espace de manière appropriée */
}
.stat-item i {
font-size: 100px; /* Ajuste la taille selon tes besoins */
color: #fff; /* Change la couleur si nécessaire */
}
/* btn */
.btn-3 {
color: #fff;
border: 1px solid #fff;
background-color: transparent;
font-weight: 500;
border-radius: 30px;
padding: 0px 15px 5px 15px;
}
.btn-3::after {
content: \"➤\";
margin-left: 10px;
font-size: 22px;
position: relative;
top: 3px;
}
.btn-3:hover {
background-color: #77cd0dff;
transform: translateY(-2px);
color: white;
}
/* btn-call */
.btn-call {
background: #38a3fd;
border: 2px solid #38a3fd;
border-radius: 50%;
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
cursor: pointer;
height: 60px;
width: 60px;
text-align: center;
position: fixed;
right: 50px;
bottom: 50px;
z-index: 999;
transition: .3s;
-webkit-animation: hoverWave linear 1s infinite;
animation: hoverWave linear 1s infinite;
display: flex;
justify-content: center;
align-items: center;
\t\ttext-decoration: none;
}
.btn-call__ico {
display: flex;
justify-content: center;
align-items: center;
animation: 1200ms ease 0s normal none 1 running shake;
animation-iteration-count: infinite;
-webkit-animation: 1200ms ease 0s normal none 1 running shake;
-webkit-animation-iteration-count: infinite;
color: white;
font-size: 30px;
padding-top: 5px;
transition: .3s all;
}
.btn-call:hover {
background-color: #fff;
}
.btn-call:hover .btn-call__ico {
color: #38a3fd;
}
@-webkit-keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}
100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
@keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}
100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
/* animations icon */
@keyframes shake {
0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
-ms-transform: rotateZ(7.5deg);
-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
-ms-transform: rotateZ(-6deg);
-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
-ms-transform: rotateZ(5deg);
-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
-ms-transform: rotateZ(-4.28571deg);
-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
-ms-transform: rotateZ(3.75deg);
-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
-ms-transform: rotateZ(-3.33333deg);
-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
-ms-transform: rotateZ(7.5deg);
-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
-ms-transform: rotateZ(-6deg);
-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
-ms-transform: rotateZ(5deg);
-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
-ms-transform: rotateZ(-4.28571deg);
-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
-ms-transform: rotateZ(3.75deg);
-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
-ms-transform: rotateZ(-3.33333deg);
-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
}
/* Services css */
/* reset default */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--white: #efe;
--blackish: #23252f;
--black-light: #3d3b36;
--black-dark: #1c1c1c;
--beige-sand-light: #f9eedc;
--beige-sand-dark: #d6bb9a;
--pink-light: #fcdcdd;
--neon-green: #64ed85;
--transparent: rgba(255, 255, 255, 0);
--transition-duration: 0.5s;
--blue: #0ffbf9;
--red: #cc0f39;
--twitter: #1c96e9;
--font-size-p: clamp(1rem, 1.2vw, 1.3rem);
--font-size-h2: clamp(1.5rem, (2vw + 1rem), 2rem);
}
/* *********************** */
";
// line 337
yield "
.carte {
/*width: clamp(230px, 45%, 920px);*/
/* border: solid rgba(0, 0, 0, 0.2); */
max-height: 1000px;
margin: 1rem 0.8rem;
flex-grow: 0.5;
/*padding: 1rem;
border-radius: 5px;
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);*/
transition: 0.3s;
}
.carte:hover {
/*box-shadow: 0 5px 9px rgba(0, 0, 0, 0.4);*/
transition: 0.3s;
/* overflow: hidden; */
}
.img {
overflow: hidden;
/* border: solid red; */
display: block;
margin-bottom: 0.6rem;
border-radius: 4px 4px 4px 4px;
position: relative;
}
.img::before {
content: \"\";
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
left: 0;
top: 0;
z-index: 2;
}
.carte:hover .img::before {
/* backdrop-filter: blur(1px); */
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}
img {
/*display: inline-block;*/
/*display: block;*/
width: 100%; /* Ajuste la largeur selon tes besoins */
height: 250px; /* Ajuste la hauteur selon tes besoins */
object-fit: cover;
transition: transform 0.3s;
transform: scale(1);
filter: saturate(70%);
}
.carte:hover img {
transform: scale(1.1);
/* overflow: hidden; */
transition: transform 0.3s;
filter: saturate(100%);
}
.text-box {
overflow: hidden;
}
.description {
font-size: var(--font-size-p);
color: var(--black-light);
}
.titre {
font-size: 20px;
font-weight: bold;
color: #268dcf;
margin-bottom: 1.2rem;
position: relative;
}
.titre::before {
content: \"\";
position: absolute;
width: 30%;
height: 2px;
/* width: 100%;
height: 100%; */
/* background: red; */
border-bottom: 2.2px solid var(--beige-sand-dark);
transition: var(--transition-duration);
top: 100%;
left: -100%;
}
.carte:hover .titre::before {
transition: var(--transition-duration);
animation: move-to-right 1s forwards;
}
@keyframes move-to-right {
0% {
left: -50%;
}
40% {
left: 50%;
}
70% {
left: -20%;
}
100% {
left: 0;
}
}
a {
text-decoration: none;
/* color: var(--black-dark); */
font-weight: bold;
color: #007bffff;
}
";
// line 457
yield " .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;
}
</style>
<main>
<!-- ======= Hero =======-->
<div class=\"content\" style=\"\">
<div class=\"wrap\">
<div class=\"container\">
<ol class=\"breadcrumb\">
<li href=\"#\">
<a>Home</a>
</li>
<li href=\"#\">
<a>Départements</a>
</li>
<li href=\"#\">
<a>Département</a>
</li>
</ol>
</div>
</div>
</div>
<section class=\"hero__v6 section\" id=\"home\" style=\"margin-top: -60px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-6 mb-4 mb-lg-0\">
<div class=\"row\">
<div class=\"col-lg-11\">
<span class=\"hero-subtitle text-uppercase\" data-aos-delay=\"0\">Solutions Syscofie Innovantes</span>
<h1 class=\"hero-title mb-3\">";
// line 534
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["depart"]) || array_key_exists("depart", $context) ? $context["depart"] : (function () { throw new RuntimeError('Variable "depart" does not exist.', 534, $this->source); })()), "name", [], "any", false, false, false, 534), "html", null, true);
yield "</h1>
<p class=\"hero-description\">";
// line 535
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["depart"]) || array_key_exists("depart", $context) ? $context["depart"] : (function () { throw new RuntimeError('Variable "depart" does not exist.', 535, $this->source); })()), "description", [], "any", false, false, false, 535), "html", null, true);
yield "</p>
<h1 class=\"hero-title mb-1\">Objectifs</h1>
<ul class=\"list-check\">
";
// line 538
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["depart"]) || array_key_exists("depart", $context) ? $context["depart"] : (function () { throw new RuntimeError('Variable "depart" does not exist.', 538, $this->source); })()), "objectifs", [], "any", false, false, false, 538), 0, 4));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["object"]) {
// line 539
yield " <li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["object"], "nombase", [], "array", false, false, false, 539), "html", null, true);
yield "</span></li>
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 541
yield " <li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">Assurer une réactivité dans les services proposés</span></li>
<li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">Garantir la conformité avec les obligations fiscales</span></li>
<li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">Faciliter une meilleure prise de décision pour les clients</span></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['object'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 545
yield "
</ul>
</div>
</div>
</div>
<div class=\"col-lg-6\">
<div class=\"hero-img\" style=\"height: 100%;\">
<img class=\"img-departement img-fluid rounded-4\" src=\"";
// line 552
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["depart"]) || array_key_exists("depart", $context) ? $context["depart"] : (function () { throw new RuntimeError('Variable "depart" does not exist.', 552, $this->source); })())), "html", null, true);
yield "\" alt=\"Hero Image\" style=\"height: 570px; width:100%;\">
</div>
</div>
</div>
</div>
</section>
<!-- End Hero-->
<!-- ======= How it works =======-->
<section class=\"section howitworks__v1\" id=\"how-it-works\">
<div class=\"container\">
";
// line 571
yield "
<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Equipes</div>
</div>
<h1 class=\"wt-title\">Notre Equipe de Collaborations</h1>
";
// line 579
yield " <p>Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p>
</div>
</div>
</section>
<!-- End How it works-->
<!-- ======= Stats =======-->
<section class=\"stats__v3 section\" style=\"background-color: #268dcf; margin-top: -40px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12\">
<div class=\"d-flex flex-wrap content rounded-4\">
<div class=\"rounded-borders\">
<div class=\"rounded-border-1\"></div>
<div class=\"rounded-border-2\"></div>
<div class=\"rounded-border-3\"></div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center\">
<div class=\"stat-item\">
<span class=\"fw-bold\"><i class=\"bi bi-person-fill\"></i></span>
<p class=\"mb-0\">Responsable du Département</p>
</div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center\">
<div class=\"stat-item\">
<span class=\"fw-bold\"><i class=\"bi bi-person-fill\"></i></span>
<p class=\"mb-0\">Assistant comptable</p>
</div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center\" >
<div class=\"stat-item\">
<span class=\"fw-bold\"><i class=\"bi bi-person-fill\"></i></span>
<p class=\"mb-0\">Contrôleur Qualité Comptable</p>
</div>
</div>
</div>
</div>
</div>
<div class=\"text-center bd-highlight mb-3\">
\t\t <button type=\"button\" class=\"framed-buttons btn-3 text-center\">Je souhaite échanger avec un expert</button>
\t </div>
</div>
</section>
<!-- End Stats-->
<!-- ======= Start Services =======-->
<section class=\"section services__v3\" id=\"services\" style=\"margin-bottom: 40px;\">
<div class=\"container\">
";
// line 635
yield " <div class=\"section-head center wt-small-separator-outer mt-5\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Nos Services</div>
</div>
<h1 class=\"wt-title\">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h1>
";
// line 642
yield " ";
// line 643
yield " </div>
<div class=\"row\" style=\"margin-top: -40px;\">
";
// line 645
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["depart"]) || array_key_exists("depart", $context) ? $context["depart"] : (function () { throw new RuntimeError('Variable "depart" does not exist.', 645, $this->source); })()), "getSousService", [], "method", false, false, false, 645), 0, 3));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["scat"]) {
// line 646
yield " <div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"";
// line 648
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_service", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["scat"], "id", [], "any", false, false, false, 648)]), "html", null, true);
yield "\">
<div class=\"img\">
<img src=\"";
// line 650
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/rapport-fin.jpg"), "html", null, true);
yield "\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h2 class=\"titre\">";
// line 653
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["scat"], "name", [], "any", false, false, false, 653), "html", null, true);
yield "</h2>
En savoir plus
</div>
</a>
</div>
</div>
";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 660
yield " <div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"";
// line 664
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 "\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Préparation des déclarations fiscales et sociales</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"";
// line 677
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/hero-img-2-min.jpg"), "html", null, true);
yield "\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Collecte et classement des pièces comptables</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"";
// line 690
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/tablette.jpg"), "html", null, true);
yield "\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Suivi des comptes tiers</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"";
// line 703
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/hero-bg-1-min.jpg"), "html", null, true);
yield "\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Revision periodique des comptes et ajustements</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"";
// line 716
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templateSyscofie/images/presentation.jpg"), "html", null, true);
yield "\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Communication régulière avec les clients pour les alertes et reporting</h1>
";
// line 725
yield " En savoir plus
</div>
</a>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['scat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 731
yield " </div>
</div>
</section>
</main>
<a href=\"tel: 8 888 888 88 88\" rel=\"nofollow\" class=\"btn-call\">
\t<div class=\"btn-call__ico\">
\t\t<i class=\"bi bi-telephone-fill\"></i>
\t</div>
</a>
<div class=\"text-center\" style=\"margin-top: 10px; margin-bottom: 60px;\">
\t";
// line 789
yield "
\t\t";
// line 797
yield "\t\t\t";
// line 800
yield "\t\t";
// line 801
yield "\t\t";
// line 810
yield "\t<div class=\"btn-group text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t<a href=\"#\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t</a>
\t\t<a href=\"#\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t</a>
\t\t<a href=\"#\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 0px 0px;\">1</a>
\t\t<a href=\"#\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"#\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<script>
\tvar swiperFade = new Swiper(\".swiperFade\", {
\tloop: true,
\teffect: 'fade',
\tnavigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t},
\tpagination: {
\t el: \".swiper-pagination\",
\t},
\t});
\tvar swiperVertical = new Swiper(\".swiperVertical\", {
\t loop: true,
\t effect: 'fade',
\t direction: \"vertical\",
\t pagination: {
\t el: \".swiper-pagination\",
\t clickable: true,
\t }
\t});
\tvar swiperEffect = new Swiper(\".swiperEffect\", {
\t loop: true,
\t effect: \"cards\",
\t grabCursor: true,
\t navigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t },
\t pagination: {
\t el: \".swiper-pagination\",
\t },
\t});
</script>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 867
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 868
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Theme/Produit/Service/Service/departement.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 998 => 868, 988 => 867, 922 => 810, 920 => 801, 918 => 800, 916 => 797, 913 => 789, 898 => 731, 887 => 725, 880 => 716, 864 => 703, 848 => 690, 832 => 677, 816 => 664, 810 => 660, 798 => 653, 792 => 650, 787 => 648, 783 => 646, 778 => 645, 774 => 643, 772 => 642, 764 => 635, 712 => 579, 703 => 571, 689 => 552, 680 => 545, 671 => 541, 663 => 539, 658 => 538, 652 => 535, 648 => 534, 569 => 457, 448 => 337, 129 => 14, 119 => 13, 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() }} - Détails du service ..
{% endblock %}
{% block userblog_body %}
<style>
/* Table List */
ul {
list-style-type: none;
padding: 0;
}
.list-check li {
display: flex;
align-items: center;
margin: 15px 0;
padding: 10px;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.2s; /* Effet de transition */
}
li:hover {
transform: scale(1.02); /* Agrandissement au survol */
}
.icon {
font-size: 28px;
color: blue;
margin-right: 15px;
}
.text {
font-size: 18px;
}
.hero__v6 {
display: flex; /* Utiliser Flexbox pour la mise en page */
align-items: center; /* Aligne les éléments au centre */
}
.img-departement {
width: auto; /* Largeur automatique pour garder le ratio */
height: 100%; /* Prend la hauteur du conteneur */
object-fit: cover; /* Remplit l'espace de manière appropriée */
}
.stat-item i {
font-size: 100px; /* Ajuste la taille selon tes besoins */
color: #fff; /* Change la couleur si nécessaire */
}
/* btn */
.btn-3 {
color: #fff;
border: 1px solid #fff;
background-color: transparent;
font-weight: 500;
border-radius: 30px;
padding: 0px 15px 5px 15px;
}
.btn-3::after {
content: \"➤\";
margin-left: 10px;
font-size: 22px;
position: relative;
top: 3px;
}
.btn-3:hover {
background-color: #77cd0dff;
transform: translateY(-2px);
color: white;
}
/* btn-call */
.btn-call {
background: #38a3fd;
border: 2px solid #38a3fd;
border-radius: 50%;
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
cursor: pointer;
height: 60px;
width: 60px;
text-align: center;
position: fixed;
right: 50px;
bottom: 50px;
z-index: 999;
transition: .3s;
-webkit-animation: hoverWave linear 1s infinite;
animation: hoverWave linear 1s infinite;
display: flex;
justify-content: center;
align-items: center;
\t\ttext-decoration: none;
}
.btn-call__ico {
display: flex;
justify-content: center;
align-items: center;
animation: 1200ms ease 0s normal none 1 running shake;
animation-iteration-count: infinite;
-webkit-animation: 1200ms ease 0s normal none 1 running shake;
-webkit-animation-iteration-count: infinite;
color: white;
font-size: 30px;
padding-top: 5px;
transition: .3s all;
}
.btn-call:hover {
background-color: #fff;
}
.btn-call:hover .btn-call__ico {
color: #38a3fd;
}
@-webkit-keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}
100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
@keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}
100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
/* animations icon */
@keyframes shake {
0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
-ms-transform: rotateZ(7.5deg);
-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
-ms-transform: rotateZ(-6deg);
-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
-ms-transform: rotateZ(5deg);
-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
-ms-transform: rotateZ(-4.28571deg);
-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
-ms-transform: rotateZ(3.75deg);
-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
-ms-transform: rotateZ(-3.33333deg);
-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
-ms-transform: rotateZ(7.5deg);
-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
-ms-transform: rotateZ(-6deg);
-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
-ms-transform: rotateZ(5deg);
-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
-ms-transform: rotateZ(-4.28571deg);
-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
-ms-transform: rotateZ(3.75deg);
-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
-ms-transform: rotateZ(-3.33333deg);
-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
}
/* Services css */
/* reset default */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--white: #efe;
--blackish: #23252f;
--black-light: #3d3b36;
--black-dark: #1c1c1c;
--beige-sand-light: #f9eedc;
--beige-sand-dark: #d6bb9a;
--pink-light: #fcdcdd;
--neon-green: #64ed85;
--transparent: rgba(255, 255, 255, 0);
--transition-duration: 0.5s;
--blue: #0ffbf9;
--red: #cc0f39;
--twitter: #1c96e9;
--font-size-p: clamp(1rem, 1.2vw, 1.3rem);
--font-size-h2: clamp(1.5rem, (2vw + 1rem), 2rem);
}
/* *********************** */
{# .flex-center {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
} #}
.carte {
/*width: clamp(230px, 45%, 920px);*/
/* border: solid rgba(0, 0, 0, 0.2); */
max-height: 1000px;
margin: 1rem 0.8rem;
flex-grow: 0.5;
/*padding: 1rem;
border-radius: 5px;
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);*/
transition: 0.3s;
}
.carte:hover {
/*box-shadow: 0 5px 9px rgba(0, 0, 0, 0.4);*/
transition: 0.3s;
/* overflow: hidden; */
}
.img {
overflow: hidden;
/* border: solid red; */
display: block;
margin-bottom: 0.6rem;
border-radius: 4px 4px 4px 4px;
position: relative;
}
.img::before {
content: \"\";
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
left: 0;
top: 0;
z-index: 2;
}
.carte:hover .img::before {
/* backdrop-filter: blur(1px); */
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}
img {
/*display: inline-block;*/
/*display: block;*/
width: 100%; /* Ajuste la largeur selon tes besoins */
height: 250px; /* Ajuste la hauteur selon tes besoins */
object-fit: cover;
transition: transform 0.3s;
transform: scale(1);
filter: saturate(70%);
}
.carte:hover img {
transform: scale(1.1);
/* overflow: hidden; */
transition: transform 0.3s;
filter: saturate(100%);
}
.text-box {
overflow: hidden;
}
.description {
font-size: var(--font-size-p);
color: var(--black-light);
}
.titre {
font-size: 20px;
font-weight: bold;
color: #268dcf;
margin-bottom: 1.2rem;
position: relative;
}
.titre::before {
content: \"\";
position: absolute;
width: 30%;
height: 2px;
/* width: 100%;
height: 100%; */
/* background: red; */
border-bottom: 2.2px solid var(--beige-sand-dark);
transition: var(--transition-duration);
top: 100%;
left: -100%;
}
.carte:hover .titre::before {
transition: var(--transition-duration);
animation: move-to-right 1s forwards;
}
@keyframes move-to-right {
0% {
left: -50%;
}
40% {
left: 50%;
}
70% {
left: -20%;
}
100% {
left: 0;
}
}
a {
text-decoration: none;
/* color: var(--black-dark); */
font-weight: bold;
color: #007bffff;
}
{# css indice sections #}
.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;
}
</style>
<main>
<!-- ======= Hero =======-->
<div class=\"content\" style=\"\">
<div class=\"wrap\">
<div class=\"container\">
<ol class=\"breadcrumb\">
<li href=\"#\">
<a>Home</a>
</li>
<li href=\"#\">
<a>Départements</a>
</li>
<li href=\"#\">
<a>Département</a>
</li>
</ol>
</div>
</div>
</div>
<section class=\"hero__v6 section\" id=\"home\" style=\"margin-top: -60px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-6 mb-4 mb-lg-0\">
<div class=\"row\">
<div class=\"col-lg-11\">
<span class=\"hero-subtitle text-uppercase\" data-aos-delay=\"0\">Solutions Syscofie Innovantes</span>
<h1 class=\"hero-title mb-3\">{{ depart.name }}</h1>
<p class=\"hero-description\">{{ depart.description }}</p>
<h1 class=\"hero-title mb-1\">Objectifs</h1>
<ul class=\"list-check\">
{% for object in depart.objectifs|slice(0,4) %}
<li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">{{ object[\"nombase\"] }}</span></li>
{% else %}
<li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">Assurer une réactivité dans les services proposés</span></li>
<li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">Garantir la conformité avec les obligations fiscales</span></li>
<li><i class=\"bi bi-check-circle icon\"></i><span class=\"text\">Faciliter une meilleure prise de décision pour les clients</span></li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class=\"col-lg-6\">
<div class=\"hero-img\" style=\"height: 100%;\">
<img class=\"img-departement img-fluid rounded-4\" src=\"{{ vich_uploader_asset(depart) }}\" alt=\"Hero Image\" style=\"height: 570px; width:100%;\">
</div>
</div>
</div>
</div>
</section>
<!-- End Hero-->
<!-- ======= How it works =======-->
<section class=\"section howitworks__v1\" id=\"how-it-works\">
<div class=\"container\">
{#
<div class=\"row\">
<div class=\"col-md-6 text-center mx-auto\"><span class=\"subtitle text-uppercase mb-3\" data-aos=\"fade-up\" data-aos-delay=\"0\">Equipes</span>
<h2 data-aos=\"fade-up\" data-aos-delay=\"100\">Membres de Collaborations</h2>
<p data-aos=\"fade-up\" data-aos-delay=\"200\">Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p>
</div>
</div>
#}
<div class=\"section-head center wt-small-separator-outer\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Equipes</div>
</div>
<h1 class=\"wt-title\">Notre Equipe de Collaborations</h1>
{# <h2 class=\"mb-3\" data-aos=\"fade-up\" data-aos-delay=\"100\">Notre Equipe de Collaborations</h2> #}
<p>Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p>
</div>
</div>
</section>
<!-- End How it works-->
<!-- ======= Stats =======-->
<section class=\"stats__v3 section\" style=\"background-color: #268dcf; margin-top: -40px;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12\">
<div class=\"d-flex flex-wrap content rounded-4\">
<div class=\"rounded-borders\">
<div class=\"rounded-border-1\"></div>
<div class=\"rounded-border-2\"></div>
<div class=\"rounded-border-3\"></div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center\">
<div class=\"stat-item\">
<span class=\"fw-bold\"><i class=\"bi bi-person-fill\"></i></span>
<p class=\"mb-0\">Responsable du Département</p>
</div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center\">
<div class=\"stat-item\">
<span class=\"fw-bold\"><i class=\"bi bi-person-fill\"></i></span>
<p class=\"mb-0\">Assistant comptable</p>
</div>
</div>
<div class=\"col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center\" >
<div class=\"stat-item\">
<span class=\"fw-bold\"><i class=\"bi bi-person-fill\"></i></span>
<p class=\"mb-0\">Contrôleur Qualité Comptable</p>
</div>
</div>
</div>
</div>
</div>
<div class=\"text-center bd-highlight mb-3\">
\t\t <button type=\"button\" class=\"framed-buttons btn-3 text-center\">Je souhaite échanger avec un expert</button>
\t </div>
</div>
</section>
<!-- End Stats-->
<!-- ======= Start Services =======-->
<section class=\"section services__v3\" id=\"services\" style=\"margin-bottom: 40px;\">
<div class=\"container\">
{# <div class=\"row mt-5\">
<div class=\"col-md-8 mx-auto text-center\">
<span class=\"subtitle text-uppercase mb-3\" data-aos=\"fade-up\" data-aos-delay=\"0\">Nos Services</span>
<h2 class=\"mb-3\" data-aos=\"fade-up\" data-aos-delay=\"100\">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h2>
</div>
</div> #}
<div class=\"section-head center wt-small-separator-outer mt-5\">
<div class=\"wt-small-separator site-text-primary\">
<div class=\"sep-leaf-left\"></div>
<div>Nos Services</div>
</div>
<h1 class=\"wt-title\">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h1>
{# <h2 class=\"mb-3\" data-aos=\"fade-up\" data-aos-delay=\"100\">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h2> #}
{# <p data-aos=\"fade-up\" data-aos-delay=\"200\">Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p> #}
</div>
<div class=\"row\" style=\"margin-top: -40px;\">
{% for scat in depart.getSousService()|slice(0,3) %}
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"{{ path('produit_service_service', {'id': scat.id}) }}\">
<div class=\"img\">
<img src=\"{{ asset('templateSyscofie/images/rapport-fin.jpg') }}\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h2 class=\"titre\">{{ scat.name }}</h2>
En savoir plus
</div>
</a>
</div>
</div>
{% else %}
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"{{ asset('templateSyscofie/images/scene-bureau-ordinateur-portable.jpg') }}\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Préparation des déclarations fiscales et sociales</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"{{ asset('templateSyscofie/images/hero-img-2-min.jpg') }}\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Collecte et classement des pièces comptables</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"{{ asset('templateSyscofie/images/tablette.jpg') }}\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Suivi des comptes tiers</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"{{ asset('templateSyscofie/images/hero-bg-1-min.jpg') }}\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Revision periodique des comptes et ajustements</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class=\"col-lg-4 col-md-6 col-sm-12\">
<div class=\"carte\">
<a href=\"\">
<div class=\"img\">
<img src=\"{{ asset('templateSyscofie/images/presentation.jpg') }}\" alt=\"Nataliya Vaitkevich\">
</div>
<div class=\"text-box \">
<h1 class=\"titre\">Communication régulière avec les clients pour les alertes et reporting</h1>
{# <p class=\"description\">
Delicate petals unfurl, carrying secrets on the gentle
breeze. Discover the ephemeral beauty of the fleeting
moment.
</p> #}
En savoir plus
</div>
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
</main>
<a href=\"tel: 8 888 888 88 88\" rel=\"nofollow\" class=\"btn-call\">
\t<div class=\"btn-call__ico\">
\t\t<i class=\"bi bi-telephone-fill\"></i>
\t</div>
</a>
<div class=\"text-center\" style=\"margin-top: 10px; margin-bottom: 60px;\">
\t{# {% if nombrepage > 0 %}
\t\t{% if page > 1 and page <= nombrepage %}
\t\t\t{% set pagepre = page - 1 %}
\t\t{% else %}
\t\t\t{% set pagepre = nombrepage %}
\t\t{% endif %}
\t\t{% if page < nombrepage %}
\t\t\t{% set pagesuiv = page + 1 %}
\t\t{% else %}
\t\t\t{% set pagesuiv = 1 %}
\t\t{% endif %}
\t\t{% if nombrepage < 5 %}
\t\t\t{% set debut = 1 %}
\t\t\t{% set fin = nombrepage %}
\t\t{% else %}
\t\t\t{% if page > 2 and page < (nombrepage - 2) %}
\t\t\t\t{% set debut = page - 2 %}
\t\t\t\t{% if page + 2 >= nombrepage %}
\t\t\t\t\t{% set fin = nombrepage %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set fin = page + 2 %}
\t\t\t\t{% endif %}
\t\t\t{% else %}
\t\t\t\t{% if page <= 2 %}
\t\t\t\t\t{% if page == 1 %}
\t\t\t\t\t\t{% set debut = 1 %}
\t\t\t\t\t\t{% set fin = page + 3 %}
\t\t\t\t\t{% else %}
\t\t\t\t\t\t{% set debut = 1 %}
\t\t\t\t\t\t{% set fin = page + 2 %}
\t\t\t\t\t{% endif %}
\t\t\t\t{% else %}
\t\t\t\t\t{% set debut = page - 2 %}
\t\t\t\t\t{% if page + 2 >= nombrepage %}
\t\t\t\t\t\t{% set fin = nombrepage %}
\t\t\t\t\t{% else %}
\t\t\t\t\t\t{% set fin = page + 2 %}
\t\t\t\t\t{% endif %}
\t\t\t\t{% endif %}
\t\t\t{% endif %}
\t\t{% endif %} #}
\t\t{# <div class=\"btn-group mb-4 text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t\t<a href=\"#\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t\t</a>
\t\t\t<a href=\"#\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t\t</a> #}
\t\t\t{# {% for p in debut..fin %}
\t\t\t\t<a href=\"#\" value=\"{{ p }}\" class=\"btn btn-outline-primary mx-2 {% if p == page %}active{% endif %}\">{{ p }}</a>
\t\t\t</li> #}
\t\t{# {% endfor %} #}
\t\t{# <a href=\"#\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"#\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<div class=\"clearfix\"></div> #}
{# {% else %} #}
\t<div class=\"btn-group text-center\" role=\"group\" aria-label=\"Basic example\">
\t\t<a href=\"#\" title=\"Première page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-left\"></i></span>
\t\t</a>
\t\t<a href=\"#\" title=\"Page précedente\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-left\"></i></span>
\t\t</a>
\t\t<a href=\"#\" class=\"btn btn-outline-primary mx-2 active\" style=\"margin: 0px 0px;\">1</a>
\t\t<a href=\"#\" title=\"Page suivante\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-right\"></i></span>
\t\t</a>
\t\t<a href=\"#\" title=\"Dernière page\" class=\"btn btn-outline-primary mx-2\">
\t\t\t<span><i class=\"bi bi-chevron-double-right\"></i></spam>
\t\t</a>
\t</div>
\t<script>
\tvar swiperFade = new Swiper(\".swiperFade\", {
\tloop: true,
\teffect: 'fade',
\tnavigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t},
\tpagination: {
\t el: \".swiper-pagination\",
\t},
\t});
\tvar swiperVertical = new Swiper(\".swiperVertical\", {
\t loop: true,
\t effect: 'fade',
\t direction: \"vertical\",
\t pagination: {
\t el: \".swiper-pagination\",
\t clickable: true,
\t }
\t});
\tvar swiperEffect = new Swiper(\".swiperEffect\", {
\t loop: true,
\t effect: \"cards\",
\t grabCursor: true,
\t navigation: {
\t nextEl: \".swiper-button-next\",
\t prevEl: \".swiper-button-prev\"
\t },
\t pagination: {
\t el: \".swiper-pagination\",
\t },
\t});
</script>
</div>
{% endblock %}
{% block javascripttemplate %}
{% endblock %}", "Theme/Produit/Service/Service/departement.html.twig", "/home/syscofie/public_html/syscofie/templates/Theme/Produit/Service/Service/departement.html.twig");
}
}