Exceptions
Exceptions 2
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#1575 -lineno: 13 -name: "@modules/Application/Templates/index.html.twig" -rawMessage: "An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("rewrite") to generate a URL for route "web_application_detail".")." -sourcePath: "/home/vpehcbe/dev/src/Modules/Application/Templates/index.html.twig" -sourceCode: """ {% extends '@default/base.html.twig' %}\r\n \r\n {% block title %}Liste des "Application"{% endblock %}\r\n \r\n {% block body %}\r\n {% if application is empty %}\r\n <div class="alert alert-info">Aucun <strong>"Application"</strong> n'a pu être retrouvé\r\n {% else %}\r\n <section id="tpl_application" data-controller="modules--application">\r\n {% for applicatio in application %}\r\n <div class="bloc_applicatio">\r\n <h3>{{ applicatio.name }}</h3>\r\n <a href="{{ path('web_application_detail', {\r\n 'name':rewrite(applicatio.name),\r\n 'id':applicatio.id\r\n }) }}" class="btn btn-secondary">\r\n <i class="icon">{{ icon("solid/plus.svg")|raw }}</i> En savoir plus\r\n </a>\r\n </div>\r\n {% endfor %}\r\n </section>\r\n {% endif %}\r\n {% endblock %} """ }
in
src/Modules/Application/Templates/index.html.twig
(line 13)
{% else %}<section id="tpl_application" data-controller="modules--application">{% for applicatio in application %}<div class="bloc_applicatio"><h3>{{ applicatio.name }}</h3><a href="{{ path('web_application_detail', {'name':rewrite(applicatio.name),'id':applicatio.id}) }}" class="btn btn-secondary"><i class="icon">{{ icon("solid/plus.svg")|raw }}</i> En savoir plus</a>
in
var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php
->
yieldBlock
(line 135)
}// line 32yield " <div id=\"content_center\">";// line 33yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 34yield " </div></div></main><footer id=\"foot\">
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
{closure:{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}:82}
(line 2079)
{$level = ob_get_level();ob_start();try {foreach ($body as $data) {echo $data;}} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();
in
var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php
::
captureOutput
(line 82)
yield " <div id=\"labelMaintenance\">ATTENTION : Site en cours de développement, il n'est actuellement visible que de vous</div>";}// line 8yield " ";$_v1 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {// line 9yield " <header id=\"head\"><div class=\"container special_content\"><div class=\"row\"><div id=\"head_top\" class=\"col\">";
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}
(line 2079)
{$level = ob_get_level();ob_start();try {foreach ($body as $data) {echo $data;}} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();
in
var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php
::
captureOutput
(line 49)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@default/base.html.twig"));// line 2$_v0 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {// line 3yield " ";yield from $this->loadTemplate("@default/includes/header.html.twig", "@default/base.html.twig", 3)->unwrap()->yield($context);// line 4yield " <body ";
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 388)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/8e/8ec3ac00c0f5ce49bcafbfcef043445f.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@modules/Application/Templates/index.html.twig"));$this->parent = $this->loadTemplate("@default/base.html.twig", "@modules/Application/Templates/index.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);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 388)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 344)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 359)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 334)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 431)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 436)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 250)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
AbstractController->render('@modules/Application/Templates/index.html.twig', array('application' => array(object(Application), object(Application))))
in
src/Modules/Application/Controller/ApplicationController.php
(line 23)
#[Route("/application", name: "web_application_index", methods:["GET","HEAD"])]public function indexApplicationList():Response{$this->applicationService->setBCItems();return $this->render("@modules/Application/Templates/index.html.twig", ["application" => $this->applicationService->getApplicationList()]);}#[Route("/application/{rewrite}", name: "web_application_detail", methods:["GET","HEAD"], requirements:["char"=>".+"])]
in
vendor/symfony/http-kernel/HttpKernel.php
->
indexApplicationList
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
exec("rm -rf ../var/cache/");}use App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {require dirname(__DIR__).'/public/parameters.php';return new Kernel($context['APP_ENV'], APP_DEBUG);};
Symfony\Component\Routing\Exception\ MissingMandatoryParametersException
in
vendor/symfony/routing/Generator/UrlGenerator.php
(line 150)
$variables = array_flip($variables);$mergedParams = array_replace($defaults, $this->context->getParameters(), $parameters);// all params must be givenif ($diff = array_diff_key($variables, $mergedParams)) {throw new MissingMandatoryParametersException($name, array_keys($diff));}$url = '';$optional = true;$message = 'Parameter "{parameter}" for route "{route}" must match "{expected}" ("{given}" given) to generate a corresponding URL.';
in
vendor/symfony/routing/Generator/CompiledUrlGenerator.php
->
doGenerate
(line 69)
} elseif (!isset($parameters['_locale'])) {$parameters['_locale'] = $defaults['_locale'];}}return $this->doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);}}
in
vendor/symfony/routing/Router.php
->
generate
(line 172)
$this->configCacheFactory = $configCacheFactory;}public function generate(string $name, array $parameters = [], int $referenceType = self::ABSOLUTE_PATH): string{return $this->getGenerator()->generate($name, $parameters, $referenceType);}public function match(string $pathinfo): array{return $this->getMatcher()->match($pathinfo);
in
vendor/symfony/twig-bridge/Extension/RoutingExtension.php
->
generate
(line 43)
];}public function getPath(string $name, array $parameters = [], bool $relative = false): string{return $this->generator->generate($name, $parameters, $relative ? UrlGeneratorInterface::RELATIVE_PATH : UrlGeneratorInterface::ABSOLUTE_PATH);}public function getUrl(string $name, array $parameters = [], bool $schemeRelative = false): string{return $this->generator->generate($name, $parameters, $schemeRelative ? UrlGeneratorInterface::NETWORK_PATH : UrlGeneratorInterface::ABSOLUTE_URL);
in
var/cache/dev/twig/8e/8ec3ac00c0f5ce49bcafbfcef043445f.php
->
getPath
(line 121)
// line 12yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["applicatio"], "name", [], "any", false, false, false, 12), "html", null, true);yield "</h3><a href=\"";// line 13yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("web_application_detail", ["name" => $this->extensions['App\Twig\AppExtension']->rewrite(CoreExtension::getAttribute($this->env, $this->source, // line 14$context["applicatio"], "name", [], "any", false, false, false, 14)), "id" => CoreExtension::getAttribute($this->env, $this->source, // line 15$context["applicatio"], "id", [], "any", false, false, false, 15)]), "html", null, true);// line 16yield "\" class=\"btn btn-secondary\"><i class=\"icon\">";
in
vendor/twig/twig/src/Template.php
->
block_body
(line 432)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php
->
yieldBlock
(line 135)
}// line 32yield " <div id=\"content_center\">";// line 33yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 34yield " </div></div></main><footer id=\"foot\">
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
{closure:{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}:82}
(line 2079)
{$level = ob_get_level();ob_start();try {foreach ($body as $data) {echo $data;}} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();
in
var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php
::
captureOutput
(line 82)
yield " <div id=\"labelMaintenance\">ATTENTION : Site en cours de développement, il n'est actuellement visible que de vous</div>";}// line 8yield " ";$_v1 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {// line 9yield " <header id=\"head\"><div class=\"container special_content\"><div class=\"row\"><div id=\"head_top\" class=\"col\">";
in
vendor/twig/twig/src/Extension/CoreExtension.php
->
{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}
(line 2079)
{$level = ob_get_level();ob_start();try {foreach ($body as $data) {echo $data;}} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();
in
var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php
::
captureOutput
(line 49)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@default/base.html.twig"));// line 2$_v0 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {// line 3yield " ";yield from $this->loadTemplate("@default/includes/header.html.twig", "@default/base.html.twig", 3)->unwrap()->yield($context);// line 4yield " <body ";
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 388)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/8e/8ec3ac00c0f5ce49bcafbfcef043445f.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@modules/Application/Templates/index.html.twig"));$this->parent = $this->loadTemplate("@default/base.html.twig", "@modules/Application/Templates/index.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);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 388)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 344)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 359)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 334)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 431)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 436)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 250)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
AbstractController->render('@modules/Application/Templates/index.html.twig', array('application' => array(object(Application), object(Application))))
in
src/Modules/Application/Controller/ApplicationController.php
(line 23)
#[Route("/application", name: "web_application_index", methods:["GET","HEAD"])]public function indexApplicationList():Response{$this->applicationService->setBCItems();return $this->render("@modules/Application/Templates/index.html.twig", ["application" => $this->applicationService->getApplicationList()]);}#[Route("/application/{rewrite}", name: "web_application_detail", methods:["GET","HEAD"], requirements:["char"=>".+"])]
in
vendor/symfony/http-kernel/HttpKernel.php
->
indexApplicationList
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
exec("rm -rf ../var/cache/");}use App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {require dirname(__DIR__).'/public/parameters.php';return new Kernel($context['APP_ENV'], APP_DEBUG);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 13:55:44 | deprecation |
Deprecated: App\Twig\AppExtension::getRepFetch(): Implicitly marking parameter $hook as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 13:55:44 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {
"exception": {
"severity": 2,
"file": "/home/vpehcbe/dev/vendor/symfony/error-handler/DebugClassLoader.php",
"line": 298,
"trace": [
{
"file": "/home/vpehcbe/dev/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php",
"line": 132,
"function": "loadClass",
"class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
"type": "->"
}
],
"count": 236
}
}
|
| INFO 13:55:44 | deprecation |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:888, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) {
"exception": {}
}
|
| INFO 13:55:44 | deprecation |
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) {
"exception": {}
}
|
| DEBUG 13:55:44 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {
"exception": {
"severity": 2,
"file": "/home/vpehcbe/dev/vendor/symfony/error-handler/DebugClassLoader.php",
"line": 298,
"trace": [
{
"file": "/home/vpehcbe/dev/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php",
"line": 132,
"function": "loadClass",
"class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
"type": "->"
}
],
"count": 236
}
}
|
| INFO 13:55:44 | doctrine |
Connecting with parameters {params} {
"params": {
"driver": "pdo_mysql",
"idle_connection_ttl": 600,
"host": "vpehcbe001dev.mysql.db",
"port": 3306,
"user": "vpehcbe001dev",
"password": "<redacted>",
"driverOptions": [],
"defaultTableOptions": [],
"dbname": "vpehcbe001dev",
"charset": "utf8mb4"
}
}
|
| DEBUG 13:55:44 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {
"exception": {
"severity": 2,
"file": "/home/vpehcbe/dev/vendor/symfony/error-handler/DebugClassLoader.php",
"line": 298,
"trace": [
{
"file": "/home/vpehcbe/dev/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php",
"line": 132,
"function": "loadClass",
"class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
"type": "->"
}
],
"count": 236
}
}
|
| DEBUG 13:55:44 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.iso AS iso_2, c0_.image AS image_3, c0_.is_active AS is_active_4, c0_.is_default AS is_default_5, c0_.ref_pages_id AS ref_pages_id_6 FROM cfg_langues c0_ WHERE c0_.is_active = ? AND c0_.iso IS NOT NULL AND c0_.ref_pages_id IS NOT NULL ORDER BY c0_.is_default DESC (parameters: {params}, types: {types}) {
"sql": "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.iso AS iso_2, c0_.image AS image_3, c0_.is_active AS is_active_4, c0_.is_default AS is_default_5, c0_.ref_pages_id AS ref_pages_id_6 FROM cfg_langues c0_ WHERE c0_.is_active = ? AND c0_.iso IS NOT NULL AND c0_.ref_pages_id IS NOT NULL ORDER BY c0_.is_default DESC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| INFO 13:55:44 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "83413f"
},
"request_uri": "https://dev.kemica-coatings.com/_profiler/83413f",
"method": "GET"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 13:55:44 | event |
Notified event "kernel.request" to listener "App\Listener\KernelRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Listener\\KernelRequestListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.url AS url_2, t0.tinymce_classes AS tinymce_classes_3, t0.analytics AS analytics_4, t0.password AS password_5, t0.captcha_key AS captcha_key_6, t0.captcha_key_secret AS captcha_key_secret_7, t0.is_active AS is_active_8, t0.ips_auth AS ips_auth_9, t0.js_additional AS js_additional_10 FROM cfg_site t0 WHERE t0.id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.url AS url_2, t0.tinymce_classes AS tinymce_classes_3, t0.analytics AS analytics_4, t0.password AS password_5, t0.captcha_key AS captcha_key_6, t0.captcha_key_secret AS captcha_key_secret_7, t0.is_active AS is_active_8, t0.ips_auth AS ips_auth_9, t0.js_additional AS js_additional_10 FROM cfg_site t0 WHERE t0.id = ?",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.logo AS logo_2, t0.favicon AS favicon_3, t0.email AS email_4, t0.name AS name_5, t0.seo_baseline AS seo_baseline_6, t0.social_linked_in AS social_linked_in_7, t0.social_facebook AS social_facebook_8, t0.social_twitter AS social_twitter_9, t0.social_youtube AS social_youtube_10, t0.social_instagram AS social_instagram_11, t0.social_snapchat AS social_snapchat_12, t0.social_tik_tok AS social_tik_tok_13, t0.maintenance_background AS maintenance_background_14, t0.maintenance_color AS maintenance_color_15, t0.maintenance_content AS maintenance_content_16 FROM cfg_client t0 WHERE t0.id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.logo AS logo_2, t0.favicon AS favicon_3, t0.email AS email_4, t0.name AS name_5, t0.seo_baseline AS seo_baseline_6, t0.social_linked_in AS social_linked_in_7, t0.social_facebook AS social_facebook_8, t0.social_twitter AS social_twitter_9, t0.social_youtube AS social_youtube_10, t0.social_instagram AS social_instagram_11, t0.social_snapchat AS social_snapchat_12, t0.social_tik_tok AS social_tik_tok_13, t0.maintenance_background AS maintenance_background_14, t0.maintenance_color AS maintenance_color_15, t0.maintenance_content AS maintenance_content_16 FROM cfg_client t0 WHERE t0.id = ?",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.commentary AS commentary_4, t0.is_active AS is_active_5 FROM cfg_constants t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.commentary AS commentary_4, t0.is_active AS is_active_5 FROM cfg_constants t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": "menu_haut",
"2": 1
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| INFO 13:55:45 | deprecation |
Deprecated: App\Modules\Pages\Repository\PagesRepository::findPages(): Optional parameter $type declared before required parameter $iso is implicitly treated as a required parameter {
"exception": {}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 12,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 13,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 2,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 4,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 3,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 5,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 6,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 7,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 1,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.url_rewrite AS url_rewrite_2, t0.name AS name_3, t0.ref_cfg_langues_id AS ref_cfg_langues_id_4 FROM product_type t0 WHERE t0.id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.url_rewrite AS url_rewrite_2, t0.name AS name_3, t0.ref_cfg_langues_id AS ref_cfg_langues_id_4 FROM product_type t0 WHERE t0.id = ?",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 2,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 3,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 8,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": "menu_bas",
"2": 1
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC",
"params": {
"1": 2
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 12,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 13,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.image AS image_2, p0_.link AS link_3, p0_.is_active AS is_active_4 FROM partner p0_ WHERE p0_.is_active = ? ORDER BY p0_.id ASC (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.image AS image_2, p0_.link AS link_3, p0_.is_active AS is_active_4 FROM partner p0_ WHERE p0_.is_active = ? ORDER BY p0_.id ASC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image AS image_2, s0_.content AS content_3, s0_.meta_title AS meta_title_4, s0_.meta_content AS meta_content_5, s0_.url_rewrite AS url_rewrite_6, s0_.is_active AS is_active_7, s0_.content_small AS content_small_8, s0_.ref_cfg_langues_id AS ref_cfg_langues_id_9 FROM sector s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC (parameters: {params}, types: {types}) {
"sql": "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image AS image_2, s0_.content AS content_3, s0_.meta_title AS meta_title_4, s0_.meta_content AS meta_content_5, s0_.url_rewrite AS url_rewrite_6, s0_.is_active AS is_active_7, s0_.content_small AS content_small_8, s0_.ref_cfg_langues_id AS ref_cfg_langues_id_9 FROM sector s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.is_top AS is_top_1, n0_.name AS name_2, n0_.catch_phrase AS catch_phrase_3, n0_.content AS content_4, n0_.date_add AS date_add_5, n0_.link AS link_6, n0_.image_list AS image_list_7, n0_.meta_title AS meta_title_8, n0_.meta_keywords AS meta_keywords_9, n0_.meta_content AS meta_content_10, n0_.rewrite AS rewrite_11, n0_.date_update AS date_update_12, n0_.is_active AS is_active_13, n0_.ref_cfg_langues_id AS ref_cfg_langues_id_14 FROM news n0_ INNER JOIN cfg_langues c1_ ON n0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND n0_.is_top = 1 AND n0_.is_active = 1 ORDER BY n0_.date_add DESC LIMIT 3 (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.is_top AS is_top_1, n0_.name AS name_2, n0_.catch_phrase AS catch_phrase_3, n0_.content AS content_4, n0_.date_add AS date_add_5, n0_.link AS link_6, n0_.image_list AS image_list_7, n0_.meta_title AS meta_title_8, n0_.meta_keywords AS meta_keywords_9, n0_.meta_content AS meta_content_10, n0_.rewrite AS rewrite_11, n0_.date_update AS date_update_12, n0_.is_active AS is_active_13, n0_.ref_cfg_langues_id AS ref_cfg_langues_id_14 FROM news n0_ INNER JOIN cfg_langues c1_ ON n0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND n0_.is_top = 1 AND n0_.is_active = 1 ORDER BY n0_.date_add DESC LIMIT 3",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.file AS file_3, c0_.rank_order AS rank_order_4, c0_.is_active AS is_active_5, c0_.ref_cfg_langues_id AS ref_cfg_langues_id_6 FROM certification c0_ INNER JOIN cfg_langues c1_ ON c0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND c0_.is_active = ? ORDER BY c0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.file AS file_3, c0_.rank_order AS rank_order_4, c0_.is_active AS is_active_5, c0_.ref_cfg_langues_id AS ref_cfg_langues_id_6 FROM certification c0_ INNER JOIN cfg_langues c1_ ON c0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND c0_.is_active = ? ORDER BY c0_.rank_order ASC",
"params": {
"1": 1,
"2": 1
},
"types": {
"1": 1,
"2": 5
}
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "App\Listener\KernelControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "App\\Listener\\KernelControllerListener::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "App\Listener\KernelRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Listener\\KernelRequestListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.commentary AS commentary_4, t0.is_active AS is_active_5 FROM cfg_constants t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.commentary AS commentary_4, t0.is_active AS is_active_5 FROM cfg_constants t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": "menu_haut",
"2": 1
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 12,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 13,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 2,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 4,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 3,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 5,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 6,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 7,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 1,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 2,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 3,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 8,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": "menu_bas",
"2": 1
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC",
"params": {
"1": 2
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 12,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 13,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.image AS image_2, p0_.link AS link_3, p0_.is_active AS is_active_4 FROM partner p0_ WHERE p0_.is_active = ? ORDER BY p0_.id ASC (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.image AS image_2, p0_.link AS link_3, p0_.is_active AS is_active_4 FROM partner p0_ WHERE p0_.is_active = ? ORDER BY p0_.id ASC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image AS image_2, s0_.content AS content_3, s0_.meta_title AS meta_title_4, s0_.meta_content AS meta_content_5, s0_.url_rewrite AS url_rewrite_6, s0_.is_active AS is_active_7, s0_.content_small AS content_small_8, s0_.ref_cfg_langues_id AS ref_cfg_langues_id_9 FROM sector s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC (parameters: {params}, types: {types}) {
"sql": "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image AS image_2, s0_.content AS content_3, s0_.meta_title AS meta_title_4, s0_.meta_content AS meta_content_5, s0_.url_rewrite AS url_rewrite_6, s0_.is_active AS is_active_7, s0_.content_small AS content_small_8, s0_.ref_cfg_langues_id AS ref_cfg_langues_id_9 FROM sector s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.is_top AS is_top_1, n0_.name AS name_2, n0_.catch_phrase AS catch_phrase_3, n0_.content AS content_4, n0_.date_add AS date_add_5, n0_.link AS link_6, n0_.image_list AS image_list_7, n0_.meta_title AS meta_title_8, n0_.meta_keywords AS meta_keywords_9, n0_.meta_content AS meta_content_10, n0_.rewrite AS rewrite_11, n0_.date_update AS date_update_12, n0_.is_active AS is_active_13, n0_.ref_cfg_langues_id AS ref_cfg_langues_id_14 FROM news n0_ INNER JOIN cfg_langues c1_ ON n0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND n0_.is_top = 1 AND n0_.is_active = 1 ORDER BY n0_.date_add DESC LIMIT 3 (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.is_top AS is_top_1, n0_.name AS name_2, n0_.catch_phrase AS catch_phrase_3, n0_.content AS content_4, n0_.date_add AS date_add_5, n0_.link AS link_6, n0_.image_list AS image_list_7, n0_.meta_title AS meta_title_8, n0_.meta_keywords AS meta_keywords_9, n0_.meta_content AS meta_content_10, n0_.rewrite AS rewrite_11, n0_.date_update AS date_update_12, n0_.is_active AS is_active_13, n0_.ref_cfg_langues_id AS ref_cfg_langues_id_14 FROM news n0_ INNER JOIN cfg_langues c1_ ON n0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND n0_.is_top = 1 AND n0_.is_active = 1 ORDER BY n0_.date_add DESC LIMIT 3",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.file AS file_3, c0_.rank_order AS rank_order_4, c0_.is_active AS is_active_5, c0_.ref_cfg_langues_id AS ref_cfg_langues_id_6 FROM certification c0_ INNER JOIN cfg_langues c1_ ON c0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND c0_.is_active = ? ORDER BY c0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.file AS file_3, c0_.rank_order AS rank_order_4, c0_.is_active AS is_active_5, c0_.ref_cfg_langues_id AS ref_cfg_langues_id_6 FROM certification c0_ INNER JOIN cfg_langues c1_ ON c0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND c0_.is_active = ? ORDER BY c0_.rank_order ASC",
"params": {
"1": 1,
"2": 1
},
"types": {
"1": 1,
"2": 5
}
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "App\Listener\KernelControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "App\\Listener\\KernelControllerListener::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "App\Listener\KernelResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "App\\Listener\\KernelResponseListener::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "App\Listener\KernelResponseListener::onKernelResponseExtraHeaderContentLanguageHeader". {
"event": "kernel.response",
"listener": "App\\Listener\\KernelResponseListener::onKernelResponseExtraHeaderContentLanguageHeader"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Csrf\\SameOriginCsrfTokenManager::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.request" to listener "App\Listener\KernelRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Listener\\KernelRequestListener::onKernelRequest"
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.commentary AS commentary_4, t0.is_active AS is_active_5 FROM cfg_constants t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.commentary AS commentary_4, t0.is_active AS is_active_5 FROM cfg_constants t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_comp AS address_comp_4, t0.zip_code AS zip_code_5, t0.town AS town_6, t0.country AS country_7, t0.coordinates AS coordinates_8, t0.phone AS phone_9, t0.phone2 AS phone2_10, t0.fax AS fax_11, t0.is_active AS is_active_12 FROM cfg_client_addresses t0 WHERE t0.is_active = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": "menu_haut",
"2": 1
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 12,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 13,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 2,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 4,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 3,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 5,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 6,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.content AS content_4, t0.meta_title AS meta_title_5, t0.meta_content AS meta_content_6, t0.url_rewrite AS url_rewrite_7, t0.is_active AS is_active_8, t0.content_small AS content_small_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM sector t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 7,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 1,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 2,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.name AS name_3, t0.image AS image_4, t0.content AS content_5, t0.content_small AS content_small_6, t0.utilization AS utilization_7, t0.benefit AS benefit_8, t0.packaging AS packaging_9, t0.color AS color_10, t0.meta_title AS meta_title_11, t0.meta_content AS meta_content_12, t0.url_rewrite AS url_rewrite_13, t0.is_active AS is_active_14, t0.ref_cfg_langues_id AS ref_cfg_langues_id_15, t0.ref_product_type_id AS ref_product_type_id_16 FROM product t0 WHERE t0.id = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": 3,
"2": 1
},
"types": {
"1": 1,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 8,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.tag AS tag_2, t0.name AS name_3, t0.class AS class_4, t0.has_parent_link AS has_parent_link_5, t0.has_leveling AS has_leveling_6, t0.has_ssmenu AS has_ssmenu_7, t0.config AS config_8, t0.is_in_sitemap AS is_in_sitemap_9, t0.ref_cfg_langues_id AS ref_cfg_langues_id_10 FROM cfg_menus t0 WHERE t0.tag = ? AND t0.ref_cfg_langues_id = ? LIMIT 1",
"params": {
"1": "menu_bas",
"2": 1
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.rank_order AS rank_order_2, n0_.is_target_blank AS is_target_blank_3, n0_.link_type AS link_type_4, n0_.image AS image_5, n0_.custom AS custom_6, n0_.link AS link_7, n0_.ref_cfg_menus_id AS ref_cfg_menus_id_8, n0_.ref_navigation_id AS ref_navigation_id_9 FROM navigation n0_ WHERE n0_.ref_cfg_menus_id = ? ORDER BY n0_.rank_order ASC",
"params": {
"1": 2
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 12,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.site_name AS site_name_2, p0_.content_small AS content_small_3, p0_.content AS content_4, p0_.image AS image_5, p0_.rank_order AS rank_order_6, p0_.is_active AS is_active_7, p0_.meta_title AS meta_title_8, p0_.meta_content AS meta_content_9, p0_.meta_og_title AS meta_og_title_10, p0_.meta_og_image AS meta_og_image_11, p0_.meta_twitter_title AS meta_twitter_title_12, p0_.meta_twitter_image AS meta_twitter_image_13, p0_.rewrite AS rewrite_14, p0_.date_update AS date_update_15, p0_.ref_pages_id AS ref_pages_id_16, p0_.ref_cfg_langues_id AS ref_cfg_langues_id_17 FROM pages p0_ LEFT JOIN cfg_langues c1_ ON p0_.ref_cfg_langues_id = c1_.id WHERE p0_.is_active = 1 AND p0_.id = ? AND c1_.iso = ? LIMIT 1",
"params": {
"1": 13,
"2": "fr"
},
"types": {
"1": 1,
"2": 2
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.image AS image_2, p0_.link AS link_3, p0_.is_active AS is_active_4 FROM partner p0_ WHERE p0_.is_active = ? ORDER BY p0_.id ASC (parameters: {params}, types: {types}) {
"sql": "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.image AS image_2, p0_.link AS link_3, p0_.is_active AS is_active_4 FROM partner p0_ WHERE p0_.is_active = ? ORDER BY p0_.id ASC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image AS image_2, s0_.content AS content_3, s0_.meta_title AS meta_title_4, s0_.meta_content AS meta_content_5, s0_.url_rewrite AS url_rewrite_6, s0_.is_active AS is_active_7, s0_.content_small AS content_small_8, s0_.ref_cfg_langues_id AS ref_cfg_langues_id_9 FROM sector s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC (parameters: {params}, types: {types}) {
"sql": "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.image AS image_2, s0_.content AS content_3, s0_.meta_title AS meta_title_4, s0_.meta_content AS meta_content_5, s0_.url_rewrite AS url_rewrite_6, s0_.is_active AS is_active_7, s0_.content_small AS content_small_8, s0_.ref_cfg_langues_id AS ref_cfg_langues_id_9 FROM sector s0_ WHERE s0_.is_active = ? ORDER BY s0_.id ASC",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT n0_.id AS id_0, n0_.is_top AS is_top_1, n0_.name AS name_2, n0_.catch_phrase AS catch_phrase_3, n0_.content AS content_4, n0_.date_add AS date_add_5, n0_.link AS link_6, n0_.image_list AS image_list_7, n0_.meta_title AS meta_title_8, n0_.meta_keywords AS meta_keywords_9, n0_.meta_content AS meta_content_10, n0_.rewrite AS rewrite_11, n0_.date_update AS date_update_12, n0_.is_active AS is_active_13, n0_.ref_cfg_langues_id AS ref_cfg_langues_id_14 FROM news n0_ INNER JOIN cfg_langues c1_ ON n0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND n0_.is_top = 1 AND n0_.is_active = 1 ORDER BY n0_.date_add DESC LIMIT 3 (parameters: {params}, types: {types}) {
"sql": "SELECT n0_.id AS id_0, n0_.is_top AS is_top_1, n0_.name AS name_2, n0_.catch_phrase AS catch_phrase_3, n0_.content AS content_4, n0_.date_add AS date_add_5, n0_.link AS link_6, n0_.image_list AS image_list_7, n0_.meta_title AS meta_title_8, n0_.meta_keywords AS meta_keywords_9, n0_.meta_content AS meta_content_10, n0_.rewrite AS rewrite_11, n0_.date_update AS date_update_12, n0_.is_active AS is_active_13, n0_.ref_cfg_langues_id AS ref_cfg_langues_id_14 FROM news n0_ INNER JOIN cfg_langues c1_ ON n0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND n0_.is_top = 1 AND n0_.is_active = 1 ORDER BY n0_.date_add DESC LIMIT 3",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 13:55:45 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.file AS file_3, c0_.rank_order AS rank_order_4, c0_.is_active AS is_active_5, c0_.ref_cfg_langues_id AS ref_cfg_langues_id_6 FROM certification c0_ INNER JOIN cfg_langues c1_ ON c0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND c0_.is_active = ? ORDER BY c0_.rank_order ASC (parameters: {params}, types: {types}) {
"sql": "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.file AS file_3, c0_.rank_order AS rank_order_4, c0_.is_active AS is_active_5, c0_.ref_cfg_langues_id AS ref_cfg_langues_id_6 FROM certification c0_ INNER JOIN cfg_langues c1_ ON c0_.ref_cfg_langues_id = c1_.id WHERE c1_.id = ? AND c0_.is_active = ? ORDER BY c0_.rank_order ASC",
"params": {
"1": 1,
"2": 1
},
"types": {
"1": 1,
"2": 5
}
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "App\Listener\KernelControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "App\\Listener\\KernelControllerListener::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 13:55:45 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Traces 2
|
[2/2]
RuntimeError
|
|---|
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Some mandatory parameters are missing ("rewrite") to generate a URL for route "web_application_detail".").
at src/Modules/Application/Templates/index.html.twig:13
at Twig\Template->yieldBlock('body', array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php:135)
at __TwigTemplate_a275e570632ff4e08187abc3fc9735f4->{closure:{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}:82}()
(vendor/twig/twig/src/Extension/CoreExtension.php:2079)
at Twig\Extension\CoreExtension::captureOutput(object(Generator))
(var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php:82)
at __TwigTemplate_a275e570632ff4e08187abc3fc9735f4->{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}()
(vendor/twig/twig/src/Extension/CoreExtension.php:2079)
at Twig\Extension\CoreExtension::captureOutput(object(Generator))
(var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php:49)
at __TwigTemplate_a275e570632ff4e08187abc3fc9735f4->doDisplay(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(vendor/twig/twig/src/Template.php:388)
at Twig\Template->yield(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(var/cache/dev/twig/8e/8ec3ac00c0f5ce49bcafbfcef043445f.php:54)
at __TwigTemplate_c53124fe7ae59b46d389c67230b5d256->doDisplay(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title'), 'body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body')))
(vendor/twig/twig/src/Template.php:388)
at Twig\Template->yield(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title'), 'body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body')))
(vendor/twig/twig/src/Template.php:344)
at Twig\Template->display(array('application' => array(object(Application), object(Application))))
(vendor/twig/twig/src/Template.php:359)
at Twig\Template->render(array('application' => array(object(Application), object(Application))))
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render(array('application' => array(object(Application), object(Application))))
(vendor/twig/twig/src/Environment.php:334)
at Twig\Environment->render('@modules/Application/Templates/index.html.twig', array('application' => array(object(Application), object(Application))))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@modules/Application/Templates/index.html.twig', null, array('application' => array(object(Application), object(Application))), 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@modules/Application/Templates/index.html.twig', null, array('application' => array(object(Application), object(Application))), null, 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@modules/Application/Templates/index.html.twig', array('application' => array(object(Application), object(Application))))
(src/Modules/Application/Controller/ApplicationController.php:23)
at App\Modules\Application\Controller\ApplicationController->indexApplicationList()
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:182)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/home/vpehcbe/dev/vendor/autoload_runtime.php')
(public/index.php:11)
|
|
[1/2]
MissingMandatoryParametersException
|
|---|
Symfony\Component\Routing\Exception\MissingMandatoryParametersException:
Some mandatory parameters are missing ("rewrite") to generate a URL for route "web_application_detail".
at vendor/symfony/routing/Generator/UrlGenerator.php:150
at Symfony\Component\Routing\Generator\UrlGenerator->doGenerate(array('_locale' => 0, 'rewrite' => 1), array('_controller' => 'App\\Modules\\Application\\Controller\\ApplicationController::indexApplicationDetail'), array('char' => '.+', '_locale' => '[a-z]{2}'), array(array('variable', '/', '[^/]++', 'rewrite', true), array('text', '/application'), array('variable', '/', '[a-z]{2}', '_locale', true)), array('name' => 'sols_murs', 'id' => 1), 'web_application_detail', 1, array(), array())
(vendor/symfony/routing/Generator/CompiledUrlGenerator.php:69)
at Symfony\Component\Routing\Generator\CompiledUrlGenerator->generate('web_application_detail', array('name' => 'sols_murs', 'id' => 1), 1)
(vendor/symfony/routing/Router.php:172)
at Symfony\Component\Routing\Router->generate('web_application_detail', array('name' => 'sols_murs', 'id' => 1), 1)
(vendor/symfony/twig-bridge/Extension/RoutingExtension.php:43)
at Symfony\Bridge\Twig\Extension\RoutingExtension->getPath('web_application_detail', array('name' => 'sols_murs', 'id' => 1))
(var/cache/dev/twig/8e/8ec3ac00c0f5ce49bcafbfcef043445f.php:121)
at __TwigTemplate_c53124fe7ae59b46d389c67230b5d256->block_body(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application')), '_parent' => array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), '_seq' => array(object(Application), object(Application)), 'applicatio' => object(Application), '_key' => 0), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(vendor/twig/twig/src/Template.php:432)
at Twig\Template->yieldBlock('body', array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php:135)
at __TwigTemplate_a275e570632ff4e08187abc3fc9735f4->{closure:{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}:82}()
(vendor/twig/twig/src/Extension/CoreExtension.php:2079)
at Twig\Extension\CoreExtension::captureOutput(object(Generator))
(var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php:82)
at __TwigTemplate_a275e570632ff4e08187abc3fc9735f4->{closure:__TwigTemplate_a275e570632ff4e08187abc3fc9735f4::doDisplay():49}()
(vendor/twig/twig/src/Extension/CoreExtension.php:2079)
at Twig\Extension\CoreExtension::captureOutput(object(Generator))
(var/cache/dev/twig/3b/3b9a09a33b03d8bb3565cb748323922e.php:49)
at __TwigTemplate_a275e570632ff4e08187abc3fc9735f4->doDisplay(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(vendor/twig/twig/src/Template.php:388)
at Twig\Template->yield(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body'), 'title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title')))
(var/cache/dev/twig/8e/8ec3ac00c0f5ce49bcafbfcef043445f.php:54)
at __TwigTemplate_c53124fe7ae59b46d389c67230b5d256->doDisplay(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title'), 'body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body')))
(vendor/twig/twig/src/Template.php:388)
at Twig\Template->yield(array('application' => array(object(Application), object(Application)), 'app' => object(AppVariable), 'lang' => 'fr', 'url' => 'https://dev.kemica-coatings.com', 'url_active' => '', 'root' => '', 'google_fonts' => 'Roboto:ital,wght@0,100..900;1,100..900', 'img_default' => 'https://dev.kemica-coatings.com/images/default.png', 'locale' => object(CfgLangues), 'locales' => array('fr' => object(CfgLangues), 'en' => object(CfgLangues)), 'user' => null, 'config' => object(stdClass), 'lg_erreur_titre' => 'Page Introuvable', 'lg_erreur_sstitre' => 'Cette page n\'existe pas', 'lg_erreur_contenu' => 'La page que vous souhaitez consulter n\'est pas disponible.', 'lg_actualites_titre' => 'Actualités', 'lg_actualites_contenu' => 'Découvrez nos dernières actualités.', 'lg_copyright' => '©Copyright 2024', 'lg_toutes_les_actus' => 'Voir toutes les actualités', 'lg_precedent' => 'Précédent', 'lg_suivant' => 'Suivant', 'lg_maintenance' => 'Site en maintenance', 'lg_back_home' => 'Retour sur la page d\'accueil', 'lg_home' => 'Accueil', 'lg_politique_cookies' => 'Gestion des cookies', 'lg_cookie_popup_refuser_discret' => 'Tout refuser et fermer', 'lg_cookie_modal_param_message' => 'En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l\'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.', 'lg_cookie_popup_message' => 'Nous utilisons des cookies qui nous permettent d’accéder, d’analyser et de stocker des informations non sensibles sur votre appareil. Ces données sont traitées aux fins suivantes : analyse et amélioration de l’expérience utilisateur et/ou de notre offre de contenus, produits et services, mesure et analyse d’audience, interaction avec les réseaux sociaux, mesure de performance et d’attractivité du contenu.<br><br>Vous pouvez librement donner, refuser ou retirer votre consentement à tout moment en accédant à notre outil de paramétrage des cookies, accessible via le lien se trouvant en bas de page "Gestion des cookies".<br><br>Vous pouvez consentir à l’utilisation de ces technologies en cliquant sur « Tout accepter »', 'lg_cookie_bar_message' => 'Ce site utilise des cookies afin d\'assurer le bon déroulement de votre visite et de réaliser des statistiques d\'audience. Il vous donne le contrôle sur ceux que vous souhaitez activer.', 'lg_cookie_fallback' => ' est désactivé. Autorisez le dépôt de cookies afin d’accéder au contenu.', 'lg_cookie_engage_googlemaps' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_googlemapsembed' => 'Google Maps est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la carte.<br>', 'lg_cookie_engage_recaptcha' => 'reCAPTCHA est désactivé. Autorisez le dépôt de cookies afin de pouvoir envoyer le formulaire.', 'lg_cookie_engage_youtube' => 'Youtube est désactivé. <br>Autorisez le dépôt de cookies afin d’accéder à la vidéo.<br>', 'styles' => array(), 'scripts' => array(), 'device' => 'pc', 'module_search' => '<form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form>', 'menu_haut' => '<section class="mod_menus w-100 h-100" id="menu_haut"> <nav class="navbar navbar-expand d-flex align-items-center h-100" data-controller="modules--menus" data-modules--menus-breakpoint-value="1260" data-modules--menus-delay-value="50" data-modules--menus-menu-id-value="#menu_haut"> <button class="navbar-toggler" style="display: none;" aria-hidden="true" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-container " tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> <div class="offcanvas-header" style="display: none;" aria-hidden="true"> <h5 class="offcanvas-title" id="offcanvasNavbarLabel">KEMICA COATINGS</h5> <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="nav-body "> <ul class="navbar-nav me-auto mb-2 mb-lg-0"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="32" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > A propos </a> <div class="dropdown-menu full-width" aria-labelledby="32"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/pages/recherche-developpement" > Recherche & développement </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="32"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/qui-sommes-nous">Qui sommes nous ?</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/pages/recherche-developpement">Recherche & développement</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="64" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Secteurs d'activité </a> <div class="dropdown-menu full-width" aria-labelledby="64"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/batiment" > Bâtiment </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/energie" > Energie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/industrie" > Industrie </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/genie-civil" > Génie civil </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/maritine-offshore" > Maritime OffShore </a> </div> <div class="sub-menu-wrapper"> <a class="sub-menu-title " href="/fr/secteurs/protection-du-bois" > Protection du bois </a> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="64"> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/batiment">Bâtiment</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/energie">Energie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/industrie">Industrie</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/genie-civil">Génie civil</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/maritine-offshore">Maritime OffShore</a> </li> <li class="dropdown-submenu"> <a class="dropdown-item" href="/fr/secteurs/protection-du-bois">Protection du bois</a> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item dropdown"> <a data-bs-display="static" class="nav-link dropdown-toggle" id="54" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" > Résines </a> <div class="dropdown-menu full-width" aria-labelledby="54"> <div> <div class="dropdown-menu-inner container special_content"> <div class="sub-menu-wrapper"> <span class="sub-menu-title"> Etanchiété </span> <ul class="sub-menu"> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-51" >SOUPLETHANE 5</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-ate" >SOUPLETHANE 5 ATE</a> </li> <li class="d-flex justify-content-between"> <a class="sub-menu-item " href="/fr/produit/resines-etanchiete/souplethane-5-n" >SOUPLETHANE 5 N</a> </li> </ul> </div> </div> <div class="invisible-white"></div> </div> </div> <ul class="dropdown-menu full-width" data-bs-popper="none" aria-labelledby="54"> <li class="dropdown-submenu"> <a class="dropdown-item" href="">Etanchiété</a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-51">SOUPLETHANE 5</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-ate">SOUPLETHANE 5 ATE</a></li> <li><a class="dropdown-item" href="/fr/produit/resines-etanchiete/souplethane-5-n">SOUPLETHANE 5 N</a></li> </ul> </li> </ul> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="61" href="" > Documents </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="23" href="/fr/actualites" > Actualités </a> </li> <img class="vertical-separator-nav" src="/images/separators/vertical_separator.svg" alt="" aria-hidden="true"> <li class="nav-item "> <a data-bs-display="static" class="nav-link " id="63" href="" > Nous contacter (Français) </a> </li> </ul> </div> </div> <div class="locales"> <div class="current-locale"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/france_flag.png" alt="FR" class="flag-icon" width="300" height="200"> </div> </div> <div class="list-locales"> <a href="/en"> <div class="flag-block"> <img src="https://dev.kemica-coatings.com/images/flag_uk.png" alt="en" width="300" height="200"> </div> </a> </div> </div> <form id="setSearch" action="/fr/search"> <div class="input-group"> <input type="text" name="q" class="form-control search_input" placeholder="Rechercher..." aria-label="Champ de recherche" /> <button type="submit" data-core-target="submit" class="search_submit" aria-label="Rechercher" role="button"> <i class="icon searchGlass"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z"/></svg> </i> </button> </div></form> </nav> </section>', 'menu_bas' => '<section class="mod_menus h-100" id="menu_bas"> <ul class="navbar-nav d-flex flex-row flex-wrap justify-content-between"> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Kemica Coatings </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/qui-sommes-nous" > Qui sommes nous ? (Français) </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="/fr/pages/recherche-developpement" > Recherche & développement (Français) </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Solutions d'étanchéité </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Bâtiment </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Industrie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Génie civil </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Energie </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Maritime OffShore </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Protection du bois </a> </li> </div> <div class="d-flex flex-column justify-content-start mb-5"> <li class="nav-item text-start"> <a class="nav-link fw-bold link-parent" href="" > Produits & systèmes </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines d'étanchiété </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines Non-inflammable </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résine pour recouvrement d'amiante </a> </li> <li class="nav-item text-start"> <a class="nav-link" href="" > Résines de scellement </a> </li> </div> </ul> </section>', 'partners' => ' <section class="hook_partner py-5" data-controller="modules--partner"> <h2 class="partners-title">Nos partenaires</h2> <div class="container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cea.webp" alt="CEA" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cegelec.webp" alt="Cegelec" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/suez.webp" alt="Suez" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/sanofi.webp" alt="Sanofi" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/nioc.webp" alt="Nioc" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/ganil.webp" alt="Ganil" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/veolia.webp" alt="Veolia" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/areva.svg" alt="Areva" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/thales.webp" alt="Thales" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/equinix.webp" alt="Equinix" class="img-fluid partner-logo"> </li> <li class="glide__slide d-flex align-items-center justify-content-center"> <img width="163" height="62" data-method="fit&fill" data-quality="100" src="https://dev.kemica-coatings.com/Medias/partenaires/cncp.webp" alt="CNPC" class="img-fluid partner-logo"> </li> </ul> </div> </div> </div> </section>', 'sectors' => ' <section class="hook_sector container special_content" data-controller="modules--sectors"> <div class="glide_wrapper"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/batiment" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/toiture_terrasse.webp" alt="Bâtiment" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bâtiment</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Solutions d'étanchéité biosourcées pour une protection complète du bâti, du sol au toit. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/industrie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_industrie.jpg" alt="Industrie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Industrie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour environnements à fortes contraintes chimiques </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/energie" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_energie_scaled_1_jpg.webp" alt="Energie" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Energie</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Etanchéité spécialisée pour infrastructures énergétiques, nucléaires et renouvelables. </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/genie-civil" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/etancheite_genie_civil_scaled_1_jpg.webp" alt="Génie civil" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Génie civil</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Systèmes résistants chimiquement et thermiquement pour ouvrages d'art </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/maritine-offshore" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/maritime.jpg" alt="Maritime OffShore" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Maritime OffShore</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Revêtements haute performance pour la protection anticorrosion et antifouling des structures marines </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> <li class="glide__slide"> <div class="card-sector"> <a href="/fr/secteurs/protection-du-bois" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/secteurs/bois.jpg" alt="Protection du bois" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Protection du bois</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> Protection du bois à l'étanchéité du bois sans solvant et sans odeur </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </li> </ul> </div> <div class="glide__arrows" data-glide-el="controls"> <button class="glide__arrow glide__arrow--left" data-glide-dir="<"><img src="/images/arrow_left_blue.svg" alt="Arrow left" /></button> <button class="glide__arrow glide__arrow--right" data-glide-dir=">"><img src="/images/arrow_right_blue.svg" alt="Arrow right" /></button> </div> </div> </div> </section>', 'homeSection2' => '<div class="alert alert-danger">Erreur de chargement de la classe App\\Modules\\Pages\\Hooks\\HomeSection2\\HomeSection2Hook</div>', 'homeNews' => '<div class="news-home-wrapper"> <div class="container special_content"> <section class="hook_news"> <h2 class="hook_title animate__animated" data-animation="animate__fadeIn" invisible> Voir nos dernières actualités </h2> <div class="row g-5 justify-content-center"> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/solution-avancees-amiante" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/amiante.webp" alt="Solutions avancées pour le recouvrement de l'amiante" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Solutions avancées pour le recouvrement de l'amiante</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/voeux-2026" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/voeux_2026_768x768.webp" alt="Bonnes fêtes de fin d'année" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Bonnes fêtes de fin d'année</h3> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> <div class="col-12 col-md-6 col-xl-3"> <div class="card-sector"> <a href="/fr/actualites/resines-haute-performance-pour-le-nucleaire" class="card-sector-link"> <div class="card-sector-img"> <img src="https://dev.kemica-coatings.com/Medias/actualites/etancheite_laser_megajoule.jpg" alt="Résines haute performance pour le nucléaire" class="img-fluid w-100"> </div> <div class="card-sector-title"> <h3>Résines haute performance pour le nucléaire</h3> </div> <div class="card-sector-body"> <p class="card-sector-text"> L’expertise KEMICA COATINGS au WNE 2025 – Stand D069, Pavillon France GIFEN </p> </div> <div class="card-sector-btn"> <div class="btn-round"> <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></i> </div> </div> </a> </div> </div> </div> <div class="text-center btn-wrapper"> <a href="/fr/actualites" title="" class="button-lightblue">Voir toutes les actualités</a> </div> </div></div>', 'mod_social' => '<section class="hook_socials"> <a href="https://www.linkedin.com/company/kemica-coatings/?originalSubdomain=fr" class="link linkedin" target="_blank" aria-label="Lien LinkedIN"> <i class="icon_linkedin icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"/></svg> </i> </a> <a href="https://www.facebook.com/KemicaCoatings/?locale=fr_FR" class="link facebook" target="_blank" aria-label="Lien Facebook"> <i class="icon_facebook icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg> </i> </a> <a href="https://www.youtube.com/channel/UCzllUQcYrtuYaRUHOI0QH-A" class="link youtube" target="_blank" aria-label="Lien Youtube"> <i class="icon_youtube icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg> </i> </a> </section>', 'mod_certifications' => ' <section class="hook_certifications mt-4 mb-3"> <div class="d-flex flex-row gap-4"> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/biosource_durable_ecologique_bleu_horizontal_fr.png" alt="HQE A + / BREEAM" /> <span class="certification-name">HQE A + / BREEAM</span> </div> <div class="d-flex flex-column gap-2"> <img width="212" height="70" data-method="fit&fill" src="https://dev.kemica-coatings.com/Medias/certifications/logo_cefri.png" alt="Certification nucléaire" /> <span class="certification-name">Certification nucléaire</span> </div> </div> </section>', 'breadcrumbs' => array(array('name' => 'Accueil', 'url' => 'https://dev.kemica-coatings.com/fr'), array('name' => 'Applications', 'url' => '/fr/application'))), array('title' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_title'), 'body' => array(object(__TwigTemplate_c53124fe7ae59b46d389c67230b5d256), 'block_body')))
(vendor/twig/twig/src/Template.php:344)
at Twig\Template->display(array('application' => array(object(Application), object(Application))))
(vendor/twig/twig/src/Template.php:359)
at Twig\Template->render(array('application' => array(object(Application), object(Application))))
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render(array('application' => array(object(Application), object(Application))))
(vendor/twig/twig/src/Environment.php:334)
at Twig\Environment->render('@modules/Application/Templates/index.html.twig', array('application' => array(object(Application), object(Application))))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@modules/Application/Templates/index.html.twig', null, array('application' => array(object(Application), object(Application))), 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@modules/Application/Templates/index.html.twig', null, array('application' => array(object(Application), object(Application))), null, 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@modules/Application/Templates/index.html.twig', array('application' => array(object(Application), object(Application))))
(src/Modules/Application/Controller/ApplicationController.php:23)
at App\Modules\Application\Controller\ApplicationController->indexApplicationList()
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:182)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/home/vpehcbe/dev/vendor/autoload_runtime.php')
(public/index.php:11)
|