var/cache/dev/twig/2d/2df5fcf08e951d030b7f8ac83ab389cc0b63ef0fd1b114cadf25fb3129470978.php line 93

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. /* main/Pages/home.html.twig */
  14. class __TwigTemplate_dd03755d0d71318ce66c44a07cd67d700981f234b68eca77662f7b0dbb38d9d2 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.             'content' => [$this'block_content'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 3
  30.         return "main/_Layout.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""main/Pages/home.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""main/Pages/home.html.twig"));
  39.         $this->parent $this->loadTemplate("main/_Layout.html.twig""main/Pages/home.html.twig"3);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 5
  47.     public function block_Meta($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""Meta"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""Meta"));
  54.         // line 6
  55.         echo "
  56.     <title>";
  57.         // line 7
  58.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["meta"]) || array_key_exists("meta"$context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.'7$this->source); })()), "title", [], "any"falsefalsefalse7), "html"nulltrue);
  59.         echo "</title>
  60.     <meta name=\"description\" content=\"";
  61.         // line 8
  62.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["meta"]) || array_key_exists("meta"$context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.'8$this->source); })()), "description", [], "any"falsefalsefalse8), "html"nulltrue);
  63.         echo "\">
  64.     <meta name=\"keyword\" content=\"";
  65.         // line 9
  66.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["meta"]) || array_key_exists("meta"$context) ? $context["meta"] : (function () { throw new RuntimeError('Variable "meta" does not exist.'9$this->source); })()), "keyword", [], "any"falsefalsefalse9), "html"nulltrue);
  67.         echo "\">
  68. ";
  69.         
  70.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  71.         
  72.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  73.     }
  74.     // line 13
  75.     public function block_content($context, array $blocks = [])
  76.     {
  77.         $macros $this->macros;
  78.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  79.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  80.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  81.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  82.         // line 14
  83.         echo "
  84.     <!--
  85.     <div class=\"page-titles-img title-space-lg bg-parallax parallax-overlay \"  style=' height: 300px;  background-image: url(";
  86.         // line 16
  87.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_Assets/Images/image_fond_13.png"), "html"nulltrue);
  88.         echo ")'>
  89.         <div class=\"container\">
  90.             <div class=\"row\">
  91.                 <div class=\"col-md-8\" style=\"text-align: left\">
  92.                     <h4 class=\"banner-Subtitle\" style=\"z-index:7\">une politique de mobilité</h4>
  93.                     <h2 class=\"banner-title\" style=\"z-index:7\"> a destination de l'innovation</h2>
  94.                 </div>
  95.             </div>
  96.         </div>
  97.     </div><!--page title end-->
  98.     <div id=\"rev_slider_1078_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" data-alias=\"classic4export\" data-source=\"gallery\" style=\"margin:0px auto;background-color:transparent;padding:0px;margin-top:0px;margin-bottom:0px;height: 200px!important;\">
  99.         <!-- START REVOLUTION SLIDER 5.4.1 auto mode -->
  100.         <div id=\"rev_slider_1078_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none; height: 100px\" data-version=\"5.4.1\">
  101.             <ul>
  102.                 ";
  103.         // line 34
  104.         $context['_parent'] = $context;
  105.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["bandeau"]) || array_key_exists("bandeau"$context) ? $context["bandeau"] : (function () { throw new RuntimeError('Variable "bandeau" does not exist.'34$this->source); })()), "records", [], "any"falsefalsefalse34));
  106.         foreach ($context['_seq'] as $context["_key"] => $context["bd"]) {
  107.             // line 35
  108.             echo "
  109.                     <!-- SLIDE  -->
  110.                     <li data-index=\"rs-3045-";
  111.             // line 37
  112.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["bd"], "fields", [], "any"falsefalsefalse37), "Name", [], "any"falsefalsefalse37), "html"nulltrue);
  113.             echo "\" data-transition=\"parallaxtoleft\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"Power4.easeInOut\" data-easeout=\"Power4.easeInOut\" data-masterspeed=\"2000\" data-rotate=\"0\"  data-fstransition=\"fade\" data-fsmasterspeed=\"1500\" data-fsslotamount=\"7\" data-saveperformance=\"off\"  data-title=\"Intro\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">
  114.                         <!-- MAIN IMAGE -->
  115.                         <img src=\"";
  116.             // line 39
  117.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["bd"], "fields", [], "any"falsefalsefalse39), "bd_image", [], "any"falsefalsefalse39), 0, [], "array"falsefalsefalse39), "url", [], "any"falsefalsefalse39), "html"nulltrue);
  118.             echo "\"  alt=\"image auto-école\"  data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"10\" class=\"rev-slidebg\" data-no-retina>
  119.                         <!-- LAYERS -->
  120.                         <!-- LAYER NR. 1 -->
  121.                         <div class=\"tp-caption mainSlide-Subtitle   tp-resizeme\"
  122.                              id=\"slide-1706-layer-1\"
  123.                              data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
  124.                              data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['-102','-102','-92','-68']\"
  125.                              data-width=\"none\"
  126.                              data-height=\"none\"
  127.                              data-whitespace=\"nowrap\"
  128.                              data-fontsize=\"['20','20','20','20']\"
  129.                              data-lineheight=\"['25','25','25','25']\"
  130.                              data-type=\"text\"
  131.                              data-responsive_offset=\"on\"
  132.                              data-frames='[{\"delay\":800,\"speed\":1500,\"frame\":\"0\",\"from\":\"y:50px;opacity:0;\",\"to\":\"o:1;\",\"ease\":\"Power3.easeInOut\"},{\"delay\":\"wait\",\"speed\":300,\"frame\":\"999\",\"to\":\"opacity:0;\",\"ease\":\"Power3.easeInOut\"}]'
  133.                              data-textAlign=\"['left','left','left','left']\"
  134.                              data-paddingtop=\"[0,0,0,0]\"
  135.                              data-paddingright=\"[0,0,0,0]\"
  136.                              data-paddingbottom=\"[0,0,0,0]\"
  137.                              data-paddingleft=\"[0,0,0,0]\"
  138.                              style=\"z-index: 7; white-space: nowrap;text-transform:left;\">CEREMH - ";
  139.             // line 60
  140.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["bd"], "fields", [], "any"falsefalsefalse60), "bd_marque", [], "any"falsefalsefalse60), "html"nulltrue);
  141.             echo "</div>
  142.                         <!-- LAYER NR. 1 -->
  143.                         <div class=\"tp-caption mainSlide-Title-Centered   tp-resizeme\"
  144.                              id=\"slide-1706-layer-2\"
  145.                              data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
  146.                              data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['0','0','0','1']\"
  147.                              data-fontsize=\"['55','55','40','30']\"
  148.                              data-lineheight=\"['65','65','55','35']\"
  149.                              data-width=\"['800','700','621','420']\"
  150.                              data-height=\"none\"
  151.                              data-whitespace=\"normal\"
  152.                              data-type=\"text\"
  153.                              data-responsive_offset=\"on\"
  154.                              data-frames='[{\"delay\":1400,\"speed\":1500,\"frame\":\"0\",\"from\":\"y:50px;opacity:0;\",\"to\":\"o:1;\",\"ease\":\"Power3.easeInOut\"},{\"delay\":\"wait\",\"speed\":300,\"frame\":\"999\",\"to\":\"opacity:0;\",\"ease\":\"Power3.easeInOut\"}]'
  155.                              data-textAlign=\"['left','left','left','left']\"
  156.                              data-paddingtop=\"[0,0,0,0]\"
  157.                              data-paddingright=\"[0,0,0,0]\"
  158.                              data-paddingbottom=\"[10,10,10,10]\"
  159.                              data-paddingleft=\"[0,0,0,0]\"
  160.                              style=\"z-index: 6; text-align:left; max-width:1170px; white-space: normal;\">";
  161.             // line 80
  162.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["bd"], "fields", [], "any"falsefalsefalse80), "bd_claim", [], "any"falsefalsefalse80), "html"nulltrue);
  163.             echo " </div>
  164.                         <!-- LAYER NR. 3 -->
  165.                         <div class=\"tp-caption mainSlide-Button btn btn-lg btn-white-outline \"
  166.                              id=\"slide-1706-layer-3\"
  167.                              data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
  168.                              data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['112','112','112','96']\"
  169.                              data-width=\"none\"
  170.                              data-height=\"none\"
  171.                              data-whitespace=\"nowrap\"
  172.                              data-type=\"button\"
  173.                              data-actions='[{\"event\":\"click\",\"action\":\"http://www.ceremh.org\",\"offset\":\"px\",\"delay\":\"\"}]'
  174.                              data-responsive_offset=\"on\"
  175.                              data-responsive=\"off\"
  176.                              data-frames='[{\"delay\":2000,\"speed\":1500,\"frame\":\"0\",\"from\":\"y:50px;opacity:0;\",\"to\":\"o:1;\",\"ease\":\"Power3.easeInOut\"},{\"delay\":\"wait\",\"speed\":300,\"frame\":\"999\",\"to\":\"opacity:0;\",\"ease\":\"Power3.easeInOut\"}]'
  177.                              data-textAlign=\"['left','left','left','left']\"
  178.                              data-paddingtop=\"[12,12,12,12]\"
  179.                              data-paddingright=\"[35,35,35,35]\"
  180.                              data-paddingbottom=\"[12,12,12,12]\"
  181.                              data-paddingleft=\"[35,35,35,35]\"
  182.                              style=\"z-index: 8; white-space: nowrap;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:pointer;\"><a href=\"";
  183.             // line 102
  184.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["bd"], "fields", [], "any"falsefalsefalse102), "bd_lien", [], "any"falsefalsefalse102), "html"nulltrue);
  185.             echo "\" style=\"color: darkgray\">";
  186.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["bd"], "fields", [], "any"falsefalsefalse102), "bd_titre_btn", [], "any"falsefalsefalse102), "html"nulltrue);
  187.             echo "</a> </div>
  188.                     </li>
  189.                     <!-- SLIDE  -->
  190.                 ";
  191.         }
  192.         $_parent $context['_parent'];
  193.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bd'], $context['_parent'], $context['loop']);
  194.         $context array_intersect_key($context$_parent) + $_parent;
  195.         // line 108
  196.         echo "
  197.             </ul>
  198.             <div class=\"tp-bannertimer\" style=\"height: 7px; background-color: rgba(255, 255, 255, 0.25);\"></div>\t</div>
  199.     </div><!-- END REVOLUTION SLIDER -->
  200.     ";
  201.         // line 115
  202.         $context['_parent'] = $context;
  203.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'115$this->source); })()), "session", [], "any"falsefalsefalse115), "flashbag", [], "any"falsefalsefalse115), "get", [=> "1"], "method"falsefalsefalse115));
  204.         foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
  205.             // line 116
  206.             echo "        <div class=\"alert alert-success alert-dismissable\">
  207.             <button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
  208.             ";
  209.             // line 118
  210.             echo twig_escape_filter($this->env$context["flashMessage"], "html"nulltrue);
  211.             echo "
  212.         </div>
  213.     ";
  214.         }
  215.         $_parent $context['_parent'];
  216.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
  217.         $context array_intersect_key($context$_parent) + $_parent;
  218.         // line 121
  219.         echo "
  220.     ";
  221.         // line 122
  222.         $context['_parent'] = $context;
  223.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'122$this->source); })()), "session", [], "any"falsefalsefalse122), "flashbag", [], "any"falsefalsefalse122), "get", [=> "2"], "method"falsefalsefalse122));
  224.         foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
  225.             // line 123
  226.             echo "        <div class=\"alert alert-alert alert-dismissable\">
  227.             <button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
  228.             ";
  229.             // line 125
  230.             echo twig_escape_filter($this->env$context["flashMessage"], "html"nulltrue);
  231.             echo "
  232.         </div>
  233.     ";
  234.         }
  235.         $_parent $context['_parent'];
  236.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
  237.         $context array_intersect_key($context$_parent) + $_parent;
  238.         // line 128
  239.         echo "
  240.     <div class=\"container pt50 pb50\">
  241.         <div class=\"row\">
  242.             <div class=\"col-8\">
  243.                 <h2>Le CEREMH vous accompagne pour une mobilité à destination de tous</h2>
  244.                 <hr>
  245.                 <p>Les compétences du CEREMH sont à votre service pour vous accompagner dans vos projets de mobilité à destination des personnes en situation de handicap.</p>
  246.                 <p>Nous sommes en mesure de vous proposer différentes formes d'accompagnement.
  247.                 Notre fonctionnement en LivingLab nous permet d'accéder à différentes ressources matérielles
  248.                     ou partenaires pour répondre complètement à vos besoins.</p>
  249.                 <div class=\"row\">
  250.                     <div class=\"col-md-4\">
  251.                         <div class=\"card mb30\">
  252.                             <img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Conduite.png\" alt=\"Card image cap\">
  253.                             <div class=\"card-body text-center\">
  254.                                 <h4 class=\"card-title\">
  255.                                     Ceremh Conduite
  256.                                 </h4>
  257.                                 <p class=\"card-text\"></p>
  258.                                 <a href=\"";
  259.         // line 156
  260.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("conduite");
  261.         echo "\" class=\"btn btn-primary\">Rejoindre</a>
  262.                             </div>
  263.                         </div>
  264.                     </div>
  265.                     <div class=\"col-md-4\">
  266.                         <div class=\"card mb30\">
  267.                             <img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Formation.png\" alt=\"Card image cap\">
  268.                             <div class=\"card-body text-center\">
  269.                                 <h4 class=\"card-title\">
  270.                                     Ceremh Formation
  271.                                 </h4>
  272.                                 <p class=\"card-text\"></p>
  273.                                 <a href=\"";
  274.         // line 168
  275.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("formation");
  276.         echo "\" class=\"btn btn-primary\">Rejoindre</a>
  277.                             </div>
  278.                         </div>
  279.                     </div>
  280.                     <div class=\"col-md-4\">
  281.                         <div class=\"card mb30\">
  282.                             <img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Lab.png\" alt=\"Card image cap\">
  283.                             <div class=\"card-body text-center\">
  284.                                 <h4 class=\"card-title\">
  285.                                     Ceremh Lab
  286.                                 </h4>
  287.                                 <p class=\"card-text\"></p>
  288.                                 <a href=\"";
  289.         // line 180
  290.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("lab");
  291.         echo "\" class=\"btn btn-primary\">Rejoindre</a>
  292.                             </div>
  293.                         </div>
  294.                     </div>
  295.                 </div>
  296.             </div>
  297.             <div class=\"col-4\" style=\"padding-left: 50px\">
  298.                 
  299.                 <img src=\"";
  300.         // line 189
  301.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_Assets/Images/logo_ceremh/Logo_Ceremh.png"), "html"nulltrue);
  302.         echo "\" class=\"\" style=\"width: 80%; margin-bottom: 60px\">
  303.                 <h4> CEREMH</h4>
  304.                 <p>10-12 avenue de l'Europe, <br>78140 - Vélizy Villacoublay - France</p>
  305.                 <P><i class=\"fa fa-envelope\"> </i> contact@ceremh.org <br> <i class=\"fa fa-phone\"> </i> 01 39 25 49 87  </P>
  306.             </div>
  307.         </div>
  308.     </div>
  309.     <div class=\" pt40 pb40 bg-faded\">
  310.         <div class=\"container\">
  311.             <div class=\"title-heading1\">
  312.                 <H3>Des actualités à consulter</h3>
  313.             </div>
  314.             <div class=\"row\">
  315.                 ";
  316.         // line 215
  317.         $context['_parent'] = $context;
  318.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["actu"]) || array_key_exists("actu"$context) ? $context["actu"] : (function () { throw new RuntimeError('Variable "actu" does not exist.'215$this->source); })()), "records", [], "any"falsefalsefalse215));
  319.         foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
  320.             // line 216
  321.             echo "
  322.                     <div class=\"col-lg-4\">
  323.                         <div class=\"card\" style=\"margin-top: 20px\">
  324.                             <div class=\"card-body\">
  325.                                 <h4 class=\"card-title\">
  326.                                     ";
  327.             // line 222
  328.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse222), "ac_titre", [], "any"falsefalsefalse222), "html"nulltrue);
  329.             echo "
  330.                                 </h4>
  331.                                 <span class=\"card-subtitle text-muted\">
  332.                                                 ";
  333.             // line 227
  334.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse227), "ac_marque", [], "any"falsefalsefalse227), "Conduite"))) {
  335.                 // line 228
  336.                 echo "                                                    <i  style=\"color:#2C57A3\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Conduite</a>
  337.                                                 ";
  338.             }
  339.             // line 230
  340.             echo "                                                ";
  341.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse230), "ac_marque", [], "any"falsefalsefalse230), "Lab"))) {
  342.                 // line 231
  343.                 echo "                                                    <i  style=\"color:#7CC27C\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Lab</a>
  344.                                                 ";
  345.             }
  346.             // line 233
  347.             echo "                                                ";
  348.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse233), "ac_marque", [], "any"falsefalsefalse233), "Formation"))) {
  349.                 // line 234
  350.                 echo "                                                    <i  style=\"color:orange\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Formation</a>
  351.                                                 ";
  352.             }
  353.             // line 236
  354.             echo "
  355.                                 </span>
  356.                             </div>
  357.                             ";
  358.             // line 240
  359.             if ( !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse240), "ac_nom_image", [], "any"falsefalsefalse240))) {
  360.                 // line 241
  361.                 echo "                            <img class=\"img-fluid\" src=\"";
  362.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse241), "ac_image", [], "any"falsefalsefalse241), 0, [], "array"falsefalsefalse241), "url", [], "any"falsefalsefalse241), "html"nulltrue);
  363.                 echo "\" alt=\"Card image cap\">
  364.                             ";
  365.             }
  366.             // line 243
  367.             echo "
  368.                             <div class=\"card-body\">
  369.                                 ";
  370.             // line 245
  371.             if ( !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse245), "ac_contenu", [], "any"falsefalsefalse245))) {
  372.                 // line 246
  373.                 echo "                                <p class=\"card-text\">";
  374.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse246), "ac_contenu", [], "any"falsefalsefalse246), "html"nulltrue);
  375.                 echo "</p>
  376.                                 ";
  377.             }
  378.             // line 248
  379.             echo "                                <a href=\"";
  380.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse248), "ac_lien", [], "any"falsefalsefalse248), "html"nulltrue);
  381.             echo "\" class=\"btn btn-primary\">";
  382.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["data"], "fields", [], "any"falsefalsefalse248), "ac_titre_btn", [], "any"falsefalsefalse248), "html"nulltrue);
  383.             echo "</a>
  384.                             </div>
  385.                         </div>
  386.                     </div>
  387.                 ";
  388.         }
  389.         $_parent $context['_parent'];
  390.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
  391.         $context array_intersect_key($context$_parent) + $_parent;
  392.         // line 254
  393.         echo "
  394.             </div>
  395.         </div>
  396.     </div>
  397.     <!--
  398.     <div class=\"cta bg-faded pt50 pb50\">
  399.         <div class=\"container\">
  400.             <div class=\"row align-items-center\">
  401.                 <div class=\"col-lg-8\">
  402.                     <h4>Le CEREMH accompagne les acteurs de la mobilité pour la conception de produits et services innovants.</h4>
  403.                 </div>
  404.                 <div class=\"col-lg-4\">
  405.                     <a href=\"#\" class=\"btn btn-rounded btn-lg btn-outline-primary\">
  406.                         Nous connaitre en détail
  407.                     </a>
  408.                 </div>
  409.             </div>
  410.         </div>
  411.     </div> -->
  412. ";
  413.         
  414.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  415.         
  416.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  417.     }
  418.     public function getTemplateName()
  419.     {
  420.         return "main/Pages/home.html.twig";
  421.     }
  422.     public function isTraitable()
  423.     {
  424.         return false;
  425.     }
  426.     public function getDebugInfo()
  427.     {
  428.         return array (  455 => 254,  440 => 248,  434 => 246,  432 => 245,  428 => 243,  422 => 241,  420 => 240,  414 => 236,  410 => 234,  407 => 233,  403 => 231,  400 => 230,  396 => 228,  394 => 227,  386 => 222,  378 => 216,  374 => 215,  345 => 189,  333 => 180,  318 => 168,  303 => 156,  273 => 128,  264 => 125,  260 => 123,  256 => 122,  253 => 121,  244 => 118,  240 => 116,  236 => 115,  227 => 108,  213 => 102,  188 => 80,  165 => 60,  141 => 39,  136 => 37,  132 => 35,  128 => 34,  107 => 16,  103 => 14,  93 => 13,  80 => 9,  76 => 8,  72 => 7,  69 => 6,  59 => 5,  36 => 3,);
  429.     }
  430.     public function getSourceContext()
  431.     {
  432.         return new Source("{# src/CeremhBundle/Ressources/home.html.twig #}
  433. {% extends \"main/_Layout.html.twig\" %}
  434. {% block Meta %}
  435.     <title>{{ meta.title }}</title>
  436.     <meta name=\"description\" content=\"{{ meta.description }}\">
  437.     <meta name=\"keyword\" content=\"{{ meta.keyword }}\">
  438. {% endblock %}
  439. {% block content %}
  440.     <!--
  441.     <div class=\"page-titles-img title-space-lg bg-parallax parallax-overlay \"  style=' height: 300px;  background-image: url({{ asset('_Assets/Images/image_fond_13.png') }})'>
  442.         <div class=\"container\">
  443.             <div class=\"row\">
  444.                 <div class=\"col-md-8\" style=\"text-align: left\">
  445.                     <h4 class=\"banner-Subtitle\" style=\"z-index:7\">une politique de mobilité</h4>
  446.                     <h2 class=\"banner-title\" style=\"z-index:7\"> a destination de l'innovation</h2>
  447.                 </div>
  448.             </div>
  449.         </div>
  450.     </div><!--page title end-->
  451.     <div id=\"rev_slider_1078_1_wrapper\" class=\"rev_slider_wrapper fullwidthbanner-container\" data-alias=\"classic4export\" data-source=\"gallery\" style=\"margin:0px auto;background-color:transparent;padding:0px;margin-top:0px;margin-bottom:0px;height: 200px!important;\">
  452.         <!-- START REVOLUTION SLIDER 5.4.1 auto mode -->
  453.         <div id=\"rev_slider_1078_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none; height: 100px\" data-version=\"5.4.1\">
  454.             <ul>
  455.                 {% for bd in bandeau.records %}
  456.                     <!-- SLIDE  -->
  457.                     <li data-index=\"rs-3045-{{ bd.fields.Name }}\" data-transition=\"parallaxtoleft\" data-slotamount=\"default\" data-hideafterloop=\"0\" data-hideslideonmobile=\"off\"  data-easein=\"Power4.easeInOut\" data-easeout=\"Power4.easeInOut\" data-masterspeed=\"2000\" data-rotate=\"0\"  data-fstransition=\"fade\" data-fsmasterspeed=\"1500\" data-fsslotamount=\"7\" data-saveperformance=\"off\"  data-title=\"Intro\" data-param1=\"\" data-param2=\"\" data-param3=\"\" data-param4=\"\" data-param5=\"\" data-param6=\"\" data-param7=\"\" data-param8=\"\" data-param9=\"\" data-param10=\"\" data-description=\"\">
  458.                         <!-- MAIN IMAGE -->
  459.                         <img src=\"{{ bd.fields.bd_image[0].url }}\"  alt=\"image auto-école\"  data-bgposition=\"center center\" data-bgfit=\"cover\" data-bgrepeat=\"no-repeat\" data-bgparallax=\"10\" class=\"rev-slidebg\" data-no-retina>
  460.                         <!-- LAYERS -->
  461.                         <!-- LAYER NR. 1 -->
  462.                         <div class=\"tp-caption mainSlide-Subtitle   tp-resizeme\"
  463.                              id=\"slide-1706-layer-1\"
  464.                              data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
  465.                              data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['-102','-102','-92','-68']\"
  466.                              data-width=\"none\"
  467.                              data-height=\"none\"
  468.                              data-whitespace=\"nowrap\"
  469.                              data-fontsize=\"['20','20','20','20']\"
  470.                              data-lineheight=\"['25','25','25','25']\"
  471.                              data-type=\"text\"
  472.                              data-responsive_offset=\"on\"
  473.                              data-frames='[{\"delay\":800,\"speed\":1500,\"frame\":\"0\",\"from\":\"y:50px;opacity:0;\",\"to\":\"o:1;\",\"ease\":\"Power3.easeInOut\"},{\"delay\":\"wait\",\"speed\":300,\"frame\":\"999\",\"to\":\"opacity:0;\",\"ease\":\"Power3.easeInOut\"}]'
  474.                              data-textAlign=\"['left','left','left','left']\"
  475.                              data-paddingtop=\"[0,0,0,0]\"
  476.                              data-paddingright=\"[0,0,0,0]\"
  477.                              data-paddingbottom=\"[0,0,0,0]\"
  478.                              data-paddingleft=\"[0,0,0,0]\"
  479.                              style=\"z-index: 7; white-space: nowrap;text-transform:left;\">CEREMH - {{ bd.fields.bd_marque }}</div>
  480.                         <!-- LAYER NR. 1 -->
  481.                         <div class=\"tp-caption mainSlide-Title-Centered   tp-resizeme\"
  482.                              id=\"slide-1706-layer-2\"
  483.                              data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
  484.                              data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['0','0','0','1']\"
  485.                              data-fontsize=\"['55','55','40','30']\"
  486.                              data-lineheight=\"['65','65','55','35']\"
  487.                              data-width=\"['800','700','621','420']\"
  488.                              data-height=\"none\"
  489.                              data-whitespace=\"normal\"
  490.                              data-type=\"text\"
  491.                              data-responsive_offset=\"on\"
  492.                              data-frames='[{\"delay\":1400,\"speed\":1500,\"frame\":\"0\",\"from\":\"y:50px;opacity:0;\",\"to\":\"o:1;\",\"ease\":\"Power3.easeInOut\"},{\"delay\":\"wait\",\"speed\":300,\"frame\":\"999\",\"to\":\"opacity:0;\",\"ease\":\"Power3.easeInOut\"}]'
  493.                              data-textAlign=\"['left','left','left','left']\"
  494.                              data-paddingtop=\"[0,0,0,0]\"
  495.                              data-paddingright=\"[0,0,0,0]\"
  496.                              data-paddingbottom=\"[10,10,10,10]\"
  497.                              data-paddingleft=\"[0,0,0,0]\"
  498.                              style=\"z-index: 6; text-align:left; max-width:1170px; white-space: normal;\">{{ bd.fields.bd_claim }} </div>
  499.                         <!-- LAYER NR. 3 -->
  500.                         <div class=\"tp-caption mainSlide-Button btn btn-lg btn-white-outline \"
  501.                              id=\"slide-1706-layer-3\"
  502.                              data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
  503.                              data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['112','112','112','96']\"
  504.                              data-width=\"none\"
  505.                              data-height=\"none\"
  506.                              data-whitespace=\"nowrap\"
  507.                              data-type=\"button\"
  508.                              data-actions='[{\"event\":\"click\",\"action\":\"http://www.ceremh.org\",\"offset\":\"px\",\"delay\":\"\"}]'
  509.                              data-responsive_offset=\"on\"
  510.                              data-responsive=\"off\"
  511.                              data-frames='[{\"delay\":2000,\"speed\":1500,\"frame\":\"0\",\"from\":\"y:50px;opacity:0;\",\"to\":\"o:1;\",\"ease\":\"Power3.easeInOut\"},{\"delay\":\"wait\",\"speed\":300,\"frame\":\"999\",\"to\":\"opacity:0;\",\"ease\":\"Power3.easeInOut\"}]'
  512.                              data-textAlign=\"['left','left','left','left']\"
  513.                              data-paddingtop=\"[12,12,12,12]\"
  514.                              data-paddingright=\"[35,35,35,35]\"
  515.                              data-paddingbottom=\"[12,12,12,12]\"
  516.                              data-paddingleft=\"[35,35,35,35]\"
  517.                              style=\"z-index: 8; white-space: nowrap;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;cursor:pointer;\"><a href=\"{{ bd.fields.bd_lien }}\" style=\"color: darkgray\">{{ bd.fields.bd_titre_btn }}</a> </div>
  518.                     </li>
  519.                     <!-- SLIDE  -->
  520.                 {% endfor %}
  521.             </ul>
  522.             <div class=\"tp-bannertimer\" style=\"height: 7px; background-color: rgba(255, 255, 255, 0.25);\"></div>\t</div>
  523.     </div><!-- END REVOLUTION SLIDER -->
  524.     {% for flashMessage in app.session.flashbag.get('1') %}
  525.         <div class=\"alert alert-success alert-dismissable\">
  526.             <button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
  527.             {{ flashMessage }}
  528.         </div>
  529.     {% endfor%}
  530.     {% for flashMessage in app.session.flashbag.get('2') %}
  531.         <div class=\"alert alert-alert alert-dismissable\">
  532.             <button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
  533.             {{ flashMessage }}
  534.         </div>
  535.     {% endfor%}
  536.     <div class=\"container pt50 pb50\">
  537.         <div class=\"row\">
  538.             <div class=\"col-8\">
  539.                 <h2>Le CEREMH vous accompagne pour une mobilité à destination de tous</h2>
  540.                 <hr>
  541.                 <p>Les compétences du CEREMH sont à votre service pour vous accompagner dans vos projets de mobilité à destination des personnes en situation de handicap.</p>
  542.                 <p>Nous sommes en mesure de vous proposer différentes formes d'accompagnement.
  543.                 Notre fonctionnement en LivingLab nous permet d'accéder à différentes ressources matérielles
  544.                     ou partenaires pour répondre complètement à vos besoins.</p>
  545.                 <div class=\"row\">
  546.                     <div class=\"col-md-4\">
  547.                         <div class=\"card mb30\">
  548.                             <img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Conduite.png\" alt=\"Card image cap\">
  549.                             <div class=\"card-body text-center\">
  550.                                 <h4 class=\"card-title\">
  551.                                     Ceremh Conduite
  552.                                 </h4>
  553.                                 <p class=\"card-text\"></p>
  554.                                 <a href=\"{{ path('conduite') }}\" class=\"btn btn-primary\">Rejoindre</a>
  555.                             </div>
  556.                         </div>
  557.                     </div>
  558.                     <div class=\"col-md-4\">
  559.                         <div class=\"card mb30\">
  560.                             <img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Formation.png\" alt=\"Card image cap\">
  561.                             <div class=\"card-body text-center\">
  562.                                 <h4 class=\"card-title\">
  563.                                     Ceremh Formation
  564.                                 </h4>
  565.                                 <p class=\"card-text\"></p>
  566.                                 <a href=\"{{ path('formation') }}\" class=\"btn btn-primary\">Rejoindre</a>
  567.                             </div>
  568.                         </div>
  569.                     </div>
  570.                     <div class=\"col-md-4\">
  571.                         <div class=\"card mb30\">
  572.                             <img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Lab.png\" alt=\"Card image cap\">
  573.                             <div class=\"card-body text-center\">
  574.                                 <h4 class=\"card-title\">
  575.                                     Ceremh Lab
  576.                                 </h4>
  577.                                 <p class=\"card-text\"></p>
  578.                                 <a href=\"{{ path('lab') }}\" class=\"btn btn-primary\">Rejoindre</a>
  579.                             </div>
  580.                         </div>
  581.                     </div>
  582.                 </div>
  583.             </div>
  584.             <div class=\"col-4\" style=\"padding-left: 50px\">
  585.                 
  586.                 <img src=\"{{ asset('_Assets/Images/logo_ceremh/Logo_Ceremh.png') }}\" class=\"\" style=\"width: 80%; margin-bottom: 60px\">
  587.                 <h4> CEREMH</h4>
  588.                 <p>10-12 avenue de l'Europe, <br>78140 - Vélizy Villacoublay - France</p>
  589.                 <P><i class=\"fa fa-envelope\"> </i> contact@ceremh.org <br> <i class=\"fa fa-phone\"> </i> 01 39 25 49 87  </P>
  590.             </div>
  591.         </div>
  592.     </div>
  593.     <div class=\" pt40 pb40 bg-faded\">
  594.         <div class=\"container\">
  595.             <div class=\"title-heading1\">
  596.                 <H3>Des actualités à consulter</h3>
  597.             </div>
  598.             <div class=\"row\">
  599.                 {% for data in actu.records %}
  600.                     <div class=\"col-lg-4\">
  601.                         <div class=\"card\" style=\"margin-top: 20px\">
  602.                             <div class=\"card-body\">
  603.                                 <h4 class=\"card-title\">
  604.                                     {{ data.fields.ac_titre }}
  605.                                 </h4>
  606.                                 <span class=\"card-subtitle text-muted\">
  607.                                                 {% if data.fields.ac_marque == 'Conduite' %}
  608.                                                     <i  style=\"color:#2C57A3\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Conduite</a>
  609.                                                 {% endif %}
  610.                                                 {% if data.fields.ac_marque == 'Lab' %}
  611.                                                     <i  style=\"color:#7CC27C\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Lab</a>
  612.                                                 {% endif %}
  613.                                                 {% if data.fields.ac_marque == 'Formation' %}
  614.                                                     <i  style=\"color:orange\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Formation</a>
  615.                                                 {% endif %}
  616.                                 </span>
  617.                             </div>
  618.                             {% if  data.fields.ac_nom_image is not null %}
  619.                             <img class=\"img-fluid\" src=\"{{ data.fields.ac_image[0].url }}\" alt=\"Card image cap\">
  620.                             {% endif %}
  621.                             <div class=\"card-body\">
  622.                                 {%  if data.fields.ac_contenu is not null %}
  623.                                 <p class=\"card-text\">{{ data.fields.ac_contenu }}</p>
  624.                                 {% endif %}
  625.                                 <a href=\"{{ data.fields.ac_lien }}\" class=\"btn btn-primary\">{{ data.fields.ac_titre_btn }}</a>
  626.                             </div>
  627.                         </div>
  628.                     </div>
  629.                 {% endfor %}
  630.             </div>
  631.         </div>
  632.     </div>
  633.     <!--
  634.     <div class=\"cta bg-faded pt50 pb50\">
  635.         <div class=\"container\">
  636.             <div class=\"row align-items-center\">
  637.                 <div class=\"col-lg-8\">
  638.                     <h4>Le CEREMH accompagne les acteurs de la mobilité pour la conception de produits et services innovants.</h4>
  639.                 </div>
  640.                 <div class=\"col-lg-4\">
  641.                     <a href=\"#\" class=\"btn btn-rounded btn-lg btn-outline-primary\">
  642.                         Nous connaitre en détail
  643.                     </a>
  644.                 </div>
  645.             </div>
  646.         </div>
  647.     </div> -->
  648. {% endblock %}
  649. ""main/Pages/home.html.twig""/home/ceremh/www/preprod/templates/main/Pages/home.html.twig");
  650.     }
  651. }