<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* main/Pages/home.html.twig */
class __TwigTemplate_dd03755d0d71318ce66c44a07cd67d700981f234b68eca77662f7b0dbb38d9d2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'Meta' => [$this, 'block_Meta'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 3
return "main/_Layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "main/Pages/home.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "main/Pages/home.html.twig"));
$this->parent = $this->loadTemplate("main/_Layout.html.twig", "main/Pages/home.html.twig", 3);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_Meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "Meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "Meta"));
// line 6
echo "
<title>";
// line 7
echo twig_escape_filter($this->env, twig_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", false, false, false, 7), "html", null, true);
echo "</title>
<meta name=\"description\" content=\"";
// line 8
echo twig_escape_filter($this->env, twig_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", false, false, false, 8), "html", null, true);
echo "\">
<meta name=\"keyword\" content=\"";
// line 9
echo twig_escape_filter($this->env, twig_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", false, false, false, 9), "html", null, true);
echo "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 13
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 14
echo "
<!--
<div class=\"page-titles-img title-space-lg bg-parallax parallax-overlay \" style=' height: 300px; background-image: url(";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_Assets/Images/image_fond_13.png"), "html", null, true);
echo ")'>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-8\" style=\"text-align: left\">
<h4 class=\"banner-Subtitle\" style=\"z-index:7\">une politique de mobilité</h4>
<h2 class=\"banner-title\" style=\"z-index:7\"> a destination de l'innovation</h2>
</div>
</div>
</div>
</div><!--page title end-->
<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;\">
<!-- START REVOLUTION SLIDER 5.4.1 auto mode -->
<div id=\"rev_slider_1078_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none; height: 100px\" data-version=\"5.4.1\">
<ul>
";
// line 34
$context['_parent'] = $context;
$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", false, false, false, 34));
foreach ($context['_seq'] as $context["_key"] => $context["bd"]) {
// line 35
echo "
<!-- SLIDE -->
<li data-index=\"rs-3045-";
// line 37
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bd"], "fields", [], "any", false, false, false, 37), "Name", [], "any", false, false, false, 37), "html", null, true);
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=\"\">
<!-- MAIN IMAGE -->
<img src=\"";
// line 39
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bd"], "fields", [], "any", false, false, false, 39), "bd_image", [], "any", false, false, false, 39), 0, [], "array", false, false, false, 39), "url", [], "any", false, false, false, 39), "html", null, true);
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>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class=\"tp-caption mainSlide-Subtitle tp-resizeme\"
id=\"slide-1706-layer-1\"
data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['-102','-102','-92','-68']\"
data-width=\"none\"
data-height=\"none\"
data-whitespace=\"nowrap\"
data-fontsize=\"['20','20','20','20']\"
data-lineheight=\"['25','25','25','25']\"
data-type=\"text\"
data-responsive_offset=\"on\"
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\"}]'
data-textAlign=\"['left','left','left','left']\"
data-paddingtop=\"[0,0,0,0]\"
data-paddingright=\"[0,0,0,0]\"
data-paddingbottom=\"[0,0,0,0]\"
data-paddingleft=\"[0,0,0,0]\"
style=\"z-index: 7; white-space: nowrap;text-transform:left;\">CEREMH - ";
// line 60
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bd"], "fields", [], "any", false, false, false, 60), "bd_marque", [], "any", false, false, false, 60), "html", null, true);
echo "</div>
<!-- LAYER NR. 1 -->
<div class=\"tp-caption mainSlide-Title-Centered tp-resizeme\"
id=\"slide-1706-layer-2\"
data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['0','0','0','1']\"
data-fontsize=\"['55','55','40','30']\"
data-lineheight=\"['65','65','55','35']\"
data-width=\"['800','700','621','420']\"
data-height=\"none\"
data-whitespace=\"normal\"
data-type=\"text\"
data-responsive_offset=\"on\"
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\"}]'
data-textAlign=\"['left','left','left','left']\"
data-paddingtop=\"[0,0,0,0]\"
data-paddingright=\"[0,0,0,0]\"
data-paddingbottom=\"[10,10,10,10]\"
data-paddingleft=\"[0,0,0,0]\"
style=\"z-index: 6; text-align:left; max-width:1170px; white-space: normal;\">";
// line 80
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bd"], "fields", [], "any", false, false, false, 80), "bd_claim", [], "any", false, false, false, 80), "html", null, true);
echo " </div>
<!-- LAYER NR. 3 -->
<div class=\"tp-caption mainSlide-Button btn btn-lg btn-white-outline \"
id=\"slide-1706-layer-3\"
data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['112','112','112','96']\"
data-width=\"none\"
data-height=\"none\"
data-whitespace=\"nowrap\"
data-type=\"button\"
data-actions='[{\"event\":\"click\",\"action\":\"http://www.ceremh.org\",\"offset\":\"px\",\"delay\":\"\"}]'
data-responsive_offset=\"on\"
data-responsive=\"off\"
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\"}]'
data-textAlign=\"['left','left','left','left']\"
data-paddingtop=\"[12,12,12,12]\"
data-paddingright=\"[35,35,35,35]\"
data-paddingbottom=\"[12,12,12,12]\"
data-paddingleft=\"[35,35,35,35]\"
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=\"";
// line 102
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bd"], "fields", [], "any", false, false, false, 102), "bd_lien", [], "any", false, false, false, 102), "html", null, true);
echo "\" style=\"color: darkgray\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bd"], "fields", [], "any", false, false, false, 102), "bd_titre_btn", [], "any", false, false, false, 102), "html", null, true);
echo "</a> </div>
</li>
<!-- SLIDE -->
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bd'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 108
echo "
</ul>
<div class=\"tp-bannertimer\" style=\"height: 7px; background-color: rgba(255, 255, 255, 0.25);\"></div>\t</div>
</div><!-- END REVOLUTION SLIDER -->
";
// line 115
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 115, $this->source); })()), "session", [], "any", false, false, false, 115), "flashbag", [], "any", false, false, false, 115), "get", [0 => "1"], "method", false, false, false, 115));
foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
// line 116
echo " <div class=\"alert alert-success alert-dismissable\">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
";
// line 118
echo twig_escape_filter($this->env, $context["flashMessage"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 121
echo "
";
// line 122
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 122, $this->source); })()), "session", [], "any", false, false, false, 122), "flashbag", [], "any", false, false, false, 122), "get", [0 => "2"], "method", false, false, false, 122));
foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
// line 123
echo " <div class=\"alert alert-alert alert-dismissable\">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
";
// line 125
echo twig_escape_filter($this->env, $context["flashMessage"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 128
echo "
<div class=\"container pt50 pb50\">
<div class=\"row\">
<div class=\"col-8\">
<h2>Le CEREMH vous accompagne pour une mobilité à destination de tous</h2>
<hr>
<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>
<p>Nous sommes en mesure de vous proposer différentes formes d'accompagnement.
Notre fonctionnement en LivingLab nous permet d'accéder à différentes ressources matérielles
ou partenaires pour répondre complètement à vos besoins.</p>
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"card mb30\">
<img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Conduite.png\" alt=\"Card image cap\">
<div class=\"card-body text-center\">
<h4 class=\"card-title\">
Ceremh Conduite
</h4>
<p class=\"card-text\"></p>
<a href=\"";
// line 156
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("conduite");
echo "\" class=\"btn btn-primary\">Rejoindre</a>
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"card mb30\">
<img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Formation.png\" alt=\"Card image cap\">
<div class=\"card-body text-center\">
<h4 class=\"card-title\">
Ceremh Formation
</h4>
<p class=\"card-text\"></p>
<a href=\"";
// line 168
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("formation");
echo "\" class=\"btn btn-primary\">Rejoindre</a>
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"card mb30\">
<img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Lab.png\" alt=\"Card image cap\">
<div class=\"card-body text-center\">
<h4 class=\"card-title\">
Ceremh Lab
</h4>
<p class=\"card-text\"></p>
<a href=\"";
// line 180
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("lab");
echo "\" class=\"btn btn-primary\">Rejoindre</a>
</div>
</div>
</div>
</div>
</div>
<div class=\"col-4\" style=\"padding-left: 50px\">
<img src=\"";
// line 189
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("_Assets/Images/logo_ceremh/Logo_Ceremh.png"), "html", null, true);
echo "\" class=\"\" style=\"width: 80%; margin-bottom: 60px\">
<h4> CEREMH</h4>
<p>10-12 avenue de l'Europe, <br>78140 - Vélizy Villacoublay - France</p>
<P><i class=\"fa fa-envelope\"> </i> contact@ceremh.org <br> <i class=\"fa fa-phone\"> </i> 01 39 25 49 87 </P>
</div>
</div>
</div>
<div class=\" pt40 pb40 bg-faded\">
<div class=\"container\">
<div class=\"title-heading1\">
<H3>Des actualités à consulter</h3>
</div>
<div class=\"row\">
";
// line 215
$context['_parent'] = $context;
$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", false, false, false, 215));
foreach ($context['_seq'] as $context["_key"] => $context["data"]) {
// line 216
echo "
<div class=\"col-lg-4\">
<div class=\"card\" style=\"margin-top: 20px\">
<div class=\"card-body\">
<h4 class=\"card-title\">
";
// line 222
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 222), "ac_titre", [], "any", false, false, false, 222), "html", null, true);
echo "
</h4>
<span class=\"card-subtitle text-muted\">
";
// line 227
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 227), "ac_marque", [], "any", false, false, false, 227), "Conduite"))) {
// line 228
echo " <i style=\"color:#2C57A3\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Conduite</a>
";
}
// line 230
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 230), "ac_marque", [], "any", false, false, false, 230), "Lab"))) {
// line 231
echo " <i style=\"color:#7CC27C\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Lab</a>
";
}
// line 233
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 233), "ac_marque", [], "any", false, false, false, 233), "Formation"))) {
// line 234
echo " <i style=\"color:orange\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Formation</a>
";
}
// line 236
echo "
</span>
</div>
";
// line 240
if ( !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 240), "ac_nom_image", [], "any", false, false, false, 240))) {
// line 241
echo " <img class=\"img-fluid\" src=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 241), "ac_image", [], "any", false, false, false, 241), 0, [], "array", false, false, false, 241), "url", [], "any", false, false, false, 241), "html", null, true);
echo "\" alt=\"Card image cap\">
";
}
// line 243
echo "
<div class=\"card-body\">
";
// line 245
if ( !(null === twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 245), "ac_contenu", [], "any", false, false, false, 245))) {
// line 246
echo " <p class=\"card-text\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 246), "ac_contenu", [], "any", false, false, false, 246), "html", null, true);
echo "</p>
";
}
// line 248
echo " <a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 248), "ac_lien", [], "any", false, false, false, 248), "html", null, true);
echo "\" class=\"btn btn-primary\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["data"], "fields", [], "any", false, false, false, 248), "ac_titre_btn", [], "any", false, false, false, 248), "html", null, true);
echo "</a>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['data'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 254
echo "
</div>
</div>
</div>
<!--
<div class=\"cta bg-faded pt50 pb50\">
<div class=\"container\">
<div class=\"row align-items-center\">
<div class=\"col-lg-8\">
<h4>Le CEREMH accompagne les acteurs de la mobilité pour la conception de produits et services innovants.</h4>
</div>
<div class=\"col-lg-4\">
<a href=\"#\" class=\"btn btn-rounded btn-lg btn-outline-primary\">
Nous connaitre en détail
</a>
</div>
</div>
</div>
</div> -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "main/Pages/home.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{# src/CeremhBundle/Ressources/home.html.twig #}
{% extends \"main/_Layout.html.twig\" %}
{% block Meta %}
<title>{{ meta.title }}</title>
<meta name=\"description\" content=\"{{ meta.description }}\">
<meta name=\"keyword\" content=\"{{ meta.keyword }}\">
{% endblock %}
{% block content %}
<!--
<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') }})'>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-8\" style=\"text-align: left\">
<h4 class=\"banner-Subtitle\" style=\"z-index:7\">une politique de mobilité</h4>
<h2 class=\"banner-title\" style=\"z-index:7\"> a destination de l'innovation</h2>
</div>
</div>
</div>
</div><!--page title end-->
<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;\">
<!-- START REVOLUTION SLIDER 5.4.1 auto mode -->
<div id=\"rev_slider_1078_1\" class=\"rev_slider fullwidthabanner\" style=\"display:none; height: 100px\" data-version=\"5.4.1\">
<ul>
{% for bd in bandeau.records %}
<!-- SLIDE -->
<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=\"\">
<!-- MAIN IMAGE -->
<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>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class=\"tp-caption mainSlide-Subtitle tp-resizeme\"
id=\"slide-1706-layer-1\"
data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['-102','-102','-92','-68']\"
data-width=\"none\"
data-height=\"none\"
data-whitespace=\"nowrap\"
data-fontsize=\"['20','20','20','20']\"
data-lineheight=\"['25','25','25','25']\"
data-type=\"text\"
data-responsive_offset=\"on\"
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\"}]'
data-textAlign=\"['left','left','left','left']\"
data-paddingtop=\"[0,0,0,0]\"
data-paddingright=\"[0,0,0,0]\"
data-paddingbottom=\"[0,0,0,0]\"
data-paddingleft=\"[0,0,0,0]\"
style=\"z-index: 7; white-space: nowrap;text-transform:left;\">CEREMH - {{ bd.fields.bd_marque }}</div>
<!-- LAYER NR. 1 -->
<div class=\"tp-caption mainSlide-Title-Centered tp-resizeme\"
id=\"slide-1706-layer-2\"
data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['0','0','0','1']\"
data-fontsize=\"['55','55','40','30']\"
data-lineheight=\"['65','65','55','35']\"
data-width=\"['800','700','621','420']\"
data-height=\"none\"
data-whitespace=\"normal\"
data-type=\"text\"
data-responsive_offset=\"on\"
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\"}]'
data-textAlign=\"['left','left','left','left']\"
data-paddingtop=\"[0,0,0,0]\"
data-paddingright=\"[0,0,0,0]\"
data-paddingbottom=\"[10,10,10,10]\"
data-paddingleft=\"[0,0,0,0]\"
style=\"z-index: 6; text-align:left; max-width:1170px; white-space: normal;\">{{ bd.fields.bd_claim }} </div>
<!-- LAYER NR. 3 -->
<div class=\"tp-caption mainSlide-Button btn btn-lg btn-white-outline \"
id=\"slide-1706-layer-3\"
data-x=\"['left','left','left','left']\" data-hoffset=\"['30','15','15','15']\"
data-y=\"['middle','middle','middle','middle']\" data-voffset=\"['112','112','112','96']\"
data-width=\"none\"
data-height=\"none\"
data-whitespace=\"nowrap\"
data-type=\"button\"
data-actions='[{\"event\":\"click\",\"action\":\"http://www.ceremh.org\",\"offset\":\"px\",\"delay\":\"\"}]'
data-responsive_offset=\"on\"
data-responsive=\"off\"
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\"}]'
data-textAlign=\"['left','left','left','left']\"
data-paddingtop=\"[12,12,12,12]\"
data-paddingright=\"[35,35,35,35]\"
data-paddingbottom=\"[12,12,12,12]\"
data-paddingleft=\"[35,35,35,35]\"
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>
</li>
<!-- SLIDE -->
{% endfor %}
</ul>
<div class=\"tp-bannertimer\" style=\"height: 7px; background-color: rgba(255, 255, 255, 0.25);\"></div>\t</div>
</div><!-- END REVOLUTION SLIDER -->
{% for flashMessage in app.session.flashbag.get('1') %}
<div class=\"alert alert-success alert-dismissable\">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
{{ flashMessage }}
</div>
{% endfor%}
{% for flashMessage in app.session.flashbag.get('2') %}
<div class=\"alert alert-alert alert-dismissable\">
<button aria-hidden=\"true\" data-dismiss=\"alert\" class=\"close\" type=\"button\">×</button>
{{ flashMessage }}
</div>
{% endfor%}
<div class=\"container pt50 pb50\">
<div class=\"row\">
<div class=\"col-8\">
<h2>Le CEREMH vous accompagne pour une mobilité à destination de tous</h2>
<hr>
<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>
<p>Nous sommes en mesure de vous proposer différentes formes d'accompagnement.
Notre fonctionnement en LivingLab nous permet d'accéder à différentes ressources matérielles
ou partenaires pour répondre complètement à vos besoins.</p>
<div class=\"row\">
<div class=\"col-md-4\">
<div class=\"card mb30\">
<img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Conduite.png\" alt=\"Card image cap\">
<div class=\"card-body text-center\">
<h4 class=\"card-title\">
Ceremh Conduite
</h4>
<p class=\"card-text\"></p>
<a href=\"{{ path('conduite') }}\" class=\"btn btn-primary\">Rejoindre</a>
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"card mb30\">
<img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Formation.png\" alt=\"Card image cap\">
<div class=\"card-body text-center\">
<h4 class=\"card-title\">
Ceremh Formation
</h4>
<p class=\"card-text\"></p>
<a href=\"{{ path('formation') }}\" class=\"btn btn-primary\">Rejoindre</a>
</div>
</div>
</div>
<div class=\"col-md-4\">
<div class=\"card mb30\">
<img class=\"card-img-top img-fluid\" style=\"padding: 5px\" src=\"_Assets/Images/logo_ceremh/Logo_Ceremh_Lab.png\" alt=\"Card image cap\">
<div class=\"card-body text-center\">
<h4 class=\"card-title\">
Ceremh Lab
</h4>
<p class=\"card-text\"></p>
<a href=\"{{ path('lab') }}\" class=\"btn btn-primary\">Rejoindre</a>
</div>
</div>
</div>
</div>
</div>
<div class=\"col-4\" style=\"padding-left: 50px\">
<img src=\"{{ asset('_Assets/Images/logo_ceremh/Logo_Ceremh.png') }}\" class=\"\" style=\"width: 80%; margin-bottom: 60px\">
<h4> CEREMH</h4>
<p>10-12 avenue de l'Europe, <br>78140 - Vélizy Villacoublay - France</p>
<P><i class=\"fa fa-envelope\"> </i> contact@ceremh.org <br> <i class=\"fa fa-phone\"> </i> 01 39 25 49 87 </P>
</div>
</div>
</div>
<div class=\" pt40 pb40 bg-faded\">
<div class=\"container\">
<div class=\"title-heading1\">
<H3>Des actualités à consulter</h3>
</div>
<div class=\"row\">
{% for data in actu.records %}
<div class=\"col-lg-4\">
<div class=\"card\" style=\"margin-top: 20px\">
<div class=\"card-body\">
<h4 class=\"card-title\">
{{ data.fields.ac_titre }}
</h4>
<span class=\"card-subtitle text-muted\">
{% if data.fields.ac_marque == 'Conduite' %}
<i style=\"color:#2C57A3\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Conduite</a>
{% endif %}
{% if data.fields.ac_marque == 'Lab' %}
<i style=\"color:#7CC27C\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Lab</a>
{% endif %}
{% if data.fields.ac_marque == 'Formation' %}
<i style=\"color:orange\" class=\"fa fa-tags\"></i> <a href=\"#\">CEREMH Formation</a>
{% endif %}
</span>
</div>
{% if data.fields.ac_nom_image is not null %}
<img class=\"img-fluid\" src=\"{{ data.fields.ac_image[0].url }}\" alt=\"Card image cap\">
{% endif %}
<div class=\"card-body\">
{% if data.fields.ac_contenu is not null %}
<p class=\"card-text\">{{ data.fields.ac_contenu }}</p>
{% endif %}
<a href=\"{{ data.fields.ac_lien }}\" class=\"btn btn-primary\">{{ data.fields.ac_titre_btn }}</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!--
<div class=\"cta bg-faded pt50 pb50\">
<div class=\"container\">
<div class=\"row align-items-center\">
<div class=\"col-lg-8\">
<h4>Le CEREMH accompagne les acteurs de la mobilité pour la conception de produits et services innovants.</h4>
</div>
<div class=\"col-lg-4\">
<a href=\"#\" class=\"btn btn-rounded btn-lg btn-outline-primary\">
Nous connaitre en détail
</a>
</div>
</div>
</div>
</div> -->
{% endblock %}
", "main/Pages/home.html.twig", "/home/ceremh/www/preprod/templates/main/Pages/home.html.twig");
}
}