<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Theme/Produit/Produit/Produit/souscriptionprojet.html.twig */
class __TwigTemplate_1ab9fe8d3ac24eeabd4d6196f0abfdf5599371817442dcb5ce6ce670921b45c2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'userblog_body' => [$this, 'block_userblog_body'],
'javascripttemplate' => [$this, 'block_javascripttemplate'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "Theme/Users/User/layoutoffert.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Produit/Produit/souscriptionprojet.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/Produit/Produit/Produit/souscriptionprojet.html.twig"));
$this->parent = $this->loadTemplate("Theme/Users/User/layoutoffert.html.twig", "Theme/Produit/Produit/Produit/souscriptionprojet.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
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 4
echo "
\t";
// line 5
$this->displayParentBlock("meta", $context, $blocks);
echo "
\t<meta name=\"keywords\" content=\"";
// line 6
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 6, $this->source); })()), "html", null, true);
echo ", ";
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.', 6, $this->source); })()), "html", null, true);
echo "\"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"";
// line 8
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.', 8, $this->source); })()), "html", null, true);
echo " - Souscription Chantier\"/>
\t
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 12
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 13
echo "
\t";
// line 14
$this->displayParentBlock("title", $context, $blocks);
echo " - Souscription Chantier
\t
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 18
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 19
echo "\t";
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
\t
<style>
:root {
--side-padding: 50px;
--main-color: #1890ff;
--shadow-color: rgba(0,0,0,.1);
--text-font-size: 18px;
}
p {
font-size: var(--text-font-size);
}
.feature-image {
height: 32rem;
background-size: cover;
-webkit-box-shadow: 0 40px 50px var(--shadow-color);
-moz-box-shadow: 0 40px 50px var(--shadow-color);
box-shadow: 0 40px 50px var(--shadow-color);
}
.site-main {
width: 100%;
margin-right: auto;
margin-left: auto;
background-color: #fff;
}
@media (min-width: 768px) {
.site-main {
width: 80%;
}
}
@media (min-width: 992px) {
.site-main {
width: 70%;
}
}
@media (min-width: 1200px) {
.site-main {
width: 60%;
}
}
.drop-cap:first-letter {
float: left;
margin-right: 0.25em;
color: #222;
text-transform: uppercase;
font-weight: 700;
font-size: 100px;
line-height: 1;
}
.article-content {
background-color: transparent;
padding: 0;
}
.article-header {
margin-top: -160px;
background-color: #fff;
box-shadow: 0 -23px 50px var(--shadow-color);
padding: 50px var(--side-padding);
}
.featured-image-wrap{
position: relative;
}
.entry-cats {
margin-bottom: 10px;
}
.entry-cats a {
display: inline-block;
background: var(--main-color);
text-decoration: none;
color: white;
padding: 4px 8px;
font-weight: 500;
text-transform: uppercase;
}
.entry-title {
font-weight: 900;
}
.article-text-wrap {
padding: 0 var(--side-padding);
}
/* .avatar {
vertical-align: middle;
width: 128px;
height: 128px;
border-radius: 50%;
} */
.avatar img {
object-fit: cover;
border-radius: 50%;
}
.author {
margin-top: 25px;
display: flex;
}
.inner-meta {
margin-left: 20px;
display: -webkit-flex; /* Safari */
-webkit-justify-content: space-around; /* Safari 6.1+ */
display: flex;
flex-direction: column;
justify-content: space-around;
}
.created-by {
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
color: var(--main-color);
}
.created-at {
color: grey;
}
.entry-summary {
position: relative;
font-size: 18px;
padding-bottom: 55px;
margin-bottom: 35px;
color: #000;
font-weight: 300;
line-height: 1.55;
font-style: italic;
}
.entry-summary:after {
content: \"..........................................\";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
letter-spacing: 4px;
color: var(--main-color);
overflow: hidden;
}
.article-source {
font-size: 18px;
}
.article-source a {
color: #1890ff;
}
.share {
padding-bottom: 20px;
}
.entry-footer {
padding: 50px var(--side-padding);
}
.entry-footer .entry-tags a {
margin-right: 8px;
color: #757575;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}
.entry-footer .entry-tags a:before {
content: \"#\";
padding-right: 1px;
}
.links-meta{
text-transform: uppercase;
font-weight: 900;
}
.nl-process {
padding-top: 30px;
}
.process-list {
display: table;
table-layout: fixed;
width: 100%;
counter-reset: process-count;
height: 54px;
}
.complete-hint {
display: none;
width: 54px;
height: 54px;
background: #69be38;
border-radius: 50%;
text-align: center;
position: absolute;
left: calc(50% - 24px);
top: 23px;
z-index: 3;
}
.complete-hint i {
line-height: 54px;
color: #fff;
font-size: 28px;
}
.complete-hint.is-show {
display: block;
-webkit-animation: scale0to1 160ms forwards;
animation: scale0to1 160ms forwards;
}
.complete-hint.is-hide {
display: none;
}
.process-item {
display: table-cell;
text-align: center;
}
.process-item:first-child {
pointer-events: none;
}
.process-item:first-child .process-content:before {
display: none;
}
.process-item:last-child .process-content:after {
display: none;
}
.process-item:last-child .process-active-bar {
display: none !important;
}
.process-content {
position: relative;
}
.process-content .process-active-bar, .process-content:before, .process-content:after {
content: '';
position: absolute;
background: #e5e5e6;
border-radius: 2px;
height: 4px;
top: 12px;
-webkit-transition: all 120ms ease-in;
transition: all 120ms ease-in;
}
.process-content .process-active-bar {
position: absolute;
background: green;
z-index: 2;
left: calc(50% + 20px);
right: calc(100% - 20px);
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.process-content:before {
right: calc(50% + 20px);
left: -2px;
}
.process-content:after {
left: calc(50% + 20px);
right: 0;
z-index: 1;
}
.process-content .circle {
position: relative;
background: #e5e5e6;
display: inline-block;
border-radius: 50%;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.process-content .circle span {
color: #999;
}
.process-content .circle span:before {
counter-increment: process-count;
content: counter(process-count);
}
.process-content .des {
padding-top: 5px;
padding: 5px 10px;
box-sizing: border-box;
}
.process-content .des span {
color: #f4f4f4;
-webkit-transition: color 120ms ease-in;
transition: color 120ms ease-in;
}
.process-item.is-active .process-content .process-active-bar {
display: block;
right: calc(-50% + 20px);
}
.process-item.is-active .process-content .circle {
background: green;
}
.process-item.is-active .process-content .circle span {
color: #fff;
display: inline-block;
-webkit-animation: scale0to1 300ms forwards;
animation: scale0to1 300ms forwards;
}
.process-item.is-active .process-content .circle span:before {
content: \"\\f00c\";
font: normal normal normal 14px/1 FontAwesome;
}
.process-item.is-active .process-content .des span {
color: #6f6f6f;
}
.process-item.is-current .process-content .circle {
background: #ff9c23;
}
.process-item.is-current .process-content .circle span {
color: #fff;
}
.process-item.is-current .process-content .des span {
color: #6f6f6f;
}
.process-item.all-complete .process-content .process-active-bar, .process-item.all-complete .process-content:before, .process-item.all-complete .process-content:after,
.process-item.all-complete .process-content .des {
width: 0;
opacity: 0;
}
.process-item.all-complete .process-content .circle {
-webkit-transform: scale(0);
transform: scale(0);
}
.footer {
text-align: center;
padding-top: 50px;
}
.footer .footer-btn {
font-size: 24px;
color: #fff;
padding: 15px 80px;
background: #ff9c23;
border: 0;
border-radius: 4px;
-webkit-transition: background 120ms ease-in;
transition: background 120ms ease-in;
cursor: pointer;
display: inline-block;
}
.footer .footer-btn.is-ghost {
background: transparent;
color: #ff9c23;
box-shadow: inset 0 0 0 2px #ff9c23;
}
.footer .footer-btn:hover {
background: #ffa73d;
color: #fff;
}
.footer .footer-btn:active {
background: #ff910a;
}
.footer .footer-btn.is-show {
display: inline-block;
}
.footer .footer-btn.is-hide {
display: none;
}
.footer .footer-btn.is-slidedown {
-webkit-animation: slideDown 120ms forwards;
animation: slideDown 120ms forwards;
}
.footer .footer-btn.is-slideup {
-webkit-animation: slideUp 120ms forwards;
animation: slideUp 120ms forwards;
}
@-webkit-keyframes scale0to1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale0to1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
}
@keyframes slideDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
label {
width: 100%;
}
.card-input-element {
display: none;
}
.card-input {
margin: 10px;
padding: 00px;
}
.card-input:hover {
cursor: pointer;
}
.card-input-element:checked + .card-input {
box-shadow: 0 0 1px 1px #2ecc71;
}
[type=\"checkbox\"]:checked,
[type=\"checkbox\"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type=\"checkbox\"]:checked + label,
[type=\"checkbox\"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
[type=\"checkbox\"]:checked + label:before,
[type=\"checkbox\"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
background: #fff;
}
[type=\"checkbox\"]:checked + label:after,
[type=\"checkbox\"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #00a69c;
position: absolute;
top: 6px;
left: 6px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
[type=\"checkbox\"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type=\"checkbox\"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
input {
border: 2px solid #333;
border-radius: 5px;
color: #333;
font-size: 32px;
margin: 0 0 20px;
padding: .5rem 1rem;
width: 100%;
}
.button-step {
background: #fff;
border: 2px solid #333;
border-radius: 5px;
color: #333;
font-size: 16px;
font-weight: bold;
padding: 1rem;
}
.button-step:hover {
background: #333;
border: 2px solid #333;
color: #fff;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 582
public function block_userblog_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "userblog_body"));
// line 583
echo "
<div class=\"list-step-souscription\" id=\"step-one-souscription\">
<div style=\"background: #90acd1; min-height: 260px;\">
<div class=\"container nl-process\">
<div class=\"complete-hint\"><i class=\"fa fa-check\"></i></div>
<ul class=\"process-list\">
<li class=\"process-item\">
<div class=\"process-content\">
<div class=\"process-active-bar\"></div>
<div class=\"circle\" style=\"background: green;\">
<span style=\"color: #fff!important;\"></span>
</div>
<div class=\"des\" style=\"color: #fff;\">
<strong>Type d'investissement</strong>
</div>
</div>
</li>
<li class=\"process-item\">
<div class=\"process-content\">
<div class=\"process-active-bar\"></div>
<div class=\"circle\">
<span></span>
</div>
<div class=\"des\">
<span>Chantier favoris</span>
</div>
</div>
</li>
<li class=\"process-item\">
<div class=\"process-content\">
<div class=\"process-active-bar\"></div>
<div class=\"circle\">
<span></span>
</div>
<div class=\"des\">
<span>Propriétaire</span>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class=\"container-fluid article-content\">
<div class=\"article-header site-main\">
<h1 class=\"entry-title\">Placez votre investissement sur un projet sûr.</h1>
</div>
\t
<div class=\"site-main article-text-wrap\">
<div class=\"entry-summary\"><span class=\"fa fa-info-circle\"></span> ";
// line 636
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.', 636, $this->source); })()), "html", null, true);
echo " se charge d'étudier chaque projet dans tous les angles afin de s'assurer que seul les projets à grand potentiel de croissance ne vous parviennent.</div>
\t\t <form method=\"\" action=\"\" class=\"submit_step_one\">
\t <h1>Sur quel type de projet souhaitez-vous investir ?</h1>
\t\t <div><span class=\"fa fa-info-circle\"></span> Cette information détermine le temps requis pour un retour sur investissement</div>
\t\t
\t\t <div class=\"row\">
\t\t
\t\t\t";
// line 644
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["liste_business"]) || array_key_exists("liste_business", $context) ? $context["liste_business"] : (function () { throw new RuntimeError('Variable "liste_business" does not exist.', 644, $this->source); })()));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["type"]) {
// line 645
echo "\t\t\t <div class=\"col-md-4 col-lg-4 col-sm-4\">
\t\t\t\t
\t\t\t\t<label>
\t\t\t\t <input type=\"radio\" name=\"typeproduct\" class=\"card-input-element\" value=\"";
// line 648
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "id", [], "any", false, false, false, 648), "html", null, true);
echo "\"/>
\t\t\t\t\t<div class=\"panel panel-default card-input\">
\t\t\t\t\t <div class=\"panel-heading\">";
// line 651
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "nom", [], "any", false, false, false, 651), "html", null, true);
echo "</div>
\t\t\t\t\t <div class=\"panel-body\">
\t\t\t\t\t\t<div style=\"font-weight: normal;\">";
// line 653
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "description", [], "any", false, false, false, 653), "html", null, true);
echo "</div>
\t\t\t\t\t </div>
\t\t\t\t\t</div>
\t\t\t\t\t<a href=\"";
// line 656
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["type"], "id", [], "any", false, false, false, 656)]), "html", null, true);
echo "\" style=\"margin-left: 10px;\">En savoir plus <span class=\"fa fa-angle-right\"></span></a>
\t\t\t\t</label>
\t\t\t\t
\t\t\t </div>
\t\t\t";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 661
echo "\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<div class=\"text-center\" style=\"height: 250px; padding-top: 100px; background: #fff; display: block; width: 100%!important; border: 1px solid #f4f4f4; border-radius: 5px;\">
\t\t\t\t\t\t<span class=\"fa fa-frown-o\"></span> Aucune données disponible pour cette requête.</br>
\t\t\t\t\t\t<hr style=\"width: 100px; border-bottom: 1px solid red;\"/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['type'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 668
echo "
\t\t </div>
\t\t
\t\t
\t\t <h1>Quelle plage d'investissement est-elle approprié pour vous ?</h1>
\t\t <div><span class=\"fa fa-info-circle\"></span> Cette information détermine vos privilèges dans l'entreprise pour laquelle vous investissez</div>
\t\t <div class=\"row\">
\t\t\t
\t\t\t";
// line 676
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["type_investisseur"]) || array_key_exists("type_investisseur", $context) ? $context["type_investisseur"] : (function () { throw new RuntimeError('Variable "type_investisseur" does not exist.', 676, $this->source); })()));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["type"]) {
// line 677
echo "\t\t\t <div class=\"col-md-4 col-lg-4 col-sm-4\">
\t\t\t\t
\t\t\t\t<label>
\t\t\t\t <input type=\"radio\" name=\"typeinvestisseur\" class=\"card-input-element\" value=\"";
// line 680
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "id", [], "any", false, false, false, 680), "html", null, true);
echo "\"/>
\t\t\t\t\t<div class=\"panel panel-default card-input\">
\t\t\t\t\t <div class=\"panel-heading\">";
// line 683
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "nom", [], "any", false, false, false, 683), "html", null, true);
echo "</div>
\t\t\t\t\t <div class=\"panel-body\">
\t\t\t\t\t\t<div style=\"font-weight: normal;\">";
// line 685
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "description", [], "any", false, false, false, 685), "html", null, true);
echo "</div>
\t\t\t\t\t\t<div><span class=\"label label-info\">Entre: ";
// line 686
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "minimum", [], "any", false, false, false, 686), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["type"], "maximum", [], "any", false, false, false, 686), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 686, $this->source); })()), "html", null, true);
echo "</span></div>
\t\t\t\t\t </div>
\t\t\t\t\t</div>
\t\t\t\t\t
\t\t\t\t\t<a href=\"\" style=\"margin-left: 10px;\">En savoir plus <span class=\"fa fa-angle-right\"></span></a>
\t\t\t\t</label>
\t\t\t\t
\t\t\t </div>
\t\t\t";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 695
echo "\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<div class=\"text-center\" style=\"height: 250px; padding-top: 100px; background: #fff; display: block; width: 100%!important; border: 1px solid #f4f4f4; border-radius: 5px;\">
\t\t\t\t\t\t<span class=\"fa fa-frown-o\"></span> Aucune données disponible pour cette requête.</br>
\t\t\t\t\t\t<hr style=\"width: 100px; border-bottom: 1px solid red;\"/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['type'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 702
echo "\t\t\t
\t\t </div>
\t\t
\t\t <h1>Conditions élémentaires d'investissement</h1>
\t\t <div class=\"row\">
\t\t\t <div class=\"col-md-12\">
\t\t\t\t <p>
\t\t\t\t\t<input type=\"checkbox\" id=\"valide_experience\" name=\"agevalide\"/>
\t\t\t\t\t<label for=\"valide_experience\">J'ai plus de 22 ans</label>
\t\t\t\t </p>
\t\t\t\t
\t\t\t\t <p>
\t\t\t\t\t<input type=\"checkbox\" id=\"valide_approche\" name=\"approchevalide\"/>
\t\t\t\t\t<label for=\"valide_approche\">J'aime l'innovation et je suis engagé pour l'employabilité des jeunes en Afrique</label>
\t\t\t\t </p>
\t\t\t </div>
\t\t </div>
\t\t <div class=\"row\" style=\"margin-top: 20px; margin-bottom: 20px;\">
\t\t\t <div class=\"col-md-12\">
\t\t\t\t<hr/>
\t\t\t </div>
\t\t\t <div class=\"col-md-6\">
\t\t\t\t <a href=\"#!\" class=\"btn btn-default\">Précédent</a>
\t\t\t </div>
\t\t\t <div class=\"col-md-6 text-right\">
\t\t\t\t <button class=\"button-step btn-primary\">Suivant <span class=\"fa fa-arrow-circle-right\"></span></button>
\t\t\t </div>
\t\t </div>
\t\t </form>
</div>
</div>
</div>
<div class=\"list-step-souscription\" id=\"step-two-souscription\" style=\"display: none;\">
</div>
<div class=\"list-step-souscription\" id=\"step-three-souscription\" style=\"display: none;\">
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 749
public function block_javascripttemplate($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripttemplate"));
// line 750
echo "
\$('form.submit_step_one').on('submit',function(){
\t
\tif(\$('#valide_experience').prop(\"checked\") && \$('#valide_approche').prop(\"checked\"))
\t{
\t\tvar typeprojet = \$(\"input[name='typeproduct']:checked\").val();
\t\tvar typeinvest = \$(\"input[name='typeinvestisseur']:checked\").val();
\t\t
\t
\t\tif(typeprojet === undefined){
\t\t\tresetNotif();
\t\t\talertify.alert(\"Echec, veuillez choisir le type de projet sur lequel vous souhaitez investir.\");
\t\t}else if(typeinvest === undefined){
\t\t\tresetNotif();
\t\t\talertify.alert(\"Echec, veuillez choisir le type d'investissement que vous souhaitez effectué.\");
\t\t}else{
\t\t\tvar height = (\$(window).height() + \$(window).scrollTop());
\t\t\tvar width = \$(window).width() + 100;
\t\t\tvar scrolltop = \$(window).scrollTop();
\t\t\t\$('.panel-result-action-factory-user').show();
\t\t\t\$('.content-alert-action-factory-user').show();
\t\t\t\$('.content-alert-action-factory-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 9000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t\t
\t\t\t\$.post('";
// line 774
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_ajouter_product_panier", ["position" => "product"]);
echo "',{typeprojet: typeprojet, typeinvest: typeinvest },function(data){
\t\t\t \$('.panel-result-action-factory-user').hide();
\t\t\t \$('.content-alert-action-factory-user').hide();
\t\t\t
\t\t\t if(data == 0)
\t\t\t {
\t\t\t\t resetNotif();
\t\t\t\t alertify.alert(\"Echec, Toutes les données n'ont pas été reçu\");
\t\t\t\t
\t\t\t }else if(data == 2){
\t\t\t\t resetNotif();
\t\t\t\t alertify.alert(\"Echec, Nous n'avons pas pu récupérer les choix que vous avez effectués !\");
\t\t\t }else{
\t\t\t\t \$('#step-two-souscription').html(data);
\t\t\t\t \$('.list-step-souscription').hide();
\t\t\t\t \$('#step-two-souscription').show();
\t\t\t }
\t\t\t});
\t\t}
\t}else{
\t\tresetNotif();
\t\talertify.alert(\"Echec, Vous devez d'abord accepter que vous avez l'âge requise pour invertir sur un projet et que vous êtes pationner de l'innovation.\");
\t}
\t
return false;
});
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Theme/Produit/Produit/Produit/souscriptionprojet.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 989 => 774, 963 => 750, 953 => 749, 898 => 702, 886 => 695, 868 => 686, 864 => 685, 859 => 683, 853 => 680, 848 => 677, 843 => 676, 833 => 668, 821 => 661, 811 => 656, 805 => 653, 800 => 651, 794 => 648, 789 => 645, 784 => 644, 773 => 636, 718 => 583, 708 => 582, 135 => 19, 125 => 18, 112 => 14, 109 => 13, 99 => 12, 86 => 8, 79 => 6, 75 => 5, 72 => 4, 62 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"Theme/Users/User/layoutoffert.html.twig\" %}
{% block meta %}
\t{{ parent() }}
\t<meta name=\"keywords\" content=\"{{ site }}, {{ keywords }}\"/>
\t<meta name=\"author\" content=\"Noel Kenfack\"/>
\t<meta name=\"description\" content=\"{{ site }} - Souscription Chantier\"/>
\t
{% endblock %}
{% block title %}
\t{{ parent() }} - Souscription Chantier
\t
{% endblock %}
{% block stylesheets %}
\t{{ parent() }}
\t
<style>
:root {
--side-padding: 50px;
--main-color: #1890ff;
--shadow-color: rgba(0,0,0,.1);
--text-font-size: 18px;
}
p {
font-size: var(--text-font-size);
}
.feature-image {
height: 32rem;
background-size: cover;
-webkit-box-shadow: 0 40px 50px var(--shadow-color);
-moz-box-shadow: 0 40px 50px var(--shadow-color);
box-shadow: 0 40px 50px var(--shadow-color);
}
.site-main {
width: 100%;
margin-right: auto;
margin-left: auto;
background-color: #fff;
}
@media (min-width: 768px) {
.site-main {
width: 80%;
}
}
@media (min-width: 992px) {
.site-main {
width: 70%;
}
}
@media (min-width: 1200px) {
.site-main {
width: 60%;
}
}
.drop-cap:first-letter {
float: left;
margin-right: 0.25em;
color: #222;
text-transform: uppercase;
font-weight: 700;
font-size: 100px;
line-height: 1;
}
.article-content {
background-color: transparent;
padding: 0;
}
.article-header {
margin-top: -160px;
background-color: #fff;
box-shadow: 0 -23px 50px var(--shadow-color);
padding: 50px var(--side-padding);
}
.featured-image-wrap{
position: relative;
}
.entry-cats {
margin-bottom: 10px;
}
.entry-cats a {
display: inline-block;
background: var(--main-color);
text-decoration: none;
color: white;
padding: 4px 8px;
font-weight: 500;
text-transform: uppercase;
}
.entry-title {
font-weight: 900;
}
.article-text-wrap {
padding: 0 var(--side-padding);
}
/* .avatar {
vertical-align: middle;
width: 128px;
height: 128px;
border-radius: 50%;
} */
.avatar img {
object-fit: cover;
border-radius: 50%;
}
.author {
margin-top: 25px;
display: flex;
}
.inner-meta {
margin-left: 20px;
display: -webkit-flex; /* Safari */
-webkit-justify-content: space-around; /* Safari 6.1+ */
display: flex;
flex-direction: column;
justify-content: space-around;
}
.created-by {
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
color: var(--main-color);
}
.created-at {
color: grey;
}
.entry-summary {
position: relative;
font-size: 18px;
padding-bottom: 55px;
margin-bottom: 35px;
color: #000;
font-weight: 300;
line-height: 1.55;
font-style: italic;
}
.entry-summary:after {
content: \"..........................................\";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
letter-spacing: 4px;
color: var(--main-color);
overflow: hidden;
}
.article-source {
font-size: 18px;
}
.article-source a {
color: #1890ff;
}
.share {
padding-bottom: 20px;
}
.entry-footer {
padding: 50px var(--side-padding);
}
.entry-footer .entry-tags a {
margin-right: 8px;
color: #757575;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}
.entry-footer .entry-tags a:before {
content: \"#\";
padding-right: 1px;
}
.links-meta{
text-transform: uppercase;
font-weight: 900;
}
.nl-process {
padding-top: 30px;
}
.process-list {
display: table;
table-layout: fixed;
width: 100%;
counter-reset: process-count;
height: 54px;
}
.complete-hint {
display: none;
width: 54px;
height: 54px;
background: #69be38;
border-radius: 50%;
text-align: center;
position: absolute;
left: calc(50% - 24px);
top: 23px;
z-index: 3;
}
.complete-hint i {
line-height: 54px;
color: #fff;
font-size: 28px;
}
.complete-hint.is-show {
display: block;
-webkit-animation: scale0to1 160ms forwards;
animation: scale0to1 160ms forwards;
}
.complete-hint.is-hide {
display: none;
}
.process-item {
display: table-cell;
text-align: center;
}
.process-item:first-child {
pointer-events: none;
}
.process-item:first-child .process-content:before {
display: none;
}
.process-item:last-child .process-content:after {
display: none;
}
.process-item:last-child .process-active-bar {
display: none !important;
}
.process-content {
position: relative;
}
.process-content .process-active-bar, .process-content:before, .process-content:after {
content: '';
position: absolute;
background: #e5e5e6;
border-radius: 2px;
height: 4px;
top: 12px;
-webkit-transition: all 120ms ease-in;
transition: all 120ms ease-in;
}
.process-content .process-active-bar {
position: absolute;
background: green;
z-index: 2;
left: calc(50% + 20px);
right: calc(100% - 20px);
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.process-content:before {
right: calc(50% + 20px);
left: -2px;
}
.process-content:after {
left: calc(50% + 20px);
right: 0;
z-index: 1;
}
.process-content .circle {
position: relative;
background: #e5e5e6;
display: inline-block;
border-radius: 50%;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
.process-content .circle span {
color: #999;
}
.process-content .circle span:before {
counter-increment: process-count;
content: counter(process-count);
}
.process-content .des {
padding-top: 5px;
padding: 5px 10px;
box-sizing: border-box;
}
.process-content .des span {
color: #f4f4f4;
-webkit-transition: color 120ms ease-in;
transition: color 120ms ease-in;
}
.process-item.is-active .process-content .process-active-bar {
display: block;
right: calc(-50% + 20px);
}
.process-item.is-active .process-content .circle {
background: green;
}
.process-item.is-active .process-content .circle span {
color: #fff;
display: inline-block;
-webkit-animation: scale0to1 300ms forwards;
animation: scale0to1 300ms forwards;
}
.process-item.is-active .process-content .circle span:before {
content: \"\\f00c\";
font: normal normal normal 14px/1 FontAwesome;
}
.process-item.is-active .process-content .des span {
color: #6f6f6f;
}
.process-item.is-current .process-content .circle {
background: #ff9c23;
}
.process-item.is-current .process-content .circle span {
color: #fff;
}
.process-item.is-current .process-content .des span {
color: #6f6f6f;
}
.process-item.all-complete .process-content .process-active-bar, .process-item.all-complete .process-content:before, .process-item.all-complete .process-content:after,
.process-item.all-complete .process-content .des {
width: 0;
opacity: 0;
}
.process-item.all-complete .process-content .circle {
-webkit-transform: scale(0);
transform: scale(0);
}
.footer {
text-align: center;
padding-top: 50px;
}
.footer .footer-btn {
font-size: 24px;
color: #fff;
padding: 15px 80px;
background: #ff9c23;
border: 0;
border-radius: 4px;
-webkit-transition: background 120ms ease-in;
transition: background 120ms ease-in;
cursor: pointer;
display: inline-block;
}
.footer .footer-btn.is-ghost {
background: transparent;
color: #ff9c23;
box-shadow: inset 0 0 0 2px #ff9c23;
}
.footer .footer-btn:hover {
background: #ffa73d;
color: #fff;
}
.footer .footer-btn:active {
background: #ff910a;
}
.footer .footer-btn.is-show {
display: inline-block;
}
.footer .footer-btn.is-hide {
display: none;
}
.footer .footer-btn.is-slidedown {
-webkit-animation: slideDown 120ms forwards;
animation: slideDown 120ms forwards;
}
.footer .footer-btn.is-slideup {
-webkit-animation: slideUp 120ms forwards;
animation: slideUp 120ms forwards;
}
@-webkit-keyframes scale0to1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale0to1 {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
}
@keyframes slideDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
label {
width: 100%;
}
.card-input-element {
display: none;
}
.card-input {
margin: 10px;
padding: 00px;
}
.card-input:hover {
cursor: pointer;
}
.card-input-element:checked + .card-input {
box-shadow: 0 0 1px 1px #2ecc71;
}
[type=\"checkbox\"]:checked,
[type=\"checkbox\"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type=\"checkbox\"]:checked + label,
[type=\"checkbox\"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}
[type=\"checkbox\"]:checked + label:before,
[type=\"checkbox\"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
background: #fff;
}
[type=\"checkbox\"]:checked + label:after,
[type=\"checkbox\"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #00a69c;
position: absolute;
top: 6px;
left: 6px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
[type=\"checkbox\"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type=\"checkbox\"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
input {
border: 2px solid #333;
border-radius: 5px;
color: #333;
font-size: 32px;
margin: 0 0 20px;
padding: .5rem 1rem;
width: 100%;
}
.button-step {
background: #fff;
border: 2px solid #333;
border-radius: 5px;
color: #333;
font-size: 16px;
font-weight: bold;
padding: 1rem;
}
.button-step:hover {
background: #333;
border: 2px solid #333;
color: #fff;
}
</style>
{% endblock %}
{% block userblog_body %}
<div class=\"list-step-souscription\" id=\"step-one-souscription\">
<div style=\"background: #90acd1; min-height: 260px;\">
<div class=\"container nl-process\">
<div class=\"complete-hint\"><i class=\"fa fa-check\"></i></div>
<ul class=\"process-list\">
<li class=\"process-item\">
<div class=\"process-content\">
<div class=\"process-active-bar\"></div>
<div class=\"circle\" style=\"background: green;\">
<span style=\"color: #fff!important;\"></span>
</div>
<div class=\"des\" style=\"color: #fff;\">
<strong>Type d'investissement</strong>
</div>
</div>
</li>
<li class=\"process-item\">
<div class=\"process-content\">
<div class=\"process-active-bar\"></div>
<div class=\"circle\">
<span></span>
</div>
<div class=\"des\">
<span>Chantier favoris</span>
</div>
</div>
</li>
<li class=\"process-item\">
<div class=\"process-content\">
<div class=\"process-active-bar\"></div>
<div class=\"circle\">
<span></span>
</div>
<div class=\"des\">
<span>Propriétaire</span>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class=\"container-fluid article-content\">
<div class=\"article-header site-main\">
<h1 class=\"entry-title\">Placez votre investissement sur un projet sûr.</h1>
</div>
\t
<div class=\"site-main article-text-wrap\">
<div class=\"entry-summary\"><span class=\"fa fa-info-circle\"></span> {{ site }} se charge d'étudier chaque projet dans tous les angles afin de s'assurer que seul les projets à grand potentiel de croissance ne vous parviennent.</div>
\t\t <form method=\"\" action=\"\" class=\"submit_step_one\">
\t <h1>Sur quel type de projet souhaitez-vous investir ?</h1>
\t\t <div><span class=\"fa fa-info-circle\"></span> Cette information détermine le temps requis pour un retour sur investissement</div>
\t\t
\t\t <div class=\"row\">
\t\t
\t\t\t{% for type in liste_business %}
\t\t\t <div class=\"col-md-4 col-lg-4 col-sm-4\">
\t\t\t\t
\t\t\t\t<label>
\t\t\t\t <input type=\"radio\" name=\"typeproduct\" class=\"card-input-element\" value=\"{{ type.id }}\"/>
\t\t\t\t\t<div class=\"panel panel-default card-input\">
\t\t\t\t\t <div class=\"panel-heading\">{{ type.nom }}</div>
\t\t\t\t\t <div class=\"panel-body\">
\t\t\t\t\t\t<div style=\"font-weight: normal;\">{{ type.description }}</div>
\t\t\t\t\t </div>
\t\t\t\t\t</div>
\t\t\t\t\t<a href=\"{{ path('produit_produit_listes_produit_user', {'id': type.id }) }}\" style=\"margin-left: 10px;\">En savoir plus <span class=\"fa fa-angle-right\"></span></a>
\t\t\t\t</label>
\t\t\t\t
\t\t\t </div>
\t\t\t{% else %}
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<div class=\"text-center\" style=\"height: 250px; padding-top: 100px; background: #fff; display: block; width: 100%!important; border: 1px solid #f4f4f4; border-radius: 5px;\">
\t\t\t\t\t\t<span class=\"fa fa-frown-o\"></span> Aucune données disponible pour cette requête.</br>
\t\t\t\t\t\t<hr style=\"width: 100px; border-bottom: 1px solid red;\"/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endfor %}
\t\t </div>
\t\t
\t\t
\t\t <h1>Quelle plage d'investissement est-elle approprié pour vous ?</h1>
\t\t <div><span class=\"fa fa-info-circle\"></span> Cette information détermine vos privilèges dans l'entreprise pour laquelle vous investissez</div>
\t\t <div class=\"row\">
\t\t\t
\t\t\t{% for type in type_investisseur %}
\t\t\t <div class=\"col-md-4 col-lg-4 col-sm-4\">
\t\t\t\t
\t\t\t\t<label>
\t\t\t\t <input type=\"radio\" name=\"typeinvestisseur\" class=\"card-input-element\" value=\"{{ type.id }}\"/>
\t\t\t\t\t<div class=\"panel panel-default card-input\">
\t\t\t\t\t <div class=\"panel-heading\">{{ type.nom }}</div>
\t\t\t\t\t <div class=\"panel-body\">
\t\t\t\t\t\t<div style=\"font-weight: normal;\">{{ type.description }}</div>
\t\t\t\t\t\t<div><span class=\"label label-info\">Entre: {{ type.minimum }} - {{ type.maximum }} {{ devise }}</span></div>
\t\t\t\t\t </div>
\t\t\t\t\t</div>
\t\t\t\t\t
\t\t\t\t\t<a href=\"\" style=\"margin-left: 10px;\">En savoir plus <span class=\"fa fa-angle-right\"></span></a>
\t\t\t\t</label>
\t\t\t\t
\t\t\t </div>
\t\t\t{% else %}
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<div class=\"text-center\" style=\"height: 250px; padding-top: 100px; background: #fff; display: block; width: 100%!important; border: 1px solid #f4f4f4; border-radius: 5px;\">
\t\t\t\t\t\t<span class=\"fa fa-frown-o\"></span> Aucune données disponible pour cette requête.</br>
\t\t\t\t\t\t<hr style=\"width: 100px; border-bottom: 1px solid red;\"/>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endfor %}
\t\t\t
\t\t </div>
\t\t
\t\t <h1>Conditions élémentaires d'investissement</h1>
\t\t <div class=\"row\">
\t\t\t <div class=\"col-md-12\">
\t\t\t\t <p>
\t\t\t\t\t<input type=\"checkbox\" id=\"valide_experience\" name=\"agevalide\"/>
\t\t\t\t\t<label for=\"valide_experience\">J'ai plus de 22 ans</label>
\t\t\t\t </p>
\t\t\t\t
\t\t\t\t <p>
\t\t\t\t\t<input type=\"checkbox\" id=\"valide_approche\" name=\"approchevalide\"/>
\t\t\t\t\t<label for=\"valide_approche\">J'aime l'innovation et je suis engagé pour l'employabilité des jeunes en Afrique</label>
\t\t\t\t </p>
\t\t\t </div>
\t\t </div>
\t\t <div class=\"row\" style=\"margin-top: 20px; margin-bottom: 20px;\">
\t\t\t <div class=\"col-md-12\">
\t\t\t\t<hr/>
\t\t\t </div>
\t\t\t <div class=\"col-md-6\">
\t\t\t\t <a href=\"#!\" class=\"btn btn-default\">Précédent</a>
\t\t\t </div>
\t\t\t <div class=\"col-md-6 text-right\">
\t\t\t\t <button class=\"button-step btn-primary\">Suivant <span class=\"fa fa-arrow-circle-right\"></span></button>
\t\t\t </div>
\t\t </div>
\t\t </form>
</div>
</div>
</div>
<div class=\"list-step-souscription\" id=\"step-two-souscription\" style=\"display: none;\">
</div>
<div class=\"list-step-souscription\" id=\"step-three-souscription\" style=\"display: none;\">
</div>
{% endblock %}
{% block javascripttemplate %}
\$('form.submit_step_one').on('submit',function(){
\t
\tif(\$('#valide_experience').prop(\"checked\") && \$('#valide_approche').prop(\"checked\"))
\t{
\t\tvar typeprojet = \$(\"input[name='typeproduct']:checked\").val();
\t\tvar typeinvest = \$(\"input[name='typeinvestisseur']:checked\").val();
\t\t
\t
\t\tif(typeprojet === undefined){
\t\t\tresetNotif();
\t\t\talertify.alert(\"Echec, veuillez choisir le type de projet sur lequel vous souhaitez investir.\");
\t\t}else if(typeinvest === undefined){
\t\t\tresetNotif();
\t\t\talertify.alert(\"Echec, veuillez choisir le type d'investissement que vous souhaitez effectué.\");
\t\t}else{
\t\t\tvar height = (\$(window).height() + \$(window).scrollTop());
\t\t\tvar width = \$(window).width() + 100;
\t\t\tvar scrolltop = \$(window).scrollTop();
\t\t\t\$('.panel-result-action-factory-user').show();
\t\t\t\$('.content-alert-action-factory-user').show();
\t\t\t\$('.content-alert-action-factory-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 9000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t\t
\t\t\t\$.post('{{ path('produit_produit_ajouter_product_panier', {'position': 'product'}) }}',{typeprojet: typeprojet, typeinvest: typeinvest },function(data){
\t\t\t \$('.panel-result-action-factory-user').hide();
\t\t\t \$('.content-alert-action-factory-user').hide();
\t\t\t
\t\t\t if(data == 0)
\t\t\t {
\t\t\t\t resetNotif();
\t\t\t\t alertify.alert(\"Echec, Toutes les données n'ont pas été reçu\");
\t\t\t\t
\t\t\t }else if(data == 2){
\t\t\t\t resetNotif();
\t\t\t\t alertify.alert(\"Echec, Nous n'avons pas pu récupérer les choix que vous avez effectués !\");
\t\t\t }else{
\t\t\t\t \$('#step-two-souscription').html(data);
\t\t\t\t \$('.list-step-souscription').hide();
\t\t\t\t \$('#step-two-souscription').show();
\t\t\t }
\t\t\t});
\t\t}
\t}else{
\t\tresetNotif();
\t\talertify.alert(\"Echec, Vous devez d'abord accepter que vous avez l'âge requise pour invertir sur un projet et que vous êtes pationner de l'innovation.\");
\t}
\t
return false;
});
{% endblock %}", "Theme/Produit/Produit/Produit/souscriptionprojet.html.twig", "/home/afhunt/domains/factory.afhunt.com/public_html/factory/templates/Theme/Produit/Produit/Produit/souscriptionprojet.html.twig");
}
}