<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Theme/Produit/Service/Service/supportscenter.html.twig */
class __TwigTemplate_1daac9016a5de1c6ce8296e66ad3589c467e601cf8cd0d459ac98d5f1e18ffc9 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'userblog_body' => [$this, 'block_userblog_body'],
'srcjavascripttemplate' => [$this, 'block_srcjavascripttemplate'],
'javascripttemplate' => [$this, 'block_javascripttemplate'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Theme/Users/User/layoutoffert.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/supportscenter.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Service/Service/supportscenter.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutoffert.html.twig", "Theme/Produit/Service/Service/supportscenter.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 2
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 3
echo "\t";
$this->displayParentBlock("meta", $context, $blocks);
echo "
\t<meta name=\"keywords\" content=\"";
// line 4
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 4, $this->source); })()), "html", null, true);
echo ", ";
echo twig_escape_filter($this->env, (isset($context["keywords"]) || array_key_exists("keywords", $context) ? $context["keywords"] : (function () { throw new RuntimeError('Variable "keywords" does not exist.', 4, $this->source); })()), "html", null, true);
echo "\"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"";
// line 6
echo twig_escape_filter($this->env, (isset($context["metier"]) || array_key_exists("metier", $context) ? $context["metier"] : (function () { throw new RuntimeError('Variable "metier" does not exist.', 6, $this->source); })()), "html", null, true);
echo ", ";
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 6, $this->source); })()), "html", null, true);
echo "\"/>
\t
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 12
$this->displayParentBlock("title", $context, $blocks);
echo " ";
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 12, $this->source); })()), "html", null, true);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 15
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 16
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
<style>
\t/* */
.small-text {color:#2c2b0c;}
.heading{color:#000; font-size:39px; font-weight:700;}
.work-process-section { width: 100%; display: block; padding: 90px 0px 100px; background: #f7f6e2 ; background-size: cover; background-position: center; }
.work-process-section .heading-block { width: 100%; display: block; max-width: 600px; margin: 0px auto 60px; text-align: center; }
.work-process-section .heading-block .description { font-size: 16px; color: #666666; margin-bottom: 0px; }
.work-process-block { max-width: 1600px; width: 100%; margin: 0px auto; /* height: 450px; */ }
.work-process-layout1 .work-process-top .number { display:inline-block; width:80px; height:80px; text-align:center; border:5px solid; font-size:26px; font-weight:700; line-height:73px; margin-left:40px; margin-bottom:25px; background-color: #b9b533 !important; border-radius: 50%; position: relative; -webkit-transition: all ease 0.4s; transition: all ease 0.4s; }
.work-process-layout1 .work-process-top { text-align:center; position:relative }
.work-process-layout1 .work-process-top .shape { -webkit-transition: all ease 0.4s; transition: all ease 0.4s; display:inline-block; position:absolute; left:25px; top:63px; width:100%; height:270px; max-width:270px; -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 29% 100%); clip-path:polygon(0 0, 100% 0, 100% 100%, 29% 100%); border-radius:10px; z-index:0; -webkit-transform:rotate(-5deg); -ms-transform:rotate(-5deg); transform:rotate(-5deg); background-color: #b9b533; }
.work-process-layout1 .vs-work-process-2 .shape { background: #99962a !important; }
.work-process-layout1 .vs-work-process-2 .number{ background: #99962a !important; }
.work-process-layout1 .vs-work-process-2 .work-process-content { border-color: #99962a !important; }
/* .work-process-layout1 .vs-work-process-3 .shape { background: #008dc4 !important; }
.work-process-layout1 .vs-work-process-3 .number{ background: #008dc4 !important; }
.work-process-layout1 .vs-work-process-3 .work-process-content { border-color: #008dc4 !important; }
*/
.work-process-layout1 .vs-work-process-4 .shape { background: #90acd1 !important; }
.work-process-layout1 .vs-work-process-4 .number{ background: #90acd1 !important; }
.work-process-layout1 .vs-work-process-4 .work-process-content { border-color: #90acd1 !important; }
.work-process-layout1 .work-process-content { -webkit-transition: all ease 0.4s; transition: all ease 0.4s; border-radius:10px; box-shadow:0px 3px 0px 0px rgba(17,180,245,0.004),0px 3px 50px 0px rgba(17,180,245,0.1); background-color:rgba(255,255,255,0.969); padding:35px 20px; padding-bottom:30px; max-width:270px; border-bottom:3px solid #b9b533; position: relative;}
.work-process-layout1 .work-process-content.odd-block { border-color: #d9d675; }
.work-process-layout1 .work-process-content .icon { width: 45px; height: 45px; margin: 0px auto 20px; }
.work-process-layout1 .work-process-content .icon img{ width: 100%; height: 100%; }
.work-process-layout1 .work-process-content .process-title { color: #1d165c; font-size: 20px; line-height: 30px; transition: all 500ms ease; font-weight:600; margin-bottom: 12px; }
.work-process-layout1 .work-process-content .text { position: relative; font-size: 14px; line-height: 24px; color: #666666; transition: all 500ms ease; margin-bottom: 0px; }
.work-process-layout1 .vs-work-process:hover .work-process-top .shape {-webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%); clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}
.work-process-layout1 .vs-work-process:hover .work-process-top .number { margin-bottom:0px; margin-left:0% }
/*================= Beging Article =================*/
.card {
display: flex;
margin-bottom: 30px;
width: 100%;
}
.card .card-icon-top {
font-size: 4.5rem;
margin-top: 3rem;
}
.card .card-tags {
color: #097d6c;
display: inline-block;
font-weight: 700;
margin-bottom: 1rem;
}
.card .card-tags:before {
content: \"\";
background-color: #097d6c;
width: 0.75em;
height: 0.75em;
border-radius: 100%;
display: inline-block;
margin-right: 0.5rem;
}
.card .card-date {
display: inline-block;
padding-bottom: 1rem;
}
.card .card-title {
color: #212529;
display: block;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.33333;
margin-bottom: 1rem;
}
.card .card-title:last-child {
margin-bottom: 0;
}
.card .card-label {
color: #212529;
display: block;
font-size: 1.5rem;
line-height: 1.33333;
font-weight: 700;
}
.card .card-body {
padding: 2rem 2rem 2rem 2rem;
align-self: center;
width: 100%;
}
.card .card-body .popover-wrapper.right {
position: absolute;
right: 0;
}
.card .card-metadata {
min-width: 10rem;
}
.card .card-footer {
border-top: none;
padding: 0 2rem 2rem 2rem;
background-color: inherit;
display: flex;
align-items: center;
}
.card .card-footer .vfi {
color: #097d6c;
font-size: 2.5rem;
padding-left: 0.5rem;
}
.card .vfi {
color: #097d6c;
}
.card > a {
border-bottom: none;
color: #637381;
display: flex;
flex-direction: column;
height: 100%;
}
.card > a:hover,
.card > a:active {
color: #fff;
background: #097d6c;
text-decoration: none;
}
.card > a:hover .card-title,
.card > a:hover .card-icon-top,
.card > a:hover .card-footer .vfi,
.card > a:hover .card-tags,
.card > a:active .card-title,
.card > a:active .card-icon-top,
.card > a:active .card-footer .vfi,
.card > a:active .card-tags {
color: #fff;
}
.card > a:hover .text-muted,
.card > a:active .text-muted {
color: #fff !important;
}
.card > a:hover .card-tags:before,
.card > a:active .card-tags:before {
background-color: #fff;
}
.card2 {
-webkit-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
border: none;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}
.card2:hover {
transform: scale(1.04);
border: none;
}
.card2 > a:hover,
.card2 > a:active {
color: inherit;
background: #fff;
text-decoration: none;
}
.card2 > a:hover .card-icon-top,
.card2 > a:hover .card-footer .vfi,
.card2 > a:hover .card-tags,
.card2 > a:active .card-icon-top,
.card2 > a:active .card-footer .vfi,
.card2 > a:active .card-tags {
color: inherit;
}
.card2 > a:hover .card-title,
.card2 > a:active .card-title {
color: #097d6c;
}
.card2 > a:hover .text-muted,
.card2 > a:active .text-muted {
color: #fff !important;
}
.card2 > a:hover .card-tags:before,
.card2 > a:active .card-tags:before {
background-color: #fff;
}
.card3 {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.card3:hover {
border: 1px solid #0cb097;
}
.card3 > a:hover,
.card3 > a:active {
color: inherit;
background: #fff;
text-decoration: none;
}
.card3 > a:hover .card-icon-top,
.card3 > a:hover .card-footer .vfi,
.card3 > a:hover .card-tags,
.card3 > a:active .card-icon-top,
.card3 > a:active .card-footer .vfi,
.card3 > a:active .card-tags {
color: inherit;
}
.card3 > a:hover .card-title,
.card3 > a:active .card-title {
color: #212529;
}
.card3 > a .card-icon-top,
.card3 > a .card-icon-top {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.card3 > a:hover .card-icon-top,
.card3 > a:active .card-icon-top {
transform: scale(1.4);
}
.card3 > a:hover .text-muted,
.card3 > a:active .text-muted {
color: #fff !important;
}
.card3 > a:hover .card-tags:before,
.card3 > a:active .card-tags:before {
background-color: #fff;
}
.card4 {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border: 0;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}
.card4 > a:hover,
.card4 > a:active {
background: #ffffff;
color: inherit;
text-decoration: none;
cursor: url(https://dl.dropbox.com/s/2nmb5ja0g888q8n/arrow.png) 0 0, auto;
}
.card4 > a:hover:before,
.card4 > a:active:before {
content: \"\";
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
.card4 > a:hover .card-icon-top,
.card4 > a:hover .card-footer .vfi,
.card4 > a:hover .card-tags,
.card4 > a:active .card-icon-top,
.card4 > a:active .card-footer .vfi,
.card4 > a:active .card-tags {
color: inherit;
}
.card4 > a:hover .card-title,
.card4 > a:active .card-title {
color: #212529;
}
.card4 > a .card-icon-top,
.card4 > a .card-icon-top {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.card4 > a:hover .text-muted,
.card4 > a:active .text-muted {
color: #fff !important;
}
.card4 > a:hover .card-tags:before,
.card4 > a:active .card-tags:before {
background-color: #fff;
}
.card.card-row-layout .card-body {
text-align: left;
}
@media (min-width: 500px) {
.gradien-color-height{
height: 180px!important;
}
}
@media (max-width: 500px) {
.gradien-color-height{
height: 260px!important;
}
}
@media screen and (max-width: 450px){
#page, #masthead, #content {
width: 100%!important;;
overflow: visible!important;;
}
}
@media (min-width: 992px) {
.card.card-row-layout {
flex-direction: row;
align-items: center;
}
.card.card-row-layout .card-icon-top {
margin-top: 0;
margin-left: 2rem;
}
.card.card-row-layout .card-icon-top.card-icon-right {
order: 100;
margin-right: 2rem;
}
.card.card-row-layout .card-body {
text-align: left;
}
.card.card-row-layout .card-footer {
padding: 2rem;
}
.card.card-row-layout .card-footer .vfi {
font-size: 3.6rem;
}
.card.card-row-layout > a {
flex-direction: row;
align-items: center;
width: 100%;
}
}
.card.card-large .card-title,
.card.card-featured .card-title {
color: #212529;
display: block;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.33333;
}
.card.card-large .card-body,
.card.card-featured .card-body {
text-align: left;
}
@media (min-width: 992px) {
.card.card-fw .card-img-top {
margin-left: 1rem;
max-width: 300px;
order: 100;
}
}
.card.card-large.card-row-layout .card-body {
text-align: center;
}
@media (min-width: 992px) {
.card.card-large.card-row-layout .card-body {
text-align: left;
}
}
@media (min-width: 992px) {
.card.card-large.card-fw .card-img-top {
margin-left: 1rem;
max-width: 400px;
order: 100;
}
.card.card-large.card-fw .vfi {
color: #fff;
}
}
@media (min-width: 1200px) {
.card.card-large.card-fw .card-img-top {
max-width: 500px;
}
}
.card.card-featured .card-body .text-muted {
display: inline-block;
margin-bottom: 1.5rem;
}
.card.card-featured .card-body .card-footer {
padding: 0;
}
@media (min-width: 992px) {
.card.card-featured .card-img-top {
flex: 0 0 50%;
max-width: 50%;
margin: 0;
align-self: start;
}
.card.card-featured .card-body {
display: flex;
flex-flow: column nowrap;
height: 100%;
}
.card.card-featured .card-body .card-footer {
margin-top: auto;
}
}
.card.card-label-content .card-title {
font-weight: 700;
}
.card.card-label-content .card-label {
font-size: 1rem;
}
.card .rounded-circle {
margin: 2rem auto 1rem auto;
width: 61.5%;
}
.card[data-toggle=\"modal\"] {
cursor: pointer;
}
.cards > div,
.cards .card-item {
display: flex;
}
.cards .card.bg-gray-sky {
border: none;
}
.cards.bg-gray-sky {
background-color: transparent;
}
.cards.bg-gray-sky .card {
background-color: #f4f6f8;
border: none;
}
.cards.bg-gray-sky .card .vfi {
color: #097d6c;
}
.cards.bg-gray-sky .card a:hover .vfi {
color: #fff;
}
.cards.cards-bs-grid {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cards.cards-bs-grid .card-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.cards.cards-bs-grid .card-item {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.cards.cards-bs-grid .card-item {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
/* ============Start Article ========*/
.banner {
display: block;
text-decoration: none;
color: inherit;
overflow: hidden;
background-color: hsl(0, 0%, 100%);
box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
0 3.5px 6px hsla(230, 13%, 9%, 0.09);
border-radius: 0.375em;
transition: 0.3s;
width: 100%;
margin-inline: auto;
}
.banner__grid {
display: flex;
flex-direction: column;
}
.banner__grid > * {
min-width: 0;
}
.banner__link {
position: relative;
text-decoration: none;
color: hsl(250, 84%, 54%);
display: inline-block;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
transform-origin: left bottom;
}
.banner__link i {
/* label */
position: relative;
z-index: 2;
display: inline-block;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner__link::after {
/* animated border */
content: \"\";
background-color: currentColor;
height: 2px;
width: 100%;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
-webkit-clip-path: inset(0% round 0.1875em);
clip-path: inset(0% round 0.1875em);
opacity: 0.15;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner__figure {
height: 0;
width: 100%;
padding-bottom: 50%;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.banner__text {
padding: 1.5rem;
}
.banner__link-wrapper {
margin-top: 1rem;
}
.banner:hover {
box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
0 0.9px 1.25px hsla(230, 13%, 9%, 0.025), 0 3px 5px hsla(230, 13%, 9%, 0.05),
0 12px 20px hsla(230, 13%, 9%, 0.09);
}
.banner:hover .banner__link {
transform: scale(1.3);
}
.banner:hover .banner__link i {
transform: scale(0.7);
}
.banner:hover .banner__link::after {
height: 100%;
}
.banner:hover .banner__figure {
transform: scale(1.05);
}
@media (min-width: 64rem) {
.banner__grid {
flex-direction: row-reverse;
}
.banner__grid > * {
width: 50%;
}
.banner__figure {
height: 100%;
padding-bottom: 0;
-webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
}
.banner__text {
padding: 3rem;
}
.banner__link-wrapper {
margin-top: 1.5rem;
}
.banner--invert .banner__grid {
flex-direction: row;
}
.banner--invert .banner__figure {
-webkit-clip-path: polygon(
0% 0%,
calc(100% - 100px) 0%,
calc(100% - 50px) 100%,
0% 100%
);
clip-path: polygon(
0% 0%,
calc(100% - 100px) 0%,
calc(100% - 50px) 100%,
0% 100%
);
}
.banner--invert .banner__text {
text-align: right;
}
.banner--invert .banner__link {
transform-origin: right bottom;
}
.banner:hover .banner__figure {
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}
/* ------------------------ Watermark (Please Ignore) ----------------------- */
.watermark-ctr {
--clr-button-bg: #141414;
--clr-button: 72, 39, 236;
--clr-text: #ffffff;
position: fixed;
bottom: 1.5rem;
right: 1.5rem;
z-index: 1000;
}
.watermark-ctr a {
text-decoration: none;
color: inherit;
display: flex;
}
.generate-button {
--generate-button-star-1-opacity: 0.25;
--generate-button-star-1-scale: 1;
--generate-button-star-2-opacity: 1;
--generate-button-star-2-scale: 1;
--generate-button-star-3-opacity: 0.5;
--generate-button-star-3-scale: 1;
--generate-button-dots-opacity: 0;
appearance: none;
outline: none;
border: none;
padding: 14px 24px 14px 20px;
border-radius: 29px;
margin: 0;
background-color: var(--clr-button-bg);
color: var(--clr-text);
display: flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
z-index: 1;
transform: scale(var(--generate-button-scale, 1)) translateZ(0);
box-shadow: 0px 0px 120px var(--generate-button-shadow-wide, transparent),
0px 4px 12px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.1),
inset 0px 1px 1px
var(--generate-button-shadow-inset, rgba(255, 255, 255, 0.04)),
0 0 0 var(--generate-button-shadow-outline, 0px)
rgba(var(--clr-button), 0.4);
transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.generate-button:before {
content: \"\";
display: block;
position: absolute;
right: 20%;
height: 20px;
left: 20%;
bottom: -10px;
background: rgba(204, 204, 204, 0.4);
filter: blur(12.5px);
z-index: 2;
clip-path: inset(-200% -30% 10px -30% round 29px);
opacity: 0;
transition: opacity 0.4s;
transform: translateZ(0);
}
.generate-button span {
position: relative;
z-index: 1;
font-family: \"Poppins\", Arial;
font-weight: 600;
font-size: 16px;
letter-spacing: 0.005em;
display: block;
user-select: none;
}
.generate-button .stroke {
mix-blend-mode: hard-light;
}
.generate-button .stroke svg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
fill: none;
stroke-width: 0.75px;
stroke: #e2d9ff;
stroke-dasharray: 1.5 14;
stroke-dashoffset: 22;
opacity: 0;
}
.generate-button .stroke svg:nth-child(2) {
stroke-width: 1px;
stroke-opacity: 0.5;
filter: blur(3px);
}
.generate-button svg.icon {
width: 18px;
height: 20px;
margin-right: 10px;
fill: currentColor;
}
.generate-button svg.icon path:nth-child(1) {
opacity: var(--generate-button-star-1-opacity);
transform: scale(var(--generate-button-star-1-scale)) translateZ(0);
transform-origin: 25% 14.58%;
}
.generate-button svg.icon path:nth-child(2) {
opacity: var(--generate-button-star-2-opacity);
transform: scale(var(--generate-button-star-2-scale)) translateZ(0);
transform-origin: 60.42% 50%;
}
.generate-button svg.icon path:nth-child(3) {
opacity: var(--generate-button-star-3-opacity);
transform: scale(var(--generate-button-star-3-scale)) translateZ(0);
transform-origin: 25% 85.42%;
}
.generate-button:hover {
--generate-button-scale: 1.01;
--generate-button-shadow-wide: rgba(var(--clr-button), 0.4);
--generate-button-shadow-inset: rgba(255, 255, 255, 0.35);
--generate-button-shadow-outline: 3px;
color: var(--clr-text);
background-color: rgba(var(--clr-button));
}
.generate-button:hover .stroke svg {
animation: stroke 2s linear infinite;
}
.generate-button:hover:before {
opacity: 1;
}
.generate-button:hover span:before {
opacity: 0;
}
.generate-button:hover:active {
--generate-button-scale: 1.05;
}
@keyframes stroke {
0% {
opacity: 0;
}
25%,
75% {
opacity: 1;
}
95%,
100% {
stroke-dashoffset: 6;
opacity: 0;
}
}
.pagination {
font-weight: bold;
font-size: 16px;
font-family: \"helvetica neue\", helvetica, arial, sans-serif;
}
.pagination a {
padding: 3px;
border: 1px solid #262626;
border-radius: 3px;
margin: 3px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #b8b8b8));
background: -moz-linear-gradient(top, #e3e3e3, #b8b8b8);
background: -webkit-linear-gradient(top, #e3e3e3, #b8b8b8);
background: linear-gradient(to bottom, #e3e3e3, #b8b8b8);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), inset 0 1px rgba(255, 255, 255, 0.4);
color: #333;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
}
.pagination a:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d90073), color-stop(100%, #a00056));
background: -moz-linear-gradient(top, #d90073, #a00056);
background: -webkit-linear-gradient(top, #d90073, #a00056);
background: linear-gradient(to bottom, #d90073, #a00056);
color: #260014;
}
.pagination a.active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00add9), color-stop(100%, #00708c));
background: -moz-linear-gradient(top, #00add9, #00708c);
background: -webkit-linear-gradient(top, #00add9, #00708c);
background: linear-gradient(to bottom, #00add9, #00708c);
color: #001e26;
}
.pagination a.active:hover {
cursor: default;
}
.pagination .prev:before {
content: \"« \";
font-weight: normal;
}
.pagination .next:after {
content: \" »\";
font-weight: normal;
}
.pagination .next:hover, .pagination .prev:hover {
border-color: #141414;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #1a1a1a));
background: -moz-linear-gradient(top, #262626, #1a1a1a);
background: -webkit-linear-gradient(top, #262626, #1a1a1a);
background: linear-gradient(to bottom, #262626, #1a1a1a);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), inset 0 1px rgba(255, 255, 255, 0.1);
color: #ebebeb;
text-shadow: none;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 830
public function block_userblog_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
// line 831
echo "
<div style=\"background-image: linear-gradient(-1deg, #F6FCFF 0%, #EAF7FF 98%);\">
";
// line 835
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 835, $this->source); })()), "aide"))) {
// line 836
echo "\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlesdemo", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 836, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 836, $this->source); })())]));
echo "
";
} else {
// line 838
echo "\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 838, $this->source); })()), "faq"))) {
// line 839
echo "\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlesfaq", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 839, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 839, $this->source); })())]));
echo "
\t";
} else {
// line 841
echo "\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 841, $this->source); })()), "blog"))) {
// line 842
echo "\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlesblog", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 842, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 842, $this->source); })())]));
echo "
\t\t";
} else {
// line 844
echo "\t\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 844, $this->source); })()), "presentation"))) {
// line 845
echo "\t\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articleapropos", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 845, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 845, $this->source); })())]));
echo "
\t\t\t";
} else {
// line 847
echo "\t\t\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 847, $this->source); })()), "garantie"))) {
// line 848
echo "\t\t\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlesengagement", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 848, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 848, $this->source); })())]));
echo "
\t\t\t\t";
} else {
// line 850
echo "\t\t\t\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 850, $this->source); })()), "toutinclus"))) {
// line 851
echo "\t\t\t\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlestoutinclus", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 851, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 851, $this->source); })())]));
echo "
\t\t\t\t\t";
} else {
// line 853
echo "\t\t\t\t\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 853, $this->source); })()), "modepaiement"))) {
// line 854
echo "\t\t\t\t\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlesmodepaiement", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 854, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 854, $this->source); })())]));
echo "
\t\t\t\t\t\t";
} else {
// line 856
echo "\t\t\t\t\t\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 856, $this->source); })()), "cgu"))) {
// line 857
echo "\t\t\t\t\t\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlescgu", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 857, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 857, $this->source); })())]));
echo "
\t\t\t\t\t\t\t";
} else {
// line 859
echo "\t\t\t\t\t\t\t\t";
if ((0 === twig_compare((isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 859, $this->source); })()), "confidentialite"))) {
// line 860
echo "\t\t\t\t\t\t\t\t\t";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:articlesconfidentialite", ["position" => (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 860, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 860, $this->source); })())]));
echo "
\t\t\t\t\t\t\t\t";
} else {
// line 862
echo "\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t";
// line 863
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Service\\ServiceController:itemaide", ["position" => "menuaide"]));
echo "
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t";
}
// line 866
echo "\t\t\t\t\t\t\t";
}
// line 867
echo "\t\t\t\t\t\t";
}
// line 868
echo "\t\t\t\t\t";
}
// line 869
echo "\t\t\t\t";
}
// line 870
echo "\t\t\t";
}
// line 871
echo "\t\t";
}
// line 872
echo "\t";
}
}
// line 874
echo "</div>
";
// line 875
$this->loadTemplate("Theme/General/Template/Menu/contacts.html.twig", "Theme/Produit/Service/Service/supportscenter.html.twig", 875)->display($context);
// line 876
echo "
<div style=\"border-top: 2px solid #ddd; background: #fff;\">
\t<div class=\"container\">
\t";
// line 879
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Users\\User\\BilletController:aviscarousel"));
echo "
\t</div>
</div>
<div class=\"modal fade\" data-backdrop=\"false\" id=\"modalArticlesDetail\" style=\"margin-top: -75px;\">
<div class=\"modal-dialog modal-md\">
<div class=\"modal-content\">
<div class=\"modal-header color-bottom\" style=\"border-bottom: 4px solid #37c0fb; display: block;\">
\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"float: right;\">×</button>
\t<h3 class=\"modal-title custom-title-modal\" style=\"text-transform: capitalize; text-align: left;\"> ";
// line 889
echo twig_escape_filter($this->env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 889, $this->source); })()), "html", null, true);
echo " <span class=\" fa fa-chevron-right\" style=\"font-size: 20px;\"></span> Article #";
echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 889, $this->source); })()), "html", null, true);
echo "</h3>
</div>
<div class=\"modal-body\">
\t<div class=\"row\">
\t <div class=\"col-md-12\">
\t\t<div class=\"wait-chargement-content-module-article\" style=\"text-align: center;\">
\t\t\tPatientez un moment pendant le chargement de l'article</br>
\t\t\t<img src=\"";
// line 896
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/loader1.gif"), "html", null, true);
echo "\" alt=\"image\" style=\"height: 40px; width: 40px;\">
\t\t</div>
\t\t<div class=\"content-module-loading-article\" style=\"display: none;\">
\t\t
\t\t</div>
\t </div>
\t</div>
</div>
<div class=\"modal-footer color-top\" style=\"text-align: right; border-top: 4px solid #37c0fb; display: block;\">
";
// line 906
$this->loadTemplate("Theme/General/Template/Menu/social.html.twig", "Theme/Produit/Service/Service/supportscenter.html.twig", 906)->display($context);
// line 907
echo "</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 914
public function block_srcjavascripttemplate($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "srcjavascripttemplate"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "srcjavascripttemplate"));
// line 915
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 918
public function block_javascripttemplate($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
// line 919
echo "
";
// line 920
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 920, $this->source); })()), "session", [], "any", false, false, false, 920), "flashbag", [], "any", false, false, false, 920), "get", [0 => "information"], "method", false, false, false, 920));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["infos"]) {
// line 921
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 921)) {
// line 922
echo "\tresetNotif();
\talertify.alert(\"";
// line 923
echo twig_escape_filter($this->env, $context["infos"], "html", null, true);
echo "\");
";
}
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['infos'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 926
echo "
\$('a').tooltip();
\$('.div-tab-mod').hide();
\$('.div-tab-mod:first').show();
\$('.tabs-nav li:first').addClass('tab-active');
// Change tab class and display content
\$('.tabs-nav a').on('click', function(event){
event.preventDefault();
\$('.tabs-nav li').removeClass('tab-active');
\$(this).parent().addClass('tab-active');
\$('.div-tab-mod').hide();
\$(\$(this).attr('href')).show();
});
\$(\".open\").click(function(){
var container = \$(this).parents(\".topic\");
var answer = container.find(\".answer\");
var trigger = container.find(\".faq-t\");
answer.slideToggle(200);
if (trigger.hasClass(\"faq-o\")) {
trigger.removeClass(\"faq-o\");
}
else {
trigger.addClass(\"faq-o\");
}
if (container.hasClass(\"expanded\")) {
container.removeClass(\"expanded\");
}
else {
container.addClass(\"expanded\");
}
});
\$('.item-app').hover(function(){
\$(this).find('.popover').stop(true, true).delay(200).fadeIn(200);
}, function(){
\$(this).find('.popover').stop(true, true).delay(200).fadeOut(200);
});
\$('.open-content-article-reponse').click(function(){
\tvar id = \$(this).attr('value');
\topenarticlesupport(id);
});\t
function openarticlesupport(id)
{
\t\$('#modalArticlesDetail').modal('show');
\t\$('.wait-chargement-content-module-article').show();
\t\$('.content-module-loading-article').hide();
\t\$('.custom-title-modal').html('<img src=\"";
// line 980
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/diplome.jpg"), "html", null, true);
echo "\" alt=\"image\" style=\"height: 40px; width: 40px;\"/> ";
echo twig_escape_filter($this->env, (isset($context["position"]) || array_key_exists("position", $context) ? $context["position"] : (function () { throw new RuntimeError('Variable "position" does not exist.', 980, $this->source); })()), "html", null, true);
echo " <span class=\"fa fa-gg\" style=\"font-size: 20px;\"></span> Article <span class=\" fa fa-gg\" style=\"font-size: 20px;\"></span> '+id*87);
\t\$.post('";
// line 981
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_support");
echo "',{ id: id }, function(data){
\t\t\$('.wait-chargement-content-module-article').hide();
\t\t\$('.content-module-loading-article').show();
\t\t\$('.content-module-loading-article').html(data);
\t});
}
";
// line 987
if ((1 === twig_compare((isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 987, $this->source); })()), 0))) {
// line 988
echo "\topenarticlesupport(";
echo twig_escape_filter($this->env, (isset($context["id"]) || array_key_exists("id", $context) ? $context["id"] : (function () { throw new RuntimeError('Variable "id" does not exist.', 988, $this->source); })()), "html", null, true);
echo ");
";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Theme/Produit/Service/Service/supportscenter.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1296 => 988, 1294 => 987, 1285 => 981, 1279 => 980, 1223 => 926, 1206 => 923, 1203 => 922, 1201 => 921, 1184 => 920, 1181 => 919, 1171 => 918, 1160 => 915, 1150 => 914, 1135 => 907, 1133 => 906, 1120 => 896, 1108 => 889, 1095 => 879, 1090 => 876, 1088 => 875, 1085 => 874, 1081 => 872, 1078 => 871, 1075 => 870, 1072 => 869, 1069 => 868, 1066 => 867, 1063 => 866, 1057 => 863, 1054 => 862, 1048 => 860, 1045 => 859, 1039 => 857, 1036 => 856, 1030 => 854, 1027 => 853, 1021 => 851, 1018 => 850, 1012 => 848, 1009 => 847, 1003 => 845, 1000 => 844, 994 => 842, 991 => 841, 985 => 839, 982 => 838, 976 => 836, 974 => 835, 968 => 831, 958 => 830, 135 => 16, 125 => 15, 111 => 12, 101 => 11, 85 => 6, 78 => 4, 73 => 3, 63 => 2, 40 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"Theme/Users/User/layoutoffert.html.twig\" %}
{% block meta %}
\t{{ parent() }}
\t<meta name=\"keywords\" content=\"{{ site }}, {{ keywords }}\"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"{{ metier }}, {{ site }}\"/>
\t
{% endblock %}
{% block title %}
{{ parent() }} {{ site }}
{% endblock %}
{% block stylesheets %}
{{ parent() }}
<style>
\t/* */
.small-text {color:#2c2b0c;}
.heading{color:#000; font-size:39px; font-weight:700;}
.work-process-section { width: 100%; display: block; padding: 90px 0px 100px; background: #f7f6e2 ; background-size: cover; background-position: center; }
.work-process-section .heading-block { width: 100%; display: block; max-width: 600px; margin: 0px auto 60px; text-align: center; }
.work-process-section .heading-block .description { font-size: 16px; color: #666666; margin-bottom: 0px; }
.work-process-block { max-width: 1600px; width: 100%; margin: 0px auto; /* height: 450px; */ }
.work-process-layout1 .work-process-top .number { display:inline-block; width:80px; height:80px; text-align:center; border:5px solid; font-size:26px; font-weight:700; line-height:73px; margin-left:40px; margin-bottom:25px; background-color: #b9b533 !important; border-radius: 50%; position: relative; -webkit-transition: all ease 0.4s; transition: all ease 0.4s; }
.work-process-layout1 .work-process-top { text-align:center; position:relative }
.work-process-layout1 .work-process-top .shape { -webkit-transition: all ease 0.4s; transition: all ease 0.4s; display:inline-block; position:absolute; left:25px; top:63px; width:100%; height:270px; max-width:270px; -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 29% 100%); clip-path:polygon(0 0, 100% 0, 100% 100%, 29% 100%); border-radius:10px; z-index:0; -webkit-transform:rotate(-5deg); -ms-transform:rotate(-5deg); transform:rotate(-5deg); background-color: #b9b533; }
.work-process-layout1 .vs-work-process-2 .shape { background: #99962a !important; }
.work-process-layout1 .vs-work-process-2 .number{ background: #99962a !important; }
.work-process-layout1 .vs-work-process-2 .work-process-content { border-color: #99962a !important; }
/* .work-process-layout1 .vs-work-process-3 .shape { background: #008dc4 !important; }
.work-process-layout1 .vs-work-process-3 .number{ background: #008dc4 !important; }
.work-process-layout1 .vs-work-process-3 .work-process-content { border-color: #008dc4 !important; }
*/
.work-process-layout1 .vs-work-process-4 .shape { background: #90acd1 !important; }
.work-process-layout1 .vs-work-process-4 .number{ background: #90acd1 !important; }
.work-process-layout1 .vs-work-process-4 .work-process-content { border-color: #90acd1 !important; }
.work-process-layout1 .work-process-content { -webkit-transition: all ease 0.4s; transition: all ease 0.4s; border-radius:10px; box-shadow:0px 3px 0px 0px rgba(17,180,245,0.004),0px 3px 50px 0px rgba(17,180,245,0.1); background-color:rgba(255,255,255,0.969); padding:35px 20px; padding-bottom:30px; max-width:270px; border-bottom:3px solid #b9b533; position: relative;}
.work-process-layout1 .work-process-content.odd-block { border-color: #d9d675; }
.work-process-layout1 .work-process-content .icon { width: 45px; height: 45px; margin: 0px auto 20px; }
.work-process-layout1 .work-process-content .icon img{ width: 100%; height: 100%; }
.work-process-layout1 .work-process-content .process-title { color: #1d165c; font-size: 20px; line-height: 30px; transition: all 500ms ease; font-weight:600; margin-bottom: 12px; }
.work-process-layout1 .work-process-content .text { position: relative; font-size: 14px; line-height: 24px; color: #666666; transition: all 500ms ease; margin-bottom: 0px; }
.work-process-layout1 .vs-work-process:hover .work-process-top .shape {-webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0); -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%); clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}
.work-process-layout1 .vs-work-process:hover .work-process-top .number { margin-bottom:0px; margin-left:0% }
/*================= Beging Article =================*/
.card {
display: flex;
margin-bottom: 30px;
width: 100%;
}
.card .card-icon-top {
font-size: 4.5rem;
margin-top: 3rem;
}
.card .card-tags {
color: #097d6c;
display: inline-block;
font-weight: 700;
margin-bottom: 1rem;
}
.card .card-tags:before {
content: \"\";
background-color: #097d6c;
width: 0.75em;
height: 0.75em;
border-radius: 100%;
display: inline-block;
margin-right: 0.5rem;
}
.card .card-date {
display: inline-block;
padding-bottom: 1rem;
}
.card .card-title {
color: #212529;
display: block;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.33333;
margin-bottom: 1rem;
}
.card .card-title:last-child {
margin-bottom: 0;
}
.card .card-label {
color: #212529;
display: block;
font-size: 1.5rem;
line-height: 1.33333;
font-weight: 700;
}
.card .card-body {
padding: 2rem 2rem 2rem 2rem;
align-self: center;
width: 100%;
}
.card .card-body .popover-wrapper.right {
position: absolute;
right: 0;
}
.card .card-metadata {
min-width: 10rem;
}
.card .card-footer {
border-top: none;
padding: 0 2rem 2rem 2rem;
background-color: inherit;
display: flex;
align-items: center;
}
.card .card-footer .vfi {
color: #097d6c;
font-size: 2.5rem;
padding-left: 0.5rem;
}
.card .vfi {
color: #097d6c;
}
.card > a {
border-bottom: none;
color: #637381;
display: flex;
flex-direction: column;
height: 100%;
}
.card > a:hover,
.card > a:active {
color: #fff;
background: #097d6c;
text-decoration: none;
}
.card > a:hover .card-title,
.card > a:hover .card-icon-top,
.card > a:hover .card-footer .vfi,
.card > a:hover .card-tags,
.card > a:active .card-title,
.card > a:active .card-icon-top,
.card > a:active .card-footer .vfi,
.card > a:active .card-tags {
color: #fff;
}
.card > a:hover .text-muted,
.card > a:active .text-muted {
color: #fff !important;
}
.card > a:hover .card-tags:before,
.card > a:active .card-tags:before {
background-color: #fff;
}
.card2 {
-webkit-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
border: none;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}
.card2:hover {
transform: scale(1.04);
border: none;
}
.card2 > a:hover,
.card2 > a:active {
color: inherit;
background: #fff;
text-decoration: none;
}
.card2 > a:hover .card-icon-top,
.card2 > a:hover .card-footer .vfi,
.card2 > a:hover .card-tags,
.card2 > a:active .card-icon-top,
.card2 > a:active .card-footer .vfi,
.card2 > a:active .card-tags {
color: inherit;
}
.card2 > a:hover .card-title,
.card2 > a:active .card-title {
color: #097d6c;
}
.card2 > a:hover .text-muted,
.card2 > a:active .text-muted {
color: #fff !important;
}
.card2 > a:hover .card-tags:before,
.card2 > a:active .card-tags:before {
background-color: #fff;
}
.card3 {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.card3:hover {
border: 1px solid #0cb097;
}
.card3 > a:hover,
.card3 > a:active {
color: inherit;
background: #fff;
text-decoration: none;
}
.card3 > a:hover .card-icon-top,
.card3 > a:hover .card-footer .vfi,
.card3 > a:hover .card-tags,
.card3 > a:active .card-icon-top,
.card3 > a:active .card-footer .vfi,
.card3 > a:active .card-tags {
color: inherit;
}
.card3 > a:hover .card-title,
.card3 > a:active .card-title {
color: #212529;
}
.card3 > a .card-icon-top,
.card3 > a .card-icon-top {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.card3 > a:hover .card-icon-top,
.card3 > a:active .card-icon-top {
transform: scale(1.4);
}
.card3 > a:hover .text-muted,
.card3 > a:active .text-muted {
color: #fff !important;
}
.card3 > a:hover .card-tags:before,
.card3 > a:active .card-tags:before {
background-color: #fff;
}
.card4 {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border: 0;
-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}
.card4 > a:hover,
.card4 > a:active {
background: #ffffff;
color: inherit;
text-decoration: none;
cursor: url(https://dl.dropbox.com/s/2nmb5ja0g888q8n/arrow.png) 0 0, auto;
}
.card4 > a:hover:before,
.card4 > a:active:before {
content: \"\";
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
.card4 > a:hover .card-icon-top,
.card4 > a:hover .card-footer .vfi,
.card4 > a:hover .card-tags,
.card4 > a:active .card-icon-top,
.card4 > a:active .card-footer .vfi,
.card4 > a:active .card-tags {
color: inherit;
}
.card4 > a:hover .card-title,
.card4 > a:active .card-title {
color: #212529;
}
.card4 > a .card-icon-top,
.card4 > a .card-icon-top {
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.card4 > a:hover .text-muted,
.card4 > a:active .text-muted {
color: #fff !important;
}
.card4 > a:hover .card-tags:before,
.card4 > a:active .card-tags:before {
background-color: #fff;
}
.card.card-row-layout .card-body {
text-align: left;
}
@media (min-width: 500px) {
.gradien-color-height{
height: 180px!important;
}
}
@media (max-width: 500px) {
.gradien-color-height{
height: 260px!important;
}
}
@media screen and (max-width: 450px){
#page, #masthead, #content {
width: 100%!important;;
overflow: visible!important;;
}
}
@media (min-width: 992px) {
.card.card-row-layout {
flex-direction: row;
align-items: center;
}
.card.card-row-layout .card-icon-top {
margin-top: 0;
margin-left: 2rem;
}
.card.card-row-layout .card-icon-top.card-icon-right {
order: 100;
margin-right: 2rem;
}
.card.card-row-layout .card-body {
text-align: left;
}
.card.card-row-layout .card-footer {
padding: 2rem;
}
.card.card-row-layout .card-footer .vfi {
font-size: 3.6rem;
}
.card.card-row-layout > a {
flex-direction: row;
align-items: center;
width: 100%;
}
}
.card.card-large .card-title,
.card.card-featured .card-title {
color: #212529;
display: block;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.33333;
}
.card.card-large .card-body,
.card.card-featured .card-body {
text-align: left;
}
@media (min-width: 992px) {
.card.card-fw .card-img-top {
margin-left: 1rem;
max-width: 300px;
order: 100;
}
}
.card.card-large.card-row-layout .card-body {
text-align: center;
}
@media (min-width: 992px) {
.card.card-large.card-row-layout .card-body {
text-align: left;
}
}
@media (min-width: 992px) {
.card.card-large.card-fw .card-img-top {
margin-left: 1rem;
max-width: 400px;
order: 100;
}
.card.card-large.card-fw .vfi {
color: #fff;
}
}
@media (min-width: 1200px) {
.card.card-large.card-fw .card-img-top {
max-width: 500px;
}
}
.card.card-featured .card-body .text-muted {
display: inline-block;
margin-bottom: 1.5rem;
}
.card.card-featured .card-body .card-footer {
padding: 0;
}
@media (min-width: 992px) {
.card.card-featured .card-img-top {
flex: 0 0 50%;
max-width: 50%;
margin: 0;
align-self: start;
}
.card.card-featured .card-body {
display: flex;
flex-flow: column nowrap;
height: 100%;
}
.card.card-featured .card-body .card-footer {
margin-top: auto;
}
}
.card.card-label-content .card-title {
font-weight: 700;
}
.card.card-label-content .card-label {
font-size: 1rem;
}
.card .rounded-circle {
margin: 2rem auto 1rem auto;
width: 61.5%;
}
.card[data-toggle=\"modal\"] {
cursor: pointer;
}
.cards > div,
.cards .card-item {
display: flex;
}
.cards .card.bg-gray-sky {
border: none;
}
.cards.bg-gray-sky {
background-color: transparent;
}
.cards.bg-gray-sky .card {
background-color: #f4f6f8;
border: none;
}
.cards.bg-gray-sky .card .vfi {
color: #097d6c;
}
.cards.bg-gray-sky .card a:hover .vfi {
color: #fff;
}
.cards.cards-bs-grid {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cards.cards-bs-grid .card-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.cards.cards-bs-grid .card-item {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.cards.cards-bs-grid .card-item {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
/* ============Start Article ========*/
.banner {
display: block;
text-decoration: none;
color: inherit;
overflow: hidden;
background-color: hsl(0, 0%, 100%);
box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
0 3.5px 6px hsla(230, 13%, 9%, 0.09);
border-radius: 0.375em;
transition: 0.3s;
width: 100%;
margin-inline: auto;
}
.banner__grid {
display: flex;
flex-direction: column;
}
.banner__grid > * {
min-width: 0;
}
.banner__link {
position: relative;
text-decoration: none;
color: hsl(250, 84%, 54%);
display: inline-block;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
transform-origin: left bottom;
}
.banner__link i {
/* label */
position: relative;
z-index: 2;
display: inline-block;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner__link::after {
/* animated border */
content: \"\";
background-color: currentColor;
height: 2px;
width: 100%;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
-webkit-clip-path: inset(0% round 0.1875em);
clip-path: inset(0% round 0.1875em);
opacity: 0.15;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner__figure {
height: 0;
width: 100%;
padding-bottom: 50%;
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.banner__text {
padding: 1.5rem;
}
.banner__link-wrapper {
margin-top: 1rem;
}
.banner:hover {
box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
0 0.9px 1.25px hsla(230, 13%, 9%, 0.025), 0 3px 5px hsla(230, 13%, 9%, 0.05),
0 12px 20px hsla(230, 13%, 9%, 0.09);
}
.banner:hover .banner__link {
transform: scale(1.3);
}
.banner:hover .banner__link i {
transform: scale(0.7);
}
.banner:hover .banner__link::after {
height: 100%;
}
.banner:hover .banner__figure {
transform: scale(1.05);
}
@media (min-width: 64rem) {
.banner__grid {
flex-direction: row-reverse;
}
.banner__grid > * {
width: 50%;
}
.banner__figure {
height: 100%;
padding-bottom: 0;
-webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
}
.banner__text {
padding: 3rem;
}
.banner__link-wrapper {
margin-top: 1.5rem;
}
.banner--invert .banner__grid {
flex-direction: row;
}
.banner--invert .banner__figure {
-webkit-clip-path: polygon(
0% 0%,
calc(100% - 100px) 0%,
calc(100% - 50px) 100%,
0% 100%
);
clip-path: polygon(
0% 0%,
calc(100% - 100px) 0%,
calc(100% - 50px) 100%,
0% 100%
);
}
.banner--invert .banner__text {
text-align: right;
}
.banner--invert .banner__link {
transform-origin: right bottom;
}
.banner:hover .banner__figure {
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}
/* ------------------------ Watermark (Please Ignore) ----------------------- */
.watermark-ctr {
--clr-button-bg: #141414;
--clr-button: 72, 39, 236;
--clr-text: #ffffff;
position: fixed;
bottom: 1.5rem;
right: 1.5rem;
z-index: 1000;
}
.watermark-ctr a {
text-decoration: none;
color: inherit;
display: flex;
}
.generate-button {
--generate-button-star-1-opacity: 0.25;
--generate-button-star-1-scale: 1;
--generate-button-star-2-opacity: 1;
--generate-button-star-2-scale: 1;
--generate-button-star-3-opacity: 0.5;
--generate-button-star-3-scale: 1;
--generate-button-dots-opacity: 0;
appearance: none;
outline: none;
border: none;
padding: 14px 24px 14px 20px;
border-radius: 29px;
margin: 0;
background-color: var(--clr-button-bg);
color: var(--clr-text);
display: flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
z-index: 1;
transform: scale(var(--generate-button-scale, 1)) translateZ(0);
box-shadow: 0px 0px 120px var(--generate-button-shadow-wide, transparent),
0px 4px 12px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.1),
inset 0px 1px 1px
var(--generate-button-shadow-inset, rgba(255, 255, 255, 0.04)),
0 0 0 var(--generate-button-shadow-outline, 0px)
rgba(var(--clr-button), 0.4);
transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.generate-button:before {
content: \"\";
display: block;
position: absolute;
right: 20%;
height: 20px;
left: 20%;
bottom: -10px;
background: rgba(204, 204, 204, 0.4);
filter: blur(12.5px);
z-index: 2;
clip-path: inset(-200% -30% 10px -30% round 29px);
opacity: 0;
transition: opacity 0.4s;
transform: translateZ(0);
}
.generate-button span {
position: relative;
z-index: 1;
font-family: \"Poppins\", Arial;
font-weight: 600;
font-size: 16px;
letter-spacing: 0.005em;
display: block;
user-select: none;
}
.generate-button .stroke {
mix-blend-mode: hard-light;
}
.generate-button .stroke svg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
fill: none;
stroke-width: 0.75px;
stroke: #e2d9ff;
stroke-dasharray: 1.5 14;
stroke-dashoffset: 22;
opacity: 0;
}
.generate-button .stroke svg:nth-child(2) {
stroke-width: 1px;
stroke-opacity: 0.5;
filter: blur(3px);
}
.generate-button svg.icon {
width: 18px;
height: 20px;
margin-right: 10px;
fill: currentColor;
}
.generate-button svg.icon path:nth-child(1) {
opacity: var(--generate-button-star-1-opacity);
transform: scale(var(--generate-button-star-1-scale)) translateZ(0);
transform-origin: 25% 14.58%;
}
.generate-button svg.icon path:nth-child(2) {
opacity: var(--generate-button-star-2-opacity);
transform: scale(var(--generate-button-star-2-scale)) translateZ(0);
transform-origin: 60.42% 50%;
}
.generate-button svg.icon path:nth-child(3) {
opacity: var(--generate-button-star-3-opacity);
transform: scale(var(--generate-button-star-3-scale)) translateZ(0);
transform-origin: 25% 85.42%;
}
.generate-button:hover {
--generate-button-scale: 1.01;
--generate-button-shadow-wide: rgba(var(--clr-button), 0.4);
--generate-button-shadow-inset: rgba(255, 255, 255, 0.35);
--generate-button-shadow-outline: 3px;
color: var(--clr-text);
background-color: rgba(var(--clr-button));
}
.generate-button:hover .stroke svg {
animation: stroke 2s linear infinite;
}
.generate-button:hover:before {
opacity: 1;
}
.generate-button:hover span:before {
opacity: 0;
}
.generate-button:hover:active {
--generate-button-scale: 1.05;
}
@keyframes stroke {
0% {
opacity: 0;
}
25%,
75% {
opacity: 1;
}
95%,
100% {
stroke-dashoffset: 6;
opacity: 0;
}
}
.pagination {
font-weight: bold;
font-size: 16px;
font-family: \"helvetica neue\", helvetica, arial, sans-serif;
}
.pagination a {
padding: 3px;
border: 1px solid #262626;
border-radius: 3px;
margin: 3px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #b8b8b8));
background: -moz-linear-gradient(top, #e3e3e3, #b8b8b8);
background: -webkit-linear-gradient(top, #e3e3e3, #b8b8b8);
background: linear-gradient(to bottom, #e3e3e3, #b8b8b8);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), inset 0 1px rgba(255, 255, 255, 0.4);
color: #333;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
}
.pagination a:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d90073), color-stop(100%, #a00056));
background: -moz-linear-gradient(top, #d90073, #a00056);
background: -webkit-linear-gradient(top, #d90073, #a00056);
background: linear-gradient(to bottom, #d90073, #a00056);
color: #260014;
}
.pagination a.active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00add9), color-stop(100%, #00708c));
background: -moz-linear-gradient(top, #00add9, #00708c);
background: -webkit-linear-gradient(top, #00add9, #00708c);
background: linear-gradient(to bottom, #00add9, #00708c);
color: #001e26;
}
.pagination a.active:hover {
cursor: default;
}
.pagination .prev:before {
content: \"« \";
font-weight: normal;
}
.pagination .next:after {
content: \" »\";
font-weight: normal;
}
.pagination .next:hover, .pagination .prev:hover {
border-color: #141414;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #1a1a1a));
background: -moz-linear-gradient(top, #262626, #1a1a1a);
background: -webkit-linear-gradient(top, #262626, #1a1a1a);
background: linear-gradient(to bottom, #262626, #1a1a1a);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6), inset 0 1px rgba(255, 255, 255, 0.1);
color: #ebebeb;
text-shadow: none;
}
</style>
{% endblock %}
{% block userblog_body %}
<div style=\"background-image: linear-gradient(-1deg, #F6FCFF 0%, #EAF7FF 98%);\">
{% if position == 'aide' %}
\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlesdemo\", {'position': position, 'page': page})) }}
{% else %}
\t{% if position == 'faq' %}
\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlesfaq\", {'position': position, 'page': page})) }}
\t{% else %}
\t\t{% if position == 'blog' %}
\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlesblog\", {'position': position, 'page': page})) }}
\t\t{% else %}
\t\t\t{% if position == 'presentation' %}
\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articleapropos\", {'position': position, 'page': page})) }}
\t\t\t{% else %}
\t\t\t\t{% if position == 'garantie' %}
\t\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlesengagement\", {'position': position, 'page': page})) }}
\t\t\t\t{% else %}
\t\t\t\t\t{% if position == 'toutinclus' %}
\t\t\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlestoutinclus\", {'position': position, 'page': page})) }}
\t\t\t\t\t{% else %}
\t\t\t\t\t\t{% if position == 'modepaiement' %}
\t\t\t\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlesmodepaiement\", {'position': position, 'page': page})) }}
\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t{% if position == 'cgu' %}
\t\t\t\t\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlescgu\", {'position': position, 'page': page})) }}
\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t{% if position == 'confidentialite' %}
\t\t\t\t\t\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:articlesconfidentialite\", {'position': position, 'page': page})) }}
\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t{{ render(controller(\"App\\\\Controller\\\\Produit\\\\Service\\\\ServiceController:itemaide\", {'position': 'menuaide'})) }}
\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t{% endif %}
\t\t\t\t{% endif %}
\t\t\t{% endif %}
\t\t{% endif %}
\t{% endif %}
{% endif %}
</div>
{% include 'Theme/General/Template/Menu/contacts.html.twig' %}
<div style=\"border-top: 2px solid #ddd; background: #fff;\">
\t<div class=\"container\">
\t{{ render(controller(\"App\\\\Controller\\\\Users\\\\User\\\\BilletController:aviscarousel\")) }}
\t</div>
</div>
<div class=\"modal fade\" data-backdrop=\"false\" id=\"modalArticlesDetail\" style=\"margin-top: -75px;\">
<div class=\"modal-dialog modal-md\">
<div class=\"modal-content\">
<div class=\"modal-header color-bottom\" style=\"border-bottom: 4px solid #37c0fb; display: block;\">
\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" style=\"float: right;\">×</button>
\t<h3 class=\"modal-title custom-title-modal\" style=\"text-transform: capitalize; text-align: left;\"> {{ position }} <span class=\" fa fa-chevron-right\" style=\"font-size: 20px;\"></span> Article #{{ id }}</h3>
</div>
<div class=\"modal-body\">
\t<div class=\"row\">
\t <div class=\"col-md-12\">
\t\t<div class=\"wait-chargement-content-module-article\" style=\"text-align: center;\">
\t\t\tPatientez un moment pendant le chargement de l'article</br>
\t\t\t<img src=\"{{ asset('template/images/loader1.gif') }}\" alt=\"image\" style=\"height: 40px; width: 40px;\">
\t\t</div>
\t\t<div class=\"content-module-loading-article\" style=\"display: none;\">
\t\t
\t\t</div>
\t </div>
\t</div>
</div>
<div class=\"modal-footer color-top\" style=\"text-align: right; border-top: 4px solid #37c0fb; display: block;\">
{% include \"Theme/General/Template/Menu/social.html.twig\" %}
</div>
</div>
</div>
</div>
{% endblock %}
{% block srcjavascripttemplate %}
{% endblock %}
{% block javascripttemplate %}
{% for infos in app.session.flashbag.get('information') %}
{% if loop.first %}
\tresetNotif();
\talertify.alert(\"{{ infos }}\");
{% endif %}
{% endfor %}
\$('a').tooltip();
\$('.div-tab-mod').hide();
\$('.div-tab-mod:first').show();
\$('.tabs-nav li:first').addClass('tab-active');
// Change tab class and display content
\$('.tabs-nav a').on('click', function(event){
event.preventDefault();
\$('.tabs-nav li').removeClass('tab-active');
\$(this).parent().addClass('tab-active');
\$('.div-tab-mod').hide();
\$(\$(this).attr('href')).show();
});
\$(\".open\").click(function(){
var container = \$(this).parents(\".topic\");
var answer = container.find(\".answer\");
var trigger = container.find(\".faq-t\");
answer.slideToggle(200);
if (trigger.hasClass(\"faq-o\")) {
trigger.removeClass(\"faq-o\");
}
else {
trigger.addClass(\"faq-o\");
}
if (container.hasClass(\"expanded\")) {
container.removeClass(\"expanded\");
}
else {
container.addClass(\"expanded\");
}
});
\$('.item-app').hover(function(){
\$(this).find('.popover').stop(true, true).delay(200).fadeIn(200);
}, function(){
\$(this).find('.popover').stop(true, true).delay(200).fadeOut(200);
});
\$('.open-content-article-reponse').click(function(){
\tvar id = \$(this).attr('value');
\topenarticlesupport(id);
});\t
function openarticlesupport(id)
{
\t\$('#modalArticlesDetail').modal('show');
\t\$('.wait-chargement-content-module-article').show();
\t\$('.content-module-loading-article').hide();
\t\$('.custom-title-modal').html('<img src=\"{{ asset('template/images/diplome.jpg') }}\" alt=\"image\" style=\"height: 40px; width: 40px;\"/> {{ position }} <span class=\"fa fa-gg\" style=\"font-size: 20px;\"></span> Article <span class=\" fa fa-gg\" style=\"font-size: 20px;\"></span> '+id*87);
\t\$.post('{{ path('produit_service_detail_article_support') }}',{ id: id }, function(data){
\t\t\$('.wait-chargement-content-module-article').hide();
\t\t\$('.content-module-loading-article').show();
\t\t\$('.content-module-loading-article').html(data);
\t});
}
{% if id > 0 %}
\topenarticlesupport({{ id }});
{% endif %}
{% endblock %}
", "Theme/Produit/Service/Service/supportscenter.html.twig", "/home/afhunt/domains/factory.afhunt.com/public_html/factory/templates/Theme/Produit/Service/Service/supportscenter.html.twig");
}
}