var/cache/dev/twig/ef/ef7b4add6d753e207cc91ec92914f70d1cacca13772006b3e3e6b30af3b78088.php line 41

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Theme/Users/User/Security/accueilsite.html.twig */
  14. class __TwigTemplate_533524715d2214c8f34161a9ec2af395d8d6665b80c15af5b6cb15e16daf9efb extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'meta' => [$this'block_meta'],
  24.             'title' => [$this'block_title'],
  25.             'userblog_body' => [$this'block_userblog_body'],
  26.             'javascripttemplate' => [$this'block_javascripttemplate'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "Theme/Users/User/layoutoffert.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Users/User/Security/accueilsite.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Theme/Users/User/Security/accueilsite.html.twig"));
  41.         $this->parent $this->loadTemplate("Theme/Users/User/layoutoffert.html.twig""Theme/Users/User/Security/accueilsite.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 2
  49.     public function block_meta($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  56.         // line 3
  57.         echo "\t";
  58.         $this->displayParentBlock("meta"$context$blocks);
  59.         echo "
  60. \t<meta name=\"keywords\" content=\"";
  61.         // line 4
  62.         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"nulltrue);
  63.         echo ", ";
  64.         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"nulltrue);
  65.         echo "\"/>
  66. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  67. \t<meta name=\"description\" content=\"";
  68.         // line 6
  69.         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"nulltrue);
  70.         echo " | ";
  71.         echo twig_escape_filter($this->env, (isset($context["description"]) || array_key_exists("description"$context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.'6$this->source); })()), "html"nulltrue);
  72.         echo "\"/>
  73. ";
  74.         
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  76.         
  77.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  78.     }
  79.     // line 9
  80.     public function block_title($context, array $blocks = [])
  81.     {
  82.         $macros $this->macros;
  83.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  85.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  86.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  87.         // line 10
  88.         echo "\t";
  89.         $this->displayParentBlock("title"$context$blocks);
  90.         echo " | Accueil
  91. ";
  92.         
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  94.         
  95.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  96.     }
  97.     // line 13
  98.     public function block_userblog_body($context, array $blocks = [])
  99.     {
  100.         $macros $this->macros;
  101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  102.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  103.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  104.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""userblog_body"));
  105.         // line 14
  106.         echo "
  107. <style>
  108. \t.banner-content .me {
  109. \t\tbackground: #90acd1;
  110. \t\tpadding: 18px;
  111. \t\tdisplay: inline-block;
  112. \t\tcolor:#fff;
  113. \t\tfont-size: 16px;
  114. \t\tborder-radius: 8px;
  115. \t\tposition: relative;
  116. \t}
  117. \t
  118. \t.banner-content .me::after{
  119. \t\tcontent: '';
  120. \t\tposition: absolute;
  121. \t\tright: 0;
  122. \t\tbottom: -15px;
  123. \t\twidth: 0;
  124. \t\theight: 0;
  125. \t\tborder-left: 26px solid transparent;
  126. \t\tborder-right: 0px solid
  127. \t\ttransparent;
  128. \t\tborder-top: 24px solid#90acd1;
  129. \t}
  130. \t
  131. \t*, ::after, ::before {
  132. \t\tbox-sizing: border-box;
  133. \t}
  134. </style>
  135. \t\t
  136. ";
  137.         // line 44
  138.         if ((!== twig_compare((isset($context["slideaccueil"]) || array_key_exists("slideaccueil"$context) ? $context["slideaccueil"] : (function () { throw new RuntimeError('Variable "slideaccueil" does not exist.'44$this->source); })()), null))) {
  139.             // line 45
  140.             echo "<section id=\"download-firefox-primary-cta\" class=\"c-primary-cta download-firefox-primary-cta mzp-t-firefox\" style=\"background-image: url(";
  141.             if ((!== twig_compare(twig_get_attribute($this->env$this->source, (isset($context["slideaccueil"]) || array_key_exists("slideaccueil"$context) ? $context["slideaccueil"] : (function () { throw new RuntimeError('Variable "slideaccueil" does not exist.'45$this->source); })()), "src", [], "any"falsefalsefalse45), null))) {
  142.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->source, (isset($context["slideaccueil"]) || array_key_exists("slideaccueil"$context) ? $context["slideaccueil"] : (function () { throw new RuntimeError('Variable "slideaccueil" does not exist.'45$this->source); })()), "getwebpath", [], "any"falsefalsefalse45)), "html"nulltrue);
  143.             } else {
  144.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("templatehome/images/browser-high-res.188e4ab6d8f4.png"), "html"nulltrue);
  145.             }
  146.             echo ")!important;background-size:400px 278px,auto;background-position:calc(50vw + 34px) 60px,calc(50vw - 41px) -78px;background-repeat:no-repeat;\">
  147.   <div class=\"mzp-l-content\">
  148.     <div class=\"c-primary-cta-wrapper\">
  149.       <div class=\"banner-content\" style=\"margin-bottom: 20px; margin-top: -40px;\">
  150. \t  \t<div class=\"me wow fadeInDown\" data-wow-duration=\"1s\" data-wow-delay=\"1.2s\" style=\"visibility: visible; animation-duration: 1s; animation-delay: 1.2s; animation-name: fadeInDown;\">Investissez</div>
  151. \t  </div>
  152. \t  <h3 class=\"c-primary-cta-title\">";
  153.             // line 51
  154.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["slideaccueil"]) || array_key_exists("slideaccueil"$context) ? $context["slideaccueil"] : (function () { throw new RuntimeError('Variable "slideaccueil" does not exist.'51$this->source); })()), "titre", [], "any"falsefalsefalse51), "html"nulltrue);
  155.             echo "</h3>
  156.       <h3 class=\"c-primary-cta-title-sub\"></h3>
  157.       <p class=\"c-primary-cta-desc-sub\">";
  158.             // line 53
  159.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["slideaccueil"]) || array_key_exists("slideaccueil"$context) ? $context["slideaccueil"] : (function () { throw new RuntimeError('Variable "slideaccueil" does not exist.'53$this->source); })()), "description", [], "any"falsefalsefalse53), "html"nulltrue);
  160.             echo "</p>
  161.       
  162.       <div class=\"c-primary-cta-button\">
  163. \t\t<a class=\"download-link button button-green mzp-c-button mzp-t-product\" href=\"";
  164.             // line 56
  165.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_tarification_courant_product");
  166.             echo "\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  167. \t\t  <strong class=\"download-title\">
  168. \t\t\tInvestir sur un chantier
  169. \t\t  </strong>
  170. \t\t</a><a class=\"download-link button button-green mzp-c-button mzp-t-product open-spp-modal\" href=\"";
  171.             // line 60
  172.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_tarification_souscription_donation");
  173.             echo "\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  174. \t\t  <strong class=\"download-title\">
  175. \t\t\tFaire un don
  176. \t\t  </strong>
  177. \t\t</a>
  178.       </div>
  179.     </div>
  180.   </div>
  181. </section>
  182. ";
  183.         } else {
  184.             // line 70
  185.             echo "<style>
  186. \t.articleplay {
  187. \t\ttext-align: left;
  188. \t\tposition: relative;
  189. \t\twidth: 100%;
  190. \t\theight: 400px;
  191. \t\toverflow: hidden;
  192. \t\tbackground: white;
  193. \t\tborder-radius: 5px;
  194. \t\tcolor: #fff;
  195. \t\ttransform: translate3d(0);
  196. \t\tbox-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.03);
  197. \t\ttransition: all 0.3s ease;
  198. \t\ttop: 50%;
  199. \t\tleft: 50%;
  200. \t\ttransform: translate(-50%, -50%);
  201. \t}
  202. \t.image {
  203. \t\twidth: 100%;
  204. \t\tposition: absolute;
  205. \t\theight: 400px;
  206. \t\ttransition: 0.3s ease;
  207. \t\tbackground-image: url(";
  208.             // line 92
  209.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-reseller.jpg"), "html"nulltrue);
  210.             echo ");
  211. \t\tbackground-size: cover;
  212. \t\tbackground-position: center center;
  213. \t}
  214. \t.image:before {
  215. \t\ttransition: all 0.3s ease;
  216. \t\tcontent: \"\";
  217. \t\tposition: absolute;
  218. \t\twidth: 100%;
  219. \t\theight: 150px;
  220. \t\tbottom: 0;
  221. \t\tbackground-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  222. \t\tborder-radius: 0 0 5px 5px;
  223. \t}
  224. \t.player-wrap {
  225. \t\theight: 280px;
  226. \t\twidth: 100%;
  227. \t\tposition: relative;
  228. \t\topacity: 0;
  229. \t\tpointer-events: none;
  230. \t\toverflow: hidden;
  231. \t}
  232. \t.player-active .player-wrap {
  233. \t\topacity: 1;
  234. \t}
  235. \t.articleplay #player {
  236. \t\twidth: 100%;
  237. \t\theight: calc(330px*16/9);
  238. \t\tposition: absolute;
  239. \t\ttop: 50%;
  240. \t\tleft: 50%;
  241. \t\ttransform: translate(-50%, -50%) scale(1.4);
  242. \t\t-webkit-filter: saturate(1);
  243. \t}
  244. \t.articleplay .nfo {
  245. \t\twidth: 100%;
  246. \t\tposition: absolute;
  247. \t\tbottom: 0;
  248. \t\tleft: 20px;
  249. \t\ttransition: all 0.3s ease;
  250. \t\theight: 92px;
  251. \t}
  252. \t.articleplay h3 {
  253. \t\tfont-size: 30px;
  254. \t\tline-hight: 0;
  255. \t\tmargin: 0;
  256. \t\tposition: relative;
  257. \t\ttransition: all 0.3s ease;
  258. \t\twhite-space: nowrap;
  259. \t}
  260. \t.articleplay h3:after {
  261. \t\tposition: absolute;
  262. \t\tcontent: \"\";
  263. \t\tbottom: 0;
  264. \t\tleft: 0;
  265. \t\twidth: 60px;
  266. \t\theight: 3px;
  267. \t\tbackground: #F15826;
  268. \t\tz-index: 100;
  269. \t\ttransition: all 0.3s ease;
  270. \t\ttransition-delay: 0s;
  271. \t}
  272. \t.articleplay p {
  273. \tcolor: #B3B7B9;
  274. \tmargin-top: 0.3em;
  275. \tposition: relative;
  276. \ttransition: all 0.3s ease;
  277. \t}
  278. \t.articleplay  .desc {
  279. \t\tbackground: #9ebb3d;
  280. \t\twidth: 100%;
  281. \t\theight: 144px;
  282. \t\tmargin-left: -20px;
  283. \t\tposition: relative;
  284. \t\tbox-sizing: border-box;
  285. \t\ttransition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  286. \t\tline-height: 1.4;
  287. \t\tfont-weight: 100;
  288. \t}
  289. \t.articleplay  .desc p {
  290. \t\tmargin: 0;
  291. \t\tpadding: 20px;
  292. \t\tpadding-top: 25px;
  293. \t\tcolor: #fff;
  294. \t\tfont-size: 15px;
  295. \t\theight: 2.8em;
  296. \t\toverflow: hidden;
  297. \t}
  298. \t.articleplay a {
  299. \t\tpadding: 10px 0px;
  300. \t\theight: 50px;
  301. \t\tbackground: #ec9204;
  302. \t\tcolor: white;
  303. \t\tdisplay: inline-block;
  304. \t\ttext-align: center;
  305. \t\tbottom: 0;
  306. \t\tposition: absolute;
  307. \t\twidth: 100%;
  308. \t\toverflow: hidden;
  309. \t\tbox-sizing: border-box;
  310. \t\tfont-weight: 400;
  311. \t\ttext-decoration: none;
  312. \t\ttransition: all 0.1s ease;
  313. \t}
  314. \t.articleplay a:hover {
  315. \t\tcolor: white;
  316. \t\t-webkit-filter: contrast(1.5);
  317. \t}
  318. \t.articleplay a:hover .maxdome-logo, .articleplay a:hover span {
  319. \ttransform: translateY(-37px);
  320. \t}
  321. \t.articleplay  a:active {
  322. \t-webkit-filter: contrast(2);
  323. \t}
  324. \t.articleplay  a:active .maxdome-logo {
  325. \ttransition: all 0.3s ease 0;
  326. \ttransform: translateY(-37px) scale(0.95);
  327. \t}
  328. \t.articleplay a .maxdome-logo, .articleplay a span {
  329. \ttransition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  330. \twidth: 100%;
  331. \tdisplay: inline-block;
  332. \tmargin-top: 6px;
  333. \t}
  334. \t.articleplay a .maxdome-logo {
  335. \twidth: 154px;
  336. \tmargin-top: 12px;
  337. \theight: 20px;
  338. \tdisplay: inline-block;
  339. \t}
  340. \t.articleplay  a .maxdome-logo:after {
  341. \tcontent: \"\";
  342. \tspeak: none;
  343. \tfont-style: normal;
  344. \tfont-weight: 400;
  345. \tfont-family: Icons;
  346. \tcolor: #fff;
  347. \tmargin-left: 0.11111rem;
  348. \t}
  349. \t.articleplay a .maxdome-logo:before {
  350. \tcontent: \"\";
  351. \tspeak: none;
  352. \tfont-style: normal;
  353. \tfont-weight: 400;
  354. \tcolor: #202831;
  355. \tfont-family: Icons;
  356. \t}
  357. \t.articleplay:hover {
  358. \tbox-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  359. \t}
  360. \t.articleplay:hover .nfo {
  361. \ttransform: translateY(-100px);
  362. \t}
  363. \t.articleplay:hover .nfo p {
  364. \topacity: 0;
  365. \t}
  366. \t.articleplay:hover .desc {
  367. \ttransform: translateY(-47px);
  368. \t}
  369. \t.articleplay:hover .desc p {
  370. \topacity: 1;
  371. \t}
  372. \t.articleplay:hover h3:after {
  373. \twidth: 390px;
  374. \ttransform: translateX(-20px);
  375. \ttransition-delay: 0.3s;
  376. \ttransition: transform 0.3s ease, width 2s ease-in;
  377. \t}
  378. \t.articleplay:hover .image {
  379. \ttransform: translateY(-60px);
  380. \t}
  381. \t.articleplay:hover.player-active h3:after {
  382. \ttransition: 0.3s ease;
  383. \twidth: 440px;
  384. \t}
  385. \t.articleplay:hover.player-active .image:before {
  386. \ttransform: translate(0);
  387. \t}
  388. \t.articleplay:hover.player-active .nfo {
  389. \ttransition: 1s ease 1.5s;
  390. \ttransform: translateY(-6px);
  391. \t}
  392. \t.articleplay:hover.player-active .nfo a {
  393. \ttransform: translateY(-94px);
  394. \ttransition: 1s ease 1.5s;
  395. \t}
  396. \t.articleplay:hover.player-active .nfo:hover {
  397. \ttransition: 0.7s ease 0s;
  398. \ttransform: translateY(-100px);
  399. \t}
  400. \t.articleplay:hover.player-active .nfo:hover a {
  401. \ttransform: translateY(0);
  402. \ttransition: 0.7s ease 0s;
  403. \t}
  404. \t.articleplay:hover.player-active .nfo:hover h3 {
  405. \ttransition: 1s ease 0s;
  406. \tcolor: white;
  407. \t}
  408. \t.articleplay:hover.player-active .nfo:hover h3 {
  409. \ttransition: 1s ease 2s;
  410. \t}
  411. \t.articleplay:hover.player-active .nfo:hover h3:after {
  412. \twidth: 440px;
  413. \ttransition: width 0.3s ease;
  414. \t}
  415. .bg-danger {
  416.   background-color: #f5365c !important;
  417. }
  418. @media (min-width: 1200px) {
  419.   
  420.   .justify-content-xl-between {
  421.     justify-content: space-between !important;
  422.   }
  423. }
  424. .pt-5 {
  425.   padding-top: 3rem !important;
  426. }
  427. .pb-8 {
  428.   padding-bottom: 8rem !important;
  429. }
  430. @media (min-width: 768px) {
  431.   .pt-md-8 {
  432.     padding-top: 8rem !important;
  433.   }
  434. }
  435. @media (min-width: 1200px) {
  436.   
  437.   .mb-xl-0 {
  438.     margin-bottom: 0 !important;
  439.   }
  440. }
  441. .font-weight-bold {
  442.   font-weight: 600 !important;
  443. }
  444. a.text-success:hover,
  445. a.text-success:focus {
  446.   color: #24a46d !important;
  447. }
  448. .text-warning {
  449.   color: #fb6340 !important;
  450. }
  451. a.text-warning:hover,
  452. a.text-warning:focus {
  453.   color: #fa3a0e !important;
  454. }
  455. .text-danger {
  456.   color: #f5365c !important;
  457. }
  458. a.text-danger:hover,
  459. a.text-danger:focus {
  460.   color: #ec0c38 !important;
  461. }
  462. .text-white {
  463.   color: #fff !important;
  464. }
  465. a.text-white:hover,
  466. a.text-white:focus {
  467.   color: #e6e6e6 !important;
  468. }
  469. .text-muted {
  470.   color: #8898aa !important;
  471. }
  472. figcaption,
  473. main {
  474.   display: block;
  475. }
  476. main {
  477.   overflow: hidden;
  478. }
  479. .bg-yellow {
  480.   background-color: #ffd600 !important;
  481. }
  482. </style>
  483. <section id=\"download-firefox-primary-cta\" class=\"c-primary-cta download-firefox-primary-cta mzp-t-firefox\" style=\"background-image: url(";
  484.             // line 367
  485.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-shape-bottom-right.png"), "html"nulltrue);
  486.             echo "); background-size: 600px 400px,auto; background-position: top 100px right 0px; background-repeat:no-repeat;\">
  487.   <div class=\"mzp-l-content \">
  488.     <div class=\"c-primary-cta-wrapper\" style=\"max-width: 100%;\">
  489.       <div class=\"banner-content\" style=\"margin-bottom: 20px; margin-top: -40px;\">
  490. \t  \t<div class=\"me wow fadeInDown\" data-wow-duration=\"1s\" data-wow-delay=\"1.2s\" style=\"visibility: visible; animation-duration: 1s; animation-delay: 1.2s; animation-name: fadeInDown;\">Investissez</div>
  491. \t  </div>
  492. \t  <div class=\"row\">
  493. \t\t  <div class=\"col-md-6\">
  494. \t\t\t<h3 class=\"c-primary-cta-title\">Sur les business les plus rentables en controlant intégralement l'activité.</h3>
  495. \t\t\t<h3 class=\"c-primary-cta-title-sub\">12</h3>
  496. \t\t\t<p class=\"c-primary-cta-desc-sub\">";
  497.             // line 377
  498.             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.'377$this->source); })()), "html"nulltrue);
  499.             echo " Transforme des idées et projets en business modernes dans lesquelles des millions de personnes peuvent investir et tracer leur investissement avec le risque d'échec quasiment nul.</p>
  500. \t\t\t<div class=\"c-primary-cta-button\">
  501. \t\t\t  <a style=\"margin: 1px;\" class=\"download-link button button-green mzp-c-button mzp-t-product\" href=\"";
  502.             // line 379
  503.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_tarification_courant_product");
  504.             echo "\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  505. \t\t\t\t<strong class=\"download-title\">
  506. \t\t\t\t  Investir sur un chantier
  507. \t\t\t\t</strong>
  508. \t\t\t  </a>
  509. \t\t\t  
  510. \t\t\t  <a style=\"margin: 1px;\" class=\"download-link button button-green mzp-c-button mzp-t-product\" href=\"";
  511.             // line 385
  512.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_tarification_souscription_donation");
  513.             echo "\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  514. \t\t\t\t<strong class=\"download-title\">
  515. \t\t\t\t  Faire un don
  516. \t\t\t\t</strong>
  517. \t\t\t  </a>
  518. \t\t\t</div>
  519. \t\t  </div>
  520. \t\t  <div class=\"col-md-6\">
  521. \t\t\t
  522. \t\t\t<div class=\"articleplay\"  data-youtube-id=\"Ue_SfrHHBAc\">
  523. \t\t\t\t<div class=\"image\"></div>
  524. \t\t\t\t<div class=\"player-wrap\">
  525. \t\t\t\t  <div id=\"player\"></div>
  526. \t\t\t\t</div>
  527. \t\t\t\t<div class=\"nfo\">
  528. \t\t\t\t  
  529. \t\t\t\t  <h3>Monsters, Inc.</h3>
  530. \t\t\t\t  <p>Animation/Comedy
  531. \t\t\t\t  </p>
  532. \t\t\t\t  <div class=\"desc\">
  533. \t\t\t\t\t<p>In order to power the city, monsters have to scare children so that they scream. However, the children are toxic to the monsters, and after a child gets through, two monsters realize things may not be what they think.</p>
  534. \t\t\t\t\t<a href=\"#\" ><span>&#9658; Rent or Buy Now</span>
  535. \t\t\t\t\t  <div class=\"maxdome-logo\"></div>
  536. \t\t\t\t\t</a>
  537. \t\t\t\t  </div>
  538. \t\t\t
  539. \t\t\t\t</div>
  540. \t\t\t</div>
  541. \t\t  </div>
  542. \t  </div>
  543. \t  
  544. \t  <script type=\"text/javascript\">
  545. \t\t
  546. \t  </script>
  547.     </div>
  548.   </div>
  549.   <div>
  550. \t  <img src=\"\" alt=\"\" style=\"\">
  551.   </div>
  552. </section>
  553. ";
  554.         }
  555.         // line 430
  556.         echo "
  557. <div class=\"mzp-l-content \" style=\"border-top: 1px solid #ddd;\">
  558. \t<div class=\"header-body\">
  559. \t\t<div class=\"row\">
  560. \t\t  <div class=\"col-xl-3 col-lg-6\">
  561. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  562. \t\t\t  <div class=\"card-body\">
  563. \t\t\t\t<div class=\"row\">
  564. \t\t\t\t  <div class=\"col\">
  565. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Chantiers</h5>
  566. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">350,897</span>
  567. \t\t\t\t  </div>
  568. \t\t\t\t  <div class=\"col-auto\">
  569. \t\t\t\t\t<div class=\"icon icon-shape bg-danger text-white rounded-circle shadow\">
  570. \t\t\t\t\t  <i class=\"fa fa-chart-bar\"></i>
  571. \t\t\t\t\t</div>
  572. \t\t\t\t  </div>
  573. \t\t\t\t</div>
  574. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  575. \t\t\t\t  <span class=\"text-success mr-2\"><i class=\"fa fa-arrow-up\"></i> 3.48%</span>
  576. \t\t\t\t  <span class=\"text-nowrap\">Since last month</span>
  577. \t\t\t\t</p>
  578. \t\t\t  </div>
  579. \t\t\t</div>
  580. \t\t  </div>
  581. \t\t  <div class=\"col-xl-3 col-lg-6\">
  582. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  583. \t\t\t  <div class=\"card-body\">
  584. \t\t\t\t<div class=\"row\">
  585. \t\t\t\t  <div class=\"col\">
  586. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Investissement</h5>
  587. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">2,356</span>
  588. \t\t\t\t  </div>
  589. \t\t\t\t  <div class=\"col-auto\">
  590. \t\t\t\t\t<div class=\"icon icon-shape bg-warning text-white rounded-circle shadow\">
  591. \t\t\t\t\t  <i class=\"fa fa-chart-pie\"></i>
  592. \t\t\t\t\t</div>
  593. \t\t\t\t  </div>
  594. \t\t\t\t</div>
  595. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  596. \t\t\t\t  <span class=\"text-danger mr-2\"><i class=\"fa fa-arrow-down\"></i> 3.48%</span>
  597. \t\t\t\t  <span class=\"text-nowrap\">Since last week</span>
  598. \t\t\t\t</p>
  599. \t\t\t  </div>
  600. \t\t\t</div>
  601. \t\t  </div>
  602. \t\t  <div class=\"col-xl-3 col-lg-6\">
  603. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  604. \t\t\t  <div class=\"card-body\">
  605. \t\t\t\t<div class=\"row\">
  606. \t\t\t\t  <div class=\"col\">
  607. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Investisseurs</h5>
  608. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">924</span>
  609. \t\t\t\t  </div>
  610. \t\t\t\t  <div class=\"col-auto\">
  611. \t\t\t\t\t<div class=\"icon icon-shape bg-yellow text-white rounded-circle shadow\">
  612. \t\t\t\t\t  <i class=\"fa fa-users\"></i>
  613. \t\t\t\t\t</div>
  614. \t\t\t\t  </div>
  615. \t\t\t\t</div>
  616. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  617. \t\t\t\t  <span class=\"text-warning mr-2\"><i class=\"fa fa-arrow-down\"></i> 1.10%</span>
  618. \t\t\t\t  <span class=\"text-nowrap\">Since yesterday</span>
  619. \t\t\t\t</p>
  620. \t\t\t  </div>
  621. \t\t\t</div>
  622. \t\t  </div>
  623. \t\t  <div class=\"col-xl-3 col-lg-6\">
  624. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  625. \t\t\t  <div class=\"card-body\">
  626. \t\t\t\t<div class=\"row\">
  627. \t\t\t\t  <div class=\"col\">
  628. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Donations</h5>
  629. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">49,65%</span>
  630. \t\t\t\t  </div>
  631. \t\t\t\t  <div class=\"col-auto\">
  632. \t\t\t\t\t<div class=\"icon icon-shape bg-info text-white rounded-circle shadow\">
  633. \t\t\t\t\t  <i class=\"fa fa-percent\"></i>
  634. \t\t\t\t\t</div>
  635. \t\t\t\t  </div>
  636. \t\t\t\t</div>
  637. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  638. \t\t\t\t  <span class=\"text-success mr-2\"><i class=\"fa fa-arrow-up\"></i> 12%</span>
  639. \t\t\t\t  <span class=\"text-nowrap\">Since last month</span>
  640. \t\t\t\t</p>
  641. \t\t\t  </div>
  642. \t\t\t</div>
  643. \t\t  </div>
  644. \t\t</div>
  645. \t  </div>
  646. </div>
  647.   <section style=\"padding: 15px 0px;\">
  648. \t<div class=\"mzp-l-content\">
  649.       <div class=\"mzp-l-card-hero\">
  650. \t  ";
  651.         // line 528
  652.         $context['_parent'] = $context;
  653.         $context['_seq'] = twig_ensure_traversable((isset($context["article_presentation"]) || array_key_exists("article_presentation"$context) ? $context["article_presentation"] : (function () { throw new RuntimeError('Variable "article_presentation" does not exist.'528$this->source); })()));
  654.         $context['loop'] = [
  655.           'parent' => $context['_parent'],
  656.           'index0' => 0,
  657.           'index'  => 1,
  658.           'first'  => true,
  659.         ];
  660.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  661.             $length count($context['_seq']);
  662.             $context['loop']['revindex0'] = $length 1;
  663.             $context['loop']['revindex'] = $length;
  664.             $context['loop']['length'] = $length;
  665.             $context['loop']['last'] = === $length;
  666.         }
  667.         foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
  668.             // line 529
  669.             echo "\t\t\t";
  670.             if (twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse529)) {
  671.                 // line 530
  672.                 echo "\t\t\t\t<section class=\"mzp-c-card mzp-c-card-large mzp-has-aspect-16-9 mzp-has-video has-video-embed\">
  673. \t\t\t\t  <a class=\"mzp-c-card-block-link\" href=\"";
  674.                 // line 531
  675.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_central", ["id" => twig_get_attribute($this->env$this->source$context["article"], "id", [], "any"falsefalsefalse531)]), "html"nulltrue);
  676.                 echo "\" data-link-name=\"Dites stop aux traqueurs publicitaires\" data-link-type=\"link\" data-link-group=\"card\" data-card-tag=\"Firefox\">
  677. \t\t\t\t\t<div class=\"mzp-c-card-media-wrapper\">
  678. \t\t\t\t\t\t<div class=\"lazy-image-container\"><img class=\"mzp-c-card-image\" src=\"";
  679.                 // line 533
  680.                 if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse533), null))) {
  681.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse533), "getwebpath", [], "any"falsefalsefalse533)), "html"nulltrue);
  682.                 } else {
  683.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-host.png"), "html"nulltrue);
  684.                 }
  685.                 echo "\" alt=\"\" srcset=\"";
  686.                 if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse533), null))) {
  687.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse533), "getwebpath", [], "any"falsefalsefalse533)), "html"nulltrue);
  688.                 } else {
  689.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-host.png"), "html"nulltrue);
  690.                 }
  691.                 echo " 2x\"/></div>
  692. \t\t\t\t\t</div>
  693. \t\t\t\t\t<div class=\"mzp-c-card-content\">
  694. \t\t\t\t\t
  695. \t\t\t\t\t  <div class=\"mzp-c-card-tag\">Firefox</div>
  696. \t\t\t\t\t
  697. \t\t\t\t\t  <h2 class=\"mzp-c-card-title\"><span>";
  698.                 // line 539
  699.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "nom", [], "any"falsefalsefalse539), "html"nulltrue);
  700.                 echo "</span></h2>
  701. \t\t\t\t\t
  702. \t\t\t\t\t  <p class=\"mzp-c-card-desc\">";
  703.                 // line 541
  704.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "description", [], "any"falsefalsefalse541), "html"nulltrue);
  705.                 echo "</p>
  706. \t\t\t\t\t</div>
  707. \t\t\t\t  </a>
  708. \t\t\t\t  
  709. \t\t\t\t  <div class=\"mzp-c-card-video-wrapper hidden\">
  710. \t\t\t\t  <figure class=\"mzp-c-card-video-content mzp-c-modal-overlay-contents\">
  711. \t\t\t\t\t  <div class=\"ytcontainer-video\">
  712. \t\t\t\t\t\t<div class=\"video-container\">
  713. \t\t\t\t\t\t  <div class=\"video-play\" data-id=\"4OKMVy859wA\"></div>
  714. \t\t\t\t\t\t</div>
  715. \t\t\t\t\t  </div>
  716. \t\t\t\t\t  <figcaption>
  717. \t\t\t\t\t\t<p>Plus de 2000 traqueurs vous suivent partout sur le Web et menacent votre vie privée. Alors Firefox les bloque pour vous. <a href=\"";
  718.                 // line 553
  719.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_central", ["id" => twig_get_attribute($this->env$this->source$context["article"], "id", [], "any"falsefalsefalse553)]), "html"nulltrue);
  720.                 echo "\">En savoir plus</a></p>
  721. \t\t\t\t\t  </figcaption>
  722. \t\t\t\t\t</figure>
  723. \t\t\t\t   </div>
  724. \t\t\t\t</section>
  725. \t\t\t";
  726.             } else {
  727.                 // line 559
  728.                 echo "\t\t\t
  729. \t\t\t";
  730.                 // line 560
  731.                 if ((=== twig_compare(twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse560), 2))) {
  732.                     // line 561
  733.                     echo "\t\t\t\t<section class=\"mzp-c-card mzp-c-card-medium mzp-has-aspect-1-1  mzp-has-video has-video-embed\">
  734. \t\t\t\t  <a class=\"mzp-c-card-block-link\" href=\"";
  735.                     // line 562
  736.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_central", ["id" => twig_get_attribute($this->env$this->source$context["article"], "id", [], "any"falsefalsefalse562)]), "html"nulltrue);
  737.                     echo "\" data-link-name=\"Monitor surveille les fuites de données\" data-link-type=\"link\" data-link-group=\"card\" data-card-tag=\"Sécurité\">
  738. \t\t\t\t\t<div class=\"mzp-c-card-media-wrapper\">
  739. \t\t\t\t\t\t<div class=\"lazy-image-container\"><img class=\"mzp-c-card-image\" src=\"";
  740.                     // line 564
  741.                     if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse564), null))) {
  742.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse564), "getwebpath", [], "any"falsefalsefalse564)), "html"nulltrue);
  743.                     } else {
  744.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-host.png"), "html"nulltrue);
  745.                     }
  746.                     echo "\" alt=\"\" srcset=\"";
  747.                     if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse564), null))) {
  748.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse564), "getwebpath", [], "any"falsefalsefalse564)), "html"nulltrue);
  749.                     } else {
  750.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-host.png"), "html"nulltrue);
  751.                     }
  752.                     echo " 2x\"/></div>
  753. \t\t\t\t\t</div>
  754. \t\t\t\t\t<div class=\"mzp-c-card-content\">
  755. \t\t\t\t\t  <div class=\"mzp-c-card-tag\">Sécurité</div>
  756. \t\t\t\t\t
  757. \t\t\t\t\t  <h2 class=\"mzp-c-card-title\"><span>";
  758.                     // line 569
  759.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "nom", [], "any"falsefalsefalse569), "html"nulltrue);
  760.                     echo "</span></h2>
  761. \t\t\t\t\t
  762. \t\t\t\t\t  <p class=\"mzp-c-card-desc\">";
  763.                     // line 571
  764.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "description", [], "any"falsefalsefalse571), "html"nulltrue);
  765.                     echo "</p>
  766. \t\t\t\t\t</div>
  767. \t\t\t\t  </a>
  768. \t\t\t\t  <div class=\"mzp-c-card-video-wrapper hidden\">
  769. \t\t\t\t\t  <figure class=\"mzp-c-card-video-content mzp-c-modal-overlay-contents\">
  770. \t\t\t\t\t\t  <div class=\"ytcontainer-video\">
  771. \t\t\t\t\t\t\t<div class=\"video-container\">
  772. \t\t\t\t\t\t\t  <div class=\"video-play\" data-id=\"FawHxwNzyPM\"></div>
  773. \t\t\t\t\t\t\t</div>
  774. \t\t\t\t\t\t  </div>
  775. \t\t\t\t\t\t  <figcaption>
  776. \t\t\t\t\t\t\t<p>Visualisez les traqueurs que nous bloquons directement dans le navigateur. <a href=\"";
  777.                     // line 582
  778.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_central", ["id" => twig_get_attribute($this->env$this->source$context["article"], "id", [], "any"falsefalsefalse582)]), "html"nulltrue);
  779.                     echo "\">En savoir plus</a></p>
  780. \t\t\t\t\t\t  </figcaption>
  781. \t\t\t\t\t\t</figure>
  782. \t\t\t\t\t</div>
  783. \t\t\t\t</section>
  784. \t\t\t";
  785.                 } else {
  786.                     // line 588
  787.                     echo "\t\t\t\t<section class=\"mzp-c-card mzp-c-card-small mzp-has-aspect-16-9 mzp-has-video has-video-embed\">
  788. \t\t\t\t\t<a class=\"mzp-c-card-block-link\" href=\"";
  789.                     // line 589
  790.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_central", ["id" => twig_get_attribute($this->env$this->source$context["article"], "id", [], "any"falsefalsefalse589)]), "html"nulltrue);
  791.                     echo "\" data-link-name=\"Découvrez votre rapport de protection\" data-link-type=\"link\" data-link-group=\"card\" data-card-tag=\"Outils Firefox\">
  792. \t\t\t\t\t<div class=\"mzp-c-card-media-wrapper\">
  793. \t\t\t\t\t\t<div class=\"lazy-image-container\"><img class=\"mzp-c-card-image\" src=\"";
  794.                     // line 591
  795.                     if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse591), null))) {
  796.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse591), "getwebpath", [], "any"falsefalsefalse591)), "html"nulltrue);
  797.                     } else {
  798.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-host.png"), "html"nulltrue);
  799.                     }
  800.                     echo "\" alt=\"\" srcset=\"";
  801.                     if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse591), null))) {
  802.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "imgservice", [], "any"falsefalsefalse591), "getwebpath", [], "any"falsefalsefalse591)), "html"nulltrue);
  803.                     } else {
  804.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/bg-host.png"), "html"nulltrue);
  805.                     }
  806.                     echo " 2x\"/></div>
  807. \t\t\t\t\t  
  808. \t\t\t\t\t</div>
  809. \t\t\t\t\t<div class=\"mzp-c-card-content\">
  810. \t\t\t\t\t  <div class=\"mzp-c-card-tag\">Outils Firefox</div>
  811. \t\t\t\t\t  <h2 class=\"mzp-c-card-title\"><span>";
  812.                     // line 597
  813.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "nom", [], "any"falsefalsefalse597), "html"nulltrue);
  814.                     echo "</span></h2>
  815. \t\t\t\t\t  <p class=\"mzp-c-card-desc\">";
  816.                     // line 599
  817.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["article"], "description", [], "any"falsefalsefalse599), "html"nulltrue);
  818.                     echo "</p>
  819. \t\t\t\t\t</div>
  820. \t\t\t\t\t</a>
  821. \t\t\t  
  822. \t\t\t\t\t<div class=\"mzp-c-card-video-wrapper hidden\">
  823. \t\t\t\t\t  <figure class=\"mzp-c-card-video-content mzp-c-modal-overlay-contents\">
  824. \t\t\t\t\t\t  <div class=\"ytcontainer-video\">
  825. \t\t\t\t\t\t\t<div class=\"video-container\">
  826. \t\t\t\t\t\t\t  <div class=\"video-play\" data-id=\"FawHxwNzyPM\"></div>
  827. \t\t\t\t\t\t\t</div>
  828. \t\t\t\t\t\t  </div>
  829. \t\t\t\t\t\t  <figcaption>
  830. \t\t\t\t\t\t\t<p>Visualisez les traqueurs que nous bloquons directement dans le navigateur. <a href=\"";
  831.                     // line 612
  832.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_central", ["id" => twig_get_attribute($this->env$this->source$context["article"], "id", [], "any"falsefalsefalse612)]), "html"nulltrue);
  833.                     echo "\">En savoir plus</a></p>
  834. \t\t\t\t\t\t  </figcaption>
  835. \t\t\t\t\t\t</figure>
  836. \t\t\t\t\t</div>
  837. \t\t\t\t</section>
  838. \t\t\t";
  839.                 }
  840.                 // line 618
  841.                 echo "\t\t\t";
  842.             }
  843.             // line 619
  844.             echo "\t\t";
  845.             ++$context['loop']['index0'];
  846.             ++$context['loop']['index'];
  847.             $context['loop']['first'] = false;
  848.             if (isset($context['loop']['length'])) {
  849.                 --$context['loop']['revindex0'];
  850.                 --$context['loop']['revindex'];
  851.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  852.             }
  853.         }
  854.         $_parent $context['_parent'];
  855.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
  856.         $context array_intersect_key($context$_parent) + $_parent;
  857.         // line 620
  858.         echo "      </div>
  859.       </div>
  860.       </section>
  861. \t
  862. \t  <section style=\"margin-top: -20px;\">
  863. \t  <div style=\"width: 95%; margin: 0px auto;\">
  864. \t  <link href=\"";
  865.         // line 627
  866.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/tyfy.css"), "html"nulltrue);
  867.         echo "\" rel=\"stylesheet\"/>
  868. \t  <style>
  869. \t\tdiv.demotabs {
  870. \t\t  border: 2px dashed #e6e6e6;
  871. \t\t  border-radius: .8125rem;
  872. \t\t  box-shadow: inset 0px 0px 1.625rem rgba(0, 0, 0, 0.05);
  873. \t\t  margin-top: 1.625rem;
  874. \t\t  padding: 15px;
  875. \t\t  background: #fff;
  876. \t\t}
  877. \t\t.links-underlined a[href]{border-bottom-style:solid;border-bottom-width:2px}ol,ul{line-height:1.625rem;padding-left:2.4375rem}
  878. \t  </style>
  879. \t  
  880. \t  
  881. \t  <div class=\"demotabs\">
  882. \t\t  <div class=\"mzp-l-content\">
  883. \t\t<div class=\"links-underlined\">
  884. \t\t\t<h1>En quoi AFH Factory vous êtes utiles ?</h1>
  885. \t\t\t<p>  This is my implementation of responsive tabs. It is being incorporated into my <a href=\"https://github.com/aaronpinero/typography\">Tyfy framework</a>.</p>
  886. \t\t</div>
  887. \t\t<div class=\"tabs-container\">
  888. \t\t\t<h2 class=\"tab-label\">Investisseur</h2>
  889. \t\t\t<p>Porro excepturi ad eligendi excepturi quam voluptate velit. Placeat modi animi natus est temporibus tenetur pariatur suscipit. Dolores sit id sit placeat consequatur temporibus accusamus et. Cumque voluptatum voluptatum delectus et sequi. Vero vitae officia eius ad. Consequatur impedit quam mollitia.</p>
  890. \t\t\t<p>Aspernatur id nihil sit eveniet vero corporis necessitatibus sit. Magni quia vitae perferendis. Suscipit illo tempora minus officia nemo aut numquam. Qui et omnis velit repudiandae autem. Aperiam aut dolorem neque quis dolor est sunt.</p>
  891. \t\t\t
  892. \t\t\t<h2 class=\"tab-label collapsed\">Porteur de projet</h2>
  893. \t\t\t<p>Facilis error corrupti dolor eaque. 
  894. \t\t\t<a id=\"anchor\">Occaecati</a> illum sequi officia rerum nostrum. Iste in quo eveniet. Deserunt quaerat a adipisci magni consequatur nesciunt distinctio praesentium. Ipsum vel ut est vel veritatis fugiat perspiciatis.</p>
  895. \t\t\t<p>Omnis dolores sit pariatur facilis odit magni. Totam excepturi incidunt dolorem assumenda neque dolorem. Dolorem odio consequatur quas corrupti sequi. Nihil ut nihil itaque non at molestiae corporis. Explicabo voluptate quis et.</p>
  896. \t\t\t
  897. \t\t\t<h2 class=\"tab-label collapsed\">Contributeurs</h2>
  898. \t\t\t<p>Curabitur non mauris sodales, tempor lacus ac, maximus felis. Vestibulum ultrices augue ut arcu mattis pellentesque. Maecenas ullamcorper lorem sit amet pretium pharetra. Nunc ipsum tellus, hendrerit vitae bibendum vel, scelerisque sit amet libero. Duis imperdiet massa placerat venenatis pharetra. Donec consectetur quis odio sit amet sollicitudin. Morbi at faucibus odio. Duis viverra lacus a odio pretium, quis suscipit tortor accumsan. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur egestas venenatis est vel hendrerit. Fusce molestie bibendum ex in suscipit.</p>
  899. \t\t\t
  900. \t\t</div>
  901. \t  
  902. \t  <h2>Notes</h2>
  903. \t  <p>I've relied on CSS Flexbox for the visual tabs. Flexbox is <a href=\"https://caniuse.com/#search=flex\">a problem for just about any version of Internet <strike>Exploder</strike> Explorer</a>. At some point, I'll need to figure out an alternative way to present the tabs that will work for IE.</p>
  904. \t</div>
  905. \t</div>
  906. \t  
  907. \t  <script>
  908. \t\t\$(document).ready(function(){
  909.   
  910. \t\t  GoToAnchor = function(){
  911. \t\t\t// find the anchor and any tab it might be in
  912. \t\t\tselected_anchor_name = encodeURIComponent(window.location.hash.substring(1));
  913. \t\t\t\tselected_anchor = \$('a[name=\"'+selected_anchor_name+'\"], a[id=\"'+selected_anchor_name+'\"]');
  914. \t\t\tparent_tab = selected_anchor.parents('.tab-panel');
  915. \t\t\t// account for an anchor in a label
  916. \t\t\tparent_label = selected_anchor.parents('.tab-label');
  917. \t\t\tif (parent_label.length) {
  918. \t\t\t  parent_tab = parent_label.next('.tab-panel');
  919. \t\t\t}
  920. \t\t\t// do the steps of this function only if we have an anchor link and a tab panel
  921. \t\t\tif (selected_anchor.length && parent_tab.length) {
  922. \t\t\t  parent_tab_label = parent_tab.prev('.tab-label');
  923. \t\t\t\t  parent_tab_index = parent_tab_label.attr('data-tabindex');
  924. \t\t\t  parent_tab.parent().find('ul.tabs li').eq(parent_tab_index).click();
  925. \t\t\t  if (parent_tab.hasClass('collapsed')) {
  926. \t\t\t\tparent_tab.removeClass('collapsed');
  927. \t\t\t\tparent_tab_label.removeClass('collapsed');
  928. \t\t\t  }
  929. \t\t\t  // scroll to the anchor
  930. \t\t\t  var s = selected_anchor.offset().top - 50; // console.log(s);
  931. \t\t\t  \$('body,html').animate({'scrollTop':s},500,'swing');
  932. \t\t\t\t}
  933. \t\t  };
  934. \t\t  
  935. \t\t  // prepare HTML structure for each tab container
  936. \t\t  \$('.tabs-container').each(function(){
  937. \t\t\tif (!\$(this).hasClass('tabs-processed')) {
  938. \t\t\t  // find the headings that are tab labels
  939. \t\t\t  my_tablabels = \$(this).find('.tab-label');
  940. \t\t\t  // create tabs
  941. \t\t\t  if (\$(this).find('ul.tabs').length === 0) {
  942. \t\t\t\t\$(this).prepend('<ul class=\"tabs\"></ul>');
  943. \t\t\t\tvar x;
  944. \t\t\t\tfor (x=0;x<my_tablabels.length;x++) {
  945. \t\t\t\t  \$(this).find('ul.tabs').append('<li data-tabindex=\"'+x+'\">'+my_tablabels.eq(x).text()+'</li>');
  946. \t\t\t\t}
  947. \t\t\t  }
  948. \t\t\t  // structure all labels and wrap all tab panels
  949. \t\t\t  if (\$(this).find('.tab-panel').length === 0) {
  950. \t\t\t\tmy_tablabels.each(function(i){
  951. \t\t\t\t  \$(this).attr('data-tabindex',i);
  952. \t\t\t\t  \$(this).wrapInner('<a id=\"'+encodeURIComponent(\$(this).text())+'\"></a>');
  953. \t\t\t\t  kids = \$(this).nextUntil('.tab-label').wrapAll('<div class=\"tab-panel\"></div>');
  954. \t\t\t\t  // default state class for when tabs are collapsable sections
  955. \t\t\t\t  \$(this).addClass('collapsed').next('.tab-panel').addClass('collapsed');
  956. \t\t\t\t});    
  957. \t\t\t  }
  958. \t\t\t  // open initial tab
  959. \t\t\t  \$(this).find('ul.tabs li').eq(0).addClass('open');
  960. \t\t\t  my_tablabels.eq(0).addClass('open').next('.tab-panel').addClass('open');
  961. \t\t\t  // tab click events
  962. \t\t\t  \$('.tabs-container ul.tabs li').each(function(i){
  963. \t\t\t\t\$(this).click(function(){
  964. \t\t\t\t  if (!\$(this).hasClass('open')) {
  965. \t\t\t\t\t\$('.tabs-container .open').removeClass('open');
  966. \t\t\t\t\tmy_tabindex = \$(this).attr('data-tabindex');
  967. \t\t\t\t\t\$(this).addClass('open');
  968. \t\t\t\t\t\$('.tabs-container .tab-label').eq(my_tabindex).addClass('open');
  969. \t\t\t\t\t\$('.tabs-container .tab-panel').eq(my_tabindex).addClass('open');
  970. \t\t\t\t  }
  971. \t\t\t\t});
  972. \t\t\t  });
  973. \t\t\t  // collapsable header click event
  974. \t\t\t  \$('.tabs-container .tab-label').click(function(){
  975. \t\t\t\tif (!\$(this).hasClass('transition')) {
  976. \t\t\t\t  kids = \$(this).next('.tab-panel');
  977. \t\t\t\t  kids.removeClass('collapsed');
  978. \t\t\t\t  var fullHeight = kids.outerHeight();
  979. \t\t\t\t  \$(this).addClass('transition');
  980. \t\t\t\t  kids.addClass('transition');
  981. \t\t\t\t  if (\$(this).hasClass('collapsed')) {
  982. \t\t\t\t\tkids.css({'height':'0px','padding-bottom':'0px','padding-top':'0px'}).animate({
  983. \t\t\t\t\t  height:fullHeight+'px',
  984. \t\t\t\t\t  paddingBottom:'32px',
  985. \t\t\t\t\t  paddingTop:'16px',
  986. \t\t\t\t\t},500,function(){
  987. \t\t\t\t\t  \$('.tabs-container .transition').removeClass('collapsed').removeClass('transition').removeAttr('style');
  988. \t\t\t\t\t});
  989. \t\t\t\t  }
  990. \t\t\t\t  else {
  991. \t\t\t\t\tkids.css('height',fullHeight+'px').animate({
  992. \t\t\t\t\t  height:'0px',
  993. \t\t\t\t\t  paddingBottom:'0px',
  994. \t\t\t\t\t  paddingTop:'0px',
  995. \t\t\t\t\t},500,function(){
  996. \t\t\t\t\t  \$('.tabs-container .transition').addClass('collapsed').removeClass('transition').removeAttr('style');
  997. \t\t\t\t\t});
  998. \t\t\t\t  }
  999. \t\t\t\t}
  1000. \t\t\t  }); 
  1001. \t\t\t  // indicate state of readiness
  1002. \t\t\t  \$(this).addClass('tabs-processed');
  1003. \t\t\t}  
  1004. \t\t  });
  1005. \t\t  // if there are tabs and someone has linked to an anchor inside a tab
  1006. \t\t  console.log(window.location.hash);
  1007. \t\t  if (window.location.hash != '') {
  1008. \t\t\tGoToAnchor();
  1009. \t\t  }
  1010. \t\t  // handle case when page is already loaded
  1011. \t\t  \$(window).on('hashchange',function(){
  1012. \t\t\tGoToAnchor();
  1013. \t\t  });
  1014. \t\t});
  1015. \t  </script>
  1016. \t  </div>
  1017. \t  </section>
  1018. \t  <style>
  1019. \t\t  .articles {
  1020. \t\t\tbackground-color: white;
  1021. \t\t\tpadding: 40px;
  1022. \t\t\tdisplay: -webkit-box;
  1023. \t\t\tdisplay: -ms-flexbox;
  1024. \t\t\tdisplay: flex;
  1025. \t\t\t-webkit-box-orient: vertical;
  1026. \t\t\t-webkit-box-direction: normal;
  1027. \t\t\t\t-ms-flex-direction: column;
  1028. \t\t\t\t\tflex-direction: column;
  1029. \t\t\tmax-width: 600px;
  1030. \t\t\tposition: relative;
  1031. \t\t\tborder-radius: 10px;
  1032. \t\t\tborder: 7px dashed #ddd;
  1033. \t\t\t}
  1034. \t\t\t.articles__close {
  1035. \t\t\tdisplay: -webkit-inline-box;
  1036. \t\t\tdisplay: -ms-inline-flexbox;
  1037. \t\t\tdisplay: inline-flex;
  1038. \t\t\tposition: absolute;
  1039. \t\t\tright: 40px;
  1040. \t\t\ttop: 40px;
  1041. \t\t\tcursor: pointer;
  1042. \t\t\t}
  1043. \t\t\t.articles h1 {
  1044. \t\t\tmargin: 0px;
  1045. \t\t\tmargin-bottom: 10px;
  1046. \t\t\tfont-size: 22px;
  1047. \t\t\tcolor: #100e21;
  1048. \t\t\t}
  1049. \t\t\t.articles span {
  1050. \t\t\tcolor: #100e21;
  1051. \t\t\tmargin-bottom: 30px;
  1052. \t\t\t}
  1053. \t\t\t.articles__list {
  1054. \t\t\tpadding-left: 0px;
  1055. \t\t\tlist-style: none;
  1056. \t\t\tdisplay: -webkit-box;
  1057. \t\t\tdisplay: -ms-flexbox;
  1058. \t\t\tdisplay: flex;
  1059. \t\t\t-webkit-box-orient: vertical;
  1060. \t\t\t-webkit-box-direction: normal;
  1061. \t\t\t\t-ms-flex-direction: column;
  1062. \t\t\t\t\tflex-direction: column;
  1063. \t\t\t}
  1064. \t\t\t.articles__list > li {
  1065. \t\t\tpadding: 30px;
  1066. \t\t\tdisplay: -webkit-box;
  1067. \t\t\tdisplay: -ms-flexbox;
  1068. \t\t\tdisplay: flex;
  1069. \t\t\t-webkit-box-orient: vertical;
  1070. \t\t\t-webkit-box-direction: normal;
  1071. \t\t\t\t-ms-flex-direction: column;
  1072. \t\t\t\t\tflex-direction: column;
  1073. \t\t\tborder: 1px solid #dedee9;
  1074. \t\t\t}
  1075. \t\t\t.articles__list > li + li {
  1076. \t\t\tmargin-top: 10px;
  1077. \t\t\t}
  1078. \t\t\t.articles__list > li a {
  1079. \t\t\ttext-decoration: none;
  1080. \t\t\t}
  1081. \t\t\t.articles__list > li a h2 {
  1082. \t\t\tmargin: 0px;
  1083. \t\t\tcolor: #442fef;
  1084. \t\t\t}
  1085. \t\t\t.articles__list .list__footer {
  1086. \t\t\tpadding-left: 0px;
  1087. \t\t\tlist-style: none;
  1088. \t\t\tdisplay: -webkit-box;
  1089. \t\t\tdisplay: -ms-flexbox;
  1090. \t\t\tdisplay: flex;
  1091. \t\t\tmargin-top: 20px;
  1092. \t\t\t}
  1093. \t\t\t.articles__list .list__footer li {
  1094. \t\t\tdisplay: -webkit-box;
  1095. \t\t\tdisplay: -ms-flexbox;
  1096. \t\t\tdisplay: flex;
  1097. \t\t\t-webkit-box-align: center;
  1098. \t\t\t\t-ms-flex-align: center;
  1099. \t\t\t\t\talign-items: center;
  1100. \t\t\t}
  1101. \t\t\t.articles__list .list__footer li span {
  1102. \t\t\tmargin-bottom: 0px;
  1103. \t\t\tmargin-left: 5px;
  1104. \t\t\tline-height: 17px;
  1105. \t\t\tcolor: #100e21;
  1106. \t\t\tfont-size: 14px;
  1107. \t\t\tfont-weight: 700;
  1108. \t\t\t}
  1109. \t\t\t.articles__list .list__footer li + li {
  1110. \t\t\tmargin-left: 30px;
  1111. \t\t\t}
  1112. \t\t\t.articles__list .list__footer li i {
  1113. \t\t\tfont-size: 26px;
  1114. \t\t\t}
  1115. \t\t\t@import \"https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700\";
  1116. *, *:before, *:after {
  1117.   box-sizing: border-box;
  1118.   -webkit-box-sizing: border-box;
  1119.   -moz-box-sizing: border-box;
  1120. }
  1121. body, html {
  1122.   height: 100%;
  1123. }
  1124. body {
  1125.   background: #f9f9f9;
  1126.   background-size: cover;
  1127.   margin: 0;
  1128.   padding: 0;
  1129.   font-family: helvetica, arial, tahoma, verdana;
  1130.   line-height: 20px;
  1131.   font-size: 14px;
  1132.   color: #726f77;
  1133. }
  1134. img {
  1135.   max-width: 100%;
  1136. }
  1137. a {
  1138.   text-decoration: none;
  1139. }
  1140. h1, h2, h3, h4 {
  1141.   font-family: \"Dosis\", arial, tahoma, verdana;
  1142.   font-weight: 500;
  1143. }
  1144. .project-name {
  1145.   text-align: center;
  1146.   padding: 10px 0;
  1147. }
  1148. .success {
  1149.   background: #78AD42 !important;
  1150. }
  1151. .timeline-container {
  1152.   max-width: 1000px;
  1153.   margin: 0 auto;
  1154. }
  1155. #timeline .timeline-item:after, #timeline .timeline-item:before {
  1156.   content: '';
  1157.   display: block;
  1158.   width: 100%;
  1159.   clear: both;
  1160. }
  1161. #timeline {
  1162.   width: 100%;
  1163.   margin: 0px auto;
  1164.   position: relative;
  1165.   padding: 0 20px;
  1166.   -webkit-transition: all 0.4s ease;
  1167.   -moz-transition: all 0.4s ease;
  1168.   -ms-transition: all 0.4s ease;
  1169.   transition: all 0.4s ease;
  1170. }
  1171. #timeline:before {
  1172.   content: \"\";
  1173.   width: 3px;
  1174.   height: 100%;
  1175.   background: #1C71A4;
  1176.   left: 50%;
  1177.   top: 0;
  1178.   position: absolute;
  1179. }
  1180. #timeline:after {
  1181.   content: \"\";
  1182.   clear: both;
  1183.   display: table;
  1184.   width: 100%;
  1185. }
  1186. #timeline .timeline-item {
  1187.   margin-bottom: 50px;
  1188.   position: relative;
  1189. }
  1190. #timeline .timeline-item .timeline-icon {
  1191.   background: #1C71A4;
  1192.   width: 50px;
  1193.   height: 50px;
  1194.   position: absolute;
  1195.   top: 0;
  1196.   left: 50%;
  1197.   overflow: hidden;
  1198.   margin-left: -23px;
  1199.   -webkit-border-radius: 50%;
  1200.   -moz-border-radius: 50%;
  1201.   -ms-border-radius: 50%;
  1202.   border-radius: 50%;
  1203. }
  1204. #timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
  1205.   position: relative;
  1206.   top: 13px;
  1207.   left: 14px;
  1208.   font-size: 24px;
  1209.   color: #fff;
  1210. }
  1211. #timeline .timeline-item .timeline-content {
  1212.   width: 45%;
  1213.   background: #fff;
  1214.   padding: 20px;
  1215.   -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  1216.   -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  1217.   -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  1218.   box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  1219.   -webkit-border-radius: 5px;
  1220.   -moz-border-radius: 5px;
  1221.   -ms-border-radius: 5px;
  1222.   border-radius: 5px;
  1223.   -webkit-transition: all 0.3s ease;
  1224.   -moz-transition: all 0.3s ease;
  1225.   -ms-transition: all 0.3s ease;
  1226.   transition: all 0.3s ease;
  1227. }
  1228. #timeline .timeline-item .timeline-content h2 {
  1229.   padding: 15px;
  1230.   background: #1C71A4;
  1231.   color: #fff;
  1232.   margin: -20px -20px 0 -20px;
  1233.   font-weight: 300;
  1234.   -webkit-border-radius: 3px 3px 0 0;
  1235.   -moz-border-radius: 3px 3px 0 0;
  1236.   -ms-border-radius: 3px 3px 0 0;
  1237.   border-radius: 3px 3px 0 0;
  1238.   font-size: 22px;
  1239. }
  1240. #timeline .timeline-item .timeline-content p {
  1241.   padding-top: 10px;
  1242.   padding-bottom: 10px;
  1243. }
  1244. #timeline .timeline-item .timeline-content:before {
  1245.   content: '';
  1246.   position: absolute;
  1247.   left: 45%;
  1248.   top: 20px;
  1249.   width: 0;
  1250.   height: 0;
  1251.   border-top: 7px solid transparent;
  1252.   border-bottom: 7px solid transparent;
  1253.   border-left: 7px solid #1C71A4;
  1254. }
  1255. #timeline .timeline-item .timeline-content.right {
  1256.   float: right;
  1257. }
  1258. #timeline .timeline-item .timeline-content.right:before {
  1259.   content: '';
  1260.   right: 45%;
  1261.   left: inherit;
  1262.   border-left: 0;
  1263.   border-right: 7px solid #1C71A4;
  1264. }
  1265.   #timeline {
  1266.     margin: 0px;
  1267.     padding: 0px;
  1268.     width: 100%;
  1269.   }
  1270.   #timeline:before {
  1271.     left: 0;
  1272.   }
  1273.   #timeline .timeline-item .timeline-content {
  1274.     width: 90%;
  1275.     float: right;
  1276.   }
  1277.   #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
  1278.     left: 10%;
  1279.     margin-left: -6px;
  1280.     border-left: 0;
  1281.     border-right: 7px solid #1C71A4;
  1282.   }
  1283.   #timeline .timeline-item .timeline-icon {
  1284.     left: 0;
  1285.   }
  1286. /* Animation CSS */
  1287. /* icon animation */
  1288. .timeline-icon.is-hidden {
  1289.   visibility: hidden;
  1290. }
  1291. .timeline-icon.animate-it {
  1292.   visibility: visible;
  1293.    -webkit-animation: bounce-1 0.6s;
  1294.    -moz-animation: bounce-1 0.6s;
  1295.     animation: bounce-1 0.6s;
  1296. }
  1297. /* content block animation */
  1298. .timeline-content.is-hidden {
  1299.   visibility: hidden;
  1300. }
  1301. .timeline-content.animate-it {
  1302.   visibility: visible;
  1303.    -webkit-animation: bounce-2 0.6s;
  1304.    -moz-animation: bounce-2 0.6s;
  1305.     animation: bounce-2 0.6s;
  1306.   }
  1307. @media only screen and (min-width: 769px) {
  1308.   /* Inverse bounce effect on even content blocks */
  1309. .timeline-content.right.animate-it {
  1310.     -webkit-animation: bounce-2-inverse 0.6s;
  1311.     -moz-animation: bounce-2-inverse 0.6s;
  1312.     animation: bounce-2-inverse 0.6s;
  1313.   }
  1314. }
  1315. @media only screen and (max-width: 768px) {
  1316.   /* Inverse bounce effect on all content blocks */
  1317. .timeline-content.animate-it, .timeline-content.right.animate-it {
  1318.     -webkit-animation: bounce-2-inverse 0.6s;
  1319.     -moz-animation: bounce-2-inverse 0.6s;
  1320.     animation: bounce-2-inverse 0.6s;
  1321.   }
  1322. }
  1323. /* ALL animation types called */
  1324. @-webkit-keyframes bounce-1 {
  1325.   0% {
  1326.     opacity: 0;
  1327.     -webkit-transform: scale(0.5);
  1328.   }
  1329.   60% {
  1330.     opacity: 1;
  1331.     -webkit-transform: scale(1.2);
  1332.   }
  1333.   100% {
  1334.     -webkit-transform: scale(1);
  1335.   }
  1336. }
  1337. @-moz-keyframes bounce-1 {
  1338.   0% {
  1339.     opacity: 0;
  1340.     -moz-transform: scale(0.5);
  1341.   }
  1342.   60% {
  1343.     opacity: 1;
  1344.     -moz-transform: scale(1.2);
  1345.   }
  1346.   100% {
  1347.     -moz-transform: scale(1);
  1348.   }
  1349. }
  1350. @keyframes bounce-1 {
  1351.   0% {
  1352.     opacity: 0;
  1353.     -webkit-transform: scale(0.5);
  1354.     -moz-transform: scale(0.5);
  1355.     -ms-transform: scale(0.5);
  1356.     -o-transform: scale(0.5);
  1357.     transform: scale(0.5);
  1358.   }
  1359.   60% {
  1360.     opacity: 1;
  1361.     -webkit-transform: scale(1.2);
  1362.     -moz-transform: scale(1.2);
  1363.     -ms-transform: scale(1.2);
  1364.     -o-transform: scale(1.2);
  1365.     transform: scale(1.2);
  1366.   }
  1367.   100% {
  1368.     -webkit-transform: scale(1);
  1369.     -moz-transform: scale(1);
  1370.     -ms-transform: scale(1);
  1371.     -o-transform: scale(1);
  1372.     transform: scale(1);
  1373.   }
  1374. }
  1375. @-webkit-keyframes bounce-2 {
  1376.   0% {
  1377.     opacity: 0;
  1378.     -webkit-transform: translateX(-100px);
  1379.   }
  1380.   60% {
  1381.     opacity: 1;
  1382.     -webkit-transform: translateX(20px);
  1383.   }
  1384.   100% {
  1385.     -webkit-transform: translateX(0);
  1386.   }
  1387. }
  1388. @-moz-keyframes bounce-2 {
  1389.   0% {
  1390.     opacity: 0;
  1391.     -moz-transform: translateX(-100px);
  1392.   }
  1393.   60% {
  1394.     opacity: 1;
  1395.     -moz-transform: translateX(20px);
  1396.   }
  1397.   100% {
  1398.     -moz-transform: translateX(0);
  1399.   }
  1400. }
  1401. @keyframes bounce-2 {
  1402.   0% {
  1403.     opacity: 0;
  1404.     -webkit-transform: translateX(-100px);
  1405.     -moz-transform: translateX(-100px);
  1406.     -ms-transform: translateX(-100px);
  1407.     -o-transform: translateX(-100px);
  1408.     transform: translateX(-100px);
  1409.   }
  1410.   60% {
  1411.     opacity: 1;
  1412.     -webkit-transform: translateX(20px);
  1413.     -moz-transform: translateX(20px);
  1414.     -ms-transform: translateX(20px);
  1415.     -o-transform: translateX(20px);
  1416.     transform: translateX(20px);
  1417.   }
  1418.   100% {
  1419.     -webkit-transform: translateX(0);
  1420.     -moz-transform: translateX(0);
  1421.     -ms-transform: translateX(0);
  1422.     -o-transform: translateX(0);
  1423.     transform: translateX(0);
  1424.   }
  1425. }
  1426. @-webkit-keyframes bounce-2-inverse {
  1427.   0% {
  1428.     opacity: 0;
  1429.     -webkit-transform: translateX(100px);
  1430.   }
  1431.   60% {
  1432.     opacity: 1;
  1433.     -webkit-transform: translateX(-20px);
  1434.   }
  1435.   100% {
  1436.     -webkit-transform: translateX(0);
  1437.   }
  1438. }
  1439. @-moz-keyframes bounce-2-inverse {
  1440.   0% {
  1441.     opacity: 0;
  1442.     -moz-transform: translateX(100px);
  1443.   }
  1444.   60% {
  1445.     opacity: 1;
  1446.     -moz-transform: translateX(-20px);
  1447.   }
  1448.   100% {
  1449.     -moz-transform: translateX(0);
  1450.   }f
  1451. }
  1452. @keyframes bounce-2-inverse {
  1453.   0% {
  1454.     opacity: 0;
  1455.     -webkit-transform: translateX(100px);
  1456.     -moz-transform: translateX(100px);
  1457.     -ms-transform: translateX(100px);
  1458.     -o-transform: translateX(100px);
  1459.     transform: translateX(100px);
  1460.   }
  1461.   60% {
  1462.     opacity: 1;
  1463.     -webkit-transform: translateX(-20px);
  1464.     -moz-transform: translateX(-20px);
  1465.     -ms-transform: translateX(-20px);
  1466.     -o-transform: translateX(-20px);
  1467.     transform: translateX(-20px);
  1468.   }
  1469.   100% {
  1470.     -webkit-transform: translateX(0);
  1471.     -moz-transform: translateX(0);
  1472.     -ms-transform: translateX(0);
  1473.     -o-transform: translateX(0);
  1474.     transform: translateX(0);
  1475.   }
  1476. }
  1477. \t  </style>
  1478. \t<section style=\"padding: 25px 0px;\">
  1479. \t\t<div class=\"mzp-l-content\">
  1480. \t\t\t<div class=\"row\">
  1481. \t\t\t\t<div class=\"col-md-7\">
  1482. \t\t\t\t\t";
  1483.         // line 1250
  1484.         $context['_parent'] = $context;
  1485.         $context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["liste_categorie"]) || array_key_exists("liste_categorie"$context) ? $context["liste_categorie"] : (function () { throw new RuntimeError('Variable "liste_categorie" does not exist.'1250$this->source); })()), 02));
  1486.         foreach ($context['_seq'] as $context["_key"] => $context["cat"]) {
  1487.             // line 1251
  1488.             echo "\t\t\t\t\t<h5 class=\"mzp-c-footer-heading\" style=\"font-weight: 700;\">
  1489. \t\t\t\t\t\t";
  1490.             // line 1252
  1491.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cat"], "nom", [], "any"falsefalsefalse1252), "html"nulltrue);
  1492.             echo "
  1493. \t\t\t\t\t</h5>
  1494. \t\t\t\t\t<div class=\"row grid\">
  1495. \t\t\t\t\t\t";
  1496.             // line 1255
  1497.             $context["liste_scat"] = twig_get_attribute($this->env$this->source$context["cat"], "getListeScat", [], "any"falsefalsefalse1255);
  1498.             // line 1256
  1499.             echo "\t\t\t\t\t\t";
  1500.             $context['_parent'] = $context;
  1501.             $context['_seq'] = twig_ensure_traversable(twig_slice($this->env, (isset($context["liste_scat"]) || array_key_exists("liste_scat"$context) ? $context["liste_scat"] : (function () { throw new RuntimeError('Variable "liste_scat" does not exist.'1256$this->source); })()), 02));
  1502.             foreach ($context['_seq'] as $context["_key"] => $context["scat"]) {
  1503.                 // line 1257
  1504.                 echo "\t\t\t\t\t\t<div class=\"col-md-6\">
  1505. \t\t\t\t\t\t\t<div class=\"cardcode image-cardcode\">
  1506. \t\t\t\t\t\t\t\t<a href=\"";
  1507.                 // line 1259
  1508.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_listes_produit_user", ["id" => twig_get_attribute($this->env$this->source$context["scat"], "id", [], "any"falsefalsefalse1259)]), "html"nulltrue);
  1509.                 echo "\" class=\"img\" style=\"height: 138.344px;\"><span style=\"background: url('";
  1510.                 if ((!== twig_compare(twig_get_attribute($this->env$this->source$context["scat"], "src", [], "any"falsefalsefalse1259), null))) {
  1511.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->source$context["scat"], "getWebpath", [], "any"falsefalsefalse1259)), "html"nulltrue);
  1512.                 } else {
  1513.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/3plan.png"), "html"nulltrue);
  1514.                 }
  1515.                 echo "')\"></span></a>
  1516. \t\t\t\t\t\t\t\t<a href=\"";
  1517.                 // line 1260
  1518.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_listes_produit_user", ["id" => twig_get_attribute($this->env$this->source$context["scat"], "id", [], "any"falsefalsefalse1260)]), "html"nulltrue);
  1519.                 echo "\" class=\"title\"><h2> ";
  1520.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["scat"], "description", [], "any"falsefalsefalse1260), "html"nulltrue);
  1521.                 echo " </h2></a>
  1522. \t\t
  1523. \t\t\t\t\t\t\t\t<div class=\"infos\">
  1524. \t\t\t\t\t\t\t\t\t<span><a href=\"";
  1525.                 // line 1263
  1526.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_listes_produit_user", ["id" => twig_get_attribute($this->env$this->source$context["scat"], "id", [], "any"falsefalsefalse1263)]), "html"nulltrue);
  1527.                 echo "\"> ";
  1528.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["scat"], "nom", [], "any"falsefalsefalse1263), "html"nulltrue);
  1529.                 echo "</a></span>
  1530. \t\t\t\t\t\t\t\t\t<span class=\"stats\">
  1531. \t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-eye\"></i>661</span>
  1532. \t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"></i>0</span>
  1533. \t\t\t\t\t\t\t\t\t</span>
  1534. \t\t\t\t\t\t\t\t</div>
  1535. \t\t\t\t\t\t\t</div>
  1536. \t\t\t\t\t\t</div>
  1537. \t\t\t\t\t\t";
  1538.             }
  1539.             $_parent $context['_parent'];
  1540.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['scat'], $context['_parent'], $context['loop']);
  1541.             $context array_intersect_key($context$_parent) + $_parent;
  1542.             // line 1272
  1543.             echo "\t\t\t\t\t</div> <!-- End Row -->
  1544. \t\t\t\t\t";
  1545.         }
  1546.         $_parent $context['_parent'];
  1547.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cat'], $context['_parent'], $context['loop']);
  1548.         $context array_intersect_key($context$_parent) + $_parent;
  1549.         // line 1274
  1550.         echo "
  1551. \t\t\t\t</div>
  1552. \t\t\t\t<div class=\"col-md-5\">
  1553. \t\t\t\t\t
  1554. \t\t\t\t\t<div id=\"timeline\">
  1555. \t\t\t\t\t\t<div class=\"timeline-item\">
  1556. \t\t\t\t\t\t  <div class=\"timeline-icon\">
  1557. \t\t\t\t\t\t\t<i class=\"fa fa-envelope-o\" aria-hidden=\"true\"></i>
  1558. \t\t\t\t\t\t  </div>
  1559. \t\t\t\t\t\t  <div class=\"timeline-content\">
  1560. \t\t\t\t\t\t\t<h2>Notre vision</h2>
  1561. \t\t\t\t\t\t\t<p>
  1562. \t\t\t\t\t\t\t  Lorem ipsum dolor sit amet, consectetur adipisicing elit. 
  1563. \t\t\t\t\t\t\t  Atque, facilis quo maiores magnam modi ab libero praesentium blanditiis.
  1564. \t\t\t\t\t\t\t</p>
  1565. \t\t\t\t\t\t\t<span class=\"time-stamp\">Thu Jan - 26 - 2017 01:54</span>
  1566. \t\t\t\t\t\t  </div>
  1567. \t\t\t\t\t\t</div>
  1568. \t\t\t\t  
  1569. \t\t\t\t\t\t<div class=\"timeline-item\">
  1570. \t\t\t\t\t\t  <div class=\"timeline-icon\">
  1571. \t\t\t\t\t\t\t<i class=\"fa fa-envelope-open-o\" aria-hidden=\"true\"></i>
  1572. \t\t\t\t\t\t  </div>
  1573. \t\t\t\t\t\t  <div class=\"timeline-content right\">
  1574. \t\t\t\t\t\t\t<h2>Notre Missions</h2>
  1575. \t\t\t\t\t\t\t<p>
  1576. \t\t\t\t\t\t\t  Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, facilis quo. Maiores magnam modi ab libero praesentium blanditiis consequatur aspernatur.
  1577. \t\t\t\t\t\t\t</p>
  1578. \t\t\t\t\t\t\t<span class=\"time-stamp\">Thu Jan - 26 - 2017 01:54</span>
  1579. \t\t\t\t\t\t  </div>
  1580. \t\t\t\t\t\t</div>
  1581. \t\t\t\t  
  1582. \t\t\t\t\t\t<div class=\"timeline-item\">
  1583. \t\t\t\t\t\t  <div class=\"timeline-icon success\">
  1584. \t\t\t\t\t\t\t<i class=\"fa fa-star\" aria-hidden=\"true\"></i>
  1585. \t\t\t\t\t\t  </div>
  1586. \t\t\t\t\t\t  <div class=\"timeline-content\">
  1587. \t\t\t\t\t\t\t<h2>Nos Valeurs</h2>
  1588. \t\t\t\t\t\t\t<p>
  1589. \t\t\t\t\t\t\t  Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, facilis quo. Maiores magnam modi ab libero praesentium blanditiis consequatur aspernatur accusantium maxime molestiae sunt ipsa.
  1590. \t\t\t\t\t\t\t</p>
  1591. \t\t\t\t\t\t\t <span class=\"time-stamp\">Thu Jan - 26 - 2017 01:54</span>
  1592. \t\t\t\t\t\t  </div>
  1593. \t\t\t\t\t\t</div>
  1594. \t\t\t\t  
  1595. \t\t\t\t  
  1596. \t\t\t\t\t</div>
  1597. \t\t\t\t</div>
  1598. \t\t\t</div>
  1599. \t\t</div>
  1600. \t\t<script type=\"text/javascript\">
  1601. \t\t\t\$(function() {
  1602. \t\t\t\tvar timelineBlocks = \$('.timeline-item'),
  1603. \t\t\t\t\toffset = 0.8;
  1604. \t\t\t\t//hide timeline blocks which are outside the viewport
  1605. \t\t\t\thideBlocks(timelineBlocks, offset);
  1606. \t\t\t\t//on scolling, show/animate timeline blocks when entering the viewport
  1607. \t\t\t\t\$(window).on('scroll', function(){
  1608. \t\t\t\t\t(!window.requestAnimationFrame) 
  1609. \t\t\t\t\t\t? setTimeout(function(){ showBlocks(timelineBlocks, offset); }, 100)
  1610. \t\t\t\t\t\t: window.requestAnimationFrame(function(){ showBlocks(timelineBlocks, offset); });
  1611. \t\t\t\t});
  1612. \t\t\t\tfunction hideBlocks(blocks, offset) {
  1613. \t\t\t\t\tblocks.each(function(){
  1614. \t\t\t\t\t\t(\$(this).offset().top > \$(window).scrollTop() + \$(window).height() * offset) && \$(this).find('.timeline-icon, .timeline-content').addClass('is-hidden');
  1615. \t\t\t\t\t});
  1616. \t\t\t\t}
  1617. \t\t\t\tfunction showBlocks(blocks, offset) {
  1618. \t\t\t\t\tblocks.each(function(){
  1619. \t\t\t\t\t\t(\$(this).offset().top <= \$(window).scrollTop() + \$(window).height() * offset && \$(this).find('.timeline-icon').hasClass('is-hidden')) && \$(this).find('.timeline-icon, .timeline-content').removeClass('is-hidden').addClass('animate-it');
  1620. \t\t\t\t\t});
  1621. \t\t\t\t}
  1622. \t\t\t});
  1623. \t\t</script>
  1624. \t  </section>
  1625. <style>
  1626. .news-section {
  1627.   padding: 0px 0;
  1628. }
  1629. .news-content {
  1630.     padding: 40px 30px;
  1631. }
  1632. .news-item {
  1633.     box-shadow: 0 0 15px #ededed;
  1634.     -webkit-transition: .5s;
  1635.     -o-transition: .5s;
  1636.     transition: .5s;
  1637.     margin-bottom: 40px;
  1638. }
  1639. .news-item:hover {
  1640.     -webkit-transform: translateY(-10px);
  1641.     -ms-transform: translateY(-10px);
  1642.     transform: translateY(-10px);
  1643.     -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
  1644.     box-shadow: 0px 15px 15px 0px #edeaea;
  1645. }
  1646. .newsimg img {
  1647.     width: 100%;
  1648. }
  1649. .news_postdate {
  1650.     color: #FF3A46;
  1651. }
  1652. .news-content h3 {
  1653.     color: #233D63;
  1654.     font-size: 22px;
  1655.     margin-bottom: 25px;
  1656. }
  1657. .news_authorinfo {
  1658.     border: transparent;
  1659.     padding: 14px 0px 0px 0px;
  1660.     background: transparent;
  1661.     font-size: 14px;
  1662. }
  1663. .news_authorinfo i {
  1664.     margin-right: 6px;
  1665. }
  1666. .news_authorinfo span:last-child {
  1667.     float: right;
  1668. }
  1669. .news_authorinfo a {
  1670.     color: #666;
  1671. }
  1672. .center .news-content {
  1673.     background: linear-gradient(-120deg, #8758ff 0, #614ef9 100%);
  1674. }
  1675. .center .news-content h3,
  1676. .center .news-content p {
  1677.     color: #fff;
  1678. }
  1679. .center .news_authorinfo a,
  1680. .center .news_authorinfo i {
  1681.     color: #fff;
  1682. }
  1683. .news-slide.owl-carousel .col-lg-3 {
  1684.     max-width: 100%;
  1685.     padding: 0;
  1686. }
  1687. .news-section .owl-theme .owl-nav [class*=\"owl-\"] {
  1688.     color: #333;
  1689.     font-size: 14px;
  1690.     margin: 5px;
  1691.     padding: 4px 7px;
  1692.     background: #fff;
  1693.     display: inline-block;
  1694.     cursor: pointer;
  1695.     border-radius: 3px;
  1696.     border: 1px solid #ddd;
  1697. }
  1698. .small-title {
  1699.   font-size: 20px;
  1700.   text-transform: capitalize;
  1701.   color: #FF3A46;
  1702.   margin-bottom: 10px;
  1703.   margin-top: 0px;
  1704.   font-weight: 600;
  1705. }
  1706. .big-title {
  1707.     letter-spacing: 0px;
  1708.     padding-bottom: 13px;
  1709.     position: relative;
  1710.     color: #233D63;
  1711.     line-height: 50px;
  1712.     font-size: 36px;
  1713.     text-transform: capitalize;
  1714.     font-weight: 600;
  1715. }
  1716. .main-title-box {
  1717.     margin-bottom: 60px;
  1718. }
  1719. \t  </style>
  1720. \t  
  1721. \t  
  1722. <section class=\"news-section\">
  1723. \t\t<div class=\"mzp-l-content blog\" id=\"blog\">
  1724. \t\t\t\t<div class=\"text-left\">
  1725. \t\t\t\t\t<h3>
  1726. \t\t\t\t\t\tNos programmes
  1727. \t\t\t\t\t</h3>
  1728. \t\t\t\t\t
  1729. \t\t\t\t\t<div>
  1730. \t\t\t\t\t\tLa transparence 
  1731. \t\t\t\t\t</div>
  1732. \t\t\t\t</div>
  1733. \t\t\t\t   <div class=\"row posts-list\">
  1734. \t\t\t  
  1735. \t\t\t\t\t   <!--Single Blog Start-->
  1736. \t\t\t\t\t   <div class=\"col-lg-4 col-md-4 wow fadeInUp\" data-wow-delay=\"0ms\">
  1737. \t\t\t\t\t\t<article>
  1738. \t\t\t\t\t\t\t<div class=\"post-img\">
  1739. \t\t\t\t\t\t\t\t<img src=\"https://i.ibb.co/m5yGbdR/blog2.jpg\" alt=\"\" class=\"img-fluid\">
  1740. \t\t\t\t\t\t\t</div>
  1741. \t\t\t\t\t\t\t<p class=\"post-category\">Commandez un  Hébergement pro.</p>
  1742. \t\t\t\t\t\t\t<h2 class=\"title\">
  1743. \t\t\t\t\t\t\t\t<a href=\"/detail/article/19\" data-original-title=\"\" title=\"\">Commandez un hébergement Mutualisé ou un VPS chez l’hébergeur web professionnel AFH Host à prix malin.</a>
  1744. \t\t\t\t\t\t\t</h2>
  1745. \t\t\t\t
  1746. \t\t\t\t\t\t\t<div class=\"d-flex align-items-center\">
  1747. \t\t\t\t\t\t\t\t<img src=\"/template/images/co.png\" alt=\"\" class=\"img-fluid post-author-img flex-shrink-0\">
  1748. \t\t\t\t\t\t\t\t<div class=\"post-meta\">
  1749. \t\t\t\t\t\t\t\t<div class=\"post-author-list\">Kenfack Noel</div>
  1750. \t\t\t\t\t\t\t\t<div class=\"post-date\">
  1751. \t\t\t\t\t\t\t\t\t<time datetime=\"2022-01-01\">01 Feb 2024</time>
  1752. \t\t\t\t\t\t\t\t</div>
  1753. \t\t\t\t\t\t\t\t</div>
  1754. \t\t\t\t\t\t\t</div>
  1755. \t\t\t\t\t\t</article>
  1756. \t\t\t\t\t   </div>
  1757. \t\t\t\t\t   <!--Single Blog End-->
  1758. \t\t\t\t\t   <!--Single Blog Start-->
  1759. \t\t\t\t\t   <div class=\"col-lg-4 col-md-4 wow fadeInUp\" data-wow-delay=\"0ms\">
  1760. \t\t\t\t\t\t<article>
  1761. \t\t\t\t\t\t\t<div class=\"post-img\">
  1762. \t\t\t\t\t\t\t\t<img src=\"https://i.ibb.co/m5yGbdR/blog2.jpg\" alt=\"\" class=\"img-fluid\">
  1763. \t\t\t\t\t\t\t</div>
  1764. \t\t\t\t\t\t\t<p class=\"post-category\">Commandez un  Hébergement pro.</p>
  1765. \t\t\t\t\t\t\t<h2 class=\"title\">
  1766. \t\t\t\t\t\t\t\t<a href=\"/detail/article/19\" data-original-title=\"\" title=\"\">Commandez un hébergement Mutualisé ou un VPS chez l’hébergeur web professionnel AFH Host à prix malin.</a>
  1767. \t\t\t\t\t\t\t</h2>
  1768. \t\t\t\t
  1769. \t\t\t\t\t\t\t<div class=\"d-flex align-items-center\">
  1770. \t\t\t\t\t\t\t\t<img src=\"/template/images/co.png\" alt=\"\" class=\"img-fluid post-author-img flex-shrink-0\">
  1771. \t\t\t\t\t\t\t\t<div class=\"post-meta\">
  1772. \t\t\t\t\t\t\t\t<div class=\"post-author-list\">Kenfack Noel</div>
  1773. \t\t\t\t\t\t\t\t<div class=\"post-date\">
  1774. \t\t\t\t\t\t\t\t\t<time datetime=\"2022-01-01\">01 Feb 2024</time>
  1775. \t\t\t\t\t\t\t\t</div>
  1776. \t\t\t\t\t\t\t\t</div>
  1777. \t\t\t\t\t\t\t</div>
  1778. \t\t\t\t\t\t</article>
  1779. \t\t\t\t\t   </div>
  1780. \t\t\t\t\t   <!--Single Blog Start-->
  1781. \t\t\t\t\t   <!--Single Blog Start-->
  1782. \t\t\t\t\t   <div class=\"col-lg-4 col-md-4 wow fadeInUp\" data-wow-delay=\"0ms\">
  1783. \t\t\t\t\t\t<article>
  1784. \t\t\t\t\t\t\t<div class=\"post-img\">
  1785. \t\t\t\t\t\t\t\t<img src=\"https://i.ibb.co/m5yGbdR/blog2.jpg\" alt=\"\" class=\"img-fluid\">
  1786. \t\t\t\t\t\t\t</div>
  1787. \t\t\t\t\t\t\t<p class=\"post-category\">Commandez un  Hébergement pro.</p>
  1788. \t\t\t\t\t\t\t<h2 class=\"title\">
  1789. \t\t\t\t\t\t\t\t<a href=\"/detail/article/19\" data-original-title=\"\" title=\"\">Commandez un hébergement Mutualisé ou un VPS chez l’hébergeur web professionnel AFH Host à prix malin.</a>
  1790. \t\t\t\t\t\t\t</h2>
  1791. \t\t\t\t
  1792. \t\t\t\t\t\t\t<div class=\"d-flex align-items-center\">
  1793. \t\t\t\t\t\t\t\t<img src=\"/template/images/co.png\" alt=\"\" class=\"img-fluid post-author-img flex-shrink-0\">
  1794. \t\t\t\t\t\t\t\t<div class=\"post-meta\">
  1795. \t\t\t\t\t\t\t\t<div class=\"post-author-list\">Kenfack Noel</div>
  1796. \t\t\t\t\t\t\t\t<div class=\"post-date\">
  1797. \t\t\t\t\t\t\t\t\t<time datetime=\"2022-01-01\">01 Feb 2024</time>
  1798. \t\t\t\t\t\t\t\t</div>
  1799. \t\t\t\t\t\t\t\t</div>
  1800. \t\t\t\t\t\t\t</div>
  1801. \t\t\t\t\t\t</article>
  1802. \t\t\t\t\t   </div>
  1803. \t\t\t\t\t   <!--Single Blog Start-->
  1804. \t\t\t\t\t   
  1805. \t\t\t\t   </div>
  1806. \t\t\t   </div>
  1807. \t\t   </div>
  1808.    </section>
  1809. ";
  1810.         
  1811.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1812.         
  1813.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1814.     }
  1815.     // line 1550
  1816.     public function block_javascripttemplate($context, array $blocks = [])
  1817.     {
  1818.         $macros $this->macros;
  1819.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1820.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripttemplate"));
  1821.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1822.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripttemplate"));
  1823.         // line 1551
  1824.         echo "
  1825. ";
  1826.         
  1827.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1828.         
  1829.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1830.     }
  1831.     public function getTemplateName()
  1832.     {
  1833.         return "Theme/Users/User/Security/accueilsite.html.twig";
  1834.     }
  1835.     public function isTraitable()
  1836.     {
  1837.         return false;
  1838.     }
  1839.     public function getDebugInfo()
  1840.     {
  1841.         return array (  1890 => 1551,  1880 => 1550,  1596 => 1274,  1589 => 1272,  1572 => 1263,  1564 => 1260,  1554 => 1259,  1550 => 1257,  1545 => 1256,  1543 => 1255,  1537 => 1252,  1534 => 1251,  1530 => 1250,  904 => 627,  895 => 620,  881 => 619,  878 => 618,  869 => 612,  853 => 599,  848 => 597,  829 => 591,  824 => 589,  821 => 588,  812 => 582,  798 => 571,  793 => 569,  775 => 564,  770 => 562,  767 => 561,  765 => 560,  762 => 559,  753 => 553,  738 => 541,  733 => 539,  714 => 533,  709 => 531,  706 => 530,  703 => 529,  686 => 528,  586 => 430,  538 => 385,  529 => 379,  524 => 377,  511 => 367,  233 => 92,  209 => 70,  196 => 60,  189 => 56,  183 => 53,  178 => 51,  164 => 45,  162 => 44,  130 => 14,  120 => 13,  107 => 10,  97 => 9,  83 => 6,  76 => 4,  71 => 3,  61 => 2,  38 => 1,);
  1842.     }
  1843.     public function getSourceContext()
  1844.     {
  1845.         return new Source("{% extends \"Theme/Users/User/layoutoffert.html.twig\" %}
  1846. {% block meta %}
  1847. \t{{ parent() }}
  1848. \t<meta name=\"keywords\" content=\"{{ site }}, {{ keywords }}\"/>
  1849. \t<meta name=\"author\" content=\"Noel Kenfack\"/>
  1850. \t<meta name=\"description\" content=\"{{ site }} | {{ description }}\"/>
  1851. {% endblock %}
  1852. {% block title %}
  1853. \t{{ parent() }} | Accueil
  1854. {% endblock %}
  1855. {% block userblog_body %}
  1856. <style>
  1857. \t.banner-content .me {
  1858. \t\tbackground: #90acd1;
  1859. \t\tpadding: 18px;
  1860. \t\tdisplay: inline-block;
  1861. \t\tcolor:#fff;
  1862. \t\tfont-size: 16px;
  1863. \t\tborder-radius: 8px;
  1864. \t\tposition: relative;
  1865. \t}
  1866. \t
  1867. \t.banner-content .me::after{
  1868. \t\tcontent: '';
  1869. \t\tposition: absolute;
  1870. \t\tright: 0;
  1871. \t\tbottom: -15px;
  1872. \t\twidth: 0;
  1873. \t\theight: 0;
  1874. \t\tborder-left: 26px solid transparent;
  1875. \t\tborder-right: 0px solid
  1876. \t\ttransparent;
  1877. \t\tborder-top: 24px solid#90acd1;
  1878. \t}
  1879. \t
  1880. \t*, ::after, ::before {
  1881. \t\tbox-sizing: border-box;
  1882. \t}
  1883. </style>
  1884. \t\t
  1885. {% if slideaccueil != null %}
  1886. <section id=\"download-firefox-primary-cta\" class=\"c-primary-cta download-firefox-primary-cta mzp-t-firefox\" style=\"background-image: url({% if slideaccueil.src != null %}{{ asset(slideaccueil.getwebpath) }}{% else %}{{ asset('templatehome/images/browser-high-res.188e4ab6d8f4.png') }}{% endif %})!important;background-size:400px 278px,auto;background-position:calc(50vw + 34px) 60px,calc(50vw - 41px) -78px;background-repeat:no-repeat;\">
  1887.   <div class=\"mzp-l-content\">
  1888.     <div class=\"c-primary-cta-wrapper\">
  1889.       <div class=\"banner-content\" style=\"margin-bottom: 20px; margin-top: -40px;\">
  1890. \t  \t<div class=\"me wow fadeInDown\" data-wow-duration=\"1s\" data-wow-delay=\"1.2s\" style=\"visibility: visible; animation-duration: 1s; animation-delay: 1.2s; animation-name: fadeInDown;\">Investissez</div>
  1891. \t  </div>
  1892. \t  <h3 class=\"c-primary-cta-title\">{{ slideaccueil.titre }}</h3>
  1893.       <h3 class=\"c-primary-cta-title-sub\"></h3>
  1894.       <p class=\"c-primary-cta-desc-sub\">{{ slideaccueil.description }}</p>
  1895.       
  1896.       <div class=\"c-primary-cta-button\">
  1897. \t\t<a class=\"download-link button button-green mzp-c-button mzp-t-product\" href=\"{{ path('produit_produit_tarification_courant_product') }}\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  1898. \t\t  <strong class=\"download-title\">
  1899. \t\t\tInvestir sur un chantier
  1900. \t\t  </strong>
  1901. \t\t</a><a class=\"download-link button button-green mzp-c-button mzp-t-product open-spp-modal\" href=\"{{ path('produit_produit_tarification_souscription_donation') }}\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  1902. \t\t  <strong class=\"download-title\">
  1903. \t\t\tFaire un don
  1904. \t\t  </strong>
  1905. \t\t</a>
  1906.       </div>
  1907.     </div>
  1908.   </div>
  1909. </section>
  1910. {% else %}
  1911. <style>
  1912. \t.articleplay {
  1913. \t\ttext-align: left;
  1914. \t\tposition: relative;
  1915. \t\twidth: 100%;
  1916. \t\theight: 400px;
  1917. \t\toverflow: hidden;
  1918. \t\tbackground: white;
  1919. \t\tborder-radius: 5px;
  1920. \t\tcolor: #fff;
  1921. \t\ttransform: translate3d(0);
  1922. \t\tbox-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.03);
  1923. \t\ttransition: all 0.3s ease;
  1924. \t\ttop: 50%;
  1925. \t\tleft: 50%;
  1926. \t\ttransform: translate(-50%, -50%);
  1927. \t}
  1928. \t.image {
  1929. \t\twidth: 100%;
  1930. \t\tposition: absolute;
  1931. \t\theight: 400px;
  1932. \t\ttransition: 0.3s ease;
  1933. \t\tbackground-image: url({{ asset('template/images/bg-reseller.jpg') }});
  1934. \t\tbackground-size: cover;
  1935. \t\tbackground-position: center center;
  1936. \t}
  1937. \t.image:before {
  1938. \t\ttransition: all 0.3s ease;
  1939. \t\tcontent: \"\";
  1940. \t\tposition: absolute;
  1941. \t\twidth: 100%;
  1942. \t\theight: 150px;
  1943. \t\tbottom: 0;
  1944. \t\tbackground-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  1945. \t\tborder-radius: 0 0 5px 5px;
  1946. \t}
  1947. \t.player-wrap {
  1948. \t\theight: 280px;
  1949. \t\twidth: 100%;
  1950. \t\tposition: relative;
  1951. \t\topacity: 0;
  1952. \t\tpointer-events: none;
  1953. \t\toverflow: hidden;
  1954. \t}
  1955. \t.player-active .player-wrap {
  1956. \t\topacity: 1;
  1957. \t}
  1958. \t.articleplay #player {
  1959. \t\twidth: 100%;
  1960. \t\theight: calc(330px*16/9);
  1961. \t\tposition: absolute;
  1962. \t\ttop: 50%;
  1963. \t\tleft: 50%;
  1964. \t\ttransform: translate(-50%, -50%) scale(1.4);
  1965. \t\t-webkit-filter: saturate(1);
  1966. \t}
  1967. \t.articleplay .nfo {
  1968. \t\twidth: 100%;
  1969. \t\tposition: absolute;
  1970. \t\tbottom: 0;
  1971. \t\tleft: 20px;
  1972. \t\ttransition: all 0.3s ease;
  1973. \t\theight: 92px;
  1974. \t}
  1975. \t.articleplay h3 {
  1976. \t\tfont-size: 30px;
  1977. \t\tline-hight: 0;
  1978. \t\tmargin: 0;
  1979. \t\tposition: relative;
  1980. \t\ttransition: all 0.3s ease;
  1981. \t\twhite-space: nowrap;
  1982. \t}
  1983. \t.articleplay h3:after {
  1984. \t\tposition: absolute;
  1985. \t\tcontent: \"\";
  1986. \t\tbottom: 0;
  1987. \t\tleft: 0;
  1988. \t\twidth: 60px;
  1989. \t\theight: 3px;
  1990. \t\tbackground: #F15826;
  1991. \t\tz-index: 100;
  1992. \t\ttransition: all 0.3s ease;
  1993. \t\ttransition-delay: 0s;
  1994. \t}
  1995. \t.articleplay p {
  1996. \tcolor: #B3B7B9;
  1997. \tmargin-top: 0.3em;
  1998. \tposition: relative;
  1999. \ttransition: all 0.3s ease;
  2000. \t}
  2001. \t.articleplay  .desc {
  2002. \t\tbackground: #9ebb3d;
  2003. \t\twidth: 100%;
  2004. \t\theight: 144px;
  2005. \t\tmargin-left: -20px;
  2006. \t\tposition: relative;
  2007. \t\tbox-sizing: border-box;
  2008. \t\ttransition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  2009. \t\tline-height: 1.4;
  2010. \t\tfont-weight: 100;
  2011. \t}
  2012. \t.articleplay  .desc p {
  2013. \t\tmargin: 0;
  2014. \t\tpadding: 20px;
  2015. \t\tpadding-top: 25px;
  2016. \t\tcolor: #fff;
  2017. \t\tfont-size: 15px;
  2018. \t\theight: 2.8em;
  2019. \t\toverflow: hidden;
  2020. \t}
  2021. \t.articleplay a {
  2022. \t\tpadding: 10px 0px;
  2023. \t\theight: 50px;
  2024. \t\tbackground: #ec9204;
  2025. \t\tcolor: white;
  2026. \t\tdisplay: inline-block;
  2027. \t\ttext-align: center;
  2028. \t\tbottom: 0;
  2029. \t\tposition: absolute;
  2030. \t\twidth: 100%;
  2031. \t\toverflow: hidden;
  2032. \t\tbox-sizing: border-box;
  2033. \t\tfont-weight: 400;
  2034. \t\ttext-decoration: none;
  2035. \t\ttransition: all 0.1s ease;
  2036. \t}
  2037. \t.articleplay a:hover {
  2038. \t\tcolor: white;
  2039. \t\t-webkit-filter: contrast(1.5);
  2040. \t}
  2041. \t.articleplay a:hover .maxdome-logo, .articleplay a:hover span {
  2042. \ttransform: translateY(-37px);
  2043. \t}
  2044. \t.articleplay  a:active {
  2045. \t-webkit-filter: contrast(2);
  2046. \t}
  2047. \t.articleplay  a:active .maxdome-logo {
  2048. \ttransition: all 0.3s ease 0;
  2049. \ttransform: translateY(-37px) scale(0.95);
  2050. \t}
  2051. \t.articleplay a .maxdome-logo, .articleplay a span {
  2052. \ttransition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  2053. \twidth: 100%;
  2054. \tdisplay: inline-block;
  2055. \tmargin-top: 6px;
  2056. \t}
  2057. \t.articleplay a .maxdome-logo {
  2058. \twidth: 154px;
  2059. \tmargin-top: 12px;
  2060. \theight: 20px;
  2061. \tdisplay: inline-block;
  2062. \t}
  2063. \t.articleplay  a .maxdome-logo:after {
  2064. \tcontent: \"\";
  2065. \tspeak: none;
  2066. \tfont-style: normal;
  2067. \tfont-weight: 400;
  2068. \tfont-family: Icons;
  2069. \tcolor: #fff;
  2070. \tmargin-left: 0.11111rem;
  2071. \t}
  2072. \t.articleplay a .maxdome-logo:before {
  2073. \tcontent: \"\";
  2074. \tspeak: none;
  2075. \tfont-style: normal;
  2076. \tfont-weight: 400;
  2077. \tcolor: #202831;
  2078. \tfont-family: Icons;
  2079. \t}
  2080. \t.articleplay:hover {
  2081. \tbox-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  2082. \t}
  2083. \t.articleplay:hover .nfo {
  2084. \ttransform: translateY(-100px);
  2085. \t}
  2086. \t.articleplay:hover .nfo p {
  2087. \topacity: 0;
  2088. \t}
  2089. \t.articleplay:hover .desc {
  2090. \ttransform: translateY(-47px);
  2091. \t}
  2092. \t.articleplay:hover .desc p {
  2093. \topacity: 1;
  2094. \t}
  2095. \t.articleplay:hover h3:after {
  2096. \twidth: 390px;
  2097. \ttransform: translateX(-20px);
  2098. \ttransition-delay: 0.3s;
  2099. \ttransition: transform 0.3s ease, width 2s ease-in;
  2100. \t}
  2101. \t.articleplay:hover .image {
  2102. \ttransform: translateY(-60px);
  2103. \t}
  2104. \t.articleplay:hover.player-active h3:after {
  2105. \ttransition: 0.3s ease;
  2106. \twidth: 440px;
  2107. \t}
  2108. \t.articleplay:hover.player-active .image:before {
  2109. \ttransform: translate(0);
  2110. \t}
  2111. \t.articleplay:hover.player-active .nfo {
  2112. \ttransition: 1s ease 1.5s;
  2113. \ttransform: translateY(-6px);
  2114. \t}
  2115. \t.articleplay:hover.player-active .nfo a {
  2116. \ttransform: translateY(-94px);
  2117. \ttransition: 1s ease 1.5s;
  2118. \t}
  2119. \t.articleplay:hover.player-active .nfo:hover {
  2120. \ttransition: 0.7s ease 0s;
  2121. \ttransform: translateY(-100px);
  2122. \t}
  2123. \t.articleplay:hover.player-active .nfo:hover a {
  2124. \ttransform: translateY(0);
  2125. \ttransition: 0.7s ease 0s;
  2126. \t}
  2127. \t.articleplay:hover.player-active .nfo:hover h3 {
  2128. \ttransition: 1s ease 0s;
  2129. \tcolor: white;
  2130. \t}
  2131. \t.articleplay:hover.player-active .nfo:hover h3 {
  2132. \ttransition: 1s ease 2s;
  2133. \t}
  2134. \t.articleplay:hover.player-active .nfo:hover h3:after {
  2135. \twidth: 440px;
  2136. \ttransition: width 0.3s ease;
  2137. \t}
  2138. .bg-danger {
  2139.   background-color: #f5365c !important;
  2140. }
  2141. @media (min-width: 1200px) {
  2142.   
  2143.   .justify-content-xl-between {
  2144.     justify-content: space-between !important;
  2145.   }
  2146. }
  2147. .pt-5 {
  2148.   padding-top: 3rem !important;
  2149. }
  2150. .pb-8 {
  2151.   padding-bottom: 8rem !important;
  2152. }
  2153. @media (min-width: 768px) {
  2154.   .pt-md-8 {
  2155.     padding-top: 8rem !important;
  2156.   }
  2157. }
  2158. @media (min-width: 1200px) {
  2159.   
  2160.   .mb-xl-0 {
  2161.     margin-bottom: 0 !important;
  2162.   }
  2163. }
  2164. .font-weight-bold {
  2165.   font-weight: 600 !important;
  2166. }
  2167. a.text-success:hover,
  2168. a.text-success:focus {
  2169.   color: #24a46d !important;
  2170. }
  2171. .text-warning {
  2172.   color: #fb6340 !important;
  2173. }
  2174. a.text-warning:hover,
  2175. a.text-warning:focus {
  2176.   color: #fa3a0e !important;
  2177. }
  2178. .text-danger {
  2179.   color: #f5365c !important;
  2180. }
  2181. a.text-danger:hover,
  2182. a.text-danger:focus {
  2183.   color: #ec0c38 !important;
  2184. }
  2185. .text-white {
  2186.   color: #fff !important;
  2187. }
  2188. a.text-white:hover,
  2189. a.text-white:focus {
  2190.   color: #e6e6e6 !important;
  2191. }
  2192. .text-muted {
  2193.   color: #8898aa !important;
  2194. }
  2195. figcaption,
  2196. main {
  2197.   display: block;
  2198. }
  2199. main {
  2200.   overflow: hidden;
  2201. }
  2202. .bg-yellow {
  2203.   background-color: #ffd600 !important;
  2204. }
  2205. </style>
  2206. <section id=\"download-firefox-primary-cta\" class=\"c-primary-cta download-firefox-primary-cta mzp-t-firefox\" style=\"background-image: url({{ asset('template/images/bg-shape-bottom-right.png') }}); background-size: 600px 400px,auto; background-position: top 100px right 0px; background-repeat:no-repeat;\">
  2207.   <div class=\"mzp-l-content \">
  2208.     <div class=\"c-primary-cta-wrapper\" style=\"max-width: 100%;\">
  2209.       <div class=\"banner-content\" style=\"margin-bottom: 20px; margin-top: -40px;\">
  2210. \t  \t<div class=\"me wow fadeInDown\" data-wow-duration=\"1s\" data-wow-delay=\"1.2s\" style=\"visibility: visible; animation-duration: 1s; animation-delay: 1.2s; animation-name: fadeInDown;\">Investissez</div>
  2211. \t  </div>
  2212. \t  <div class=\"row\">
  2213. \t\t  <div class=\"col-md-6\">
  2214. \t\t\t<h3 class=\"c-primary-cta-title\">Sur les business les plus rentables en controlant intégralement l'activité.</h3>
  2215. \t\t\t<h3 class=\"c-primary-cta-title-sub\">12</h3>
  2216. \t\t\t<p class=\"c-primary-cta-desc-sub\">{{ site }} Transforme des idées et projets en business modernes dans lesquelles des millions de personnes peuvent investir et tracer leur investissement avec le risque d'échec quasiment nul.</p>
  2217. \t\t\t<div class=\"c-primary-cta-button\">
  2218. \t\t\t  <a style=\"margin: 1px;\" class=\"download-link button button-green mzp-c-button mzp-t-product\" href=\"{{ path('produit_produit_tarification_courant_product') }}\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  2219. \t\t\t\t<strong class=\"download-title\">
  2220. \t\t\t\t  Investir sur un chantier
  2221. \t\t\t\t</strong>
  2222. \t\t\t  </a>
  2223. \t\t\t  
  2224. \t\t\t  <a style=\"margin: 1px;\" class=\"download-link button button-green mzp-c-button mzp-t-product\" href=\"{{ path('produit_produit_tarification_souscription_donation') }}\" data-direct-link=\"\" data-link-type=\"download\" data-display-name=\"Windows 64-bit\" data-download-version=\"win64\" data-download-os=\"Desktop\" data-download-location=\"primary cta\">
  2225. \t\t\t\t<strong class=\"download-title\">
  2226. \t\t\t\t  Faire un don
  2227. \t\t\t\t</strong>
  2228. \t\t\t  </a>
  2229. \t\t\t</div>
  2230. \t\t  </div>
  2231. \t\t  <div class=\"col-md-6\">
  2232. \t\t\t
  2233. \t\t\t<div class=\"articleplay\"  data-youtube-id=\"Ue_SfrHHBAc\">
  2234. \t\t\t\t<div class=\"image\"></div>
  2235. \t\t\t\t<div class=\"player-wrap\">
  2236. \t\t\t\t  <div id=\"player\"></div>
  2237. \t\t\t\t</div>
  2238. \t\t\t\t<div class=\"nfo\">
  2239. \t\t\t\t  
  2240. \t\t\t\t  <h3>Monsters, Inc.</h3>
  2241. \t\t\t\t  <p>Animation/Comedy
  2242. \t\t\t\t  </p>
  2243. \t\t\t\t  <div class=\"desc\">
  2244. \t\t\t\t\t<p>In order to power the city, monsters have to scare children so that they scream. However, the children are toxic to the monsters, and after a child gets through, two monsters realize things may not be what they think.</p>
  2245. \t\t\t\t\t<a href=\"#\" ><span>&#9658; Rent or Buy Now</span>
  2246. \t\t\t\t\t  <div class=\"maxdome-logo\"></div>
  2247. \t\t\t\t\t</a>
  2248. \t\t\t\t  </div>
  2249. \t\t\t
  2250. \t\t\t\t</div>
  2251. \t\t\t</div>
  2252. \t\t  </div>
  2253. \t  </div>
  2254. \t  
  2255. \t  <script type=\"text/javascript\">
  2256. \t\t
  2257. \t  </script>
  2258.     </div>
  2259.   </div>
  2260.   <div>
  2261. \t  <img src=\"\" alt=\"\" style=\"\">
  2262.   </div>
  2263. </section>
  2264. {% endif %}
  2265. <div class=\"mzp-l-content \" style=\"border-top: 1px solid #ddd;\">
  2266. \t<div class=\"header-body\">
  2267. \t\t<div class=\"row\">
  2268. \t\t  <div class=\"col-xl-3 col-lg-6\">
  2269. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  2270. \t\t\t  <div class=\"card-body\">
  2271. \t\t\t\t<div class=\"row\">
  2272. \t\t\t\t  <div class=\"col\">
  2273. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Chantiers</h5>
  2274. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">350,897</span>
  2275. \t\t\t\t  </div>
  2276. \t\t\t\t  <div class=\"col-auto\">
  2277. \t\t\t\t\t<div class=\"icon icon-shape bg-danger text-white rounded-circle shadow\">
  2278. \t\t\t\t\t  <i class=\"fa fa-chart-bar\"></i>
  2279. \t\t\t\t\t</div>
  2280. \t\t\t\t  </div>
  2281. \t\t\t\t</div>
  2282. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  2283. \t\t\t\t  <span class=\"text-success mr-2\"><i class=\"fa fa-arrow-up\"></i> 3.48%</span>
  2284. \t\t\t\t  <span class=\"text-nowrap\">Since last month</span>
  2285. \t\t\t\t</p>
  2286. \t\t\t  </div>
  2287. \t\t\t</div>
  2288. \t\t  </div>
  2289. \t\t  <div class=\"col-xl-3 col-lg-6\">
  2290. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  2291. \t\t\t  <div class=\"card-body\">
  2292. \t\t\t\t<div class=\"row\">
  2293. \t\t\t\t  <div class=\"col\">
  2294. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Investissement</h5>
  2295. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">2,356</span>
  2296. \t\t\t\t  </div>
  2297. \t\t\t\t  <div class=\"col-auto\">
  2298. \t\t\t\t\t<div class=\"icon icon-shape bg-warning text-white rounded-circle shadow\">
  2299. \t\t\t\t\t  <i class=\"fa fa-chart-pie\"></i>
  2300. \t\t\t\t\t</div>
  2301. \t\t\t\t  </div>
  2302. \t\t\t\t</div>
  2303. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  2304. \t\t\t\t  <span class=\"text-danger mr-2\"><i class=\"fa fa-arrow-down\"></i> 3.48%</span>
  2305. \t\t\t\t  <span class=\"text-nowrap\">Since last week</span>
  2306. \t\t\t\t</p>
  2307. \t\t\t  </div>
  2308. \t\t\t</div>
  2309. \t\t  </div>
  2310. \t\t  <div class=\"col-xl-3 col-lg-6\">
  2311. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  2312. \t\t\t  <div class=\"card-body\">
  2313. \t\t\t\t<div class=\"row\">
  2314. \t\t\t\t  <div class=\"col\">
  2315. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Investisseurs</h5>
  2316. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">924</span>
  2317. \t\t\t\t  </div>
  2318. \t\t\t\t  <div class=\"col-auto\">
  2319. \t\t\t\t\t<div class=\"icon icon-shape bg-yellow text-white rounded-circle shadow\">
  2320. \t\t\t\t\t  <i class=\"fa fa-users\"></i>
  2321. \t\t\t\t\t</div>
  2322. \t\t\t\t  </div>
  2323. \t\t\t\t</div>
  2324. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  2325. \t\t\t\t  <span class=\"text-warning mr-2\"><i class=\"fa fa-arrow-down\"></i> 1.10%</span>
  2326. \t\t\t\t  <span class=\"text-nowrap\">Since yesterday</span>
  2327. \t\t\t\t</p>
  2328. \t\t\t  </div>
  2329. \t\t\t</div>
  2330. \t\t  </div>
  2331. \t\t  <div class=\"col-xl-3 col-lg-6\">
  2332. \t\t\t<div class=\"card card-stats mb-4 mb-xl-0\">
  2333. \t\t\t  <div class=\"card-body\">
  2334. \t\t\t\t<div class=\"row\">
  2335. \t\t\t\t  <div class=\"col\">
  2336. \t\t\t\t\t<h5 class=\"card-title text-uppercase text-muted mb-0\">Donations</h5>
  2337. \t\t\t\t\t<span class=\"h2 font-weight-bold mb-0\">49,65%</span>
  2338. \t\t\t\t  </div>
  2339. \t\t\t\t  <div class=\"col-auto\">
  2340. \t\t\t\t\t<div class=\"icon icon-shape bg-info text-white rounded-circle shadow\">
  2341. \t\t\t\t\t  <i class=\"fa fa-percent\"></i>
  2342. \t\t\t\t\t</div>
  2343. \t\t\t\t  </div>
  2344. \t\t\t\t</div>
  2345. \t\t\t\t<p class=\"mt-3 mb-0 text-muted text-sm\">
  2346. \t\t\t\t  <span class=\"text-success mr-2\"><i class=\"fa fa-arrow-up\"></i> 12%</span>
  2347. \t\t\t\t  <span class=\"text-nowrap\">Since last month</span>
  2348. \t\t\t\t</p>
  2349. \t\t\t  </div>
  2350. \t\t\t</div>
  2351. \t\t  </div>
  2352. \t\t</div>
  2353. \t  </div>
  2354. </div>
  2355.   <section style=\"padding: 15px 0px;\">
  2356. \t<div class=\"mzp-l-content\">
  2357.       <div class=\"mzp-l-card-hero\">
  2358. \t  {% for article in article_presentation %}
  2359. \t\t\t{% if loop.first %}
  2360. \t\t\t\t<section class=\"mzp-c-card mzp-c-card-large mzp-has-aspect-16-9 mzp-has-video has-video-embed\">
  2361. \t\t\t\t  <a class=\"mzp-c-card-block-link\" href=\"{{ path('produit_service_detail_article_central', {'id': article.id }) }}\" data-link-name=\"Dites stop aux traqueurs publicitaires\" data-link-type=\"link\" data-link-group=\"card\" data-card-tag=\"Firefox\">
  2362. \t\t\t\t\t<div class=\"mzp-c-card-media-wrapper\">
  2363. \t\t\t\t\t\t<div class=\"lazy-image-container\"><img class=\"mzp-c-card-image\" src=\"{% if article.imgservice != null %}{{ asset(article.imgservice.getwebpath) }}{% else %}{{ asset('template/images/bg-host.png') }}{% endif %}\" alt=\"\" srcset=\"{% if article.imgservice != null %}{{ asset(article.imgservice.getwebpath) }}{% else %}{{ asset('template/images/bg-host.png') }}{% endif %} 2x\"/></div>
  2364. \t\t\t\t\t</div>
  2365. \t\t\t\t\t<div class=\"mzp-c-card-content\">
  2366. \t\t\t\t\t
  2367. \t\t\t\t\t  <div class=\"mzp-c-card-tag\">Firefox</div>
  2368. \t\t\t\t\t
  2369. \t\t\t\t\t  <h2 class=\"mzp-c-card-title\"><span>{{ article.nom }}</span></h2>
  2370. \t\t\t\t\t
  2371. \t\t\t\t\t  <p class=\"mzp-c-card-desc\">{{ article.description }}</p>
  2372. \t\t\t\t\t</div>
  2373. \t\t\t\t  </a>
  2374. \t\t\t\t  
  2375. \t\t\t\t  <div class=\"mzp-c-card-video-wrapper hidden\">
  2376. \t\t\t\t  <figure class=\"mzp-c-card-video-content mzp-c-modal-overlay-contents\">
  2377. \t\t\t\t\t  <div class=\"ytcontainer-video\">
  2378. \t\t\t\t\t\t<div class=\"video-container\">
  2379. \t\t\t\t\t\t  <div class=\"video-play\" data-id=\"4OKMVy859wA\"></div>
  2380. \t\t\t\t\t\t</div>
  2381. \t\t\t\t\t  </div>
  2382. \t\t\t\t\t  <figcaption>
  2383. \t\t\t\t\t\t<p>Plus de 2000 traqueurs vous suivent partout sur le Web et menacent votre vie privée. Alors Firefox les bloque pour vous. <a href=\"{{ path('produit_service_detail_article_central', {'id': article.id }) }}\">En savoir plus</a></p>
  2384. \t\t\t\t\t  </figcaption>
  2385. \t\t\t\t\t</figure>
  2386. \t\t\t\t   </div>
  2387. \t\t\t\t</section>
  2388. \t\t\t{% else %}
  2389. \t\t\t
  2390. \t\t\t{% if loop.index == 2 %}
  2391. \t\t\t\t<section class=\"mzp-c-card mzp-c-card-medium mzp-has-aspect-1-1  mzp-has-video has-video-embed\">
  2392. \t\t\t\t  <a class=\"mzp-c-card-block-link\" href=\"{{ path('produit_service_detail_article_central', {'id': article.id }) }}\" data-link-name=\"Monitor surveille les fuites de données\" data-link-type=\"link\" data-link-group=\"card\" data-card-tag=\"Sécurité\">
  2393. \t\t\t\t\t<div class=\"mzp-c-card-media-wrapper\">
  2394. \t\t\t\t\t\t<div class=\"lazy-image-container\"><img class=\"mzp-c-card-image\" src=\"{% if article.imgservice != null %}{{ asset(article.imgservice.getwebpath) }}{% else %}{{ asset('template/images/bg-host.png') }}{% endif %}\" alt=\"\" srcset=\"{% if article.imgservice != null %}{{ asset(article.imgservice.getwebpath) }}{% else %}{{ asset('template/images/bg-host.png') }}{% endif %} 2x\"/></div>
  2395. \t\t\t\t\t</div>
  2396. \t\t\t\t\t<div class=\"mzp-c-card-content\">
  2397. \t\t\t\t\t  <div class=\"mzp-c-card-tag\">Sécurité</div>
  2398. \t\t\t\t\t
  2399. \t\t\t\t\t  <h2 class=\"mzp-c-card-title\"><span>{{ article.nom }}</span></h2>
  2400. \t\t\t\t\t
  2401. \t\t\t\t\t  <p class=\"mzp-c-card-desc\">{{ article.description }}</p>
  2402. \t\t\t\t\t</div>
  2403. \t\t\t\t  </a>
  2404. \t\t\t\t  <div class=\"mzp-c-card-video-wrapper hidden\">
  2405. \t\t\t\t\t  <figure class=\"mzp-c-card-video-content mzp-c-modal-overlay-contents\">
  2406. \t\t\t\t\t\t  <div class=\"ytcontainer-video\">
  2407. \t\t\t\t\t\t\t<div class=\"video-container\">
  2408. \t\t\t\t\t\t\t  <div class=\"video-play\" data-id=\"FawHxwNzyPM\"></div>
  2409. \t\t\t\t\t\t\t</div>
  2410. \t\t\t\t\t\t  </div>
  2411. \t\t\t\t\t\t  <figcaption>
  2412. \t\t\t\t\t\t\t<p>Visualisez les traqueurs que nous bloquons directement dans le navigateur. <a href=\"{{ path('produit_service_detail_article_central', {'id': article.id }) }}\">En savoir plus</a></p>
  2413. \t\t\t\t\t\t  </figcaption>
  2414. \t\t\t\t\t\t</figure>
  2415. \t\t\t\t\t</div>
  2416. \t\t\t\t</section>
  2417. \t\t\t{% else %}
  2418. \t\t\t\t<section class=\"mzp-c-card mzp-c-card-small mzp-has-aspect-16-9 mzp-has-video has-video-embed\">
  2419. \t\t\t\t\t<a class=\"mzp-c-card-block-link\" href=\"{{ path('produit_service_detail_article_central', {'id': article.id }) }}\" data-link-name=\"Découvrez votre rapport de protection\" data-link-type=\"link\" data-link-group=\"card\" data-card-tag=\"Outils Firefox\">
  2420. \t\t\t\t\t<div class=\"mzp-c-card-media-wrapper\">
  2421. \t\t\t\t\t\t<div class=\"lazy-image-container\"><img class=\"mzp-c-card-image\" src=\"{% if article.imgservice != null %}{{ asset(article.imgservice.getwebpath) }}{% else %}{{ asset('template/images/bg-host.png') }}{% endif %}\" alt=\"\" srcset=\"{% if article.imgservice != null %}{{ asset(article.imgservice.getwebpath) }}{% else %}{{ asset('template/images/bg-host.png') }}{% endif %} 2x\"/></div>
  2422. \t\t\t\t\t  
  2423. \t\t\t\t\t</div>
  2424. \t\t\t\t\t<div class=\"mzp-c-card-content\">
  2425. \t\t\t\t\t  <div class=\"mzp-c-card-tag\">Outils Firefox</div>
  2426. \t\t\t\t\t  <h2 class=\"mzp-c-card-title\"><span>{{ article.nom }}</span></h2>
  2427. \t\t\t\t\t  <p class=\"mzp-c-card-desc\">{{ article.description }}</p>
  2428. \t\t\t\t\t</div>
  2429. \t\t\t\t\t</a>
  2430. \t\t\t  
  2431. \t\t\t\t\t<div class=\"mzp-c-card-video-wrapper hidden\">
  2432. \t\t\t\t\t  <figure class=\"mzp-c-card-video-content mzp-c-modal-overlay-contents\">
  2433. \t\t\t\t\t\t  <div class=\"ytcontainer-video\">
  2434. \t\t\t\t\t\t\t<div class=\"video-container\">
  2435. \t\t\t\t\t\t\t  <div class=\"video-play\" data-id=\"FawHxwNzyPM\"></div>
  2436. \t\t\t\t\t\t\t</div>
  2437. \t\t\t\t\t\t  </div>
  2438. \t\t\t\t\t\t  <figcaption>
  2439. \t\t\t\t\t\t\t<p>Visualisez les traqueurs que nous bloquons directement dans le navigateur. <a href=\"{{ path('produit_service_detail_article_central', {'id': article.id }) }}\">En savoir plus</a></p>
  2440. \t\t\t\t\t\t  </figcaption>
  2441. \t\t\t\t\t\t</figure>
  2442. \t\t\t\t\t</div>
  2443. \t\t\t\t</section>
  2444. \t\t\t{% endif %}
  2445. \t\t\t{% endif %}
  2446. \t\t{% endfor %}
  2447.       </div>
  2448.       </div>
  2449.       </section>
  2450. \t
  2451. \t  <section style=\"margin-top: -20px;\">
  2452. \t  <div style=\"width: 95%; margin: 0px auto;\">
  2453. \t  <link href=\"{{ asset('template/css/tyfy.css') }}\" rel=\"stylesheet\"/>
  2454. \t  <style>
  2455. \t\tdiv.demotabs {
  2456. \t\t  border: 2px dashed #e6e6e6;
  2457. \t\t  border-radius: .8125rem;
  2458. \t\t  box-shadow: inset 0px 0px 1.625rem rgba(0, 0, 0, 0.05);
  2459. \t\t  margin-top: 1.625rem;
  2460. \t\t  padding: 15px;
  2461. \t\t  background: #fff;
  2462. \t\t}
  2463. \t\t.links-underlined a[href]{border-bottom-style:solid;border-bottom-width:2px}ol,ul{line-height:1.625rem;padding-left:2.4375rem}
  2464. \t  </style>
  2465. \t  
  2466. \t  
  2467. \t  <div class=\"demotabs\">
  2468. \t\t  <div class=\"mzp-l-content\">
  2469. \t\t<div class=\"links-underlined\">
  2470. \t\t\t<h1>En quoi AFH Factory vous êtes utiles ?</h1>
  2471. \t\t\t<p>  This is my implementation of responsive tabs. It is being incorporated into my <a href=\"https://github.com/aaronpinero/typography\">Tyfy framework</a>.</p>
  2472. \t\t</div>
  2473. \t\t<div class=\"tabs-container\">
  2474. \t\t\t<h2 class=\"tab-label\">Investisseur</h2>
  2475. \t\t\t<p>Porro excepturi ad eligendi excepturi quam voluptate velit. Placeat modi animi natus est temporibus tenetur pariatur suscipit. Dolores sit id sit placeat consequatur temporibus accusamus et. Cumque voluptatum voluptatum delectus et sequi. Vero vitae officia eius ad. Consequatur impedit quam mollitia.</p>
  2476. \t\t\t<p>Aspernatur id nihil sit eveniet vero corporis necessitatibus sit. Magni quia vitae perferendis. Suscipit illo tempora minus officia nemo aut numquam. Qui et omnis velit repudiandae autem. Aperiam aut dolorem neque quis dolor est sunt.</p>
  2477. \t\t\t
  2478. \t\t\t<h2 class=\"tab-label collapsed\">Porteur de projet</h2>
  2479. \t\t\t<p>Facilis error corrupti dolor eaque. 
  2480. \t\t\t<a id=\"anchor\">Occaecati</a> illum sequi officia rerum nostrum. Iste in quo eveniet. Deserunt quaerat a adipisci magni consequatur nesciunt distinctio praesentium. Ipsum vel ut est vel veritatis fugiat perspiciatis.</p>
  2481. \t\t\t<p>Omnis dolores sit pariatur facilis odit magni. Totam excepturi incidunt dolorem assumenda neque dolorem. Dolorem odio consequatur quas corrupti sequi. Nihil ut nihil itaque non at molestiae corporis. Explicabo voluptate quis et.</p>
  2482. \t\t\t
  2483. \t\t\t<h2 class=\"tab-label collapsed\">Contributeurs</h2>
  2484. \t\t\t<p>Curabitur non mauris sodales, tempor lacus ac, maximus felis. Vestibulum ultrices augue ut arcu mattis pellentesque. Maecenas ullamcorper lorem sit amet pretium pharetra. Nunc ipsum tellus, hendrerit vitae bibendum vel, scelerisque sit amet libero. Duis imperdiet massa placerat venenatis pharetra. Donec consectetur quis odio sit amet sollicitudin. Morbi at faucibus odio. Duis viverra lacus a odio pretium, quis suscipit tortor accumsan. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur egestas venenatis est vel hendrerit. Fusce molestie bibendum ex in suscipit.</p>
  2485. \t\t\t
  2486. \t\t</div>
  2487. \t  
  2488. \t  <h2>Notes</h2>
  2489. \t  <p>I've relied on CSS Flexbox for the visual tabs. Flexbox is <a href=\"https://caniuse.com/#search=flex\">a problem for just about any version of Internet <strike>Exploder</strike> Explorer</a>. At some point, I'll need to figure out an alternative way to present the tabs that will work for IE.</p>
  2490. \t</div>
  2491. \t</div>
  2492. \t  
  2493. \t  <script>
  2494. \t\t\$(document).ready(function(){
  2495.   
  2496. \t\t  GoToAnchor = function(){
  2497. \t\t\t// find the anchor and any tab it might be in
  2498. \t\t\tselected_anchor_name = encodeURIComponent(window.location.hash.substring(1));
  2499. \t\t\t\tselected_anchor = \$('a[name=\"'+selected_anchor_name+'\"], a[id=\"'+selected_anchor_name+'\"]');
  2500. \t\t\tparent_tab = selected_anchor.parents('.tab-panel');
  2501. \t\t\t// account for an anchor in a label
  2502. \t\t\tparent_label = selected_anchor.parents('.tab-label');
  2503. \t\t\tif (parent_label.length) {
  2504. \t\t\t  parent_tab = parent_label.next('.tab-panel');
  2505. \t\t\t}
  2506. \t\t\t// do the steps of this function only if we have an anchor link and a tab panel
  2507. \t\t\tif (selected_anchor.length && parent_tab.length) {
  2508. \t\t\t  parent_tab_label = parent_tab.prev('.tab-label');
  2509. \t\t\t\t  parent_tab_index = parent_tab_label.attr('data-tabindex');
  2510. \t\t\t  parent_tab.parent().find('ul.tabs li').eq(parent_tab_index).click();
  2511. \t\t\t  if (parent_tab.hasClass('collapsed')) {
  2512. \t\t\t\tparent_tab.removeClass('collapsed');
  2513. \t\t\t\tparent_tab_label.removeClass('collapsed');
  2514. \t\t\t  }
  2515. \t\t\t  // scroll to the anchor
  2516. \t\t\t  var s = selected_anchor.offset().top - 50; // console.log(s);
  2517. \t\t\t  \$('body,html').animate({'scrollTop':s},500,'swing');
  2518. \t\t\t\t}
  2519. \t\t  };
  2520. \t\t  
  2521. \t\t  // prepare HTML structure for each tab container
  2522. \t\t  \$('.tabs-container').each(function(){
  2523. \t\t\tif (!\$(this).hasClass('tabs-processed')) {
  2524. \t\t\t  // find the headings that are tab labels
  2525. \t\t\t  my_tablabels = \$(this).find('.tab-label');
  2526. \t\t\t  // create tabs
  2527. \t\t\t  if (\$(this).find('ul.tabs').length === 0) {
  2528. \t\t\t\t\$(this).prepend('<ul class=\"tabs\"></ul>');
  2529. \t\t\t\tvar x;
  2530. \t\t\t\tfor (x=0;x<my_tablabels.length;x++) {
  2531. \t\t\t\t  \$(this).find('ul.tabs').append('<li data-tabindex=\"'+x+'\">'+my_tablabels.eq(x).text()+'</li>');
  2532. \t\t\t\t}
  2533. \t\t\t  }
  2534. \t\t\t  // structure all labels and wrap all tab panels
  2535. \t\t\t  if (\$(this).find('.tab-panel').length === 0) {
  2536. \t\t\t\tmy_tablabels.each(function(i){
  2537. \t\t\t\t  \$(this).attr('data-tabindex',i);
  2538. \t\t\t\t  \$(this).wrapInner('<a id=\"'+encodeURIComponent(\$(this).text())+'\"></a>');
  2539. \t\t\t\t  kids = \$(this).nextUntil('.tab-label').wrapAll('<div class=\"tab-panel\"></div>');
  2540. \t\t\t\t  // default state class for when tabs are collapsable sections
  2541. \t\t\t\t  \$(this).addClass('collapsed').next('.tab-panel').addClass('collapsed');
  2542. \t\t\t\t});    
  2543. \t\t\t  }
  2544. \t\t\t  // open initial tab
  2545. \t\t\t  \$(this).find('ul.tabs li').eq(0).addClass('open');
  2546. \t\t\t  my_tablabels.eq(0).addClass('open').next('.tab-panel').addClass('open');
  2547. \t\t\t  // tab click events
  2548. \t\t\t  \$('.tabs-container ul.tabs li').each(function(i){
  2549. \t\t\t\t\$(this).click(function(){
  2550. \t\t\t\t  if (!\$(this).hasClass('open')) {
  2551. \t\t\t\t\t\$('.tabs-container .open').removeClass('open');
  2552. \t\t\t\t\tmy_tabindex = \$(this).attr('data-tabindex');
  2553. \t\t\t\t\t\$(this).addClass('open');
  2554. \t\t\t\t\t\$('.tabs-container .tab-label').eq(my_tabindex).addClass('open');
  2555. \t\t\t\t\t\$('.tabs-container .tab-panel').eq(my_tabindex).addClass('open');
  2556. \t\t\t\t  }
  2557. \t\t\t\t});
  2558. \t\t\t  });
  2559. \t\t\t  // collapsable header click event
  2560. \t\t\t  \$('.tabs-container .tab-label').click(function(){
  2561. \t\t\t\tif (!\$(this).hasClass('transition')) {
  2562. \t\t\t\t  kids = \$(this).next('.tab-panel');
  2563. \t\t\t\t  kids.removeClass('collapsed');
  2564. \t\t\t\t  var fullHeight = kids.outerHeight();
  2565. \t\t\t\t  \$(this).addClass('transition');
  2566. \t\t\t\t  kids.addClass('transition');
  2567. \t\t\t\t  if (\$(this).hasClass('collapsed')) {
  2568. \t\t\t\t\tkids.css({'height':'0px','padding-bottom':'0px','padding-top':'0px'}).animate({
  2569. \t\t\t\t\t  height:fullHeight+'px',
  2570. \t\t\t\t\t  paddingBottom:'32px',
  2571. \t\t\t\t\t  paddingTop:'16px',
  2572. \t\t\t\t\t},500,function(){
  2573. \t\t\t\t\t  \$('.tabs-container .transition').removeClass('collapsed').removeClass('transition').removeAttr('style');
  2574. \t\t\t\t\t});
  2575. \t\t\t\t  }
  2576. \t\t\t\t  else {
  2577. \t\t\t\t\tkids.css('height',fullHeight+'px').animate({
  2578. \t\t\t\t\t  height:'0px',
  2579. \t\t\t\t\t  paddingBottom:'0px',
  2580. \t\t\t\t\t  paddingTop:'0px',
  2581. \t\t\t\t\t},500,function(){
  2582. \t\t\t\t\t  \$('.tabs-container .transition').addClass('collapsed').removeClass('transition').removeAttr('style');
  2583. \t\t\t\t\t});
  2584. \t\t\t\t  }
  2585. \t\t\t\t}
  2586. \t\t\t  }); 
  2587. \t\t\t  // indicate state of readiness
  2588. \t\t\t  \$(this).addClass('tabs-processed');
  2589. \t\t\t}  
  2590. \t\t  });
  2591. \t\t  // if there are tabs and someone has linked to an anchor inside a tab
  2592. \t\t  console.log(window.location.hash);
  2593. \t\t  if (window.location.hash != '') {
  2594. \t\t\tGoToAnchor();
  2595. \t\t  }
  2596. \t\t  // handle case when page is already loaded
  2597. \t\t  \$(window).on('hashchange',function(){
  2598. \t\t\tGoToAnchor();
  2599. \t\t  });
  2600. \t\t});
  2601. \t  </script>
  2602. \t  </div>
  2603. \t  </section>
  2604. \t  <style>
  2605. \t\t  .articles {
  2606. \t\t\tbackground-color: white;
  2607. \t\t\tpadding: 40px;
  2608. \t\t\tdisplay: -webkit-box;
  2609. \t\t\tdisplay: -ms-flexbox;
  2610. \t\t\tdisplay: flex;
  2611. \t\t\t-webkit-box-orient: vertical;
  2612. \t\t\t-webkit-box-direction: normal;
  2613. \t\t\t\t-ms-flex-direction: column;
  2614. \t\t\t\t\tflex-direction: column;
  2615. \t\t\tmax-width: 600px;
  2616. \t\t\tposition: relative;
  2617. \t\t\tborder-radius: 10px;
  2618. \t\t\tborder: 7px dashed #ddd;
  2619. \t\t\t}
  2620. \t\t\t.articles__close {
  2621. \t\t\tdisplay: -webkit-inline-box;
  2622. \t\t\tdisplay: -ms-inline-flexbox;
  2623. \t\t\tdisplay: inline-flex;
  2624. \t\t\tposition: absolute;
  2625. \t\t\tright: 40px;
  2626. \t\t\ttop: 40px;
  2627. \t\t\tcursor: pointer;
  2628. \t\t\t}
  2629. \t\t\t.articles h1 {
  2630. \t\t\tmargin: 0px;
  2631. \t\t\tmargin-bottom: 10px;
  2632. \t\t\tfont-size: 22px;
  2633. \t\t\tcolor: #100e21;
  2634. \t\t\t}
  2635. \t\t\t.articles span {
  2636. \t\t\tcolor: #100e21;
  2637. \t\t\tmargin-bottom: 30px;
  2638. \t\t\t}
  2639. \t\t\t.articles__list {
  2640. \t\t\tpadding-left: 0px;
  2641. \t\t\tlist-style: none;
  2642. \t\t\tdisplay: -webkit-box;
  2643. \t\t\tdisplay: -ms-flexbox;
  2644. \t\t\tdisplay: flex;
  2645. \t\t\t-webkit-box-orient: vertical;
  2646. \t\t\t-webkit-box-direction: normal;
  2647. \t\t\t\t-ms-flex-direction: column;
  2648. \t\t\t\t\tflex-direction: column;
  2649. \t\t\t}
  2650. \t\t\t.articles__list > li {
  2651. \t\t\tpadding: 30px;
  2652. \t\t\tdisplay: -webkit-box;
  2653. \t\t\tdisplay: -ms-flexbox;
  2654. \t\t\tdisplay: flex;
  2655. \t\t\t-webkit-box-orient: vertical;
  2656. \t\t\t-webkit-box-direction: normal;
  2657. \t\t\t\t-ms-flex-direction: column;
  2658. \t\t\t\t\tflex-direction: column;
  2659. \t\t\tborder: 1px solid #dedee9;
  2660. \t\t\t}
  2661. \t\t\t.articles__list > li + li {
  2662. \t\t\tmargin-top: 10px;
  2663. \t\t\t}
  2664. \t\t\t.articles__list > li a {
  2665. \t\t\ttext-decoration: none;
  2666. \t\t\t}
  2667. \t\t\t.articles__list > li a h2 {
  2668. \t\t\tmargin: 0px;
  2669. \t\t\tcolor: #442fef;
  2670. \t\t\t}
  2671. \t\t\t.articles__list .list__footer {
  2672. \t\t\tpadding-left: 0px;
  2673. \t\t\tlist-style: none;
  2674. \t\t\tdisplay: -webkit-box;
  2675. \t\t\tdisplay: -ms-flexbox;
  2676. \t\t\tdisplay: flex;
  2677. \t\t\tmargin-top: 20px;
  2678. \t\t\t}
  2679. \t\t\t.articles__list .list__footer li {
  2680. \t\t\tdisplay: -webkit-box;
  2681. \t\t\tdisplay: -ms-flexbox;
  2682. \t\t\tdisplay: flex;
  2683. \t\t\t-webkit-box-align: center;
  2684. \t\t\t\t-ms-flex-align: center;
  2685. \t\t\t\t\talign-items: center;
  2686. \t\t\t}
  2687. \t\t\t.articles__list .list__footer li span {
  2688. \t\t\tmargin-bottom: 0px;
  2689. \t\t\tmargin-left: 5px;
  2690. \t\t\tline-height: 17px;
  2691. \t\t\tcolor: #100e21;
  2692. \t\t\tfont-size: 14px;
  2693. \t\t\tfont-weight: 700;
  2694. \t\t\t}
  2695. \t\t\t.articles__list .list__footer li + li {
  2696. \t\t\tmargin-left: 30px;
  2697. \t\t\t}
  2698. \t\t\t.articles__list .list__footer li i {
  2699. \t\t\tfont-size: 26px;
  2700. \t\t\t}
  2701. \t\t\t@import \"https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700\";
  2702. *, *:before, *:after {
  2703.   box-sizing: border-box;
  2704.   -webkit-box-sizing: border-box;
  2705.   -moz-box-sizing: border-box;
  2706. }
  2707. body, html {
  2708.   height: 100%;
  2709. }
  2710. body {
  2711.   background: #f9f9f9;
  2712.   background-size: cover;
  2713.   margin: 0;
  2714.   padding: 0;
  2715.   font-family: helvetica, arial, tahoma, verdana;
  2716.   line-height: 20px;
  2717.   font-size: 14px;
  2718.   color: #726f77;
  2719. }
  2720. img {
  2721.   max-width: 100%;
  2722. }
  2723. a {
  2724.   text-decoration: none;
  2725. }
  2726. h1, h2, h3, h4 {
  2727.   font-family: \"Dosis\", arial, tahoma, verdana;
  2728.   font-weight: 500;
  2729. }
  2730. .project-name {
  2731.   text-align: center;
  2732.   padding: 10px 0;
  2733. }
  2734. .success {
  2735.   background: #78AD42 !important;
  2736. }
  2737. .timeline-container {
  2738.   max-width: 1000px;
  2739.   margin: 0 auto;
  2740. }
  2741. #timeline .timeline-item:after, #timeline .timeline-item:before {
  2742.   content: '';
  2743.   display: block;
  2744.   width: 100%;
  2745.   clear: both;
  2746. }
  2747. #timeline {
  2748.   width: 100%;
  2749.   margin: 0px auto;
  2750.   position: relative;
  2751.   padding: 0 20px;
  2752.   -webkit-transition: all 0.4s ease;
  2753.   -moz-transition: all 0.4s ease;
  2754.   -ms-transition: all 0.4s ease;
  2755.   transition: all 0.4s ease;
  2756. }
  2757. #timeline:before {
  2758.   content: \"\";
  2759.   width: 3px;
  2760.   height: 100%;
  2761.   background: #1C71A4;
  2762.   left: 50%;
  2763.   top: 0;
  2764.   position: absolute;
  2765. }
  2766. #timeline:after {
  2767.   content: \"\";
  2768.   clear: both;
  2769.   display: table;
  2770.   width: 100%;
  2771. }
  2772. #timeline .timeline-item {
  2773.   margin-bottom: 50px;
  2774.   position: relative;
  2775. }
  2776. #timeline .timeline-item .timeline-icon {
  2777.   background: #1C71A4;
  2778.   width: 50px;
  2779.   height: 50px;
  2780.   position: absolute;
  2781.   top: 0;
  2782.   left: 50%;
  2783.   overflow: hidden;
  2784.   margin-left: -23px;
  2785.   -webkit-border-radius: 50%;
  2786.   -moz-border-radius: 50%;
  2787.   -ms-border-radius: 50%;
  2788.   border-radius: 50%;
  2789. }
  2790. #timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
  2791.   position: relative;
  2792.   top: 13px;
  2793.   left: 14px;
  2794.   font-size: 24px;
  2795.   color: #fff;
  2796. }
  2797. #timeline .timeline-item .timeline-content {
  2798.   width: 45%;
  2799.   background: #fff;
  2800.   padding: 20px;
  2801.   -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  2802.   -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  2803.   -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  2804.   box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  2805.   -webkit-border-radius: 5px;
  2806.   -moz-border-radius: 5px;
  2807.   -ms-border-radius: 5px;
  2808.   border-radius: 5px;
  2809.   -webkit-transition: all 0.3s ease;
  2810.   -moz-transition: all 0.3s ease;
  2811.   -ms-transition: all 0.3s ease;
  2812.   transition: all 0.3s ease;
  2813. }
  2814. #timeline .timeline-item .timeline-content h2 {
  2815.   padding: 15px;
  2816.   background: #1C71A4;
  2817.   color: #fff;
  2818.   margin: -20px -20px 0 -20px;
  2819.   font-weight: 300;
  2820.   -webkit-border-radius: 3px 3px 0 0;
  2821.   -moz-border-radius: 3px 3px 0 0;
  2822.   -ms-border-radius: 3px 3px 0 0;
  2823.   border-radius: 3px 3px 0 0;
  2824.   font-size: 22px;
  2825. }
  2826. #timeline .timeline-item .timeline-content p {
  2827.   padding-top: 10px;
  2828.   padding-bottom: 10px;
  2829. }
  2830. #timeline .timeline-item .timeline-content:before {
  2831.   content: '';
  2832.   position: absolute;
  2833.   left: 45%;
  2834.   top: 20px;
  2835.   width: 0;
  2836.   height: 0;
  2837.   border-top: 7px solid transparent;
  2838.   border-bottom: 7px solid transparent;
  2839.   border-left: 7px solid #1C71A4;
  2840. }
  2841. #timeline .timeline-item .timeline-content.right {
  2842.   float: right;
  2843. }
  2844. #timeline .timeline-item .timeline-content.right:before {
  2845.   content: '';
  2846.   right: 45%;
  2847.   left: inherit;
  2848.   border-left: 0;
  2849.   border-right: 7px solid #1C71A4;
  2850. }
  2851.   #timeline {
  2852.     margin: 0px;
  2853.     padding: 0px;
  2854.     width: 100%;
  2855.   }
  2856.   #timeline:before {
  2857.     left: 0;
  2858.   }
  2859.   #timeline .timeline-item .timeline-content {
  2860.     width: 90%;
  2861.     float: right;
  2862.   }
  2863.   #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
  2864.     left: 10%;
  2865.     margin-left: -6px;
  2866.     border-left: 0;
  2867.     border-right: 7px solid #1C71A4;
  2868.   }
  2869.   #timeline .timeline-item .timeline-icon {
  2870.     left: 0;
  2871.   }
  2872. /* Animation CSS */
  2873. /* icon animation */
  2874. .timeline-icon.is-hidden {
  2875.   visibility: hidden;
  2876. }
  2877. .timeline-icon.animate-it {
  2878.   visibility: visible;
  2879.    -webkit-animation: bounce-1 0.6s;
  2880.    -moz-animation: bounce-1 0.6s;
  2881.     animation: bounce-1 0.6s;
  2882. }
  2883. /* content block animation */
  2884. .timeline-content.is-hidden {
  2885.   visibility: hidden;
  2886. }
  2887. .timeline-content.animate-it {
  2888.   visibility: visible;
  2889.    -webkit-animation: bounce-2 0.6s;
  2890.    -moz-animation: bounce-2 0.6s;
  2891.     animation: bounce-2 0.6s;
  2892.   }
  2893. @media only screen and (min-width: 769px) {
  2894.   /* Inverse bounce effect on even content blocks */
  2895. .timeline-content.right.animate-it {
  2896.     -webkit-animation: bounce-2-inverse 0.6s;
  2897.     -moz-animation: bounce-2-inverse 0.6s;
  2898.     animation: bounce-2-inverse 0.6s;
  2899.   }
  2900. }
  2901. @media only screen and (max-width: 768px) {
  2902.   /* Inverse bounce effect on all content blocks */
  2903. .timeline-content.animate-it, .timeline-content.right.animate-it {
  2904.     -webkit-animation: bounce-2-inverse 0.6s;
  2905.     -moz-animation: bounce-2-inverse 0.6s;
  2906.     animation: bounce-2-inverse 0.6s;
  2907.   }
  2908. }
  2909. /* ALL animation types called */
  2910. @-webkit-keyframes bounce-1 {
  2911.   0% {
  2912.     opacity: 0;
  2913.     -webkit-transform: scale(0.5);
  2914.   }
  2915.   60% {
  2916.     opacity: 1;
  2917.     -webkit-transform: scale(1.2);
  2918.   }
  2919.   100% {
  2920.     -webkit-transform: scale(1);
  2921.   }
  2922. }
  2923. @-moz-keyframes bounce-1 {
  2924.   0% {
  2925.     opacity: 0;
  2926.     -moz-transform: scale(0.5);
  2927.   }
  2928.   60% {
  2929.     opacity: 1;
  2930.     -moz-transform: scale(1.2);
  2931.   }
  2932.   100% {
  2933.     -moz-transform: scale(1);
  2934.   }
  2935. }
  2936. @keyframes bounce-1 {
  2937.   0% {
  2938.     opacity: 0;
  2939.     -webkit-transform: scale(0.5);
  2940.     -moz-transform: scale(0.5);
  2941.     -ms-transform: scale(0.5);
  2942.     -o-transform: scale(0.5);
  2943.     transform: scale(0.5);
  2944.   }
  2945.   60% {
  2946.     opacity: 1;
  2947.     -webkit-transform: scale(1.2);
  2948.     -moz-transform: scale(1.2);
  2949.     -ms-transform: scale(1.2);
  2950.     -o-transform: scale(1.2);
  2951.     transform: scale(1.2);
  2952.   }
  2953.   100% {
  2954.     -webkit-transform: scale(1);
  2955.     -moz-transform: scale(1);
  2956.     -ms-transform: scale(1);
  2957.     -o-transform: scale(1);
  2958.     transform: scale(1);
  2959.   }
  2960. }
  2961. @-webkit-keyframes bounce-2 {
  2962.   0% {
  2963.     opacity: 0;
  2964.     -webkit-transform: translateX(-100px);
  2965.   }
  2966.   60% {
  2967.     opacity: 1;
  2968.     -webkit-transform: translateX(20px);
  2969.   }
  2970.   100% {
  2971.     -webkit-transform: translateX(0);
  2972.   }
  2973. }
  2974. @-moz-keyframes bounce-2 {
  2975.   0% {
  2976.     opacity: 0;
  2977.     -moz-transform: translateX(-100px);
  2978.   }
  2979.   60% {
  2980.     opacity: 1;
  2981.     -moz-transform: translateX(20px);
  2982.   }
  2983.   100% {
  2984.     -moz-transform: translateX(0);
  2985.   }
  2986. }
  2987. @keyframes bounce-2 {
  2988.   0% {
  2989.     opacity: 0;
  2990.     -webkit-transform: translateX(-100px);
  2991.     -moz-transform: translateX(-100px);
  2992.     -ms-transform: translateX(-100px);
  2993.     -o-transform: translateX(-100px);
  2994.     transform: translateX(-100px);
  2995.   }
  2996.   60% {
  2997.     opacity: 1;
  2998.     -webkit-transform: translateX(20px);
  2999.     -moz-transform: translateX(20px);
  3000.     -ms-transform: translateX(20px);
  3001.     -o-transform: translateX(20px);
  3002.     transform: translateX(20px);
  3003.   }
  3004.   100% {
  3005.     -webkit-transform: translateX(0);
  3006.     -moz-transform: translateX(0);
  3007.     -ms-transform: translateX(0);
  3008.     -o-transform: translateX(0);
  3009.     transform: translateX(0);
  3010.   }
  3011. }
  3012. @-webkit-keyframes bounce-2-inverse {
  3013.   0% {
  3014.     opacity: 0;
  3015.     -webkit-transform: translateX(100px);
  3016.   }
  3017.   60% {
  3018.     opacity: 1;
  3019.     -webkit-transform: translateX(-20px);
  3020.   }
  3021.   100% {
  3022.     -webkit-transform: translateX(0);
  3023.   }
  3024. }
  3025. @-moz-keyframes bounce-2-inverse {
  3026.   0% {
  3027.     opacity: 0;
  3028.     -moz-transform: translateX(100px);
  3029.   }
  3030.   60% {
  3031.     opacity: 1;
  3032.     -moz-transform: translateX(-20px);
  3033.   }
  3034.   100% {
  3035.     -moz-transform: translateX(0);
  3036.   }f
  3037. }
  3038. @keyframes bounce-2-inverse {
  3039.   0% {
  3040.     opacity: 0;
  3041.     -webkit-transform: translateX(100px);
  3042.     -moz-transform: translateX(100px);
  3043.     -ms-transform: translateX(100px);
  3044.     -o-transform: translateX(100px);
  3045.     transform: translateX(100px);
  3046.   }
  3047.   60% {
  3048.     opacity: 1;
  3049.     -webkit-transform: translateX(-20px);
  3050.     -moz-transform: translateX(-20px);
  3051.     -ms-transform: translateX(-20px);
  3052.     -o-transform: translateX(-20px);
  3053.     transform: translateX(-20px);
  3054.   }
  3055.   100% {
  3056.     -webkit-transform: translateX(0);
  3057.     -moz-transform: translateX(0);
  3058.     -ms-transform: translateX(0);
  3059.     -o-transform: translateX(0);
  3060.     transform: translateX(0);
  3061.   }
  3062. }
  3063. \t  </style>
  3064. \t<section style=\"padding: 25px 0px;\">
  3065. \t\t<div class=\"mzp-l-content\">
  3066. \t\t\t<div class=\"row\">
  3067. \t\t\t\t<div class=\"col-md-7\">
  3068. \t\t\t\t\t{% for cat in liste_categorie|slice(0,2) %}
  3069. \t\t\t\t\t<h5 class=\"mzp-c-footer-heading\" style=\"font-weight: 700;\">
  3070. \t\t\t\t\t\t{{ cat.nom }}
  3071. \t\t\t\t\t</h5>
  3072. \t\t\t\t\t<div class=\"row grid\">
  3073. \t\t\t\t\t\t{% set liste_scat = cat.getListeScat %}
  3074. \t\t\t\t\t\t{% for scat in liste_scat|slice(0,2) %}
  3075. \t\t\t\t\t\t<div class=\"col-md-6\">
  3076. \t\t\t\t\t\t\t<div class=\"cardcode image-cardcode\">
  3077. \t\t\t\t\t\t\t\t<a href=\"{{ path('produit_produit_listes_produit_user', {'id': scat.id}) }}\" class=\"img\" style=\"height: 138.344px;\"><span style=\"background: url('{% if scat.src != null %}{{ asset(scat.getWebpath) }}{% else %}{{ asset('template/images/3plan.png') }}{% endif %}')\"></span></a>
  3078. \t\t\t\t\t\t\t\t<a href=\"{{ path('produit_produit_listes_produit_user', {'id': scat.id}) }}\" class=\"title\"><h2> {{ scat.description }} </h2></a>
  3079. \t\t
  3080. \t\t\t\t\t\t\t\t<div class=\"infos\">
  3081. \t\t\t\t\t\t\t\t\t<span><a href=\"{{ path('produit_produit_listes_produit_user', {'id': scat.id}) }}\"> {{ scat.nom }}</a></span>
  3082. \t\t\t\t\t\t\t\t\t<span class=\"stats\">
  3083. \t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-eye\"></i>661</span>
  3084. \t\t\t\t\t\t\t\t\t\t<span><i class=\"fa fa-comment\"></i>0</span>
  3085. \t\t\t\t\t\t\t\t\t</span>
  3086. \t\t\t\t\t\t\t\t</div>
  3087. \t\t\t\t\t\t\t</div>
  3088. \t\t\t\t\t\t</div>
  3089. \t\t\t\t\t\t{% endfor %}
  3090. \t\t\t\t\t</div> <!-- End Row -->
  3091. \t\t\t\t\t{% endfor %}
  3092. \t\t\t\t</div>
  3093. \t\t\t\t<div class=\"col-md-5\">
  3094. \t\t\t\t\t
  3095. \t\t\t\t\t<div id=\"timeline\">
  3096. \t\t\t\t\t\t<div class=\"timeline-item\">
  3097. \t\t\t\t\t\t  <div class=\"timeline-icon\">
  3098. \t\t\t\t\t\t\t<i class=\"fa fa-envelope-o\" aria-hidden=\"true\"></i>
  3099. \t\t\t\t\t\t  </div>
  3100. \t\t\t\t\t\t  <div class=\"timeline-content\">
  3101. \t\t\t\t\t\t\t<h2>Notre vision</h2>
  3102. \t\t\t\t\t\t\t<p>
  3103. \t\t\t\t\t\t\t  Lorem ipsum dolor sit amet, consectetur adipisicing elit. 
  3104. \t\t\t\t\t\t\t  Atque, facilis quo maiores magnam modi ab libero praesentium blanditiis.
  3105. \t\t\t\t\t\t\t</p>
  3106. \t\t\t\t\t\t\t<span class=\"time-stamp\">Thu Jan - 26 - 2017 01:54</span>
  3107. \t\t\t\t\t\t  </div>
  3108. \t\t\t\t\t\t</div>
  3109. \t\t\t\t  
  3110. \t\t\t\t\t\t<div class=\"timeline-item\">
  3111. \t\t\t\t\t\t  <div class=\"timeline-icon\">
  3112. \t\t\t\t\t\t\t<i class=\"fa fa-envelope-open-o\" aria-hidden=\"true\"></i>
  3113. \t\t\t\t\t\t  </div>
  3114. \t\t\t\t\t\t  <div class=\"timeline-content right\">
  3115. \t\t\t\t\t\t\t<h2>Notre Missions</h2>
  3116. \t\t\t\t\t\t\t<p>
  3117. \t\t\t\t\t\t\t  Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, facilis quo. Maiores magnam modi ab libero praesentium blanditiis consequatur aspernatur.
  3118. \t\t\t\t\t\t\t</p>
  3119. \t\t\t\t\t\t\t<span class=\"time-stamp\">Thu Jan - 26 - 2017 01:54</span>
  3120. \t\t\t\t\t\t  </div>
  3121. \t\t\t\t\t\t</div>
  3122. \t\t\t\t  
  3123. \t\t\t\t\t\t<div class=\"timeline-item\">
  3124. \t\t\t\t\t\t  <div class=\"timeline-icon success\">
  3125. \t\t\t\t\t\t\t<i class=\"fa fa-star\" aria-hidden=\"true\"></i>
  3126. \t\t\t\t\t\t  </div>
  3127. \t\t\t\t\t\t  <div class=\"timeline-content\">
  3128. \t\t\t\t\t\t\t<h2>Nos Valeurs</h2>
  3129. \t\t\t\t\t\t\t<p>
  3130. \t\t\t\t\t\t\t  Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque, facilis quo. Maiores magnam modi ab libero praesentium blanditiis consequatur aspernatur accusantium maxime molestiae sunt ipsa.
  3131. \t\t\t\t\t\t\t</p>
  3132. \t\t\t\t\t\t\t <span class=\"time-stamp\">Thu Jan - 26 - 2017 01:54</span>
  3133. \t\t\t\t\t\t  </div>
  3134. \t\t\t\t\t\t</div>
  3135. \t\t\t\t  
  3136. \t\t\t\t  
  3137. \t\t\t\t\t</div>
  3138. \t\t\t\t</div>
  3139. \t\t\t</div>
  3140. \t\t</div>
  3141. \t\t<script type=\"text/javascript\">
  3142. \t\t\t\$(function() {
  3143. \t\t\t\tvar timelineBlocks = \$('.timeline-item'),
  3144. \t\t\t\t\toffset = 0.8;
  3145. \t\t\t\t//hide timeline blocks which are outside the viewport
  3146. \t\t\t\thideBlocks(timelineBlocks, offset);
  3147. \t\t\t\t//on scolling, show/animate timeline blocks when entering the viewport
  3148. \t\t\t\t\$(window).on('scroll', function(){
  3149. \t\t\t\t\t(!window.requestAnimationFrame) 
  3150. \t\t\t\t\t\t? setTimeout(function(){ showBlocks(timelineBlocks, offset); }, 100)
  3151. \t\t\t\t\t\t: window.requestAnimationFrame(function(){ showBlocks(timelineBlocks, offset); });
  3152. \t\t\t\t});
  3153. \t\t\t\tfunction hideBlocks(blocks, offset) {
  3154. \t\t\t\t\tblocks.each(function(){
  3155. \t\t\t\t\t\t(\$(this).offset().top > \$(window).scrollTop() + \$(window).height() * offset) && \$(this).find('.timeline-icon, .timeline-content').addClass('is-hidden');
  3156. \t\t\t\t\t});
  3157. \t\t\t\t}
  3158. \t\t\t\tfunction showBlocks(blocks, offset) {
  3159. \t\t\t\t\tblocks.each(function(){
  3160. \t\t\t\t\t\t(\$(this).offset().top <= \$(window).scrollTop() + \$(window).height() * offset && \$(this).find('.timeline-icon').hasClass('is-hidden')) && \$(this).find('.timeline-icon, .timeline-content').removeClass('is-hidden').addClass('animate-it');
  3161. \t\t\t\t\t});
  3162. \t\t\t\t}
  3163. \t\t\t});
  3164. \t\t</script>
  3165. \t  </section>
  3166. <style>
  3167. .news-section {
  3168.   padding: 0px 0;
  3169. }
  3170. .news-content {
  3171.     padding: 40px 30px;
  3172. }
  3173. .news-item {
  3174.     box-shadow: 0 0 15px #ededed;
  3175.     -webkit-transition: .5s;
  3176.     -o-transition: .5s;
  3177.     transition: .5s;
  3178.     margin-bottom: 40px;
  3179. }
  3180. .news-item:hover {
  3181.     -webkit-transform: translateY(-10px);
  3182.     -ms-transform: translateY(-10px);
  3183.     transform: translateY(-10px);
  3184.     -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
  3185.     box-shadow: 0px 15px 15px 0px #edeaea;
  3186. }
  3187. .newsimg img {
  3188.     width: 100%;
  3189. }
  3190. .news_postdate {
  3191.     color: #FF3A46;
  3192. }
  3193. .news-content h3 {
  3194.     color: #233D63;
  3195.     font-size: 22px;
  3196.     margin-bottom: 25px;
  3197. }
  3198. .news_authorinfo {
  3199.     border: transparent;
  3200.     padding: 14px 0px 0px 0px;
  3201.     background: transparent;
  3202.     font-size: 14px;
  3203. }
  3204. .news_authorinfo i {
  3205.     margin-right: 6px;
  3206. }
  3207. .news_authorinfo span:last-child {
  3208.     float: right;
  3209. }
  3210. .news_authorinfo a {
  3211.     color: #666;
  3212. }
  3213. .center .news-content {
  3214.     background: linear-gradient(-120deg, #8758ff 0, #614ef9 100%);
  3215. }
  3216. .center .news-content h3,
  3217. .center .news-content p {
  3218.     color: #fff;
  3219. }
  3220. .center .news_authorinfo a,
  3221. .center .news_authorinfo i {
  3222.     color: #fff;
  3223. }
  3224. .news-slide.owl-carousel .col-lg-3 {
  3225.     max-width: 100%;
  3226.     padding: 0;
  3227. }
  3228. .news-section .owl-theme .owl-nav [class*=\"owl-\"] {
  3229.     color: #333;
  3230.     font-size: 14px;
  3231.     margin: 5px;
  3232.     padding: 4px 7px;
  3233.     background: #fff;
  3234.     display: inline-block;
  3235.     cursor: pointer;
  3236.     border-radius: 3px;
  3237.     border: 1px solid #ddd;
  3238. }
  3239. .small-title {
  3240.   font-size: 20px;
  3241.   text-transform: capitalize;
  3242.   color: #FF3A46;
  3243.   margin-bottom: 10px;
  3244.   margin-top: 0px;
  3245.   font-weight: 600;
  3246. }
  3247. .big-title {
  3248.     letter-spacing: 0px;
  3249.     padding-bottom: 13px;
  3250.     position: relative;
  3251.     color: #233D63;
  3252.     line-height: 50px;
  3253.     font-size: 36px;
  3254.     text-transform: capitalize;
  3255.     font-weight: 600;
  3256. }
  3257. .main-title-box {
  3258.     margin-bottom: 60px;
  3259. }
  3260. \t  </style>
  3261. \t  
  3262. \t  
  3263. <section class=\"news-section\">
  3264. \t\t<div class=\"mzp-l-content blog\" id=\"blog\">
  3265. \t\t\t\t<div class=\"text-left\">
  3266. \t\t\t\t\t<h3>
  3267. \t\t\t\t\t\tNos programmes
  3268. \t\t\t\t\t</h3>
  3269. \t\t\t\t\t
  3270. \t\t\t\t\t<div>
  3271. \t\t\t\t\t\tLa transparence 
  3272. \t\t\t\t\t</div>
  3273. \t\t\t\t</div>
  3274. \t\t\t\t   <div class=\"row posts-list\">
  3275. \t\t\t  
  3276. \t\t\t\t\t   <!--Single Blog Start-->
  3277. \t\t\t\t\t   <div class=\"col-lg-4 col-md-4 wow fadeInUp\" data-wow-delay=\"0ms\">
  3278. \t\t\t\t\t\t<article>
  3279. \t\t\t\t\t\t\t<div class=\"post-img\">
  3280. \t\t\t\t\t\t\t\t<img src=\"https://i.ibb.co/m5yGbdR/blog2.jpg\" alt=\"\" class=\"img-fluid\">
  3281. \t\t\t\t\t\t\t</div>
  3282. \t\t\t\t\t\t\t<p class=\"post-category\">Commandez un  Hébergement pro.</p>
  3283. \t\t\t\t\t\t\t<h2 class=\"title\">
  3284. \t\t\t\t\t\t\t\t<a href=\"/detail/article/19\" data-original-title=\"\" title=\"\">Commandez un hébergement Mutualisé ou un VPS chez l’hébergeur web professionnel AFH Host à prix malin.</a>
  3285. \t\t\t\t\t\t\t</h2>
  3286. \t\t\t\t
  3287. \t\t\t\t\t\t\t<div class=\"d-flex align-items-center\">
  3288. \t\t\t\t\t\t\t\t<img src=\"/template/images/co.png\" alt=\"\" class=\"img-fluid post-author-img flex-shrink-0\">
  3289. \t\t\t\t\t\t\t\t<div class=\"post-meta\">
  3290. \t\t\t\t\t\t\t\t<div class=\"post-author-list\">Kenfack Noel</div>
  3291. \t\t\t\t\t\t\t\t<div class=\"post-date\">
  3292. \t\t\t\t\t\t\t\t\t<time datetime=\"2022-01-01\">01 Feb 2024</time>
  3293. \t\t\t\t\t\t\t\t</div>
  3294. \t\t\t\t\t\t\t\t</div>
  3295. \t\t\t\t\t\t\t</div>
  3296. \t\t\t\t\t\t</article>
  3297. \t\t\t\t\t   </div>
  3298. \t\t\t\t\t   <!--Single Blog End-->
  3299. \t\t\t\t\t   <!--Single Blog Start-->
  3300. \t\t\t\t\t   <div class=\"col-lg-4 col-md-4 wow fadeInUp\" data-wow-delay=\"0ms\">
  3301. \t\t\t\t\t\t<article>
  3302. \t\t\t\t\t\t\t<div class=\"post-img\">
  3303. \t\t\t\t\t\t\t\t<img src=\"https://i.ibb.co/m5yGbdR/blog2.jpg\" alt=\"\" class=\"img-fluid\">
  3304. \t\t\t\t\t\t\t</div>
  3305. \t\t\t\t\t\t\t<p class=\"post-category\">Commandez un  Hébergement pro.</p>
  3306. \t\t\t\t\t\t\t<h2 class=\"title\">
  3307. \t\t\t\t\t\t\t\t<a href=\"/detail/article/19\" data-original-title=\"\" title=\"\">Commandez un hébergement Mutualisé ou un VPS chez l’hébergeur web professionnel AFH Host à prix malin.</a>
  3308. \t\t\t\t\t\t\t</h2>
  3309. \t\t\t\t
  3310. \t\t\t\t\t\t\t<div class=\"d-flex align-items-center\">
  3311. \t\t\t\t\t\t\t\t<img src=\"/template/images/co.png\" alt=\"\" class=\"img-fluid post-author-img flex-shrink-0\">
  3312. \t\t\t\t\t\t\t\t<div class=\"post-meta\">
  3313. \t\t\t\t\t\t\t\t<div class=\"post-author-list\">Kenfack Noel</div>
  3314. \t\t\t\t\t\t\t\t<div class=\"post-date\">
  3315. \t\t\t\t\t\t\t\t\t<time datetime=\"2022-01-01\">01 Feb 2024</time>
  3316. \t\t\t\t\t\t\t\t</div>
  3317. \t\t\t\t\t\t\t\t</div>
  3318. \t\t\t\t\t\t\t</div>
  3319. \t\t\t\t\t\t</article>
  3320. \t\t\t\t\t   </div>
  3321. \t\t\t\t\t   <!--Single Blog Start-->
  3322. \t\t\t\t\t   <!--Single Blog Start-->
  3323. \t\t\t\t\t   <div class=\"col-lg-4 col-md-4 wow fadeInUp\" data-wow-delay=\"0ms\">
  3324. \t\t\t\t\t\t<article>
  3325. \t\t\t\t\t\t\t<div class=\"post-img\">
  3326. \t\t\t\t\t\t\t\t<img src=\"https://i.ibb.co/m5yGbdR/blog2.jpg\" alt=\"\" class=\"img-fluid\">
  3327. \t\t\t\t\t\t\t</div>
  3328. \t\t\t\t\t\t\t<p class=\"post-category\">Commandez un  Hébergement pro.</p>
  3329. \t\t\t\t\t\t\t<h2 class=\"title\">
  3330. \t\t\t\t\t\t\t\t<a href=\"/detail/article/19\" data-original-title=\"\" title=\"\">Commandez un hébergement Mutualisé ou un VPS chez l’hébergeur web professionnel AFH Host à prix malin.</a>
  3331. \t\t\t\t\t\t\t</h2>
  3332. \t\t\t\t
  3333. \t\t\t\t\t\t\t<div class=\"d-flex align-items-center\">
  3334. \t\t\t\t\t\t\t\t<img src=\"/template/images/co.png\" alt=\"\" class=\"img-fluid post-author-img flex-shrink-0\">
  3335. \t\t\t\t\t\t\t\t<div class=\"post-meta\">
  3336. \t\t\t\t\t\t\t\t<div class=\"post-author-list\">Kenfack Noel</div>
  3337. \t\t\t\t\t\t\t\t<div class=\"post-date\">
  3338. \t\t\t\t\t\t\t\t\t<time datetime=\"2022-01-01\">01 Feb 2024</time>
  3339. \t\t\t\t\t\t\t\t</div>
  3340. \t\t\t\t\t\t\t\t</div>
  3341. \t\t\t\t\t\t\t</div>
  3342. \t\t\t\t\t\t</article>
  3343. \t\t\t\t\t   </div>
  3344. \t\t\t\t\t   <!--Single Blog Start-->
  3345. \t\t\t\t\t   
  3346. \t\t\t\t   </div>
  3347. \t\t\t   </div>
  3348. \t\t   </div>
  3349.    </section>
  3350. {% endblock %}
  3351. {% block javascripttemplate %}
  3352. {% endblock %}""Theme/Users/User/Security/accueilsite.html.twig""/home/afhunt/domains/factory.afhunt.com/public_html/factory/templates/Theme/Users/User/Security/accueilsite.html.twig");
  3353.     }
  3354. }