<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* front/product/list.html.twig */
class __TwigTemplate_20fdec125e6d8e200a2479d6a8a45ca86b48224698e9a9203e4ac9b65c59a460 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta' => [$this, 'block_meta'],
'style' => [$this, 'block_style'],
'body' => [$this, 'block_body'],
'javascript' => [$this, 'block_javascript'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base_front.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", "front/product/list.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/product/list.html.twig"));
$this->parent = $this->loadTemplate("base_front.html.twig", "front/product/list.html.twig", 1);
yield from $this->parent->unwrap()->yield($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
yield "\t<title>Les produits disponibles pour votre mariage</title>
\t<meta name=\"description\" content=\"Les produits disponibles. Actuellement, ";
// line 5
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["countProducts"]) || array_key_exists("countProducts", $context) ? $context["countProducts"] : (function () { throw new RuntimeError('Variable "countProducts" does not exist.', 5, $this->source); })()), "html", null, true);
yield " produits disponibles.\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 8
public function block_style($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", "style"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style"));
// line 9
yield "\t<link rel=\"stylesheet\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/styleFiltreHebergement.css"), "html", null, true);
yield "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 12
public function block_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", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 13
yield "
\t<!-- Modal filter -->
\t
\t<div class=\"modal fade\" id=\"modalFilter\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"filterModal\" aria-hidden=\"true\" style=\"padding-right:0\">
\t\t<div class=\"modal-dialog myWidth\" role=\"document\">
\t\t\t<div class=\"modal-content\">
\t\t\t\t<form id=\"searchForm\" method=\"post\" action=\"";
// line 19
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("heb_filtre");
yield "\">
\t\t\t\t\t<div class=\"modal-header\">
\t\t\t\t\t\t<h5 class=\"modal-title\" id=\"\">Filtre hébergement</h5>
\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Filtre prix</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
\t\t\t\t\t\t\t\t\t<select name=\"prix\" id=\"\" class=\"padForFltrePrix\">
\t\t\t\t\t\t\t\t\t\t<option value=\"moinsCher\">Plus cher à moin cher</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"plusCher\">Moin cher à plus cher</option>
\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Avis</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
\t\t\t\t\t\t\t\t\t<select name=\"avis\" id=\"\" class=\"padForFltrePrix\">
\t\t\t\t\t\t\t\t\t\t<option value=\"passable\">Passable</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"bien\">Bien</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"tbiens\">Très bien</option>
\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Type d'hébergement</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\" id=\"cont_choix_type_hebergement\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"maison\" id=\"maison\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"maison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Maison
\t\t\t\t\t\t\t\t\t\t</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"appartement\" id=\"appartement\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"appartement\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Appartement</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"villa\" id=\"villa\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"villa\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Villa</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"camping\" id=\"camping\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"camping\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Camping</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"hotel\" id=\"hotel\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"hotel\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Hôtel</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"bateau\" id=\"bateau\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bateau\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bateau</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"chalet\" id=\"chalet\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"chalet\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chalet</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre participants</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"allParticipant\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allParticipant\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"1\" id=\"oneParicipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"oneParicipant\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"2\" id=\"tooParicipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"tooParicipant\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"3\" id=\"3Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Paricipant\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"4\" id=\"4Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Paricipant\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"5\" id=\"5Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Paricipant\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"6\" id=\"6Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Paricipant\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"7\" id=\"7Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Paricipant\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"8\" id=\"8Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Paricipant\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre adultes</h3>
\t\t\t\t\t\t\t\t";
// line 107
yield "\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" value=\"\" id=\"allAdulte\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allAdulte\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"1Adulte\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Adulte\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"2Adulte\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Adulte\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"3Adulte\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Adulte\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"4Adulte\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Adulte\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"5Adulte\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Adulte\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"6Adulte\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Adulte\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"7Adulte\" value=\"7\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Adulte\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"8Adulte\" value=\"8\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Adulte\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre enfants (entre 2ans et 10ans)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" value=\"\" id=\"allEnfant\" checked=\"checked\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"allEnfant\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"1Enfant\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Enfant\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"2Enfant\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Enfant\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"3Enfant\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Enfant\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"4Enfant\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Enfant\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"5Enfant\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Enfant\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"6Enfant\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Enfant\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"7Enfant\" value=\"7\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Enfant\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"8Enfant\" value=\"8\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Enfant\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre bébé (0 et 23 mois)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" value=\"\" id=\"allBebe\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allBebe\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"1Bebe\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Bebe\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"2Bebe\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Bebe\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"3Bebe\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Bebe\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"4Bebe\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Bebe\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"5Bebe\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Bebe\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"6Bebe\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Bebe\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"7Bebe\" value=\"7\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Bebe\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"8Bebe\" value=\"8\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Bebe\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_prix_hotel\">
\t\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t\t<h3>Prix par nuit (€)</h3>
\t\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
\t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t\t<h3>Prix par séjour (€)</h3>
\t\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
\t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_another_rice\">
\t\t\t\t\t\t\t\t<h3>Prix (€)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre de chambres</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" value=\"\" id=\"allChambre\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allChambre\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"1Chambre\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Chambre\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"2Chambre\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Chambre\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"3Chambre\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Chambre\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"4Chambre\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Chambre\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"5Chambre\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Chambre\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"6Chambre\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Chambre\" class=\"labelRadio\">6+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre de lits</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"allLits\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allLits\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"1Lits\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Lits\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"2Lits\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Lits\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"3Lits\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Lits\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"4Lits\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Lits\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"5Lits\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Lits\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"6Lits\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Lits\" class=\"labelRadio\">6+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Equipements</h3>
\t\t\t\t\t\t\t\t";
// line 256
yield "\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"wifi\" value=\"wifi\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"wifi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Wifi
\t\t\t\t\t\t\t\t\t\t</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"climatisation\" value=\"climatisation\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"climatisation\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Climatisation</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveLinge\" value=\"laveLinge\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"laveLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave linge</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"secheLinge\" value=\"secheLinge\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"secheLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Sèche linge</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveVaisselle\" value=\"laveVaisselle\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"laveVaisselle\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave vaisselle</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"television\" value=\"television\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"television\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Télévision</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"ferARepasser\" value=\"ferARepasser\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"ferARepasser\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Fer à repasser</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"four\" value=\"four\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"four\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Four</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"litBebe\" value=\"litBebe\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"litBebe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lit bébé</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"chaiseHaute\" value=\"chaiseHaute\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"chaiseHaute\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chaise haute</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"lingeDeMaison\" value=\"lingeDeMaison\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"lingeDeMaison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Linge de maison fourni</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"cuisineSeparee\" value=\"cuisineSeparee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"cuisineSeparee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Cuisine séparée</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Confort</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"piscine\" value=\"piscine\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"piscine\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Piscine</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jacuzzi\" value=\"jacuzzi\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"jacuzzi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jacuzzi</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"terrasse\" value=\"terrasse\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"terrasse\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Terrasse</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"balcon\" value=\"balcon\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"balcon\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Balcon</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jardin\" value=\"jardin\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"jardin\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jardin</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"animal\" value=\"animal\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"animal\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Animal domestique accepté</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"parking\" value=\"parking\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"parking\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Parking</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"accesHandicapee\" value=\"accesHandicapee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"accesHandicapee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Accès handicapés</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Localisation</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDeMer\" value=\"bord-de-mer\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bordDeMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de mer</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"centreVille\" value=\"centre-ville\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"centreVille\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Centre ville</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDePlage\" value=\"bord-de-plage\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bordDePlage\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de plage</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"vueMer\" value=\"vue-mer\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"vueMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Vue mer</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"campagne\" value=\"campagne\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"campagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Campagne</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"montagne\" value=\"montagne\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"montagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Montagne</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Sécurité</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeFumee\" value=\"detecteur-de-fumee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeFumee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de fumée</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeMonoxydeDeCarbone\" value=\"detecteur-de-monoxyde-de-carbone\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeMonoxydeDeCarbone\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de monoxyde de carbone</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Langue du propriétaire</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"francais\" value=\"francais\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"francais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Français</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"anglais\" value=\"anglais\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"anglais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Anglais</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"allemend\" value=\"allemend\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"allemend\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Allemand</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"espagnol\" value=\"espagnol\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"espagnol\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Espagnol</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"italien\" value=\"italien\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"italien\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Italien</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"russe\" value=\"russe\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"russe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Russe</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"modal-footer\">
\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Fermer</button>
\t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\" id=\"\" onclick=\"\">Afficher</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div>
\t<!-- Fin Modal filter -->
\t<div class=\"page-header heor-section-style\" style=\"
height: 100%;
";
// line 430
if (((array_key_exists("categoryBackground", $context) && !(null === (isset($context["categoryBackground"]) || array_key_exists("categoryBackground", $context) ? $context["categoryBackground"] : (function () { throw new RuntimeError('Variable "categoryBackground" does not exist.', 430, $this->source); })()))) && !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["categoryBackground"]) || array_key_exists("categoryBackground", $context) ? $context["categoryBackground"] : (function () { throw new RuntimeError('Variable "categoryBackground" does not exist.', 430, $this->source); })()), "image", [], "any", false, false, false, 430)))) {
// line 431
yield " background: url(";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((Twig\Extension\CoreExtension::constant("App\\Services\\File::IMAGE_CATEGORY_DIR") . CoreExtension::getAttribute($this->env, $this->source, (isset($context["categoryBackground"]) || array_key_exists("categoryBackground", $context) ? $context["categoryBackground"] : (function () { throw new RuntimeError('Variable "categoryBackground" does not exist.', 431, $this->source); })()), "image", [], "any", false, false, false, 431))), "html", null, true);
yield ")
";
} else {
// line 433
yield " background: url(";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/vacance_background.jpg"), "html", null, true);
yield ")
";
}
// line 435
yield " no-repeat center;background-size: cover\">
\t\t<div class=\"container\">
\t\t\t<div
\t\t\t\tclass=\"row\">
\t\t\t\t<!-- page caption -->
\t\t\t\t<div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 \">
\t\t\t\t\t<div class=\"page-caption\">
\t\t\t\t\t\t<h1 class=\"page-title\">Services</h1>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<!-- /.page caption -->
\t\t\t</div>
\t\t</div>
\t\t<!-- page caption -->
\t\t<div class=\"page-breadcrumb\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<nav aria-label=\"breadcrumb\">
\t\t\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 455
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_home");
yield "\" class=\"breadcrumb-link\">Accueil</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"breadcrumb-item active text-white\" aria-current=\"page\">Recherche :
\t\t\t\t\t\t\t\t";
// line 458
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 458, $this->source); })()), "session", [], "any", false, false, false, 458), "get", ["categoryName"], "method", false, false, false, 458)) {
// line 459
yield "\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 459, $this->source); })()), "session", [], "any", false, false, false, 459), "get", ["categoryName"], "method", false, false, false, 459), "html", null, true);
yield "
\t\t\t\t\t\t\t\t";
}
// line 461
yield "\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 461, $this->source); })()), "session", [], "any", false, false, false, 461), "get", ["departmentName"], "method", false, false, false, 461)) {
yield "-
\t\t\t\t\t\t\t\t\t";
// line 462
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 462, $this->source); })()), "session", [], "any", false, false, false, 462), "get", ["departmentName"], "method", false, false, false, 462), "html", null, true);
yield "
\t\t\t\t\t\t\t\t";
}
// line 464
yield "\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 464, $this->source); })()), "session", [], "any", false, false, false, 464), "get", ["weddingdate"], "method", false, false, false, 464)) {
yield "-
\t\t\t\t\t\t\t\t\t";
// line 465
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 465, $this->source); })()), "session", [], "any", false, false, false, 465), "get", ["weddingdate"], "method", false, false, false, 465), "html", null, true);
yield "
\t\t\t\t\t\t\t\t";
}
// line 467
yield "\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ol>
\t\t\t\t\t</nav>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<!-- page breadcrumb -->
\t</div>
\t<!-- /.page-header -->
\t<!-- vendor-section -->
\t<div class=\"content\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div
\t\t\t\t\t";
// line 481
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["subcategory"]) || array_key_exists("subcategory", $context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.', 481, $this->source); })()), "subCategorySlug", [], "any", false, false, false, 481) != "hebergements")) {
yield " \t\t\t\t\t\tclass=\"col-xl-8 col-lg-8 col-md-7 col-sm-12 col-12\"
\t\t\t\t\t";
} else {
// line 484
yield "\t\t\t\t\t\tclass=\"col-12\"
\t\t\t\t\t";
}
// line 486
yield "\t\t\t\t\t>
\t\t\t\t\t";
// line 487
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 487, $this->source); })()), "flashes", ["success"], "method", false, false, false, 487));
foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
// line 488
yield "\t\t\t\t\t\t<div class=\"alert alert-success\">
\t\t\t\t\t\t\t";
// line 489
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true);
yield "
\t\t\t\t\t\t</div>
\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 492
yield "\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t";
// line 493
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 493, $this->source); })())) > 0)) {
// line 494
yield "\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t";
// line 496
yield "\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["subcategory"]) || array_key_exists("subcategory", $context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.', 496, $this->source); })()), "subCategorySlug", [], "any", false, false, false, 496) == "hebergements")) {
// line 497
yield "\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" onClick=\"showModal()\">Filter</button>
\t\t\t\t\t\t\t";
}
// line 499
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
}
// line 501
yield "\t\t\t\t\t</div>
\t\t\t\t\t<div id=\"allProduct\" class=\"row\">
\t\t\t\t\t\t";
// line 503
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 503, $this->source); })())) > 0)) {
// line 504
yield "\t\t\t\t\t\t";
// line 507
yield "\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 507, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
// line 508
yield "\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["product"], "isActivated", [], "any", false, false, false, 508) && (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "isDesactivatedByAdmin", [], "any", false, false, false, 508) == false))) {
// line 509
yield "\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t";
// line 510
$context["subCategorySlug"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "subCategories", [], "any", false, false, false, 510), "toArray", [], "method", false, false, false, 510), 0, [], "array", false, false, false, 510), "subCategorySlug", [], "any", false, false, false, 510);
// line 511
yield "\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\t";
// line 512
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["subcategory"]) || array_key_exists("subcategory", $context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.', 512, $this->source); })()), "subCategorySlug", [], "any", false, false, false, 512) != "hebergements")) {
yield " \t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-6 col-sm-12 col-12\"
\t\t\t\t\t\t\t\t\t\t";
} else {
// line 515
yield "\t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-4 col-sm-12 col-12\"
\t\t\t\t\t\t\t\t\t\t";
}
// line 517
yield "\t\t\t\t\t\t\t\t\t>
\t\t\t\t\t\t\t\t\t\t<div class=\"container-block-Pcompanies mb-3\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 520
yield "\t\t\t\t\t\t\t\t\t\t\t<div class=\"container-slide-image\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 521
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "photos", [], "any", false, false, false, 521), "first", [], "any", false, false, false, 521) != false)) {
// line 522
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "photos", [], "any", false, false, false, 522), "toArray", [], "method", false, false, false, 522));
foreach ($context['_seq'] as $context["_key"] => $context["imgHebmt"]) {
// line 523
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((Twig\Extension\CoreExtension::constant("App\\Services\\File::IMAGE_PRODUCT_DIR") . CoreExtension::getAttribute($this->env, $this->source, $context["imgHebmt"], "url", [], "any", false, false, false, 523))), "html", null, true);
yield "\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['imgHebmt'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 525
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 526
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/vecteezy_vector-gear-logo-design-with-multi-colors-range_6172776.jpg"), "html", null, true);
yield "\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 528
yield "\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"container-info-presta\" style=\"padding-bottom: 80px;\">
\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"vendor-title\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 532
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 533
$context["subCategory"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "subCategories", [], "any", false, false, false, 533), "toArray", [], "method", false, false, false, 533), 0, [], "array", false, false, false, 533);
// line 534
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 537
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 538
$context["slug"] = "";
// line 539
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === CoreExtension::getAttribute($this->env, $this->source, $context["product"], "typeActivity", [], "any", false, false, false, 539))) {
// line 540
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["slug"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "typeActivity", [], "any", false, false, false, 540), "slug", [], "any", false, false, false, 540);
// line 541
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ( !(null === CoreExtension::getAttribute($this->env, $this->source, $context["product"], "typeHebergements", [], "any", false, false, false, 541))) {
// line 542
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["slug"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "typeHebergements", [], "any", false, false, false, 542), "slugTypeHebergm", [], "any", false, false, false, 542);
// line 543
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 544
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["slug"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["subCategory"]) || array_key_exists("subCategory", $context) ? $context["subCategory"] : (function () { throw new RuntimeError('Variable "subCategory" does not exist.', 544, $this->source); })()), "categories", [], "any", false, false, false, 544), "toArray", [], "any", false, false, false, 544), 0, [], "array", false, false, false, 544), "slug", [], "any", false, false, false, 544);
// line 545
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 546
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 548
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_product_single", ["slug" => // line 549
(isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 549, $this->source); })()), "subCategorySlug" => CoreExtension::getAttribute($this->env, $this->source, // line 550
(isset($context["subCategory"]) || array_key_exists("subCategory", $context) ? $context["subCategory"] : (function () { throw new RuntimeError('Variable "subCategory" does not exist.', 550, $this->source); })()), "subCategorySlug", [], "any", false, false, false, 550), "product_id" => CoreExtension::getAttribute($this->env, $this->source, // line 551
$context["product"], "id", [], "any", false, false, false, 551), "productSlug" => CoreExtension::getAttribute($this->env, $this->source, // line 552
$context["product"], "productSlug", [], "any", false, false, false, 552)]), "html", null, true);
// line 553
yield "\" class=\"title\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["product"], "name", [], "any", false, false, false, 553), "html", null, true);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"vendor-address\">
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 557
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["product"], "departments", [], "any", false, false, false, 557));
$context['_iterated'] = false;
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["department"]) {
// line 558
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["department"], "name", [], "any", false, false, false, 558), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 559
if ( !CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 559)) {
yield ",
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 561
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context['_iterated'] = true;
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
if (!$context['_iterated']) {
// line 562
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\tToute la France
\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['department'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 564
yield "\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 566
if (((null === CoreExtension::getAttribute($this->env, $this->source, $context["product"], "typeHebergements", [], "any", false, false, false, 566)) || (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "typeHebergements", [], "any", false, false, false, 566), "slugTypeHebergm", [], "any", false, false, false, 566) != "hotel"))) {
// line 567
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix :
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 569
$context["today"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y-m-d");
// line 570
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["customPriceFound"] = false;
// line 571
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["customPrice"] = 0;
// line 572
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
// line 573
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["price"] = 0;
// line 574
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["difference"] = null;
// line 575
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["reductionPercentage"] = 0;
// line 576
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["duration"] = null;
// line 577
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["countdown"] = null;
// line 578
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["reductionValid"] = false;
// line 579
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 580
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["product"], "dayPrice", [], "any", false, false, false, 580));
foreach ($context['_seq'] as $context["_key"] => $context["dayPrice"]) {
// line 581
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["formattedDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["dayPrice"], "customDate", [], "any", false, false, false, 581), "Y-m-d");
// line 582
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (((isset($context["formattedDate"]) || array_key_exists("formattedDate", $context) ? $context["formattedDate"] : (function () { throw new RuntimeError('Variable "formattedDate" does not exist.', 582, $this->source); })()) == (isset($context["today"]) || array_key_exists("today", $context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.', 582, $this->source); })()))) {
// line 583
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["customPriceFound"] = true;
// line 584
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["customPrice"] = $this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, $context["dayPrice"], "customPrice", [], "any", false, false, false, 584), 2, ".");
// line 585
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 586
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dayPrice'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 587
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["month"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "n");
// line 588
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((((isset($context["month"]) || array_key_exists("month", $context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.', 588, $this->source); })()) >= 3) && ((isset($context["month"]) || array_key_exists("month", $context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.', 588, $this->source); })()) <= 5))) {
// line 589
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["springPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "springPrice", [], "any", false, false, false, 589);
// line 590
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === (isset($context["springPrice"]) || array_key_exists("springPrice", $context) ? $context["springPrice"] : (function () { throw new RuntimeError('Variable "springPrice" does not exist.', 590, $this->source); })()))) {
// line 591
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "springPrice", [], "any", false, false, false, 591);
// line 592
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 593
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 595
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((((isset($context["month"]) || array_key_exists("month", $context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.', 595, $this->source); })()) >= 6) && ((isset($context["month"]) || array_key_exists("month", $context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.', 595, $this->source); })()) <= 8))) {
// line 596
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["summerPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "summerPrice", [], "any", false, false, false, 596);
// line 597
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === (isset($context["summerPrice"]) || array_key_exists("summerPrice", $context) ? $context["summerPrice"] : (function () { throw new RuntimeError('Variable "summerPrice" does not exist.', 597, $this->source); })()))) {
// line 598
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "summerPrice", [], "any", false, false, false, 598);
// line 599
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 600
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 602
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((((isset($context["month"]) || array_key_exists("month", $context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.', 602, $this->source); })()) >= 9) && ((isset($context["month"]) || array_key_exists("month", $context) ? $context["month"] : (function () { throw new RuntimeError('Variable "month" does not exist.', 602, $this->source); })()) <= 11))) {
// line 603
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["autumnPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "autumnPrice", [], "any", false, false, false, 603);
// line 604
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === (isset($context["autumnPrice"]) || array_key_exists("autumnPrice", $context) ? $context["autumnPrice"] : (function () { throw new RuntimeError('Variable "autumnPrice" does not exist.', 604, $this->source); })()))) {
// line 605
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "autumnPrice", [], "any", false, false, false, 605);
// line 606
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 607
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 609
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 610
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["winterPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "winterPrice", [], "any", false, false, false, 610);
// line 611
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === (isset($context["winterPrice"]) || array_key_exists("winterPrice", $context) ? $context["winterPrice"] : (function () { throw new RuntimeError('Variable "winterPrice" does not exist.', 611, $this->source); })()))) {
// line 612
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "winterPrice", [], "any", false, false, false, 612);
// line 613
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 614
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 616
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 617
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["day"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "N");
// line 618
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((((isset($context["day"]) || array_key_exists("day", $context) ? $context["day"] : (function () { throw new RuntimeError('Variable "day" does not exist.', 618, $this->source); })()) == 6) || ((isset($context["day"]) || array_key_exists("day", $context) ? $context["day"] : (function () { throw new RuntimeError('Variable "day" does not exist.', 618, $this->source); })()) == 7))) {
// line 619
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["weekEndPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "weekEndPrice", [], "any", false, false, false, 619);
// line 620
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === (isset($context["weekEndPrice"]) || array_key_exists("weekEndPrice", $context) ? $context["weekEndPrice"] : (function () { throw new RuntimeError('Variable "weekEndPrice" does not exist.', 620, $this->source); })()))) {
// line 621
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "weekEndPrice", [], "any", false, false, false, 621);
yield "\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 623
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 625
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 626
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 627
$context["periodPrice"] = 0;
// line 628
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "periodPrice", [], "any", false, false, false, 628), "toArray", [], "method", false, false, false, 628));
foreach ($context['_seq'] as $context["_key"] => $context["period"]) {
// line 629
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["startDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["period"], "startDate", [], "any", false, false, false, 629), "Y-m-d");
// line 630
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["endDate"] = $this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["period"], "endDate", [], "any", false, false, false, 630), "Y-m-d");
// line 631
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (((((isset($context["today"]) || array_key_exists("today", $context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.', 631, $this->source); })()) >= (isset($context["startDate"]) || array_key_exists("startDate", $context) ? $context["startDate"] : (function () { throw new RuntimeError('Variable "startDate" does not exist.', 631, $this->source); })())) && ((isset($context["today"]) || array_key_exists("today", $context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.', 631, $this->source); })()) <= (isset($context["endDate"]) || array_key_exists("endDate", $context) ? $context["endDate"] : (function () { throw new RuntimeError('Variable "endDate" does not exist.', 631, $this->source); })()))) && !(null === CoreExtension::getAttribute($this->env, $this->source, $context["period"], "price", [], "any", false, false, false, 631)))) {
// line 632
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["periodPrice"] = CoreExtension::getAttribute($this->env, $this->source, $context["period"], "price", [], "any", false, false, false, 632);
// line 633
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 634
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = 0;
// line 635
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 636
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['period'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 637
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (((isset($context["periodPrice"]) || array_key_exists("periodPrice", $context) ? $context["periodPrice"] : (function () { throw new RuntimeError('Variable "periodPrice" does not exist.', 637, $this->source); })()) != 0)) {
// line 638
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["currentPrice"] = (isset($context["periodPrice"]) || array_key_exists("periodPrice", $context) ? $context["periodPrice"] : (function () { throw new RuntimeError('Variable "periodPrice" does not exist.', 638, $this->source); })());
// line 639
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 640
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 641
if (((isset($context["customPriceFound"]) || array_key_exists("customPriceFound", $context) ? $context["customPriceFound"] : (function () { throw new RuntimeError('Variable "customPriceFound" does not exist.', 641, $this->source); })()) && ((isset($context["customPrice"]) || array_key_exists("customPrice", $context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.', 641, $this->source); })()) != 0))) {
// line 642
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["price"] = (isset($context["customPrice"]) || array_key_exists("customPrice", $context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.', 642, $this->source); })());
// line 643
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif (((((isset($context["currentPrice"]) || array_key_exists("currentPrice", $context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.', 643, $this->source); })()) != 0) && !(null === (isset($context["currentPrice"]) || array_key_exists("currentPrice", $context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.', 643, $this->source); })()))) && ((isset($context["customPrice"]) || array_key_exists("customPrice", $context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.', 643, $this->source); })()) == 0))) {
// line 644
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["price"] = (isset($context["currentPrice"]) || array_key_exists("currentPrice", $context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.', 644, $this->source); })());
// line 645
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} elseif ((((isset($context["currentPrice"]) || array_key_exists("currentPrice", $context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.', 645, $this->source); })()) == 0) || ((null === (isset($context["currentPrice"]) || array_key_exists("currentPrice", $context) ? $context["currentPrice"] : (function () { throw new RuntimeError('Variable "currentPrice" does not exist.', 645, $this->source); })())) && ((isset($context["customPrice"]) || array_key_exists("customPrice", $context) ? $context["customPrice"] : (function () { throw new RuntimeError('Variable "customPrice" does not exist.', 645, $this->source); })()) == 0)))) {
// line 646
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["price"] = CoreExtension::getAttribute($this->env, $this->source, $context["product"], "price", [], "any", false, false, false, 646);
// line 647
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 648
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 649
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "productAutoReduction", [], "any", false, false, false, 649), "toArray", [], "any", false, false, false, 649));
foreach ($context['_seq'] as $context["_key"] => $context["autoReduce"]) {
// line 650
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (((( !(null === CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "createdAt", [], "any", false, false, false, 650)) && !(null === CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "countdown", [], "any", false, false, false, 650))) && !(null === CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "duration", [], "any", false, false, false, 650))) && !(null === CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "reductionPercentage", [], "any", false, false, false, 650)))) {
// line 651
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["difference"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate((isset($context["today"]) || array_key_exists("today", $context) ? $context["today"] : (function () { throw new RuntimeError('Variable "today" does not exist.', 651, $this->source); })())), "diff", [CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "createdAt", [], "any", false, false, false, 651)], "method", false, false, false, 651), "days", [], "any", false, false, false, 651);
// line 652
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["duration"] = CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "duration", [], "any", false, false, false, 652);
// line 653
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["countdown"] = CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "countdown", [], "any", false, false, false, 653);
// line 654
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["reductionPercentage"] = CoreExtension::getAttribute($this->env, $this->source, $context["autoReduce"], "reductionPercentage", [], "any", false, false, false, 654);
// line 655
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["durationout"] = ((isset($context["duration"]) || array_key_exists("duration", $context) ? $context["duration"] : (function () { throw new RuntimeError('Variable "duration" does not exist.', 655, $this->source); })()) + (isset($context["countdown"]) || array_key_exists("countdown", $context) ? $context["countdown"] : (function () { throw new RuntimeError('Variable "countdown" does not exist.', 655, $this->source); })()));
// line 656
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 657
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["reductionValid"] = (((isset($context["difference"]) || array_key_exists("difference", $context) ? $context["difference"] : (function () { throw new RuntimeError('Variable "difference" does not exist.', 657, $this->source); })()) > (isset($context["countdown"]) || array_key_exists("countdown", $context) ? $context["countdown"] : (function () { throw new RuntimeError('Variable "countdown" does not exist.', 657, $this->source); })())) && ((isset($context["difference"]) || array_key_exists("difference", $context) ? $context["difference"] : (function () { throw new RuntimeError('Variable "difference" does not exist.', 657, $this->source); })()) <= (isset($context["durationout"]) || array_key_exists("durationout", $context) ? $context["durationout"] : (function () { throw new RuntimeError('Variable "durationout" does not exist.', 657, $this->source); })())));
// line 658
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 659
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['autoReduce'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 660
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 661
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((isset($context["reductionValid"]) || array_key_exists("reductionValid", $context) ? $context["reductionValid"] : (function () { throw new RuntimeError('Variable "reductionValid" does not exist.', 661, $this->source); })())) {
// line 662
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["priceReduced"] = ((isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 662, $this->source); })()) - (((isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 662, $this->source); })()) * (isset($context["reductionPercentage"]) || array_key_exists("reductionPercentage", $context) ? $context["reductionPercentage"] : (function () { throw new RuntimeError('Variable "reductionPercentage" does not exist.', 662, $this->source); })())) / 100));
// line 663
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((isset($context["priceReduced"]) || array_key_exists("priceReduced", $context) ? $context["priceReduced"] : (function () { throw new RuntimeError('Variable "priceReduced" does not exist.', 663, $this->source); })()), 2, "."), "html", null, true);
yield "</strong>€\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 665
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((isset($context["price"]) || array_key_exists("price", $context) ? $context["price"] : (function () { throw new RuntimeError('Variable "price" does not exist.', 665, $this->source); })()), 2, "."), "html", null, true);
yield "</strong>€
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 667
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
} else {
// line 668
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["lengthRoomNight"] = 0;
// line 669
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["statusByNight"] = false;
// line 670
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["allPriceByNight"] = 0;
// line 671
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 672
$context["lengthRoomDay"] = 0;
// line 673
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["statusByDay"] = false;
// line 674
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["allPriceByDay"] = 0;
// line 675
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, $context["product"], "chambres", [], "any", true, true, false, 675)) {
// line 676
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "chambres", [], "any", false, false, false, 676), "toArray", [], "any", false, false, false, 676));
foreach ($context['_seq'] as $context["_key"] => $context["roomOption"]) {
// line 677
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, $context["roomOption"], "tarifNuit", [], "any", true, true, false, 677)) {
// line 678
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["lengthRoomNight"] = ((isset($context["lengthRoomNight"]) || array_key_exists("lengthRoomNight", $context) ? $context["lengthRoomNight"] : (function () { throw new RuntimeError('Variable "lengthRoomNight" does not exist.', 678, $this->source); })()) + 1);
// line 679
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["statusByNight"] = true;
// line 680
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["allPriceByNight"] = ((isset($context["allPriceByNight"]) || array_key_exists("allPriceByNight", $context) ? $context["allPriceByNight"] : (function () { throw new RuntimeError('Variable "allPriceByNight" does not exist.', 680, $this->source); })()) + CoreExtension::getAttribute($this->env, $this->source, $context["roomOption"], "tarifNuit", [], "any", false, false, false, 680));
// line 681
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 682
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ( !(null === CoreExtension::getAttribute($this->env, $this->source, $context["roomOption"], "tarifJour", [], "any", false, false, false, 682))) {
// line 683
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["lengthRoomDay"] = ((isset($context["lengthRoomDay"]) || array_key_exists("lengthRoomDay", $context) ? $context["lengthRoomDay"] : (function () { throw new RuntimeError('Variable "lengthRoomDay" does not exist.', 683, $this->source); })()) + 1);
// line 684
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["statusByDay"] = true;
// line 685
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["allPriceByDay"] = ((isset($context["allPriceByDay"]) || array_key_exists("allPriceByDay", $context) ? $context["allPriceByDay"] : (function () { throw new RuntimeError('Variable "allPriceByDay" does not exist.', 685, $this->source); })()) + CoreExtension::getAttribute($this->env, $this->source, $context["roomOption"], "tarifJour", [], "any", false, false, false, 685));
// line 686
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 687
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['roomOption'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 689
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (((isset($context["statusByDay"]) || array_key_exists("statusByDay", $context) ? $context["statusByDay"] : (function () { throw new RuntimeError('Variable "statusByDay" does not exist.', 689, $this->source); })()) || (isset($context["statusByNight"]) || array_key_exists("statusByNight", $context) ? $context["statusByNight"] : (function () { throw new RuntimeError('Variable "statusByNight" does not exist.', 689, $this->source); })()))) {
// line 690
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Prix moyen d'une chambre:</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 692
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((isset($context["statusByNight"]) || array_key_exists("statusByNight", $context) ? $context["statusByNight"] : (function () { throw new RuntimeError('Variable "statusByNight" does not exist.', 692, $this->source); })())) {
// line 693
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpar nuit
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>";
// line 696
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((isset($context["allPriceByNight"]) || array_key_exists("allPriceByNight", $context) ? $context["allPriceByNight"] : (function () { throw new RuntimeError('Variable "allPriceByNight" does not exist.', 696, $this->source); })()) / (isset($context["lengthRoomNight"]) || array_key_exists("lengthRoomNight", $context) ? $context["lengthRoomNight"] : (function () { throw new RuntimeError('Variable "lengthRoomNight" does not exist.', 696, $this->source); })())), 2, "."), "html", null, true);
yield "</strong>€
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 699
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if ((isset($context["statusByDay"]) || array_key_exists("statusByDay", $context) ? $context["statusByDay"] : (function () { throw new RuntimeError('Variable "statusByDay" does not exist.', 699, $this->source); })())) {
// line 700
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 706
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 707
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
if (( !(isset($context["statusByNight"]) || array_key_exists("statusByNight", $context) ? $context["statusByNight"] : (function () { throw new RuntimeError('Variable "statusByNight" does not exist.', 707, $this->source); })()) && !(isset($context["statusByDay"]) || array_key_exists("statusByDay", $context) ? $context["statusByDay"] : (function () { throw new RuntimeError('Variable "statusByDay" does not exist.', 707, $this->source); })()))) {
// line 708
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix : <strong>Prix en attente</strong>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 712
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 715
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
// line 716
yield "\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rated\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t";
// line 719
$context["notes"] = 0;
// line 720
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["product"], "avis", [], "any", false, false, false, 720));
foreach ($context['_seq'] as $context["_key"] => $context["avi"]) {
// line 721
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["notes"] = ((isset($context["notes"]) || array_key_exists("notes", $context) ? $context["notes"] : (function () { throw new RuntimeError('Variable "notes" does not exist.', 721, $this->source); })()) + CoreExtension::getAttribute($this->env, $this->source, $context["avi"], "globalNote", [], "any", false, false, false, 721));
// line 722
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['avi'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 723
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
$context["noteTotal"] = ((((isset($context["notes"]) || array_key_exists("notes", $context) ? $context["notes"] : (function () { throw new RuntimeError('Variable "notes" does not exist.', 723, $this->source); })()) > 0)) ? (((isset($context["notes"]) || array_key_exists("notes", $context) ? $context["notes"] : (function () { throw new RuntimeError('Variable "notes" does not exist.', 723, $this->source); })()) / Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["product"], "avis", [], "any", false, false, false, 723)))) : (0));
// line 724
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["product"], "avis", [], "any", false, false, false, 724)), "html", null, true);
yield " Avis</p>
\t\t\t\t\t\t\t\t\t\t\t\t<p>";
// line 725
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["product"], "quantity", [], "any", false, false, false, 725), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t\t\t\tQuantité restante</p>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t";
// line 733
if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["product"], "subCategories", [], "any", false, true, false, 733), 0, [], "array", false, true, false, 733), "categories", [], "any", false, true, false, 733), 0, [], "array", true, true, false, 733)) {
// line 734
yield "\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_product_single", ["slug" => // line 735
(isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 735, $this->source); })()), "subCategorySlug" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 736
$context["product"], "subCategories", [], "any", false, false, false, 736), 0, [], "array", false, false, false, 736), "subCategorySlug", [], "any", false, false, false, 736), "product_id" => CoreExtension::getAttribute($this->env, $this->source, // line 737
$context["product"], "id", [], "any", false, false, false, 737), "productSlug" => CoreExtension::getAttribute($this->env, $this->source, // line 738
$context["product"], "productSlug", [], "any", false, false, false, 738)]), "html", null, true);
// line 739
yield "\" class=\"title\">
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"btnVoirP btn\">Voir ";
// line 741
if (((isset($context["subCategorySlug"]) || array_key_exists("subCategorySlug", $context) ? $context["subCategorySlug"] : (function () { throw new RuntimeError('Variable "subCategorySlug" does not exist.', 741, $this->source); })()) == "hebergements")) {
yield "l'hébergement";
} else {
yield "plus";
}
// line 742
yield "\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 746
yield "\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 750
yield "\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 751
yield "\t\t\t\t\t\t";
} else {
// line 752
yield "\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" data-toggle=\"modal\" data-target=\"#modalFilter\">Filter</button>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"vendor-thumbnail list-view p-4\">Aucun service correspondant</div>
\t\t\t\t\t\t";
}
// line 757
yield "\t\t\t\t\t</div>
\t\t\t\t\t";
// line 874
yield "
\t\t\t\t\t<div class=\"pagination\">
\t\t\t\t\t\t<nav aria-label=\"Page navigation example\">
\t\t\t\t\t\t\t";
// line 877
yield $this->extensions['Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension']->render($this->env, (isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 877, $this->source); })()));
yield "
\t\t\t\t\t\t</nav>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- /.paginations -->
\t\t\t\t</div>
\t\t\t\t<!-- sidebar-section -->
\t\t\t\t";
// line 884
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["subcategory"]) || array_key_exists("subcategory", $context) ? $context["subcategory"] : (function () { throw new RuntimeError('Variable "subcategory" does not exist.', 884, $this->source); })()), "subCategorySlug", [], "any", false, false, false, 884) != "hebergements")) {
// line 885
yield "\t\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "front/inc/filter_sidebar.html.twig");
yield "
\t\t\t\t";
}
// line 887
yield "\t\t\t\t<!-- /.sidebar-section -->
\t\t\t</div>
\t\t</div>
\t</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 894
public function block_javascript($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", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 895
yield "\t<script
\t\ttype=\"text/javascript\"
\t\tsrc=\"https://cdn.jsdelivr.net/gh/maxshuty/accessible-web-components@latest/dist/simpleRange.min.js\">
\t</script>
\t<script src=\"";
// line 899
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jsForHebergementFilter.js"), "html", null, true);
yield "\"></script>
\t<script src=\"";
// line 900
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/getCommune.js"), "html", null, true);
yield "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/product/list.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 1422 => 900, 1418 => 899, 1412 => 895, 1402 => 894, 1386 => 887, 1380 => 885, 1378 => 884, 1368 => 877, 1363 => 874, 1359 => 757, 1352 => 752, 1349 => 751, 1343 => 750, 1337 => 746, 1331 => 742, 1325 => 741, 1321 => 739, 1319 => 738, 1318 => 737, 1317 => 736, 1316 => 735, 1314 => 734, 1312 => 733, 1301 => 725, 1296 => 724, 1293 => 723, 1287 => 722, 1284 => 721, 1279 => 720, 1277 => 719, 1272 => 716, 1269 => 715, 1267 => 712, 1261 => 708, 1258 => 707, 1255 => 706, 1252 => 700, 1249 => 699, 1243 => 696, 1238 => 693, 1235 => 692, 1231 => 690, 1228 => 689, 1221 => 687, 1218 => 686, 1215 => 685, 1212 => 684, 1209 => 683, 1206 => 682, 1203 => 681, 1200 => 680, 1197 => 679, 1194 => 678, 1191 => 677, 1186 => 676, 1183 => 675, 1180 => 674, 1177 => 673, 1175 => 672, 1172 => 671, 1169 => 670, 1166 => 669, 1163 => 668, 1160 => 667, 1154 => 665, 1148 => 663, 1145 => 662, 1142 => 661, 1140 => 660, 1134 => 659, 1131 => 658, 1128 => 657, 1126 => 656, 1123 => 655, 1120 => 654, 1117 => 653, 1114 => 652, 1111 => 651, 1108 => 650, 1104 => 649, 1101 => 648, 1098 => 647, 1095 => 646, 1092 => 645, 1089 => 644, 1086 => 643, 1083 => 642, 1081 => 641, 1078 => 640, 1075 => 639, 1072 => 638, 1069 => 637, 1063 => 636, 1060 => 635, 1057 => 634, 1054 => 633, 1051 => 632, 1048 => 631, 1045 => 630, 1042 => 629, 1037 => 628, 1035 => 627, 1032 => 626, 1029 => 625, 1023 => 623, 1017 => 621, 1014 => 620, 1011 => 619, 1008 => 618, 1005 => 617, 1002 => 616, 996 => 614, 993 => 613, 990 => 612, 987 => 611, 984 => 610, 981 => 609, 975 => 607, 972 => 606, 969 => 605, 966 => 604, 963 => 603, 960 => 602, 954 => 600, 951 => 599, 948 => 598, 945 => 597, 942 => 596, 939 => 595, 933 => 593, 930 => 592, 927 => 591, 924 => 590, 921 => 589, 918 => 588, 915 => 587, 909 => 586, 906 => 585, 903 => 584, 900 => 583, 897 => 582, 894 => 581, 890 => 580, 887 => 579, 884 => 578, 881 => 577, 878 => 576, 875 => 575, 872 => 574, 869 => 573, 866 => 572, 863 => 571, 860 => 570, 858 => 569, 854 => 567, 852 => 566, 848 => 564, 841 => 562, 828 => 561, 823 => 559, 818 => 558, 800 => 557, 792 => 553, 790 => 552, 789 => 551, 788 => 550, 787 => 549, 786 => 548, 782 => 546, 779 => 545, 776 => 544, 773 => 543, 770 => 542, 767 => 541, 764 => 540, 761 => 539, 759 => 538, 756 => 537, 754 => 534, 752 => 533, 749 => 532, 744 => 528, 738 => 526, 735 => 525, 726 => 523, 721 => 522, 719 => 521, 716 => 520, 712 => 517, 708 => 515, 703 => 512, 700 => 511, 698 => 510, 695 => 509, 692 => 508, 687 => 507, 685 => 504, 683 => 503, 679 => 501, 675 => 499, 671 => 497, 668 => 496, 665 => 494, 663 => 493, 660 => 492, 651 => 489, 648 => 488, 644 => 487, 641 => 486, 637 => 484, 632 => 481, 616 => 467, 611 => 465, 606 => 464, 601 => 462, 596 => 461, 590 => 459, 588 => 458, 582 => 455, 560 => 435, 554 => 433, 548 => 431, 546 => 430, 370 => 256, 220 => 107, 130 => 19, 122 => 13, 112 => 12, 98 => 9, 88 => 8, 75 => 5, 72 => 4, 62 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base_front.html.twig' %}
{% block meta %}
\t<title>Les produits disponibles pour votre mariage</title>
\t<meta name=\"description\" content=\"Les produits disponibles. Actuellement, {{ countProducts }} produits disponibles.\">
{% endblock %}
{% block style %}
\t<link rel=\"stylesheet\" href=\"{{ asset('css/styleFiltreHebergement.css') }}\">
{% endblock %}
{% block body %}
\t<!-- Modal filter -->
\t
\t<div class=\"modal fade\" id=\"modalFilter\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"filterModal\" aria-hidden=\"true\" style=\"padding-right:0\">
\t\t<div class=\"modal-dialog myWidth\" role=\"document\">
\t\t\t<div class=\"modal-content\">
\t\t\t\t<form id=\"searchForm\" method=\"post\" action=\"{{ path('heb_filtre') }}\">
\t\t\t\t\t<div class=\"modal-header\">
\t\t\t\t\t\t<h5 class=\"modal-title\" id=\"\">Filtre hébergement</h5>
\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Filtre prix</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
\t\t\t\t\t\t\t\t\t<select name=\"prix\" id=\"\" class=\"padForFltrePrix\">
\t\t\t\t\t\t\t\t\t\t<option value=\"moinsCher\">Plus cher à moin cher</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"plusCher\">Moin cher à plus cher</option>
\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Avis</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
\t\t\t\t\t\t\t\t\t<select name=\"avis\" id=\"\" class=\"padForFltrePrix\">
\t\t\t\t\t\t\t\t\t\t<option value=\"passable\">Passable</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"bien\">Bien</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"tbiens\">Très bien</option>
\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Type d'hébergement</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\" id=\"cont_choix_type_hebergement\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"maison\" id=\"maison\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"maison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Maison
\t\t\t\t\t\t\t\t\t\t</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"appartement\" id=\"appartement\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"appartement\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Appartement</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"villa\" id=\"villa\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"villa\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Villa</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"camping\" id=\"camping\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"camping\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Camping</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"hotel\" id=\"hotel\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"hotel\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Hôtel</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"bateau\" id=\"bateau\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bateau\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bateau</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"typeHebergement[]\" value=\"chalet\" id=\"chalet\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"chalet\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chalet</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre participants</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"allParticipant\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allParticipant\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"1\" id=\"oneParicipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"oneParicipant\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"2\" id=\"tooParicipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"tooParicipant\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"3\" id=\"3Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Paricipant\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"4\" id=\"4Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Paricipant\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"5\" id=\"5Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Paricipant\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"6\" id=\"6Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Paricipant\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"7\" id=\"7Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Paricipant\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"8\" id=\"8Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Paricipant\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre adultes</h3>
\t\t\t\t\t\t\t\t{# (input:radio[name=\"nbrAdulte\"]#\$Adulte.hideRadio+label.labelRadio[for=\"\$Adulte\"]{\$})*8 #}
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" value=\"\" id=\"allAdulte\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allAdulte\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"1Adulte\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Adulte\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"2Adulte\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Adulte\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"3Adulte\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Adulte\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"4Adulte\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Adulte\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"5Adulte\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Adulte\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"6Adulte\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Adulte\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"7Adulte\" value=\"7\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Adulte\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"8Adulte\" value=\"8\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Adulte\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre enfants (entre 2ans et 10ans)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" value=\"\" id=\"allEnfant\" checked=\"checked\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"allEnfant\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"1Enfant\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Enfant\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"2Enfant\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Enfant\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"3Enfant\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Enfant\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"4Enfant\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Enfant\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"5Enfant\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Enfant\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"6Enfant\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Enfant\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"7Enfant\" value=\"7\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Enfant\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"8Enfant\" value=\"8\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Enfant\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre bébé (0 et 23 mois)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" value=\"\" id=\"allBebe\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allBebe\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"1Bebe\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Bebe\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"2Bebe\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Bebe\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"3Bebe\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Bebe\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"4Bebe\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Bebe\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"5Bebe\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Bebe\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"6Bebe\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Bebe\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"7Bebe\" value=\"7\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Bebe\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"8Bebe\" value=\"8\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Bebe\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_prix_hotel\">
\t\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t\t<h3>Prix par nuit (€)</h3>
\t\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
\t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t\t<h3>Prix par séjour (€)</h3>
\t\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
\t\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\" id=\"cont_another_rice\">
\t\t\t\t\t\t\t\t<h3>Prix (€)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\tslider-color=\"#FE7708\"
\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #0DE8C7\"
\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre de chambres</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" value=\"\" id=\"allChambre\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allChambre\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"1Chambre\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Chambre\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"2Chambre\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Chambre\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"3Chambre\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Chambre\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"4Chambre\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Chambre\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"5Chambre\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Chambre\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"6Chambre\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Chambre\" class=\"labelRadio\">6+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre de lits</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"allLits\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allLits\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"1Lits\" value=\"1\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Lits\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"2Lits\" value=\"2\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Lits\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"3Lits\" value=\"3\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Lits\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"4Lits\" value=\"4\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Lits\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"5Lits\" value=\"5\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Lits\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"6Lits\" value=\"6\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Lits\" class=\"labelRadio\">6+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Equipements</h3>
\t\t\t\t\t\t\t\t{# (div.custom-checkbox[style=\"position: relative\"]>input:checkbox#.custom-control-input[name=\"equipements\"]+label.custom-control-label[style=\"margin-left: 25px;\"]{})*3 #}
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"wifi\" value=\"wifi\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"wifi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Wifi
\t\t\t\t\t\t\t\t\t\t</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"climatisation\" value=\"climatisation\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"climatisation\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Climatisation</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveLinge\" value=\"laveLinge\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"laveLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave linge</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"secheLinge\" value=\"secheLinge\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"secheLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Sèche linge</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"laveVaisselle\" value=\"laveVaisselle\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"laveVaisselle\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave vaisselle</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"television\" value=\"television\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"television\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Télévision</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"ferARepasser\" value=\"ferARepasser\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"ferARepasser\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Fer à repasser</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"four\" value=\"four\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"four\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Four</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"litBebe\" value=\"litBebe\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"litBebe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lit bébé</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"chaiseHaute\" value=\"chaiseHaute\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"chaiseHaute\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chaise haute</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"lingeDeMaison\" value=\"lingeDeMaison\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"lingeDeMaison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Linge de maison fourni</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements[]\" id=\"cuisineSeparee\" value=\"cuisineSeparee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"cuisineSeparee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Cuisine séparée</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Confort</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"piscine\" value=\"piscine\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"piscine\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Piscine</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jacuzzi\" value=\"jacuzzi\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"jacuzzi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jacuzzi</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"terrasse\" value=\"terrasse\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"terrasse\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Terrasse</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"balcon\" value=\"balcon\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"balcon\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Balcon</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"jardin\" value=\"jardin\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"jardin\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jardin</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"animal\" value=\"animal\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"animal\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Animal domestique accepté</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"parking\" value=\"parking\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"parking\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Parking</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique[]\" id=\"accesHandicapee\" value=\"accesHandicapee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"accesHandicapee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Accès handicapés</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Localisation</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDeMer\" value=\"bord-de-mer\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bordDeMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de mer</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"centreVille\" value=\"centre-ville\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"centreVille\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Centre ville</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"bordDePlage\" value=\"bord-de-plage\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bordDePlage\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de plage</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"vueMer\" value=\"vue-mer\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"vueMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Vue mer</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"campagne\" value=\"campagne\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"campagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Campagne</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation[]\" id=\"montagne\" value=\"montagne\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"montagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Montagne</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Sécurité</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeFumee\" value=\"detecteur-de-fumee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeFumee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de fumée</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite[]\" id=\"detecteurDeMonoxydeDeCarbone\" value=\"detecteur-de-monoxyde-de-carbone\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeMonoxydeDeCarbone\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de monoxyde de carbone</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Langue du propriétaire</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"francais\" value=\"francais\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"francais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Français</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"anglais\" value=\"anglais\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"anglais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Anglais</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"allemend\" value=\"allemend\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"allemend\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Allemand</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"espagnol\" value=\"espagnol\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"espagnol\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Espagnol</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"italien\" value=\"italien\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"italien\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Italien</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue[]\" id=\"russe\" value=\"russe\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"russe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Russe</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"modal-footer\">
\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Fermer</button>
\t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\" id=\"\" onclick=\"\">Afficher</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div>
\t<!-- Fin Modal filter -->
\t<div class=\"page-header heor-section-style\" style=\"
height: 100%;
{% if categoryBackground is defined and categoryBackground is not null and categoryBackground.image is not null %}
background: url({{ asset(constant('App\\\\Services\\\\File::IMAGE_CATEGORY_DIR') ~ categoryBackground.image) }})
{% else %}
background: url({{ asset('images/vacance_background.jpg') }})
{% endif %}
no-repeat center;background-size: cover\">
\t\t<div class=\"container\">
\t\t\t<div
\t\t\t\tclass=\"row\">
\t\t\t\t<!-- page caption -->
\t\t\t\t<div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 \">
\t\t\t\t\t<div class=\"page-caption\">
\t\t\t\t\t\t<h1 class=\"page-title\">Services</h1>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<!-- /.page caption -->
\t\t\t</div>
\t\t</div>
\t\t<!-- page caption -->
\t\t<div class=\"page-breadcrumb\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<nav aria-label=\"breadcrumb\">
\t\t\t\t\t\t<ol class=\"breadcrumb\">
\t\t\t\t\t\t\t<li class=\"breadcrumb-item\">
\t\t\t\t\t\t\t\t<a href=\"{{ path('front_home') }}\" class=\"breadcrumb-link\">Accueil</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"breadcrumb-item active text-white\" aria-current=\"page\">Recherche :
\t\t\t\t\t\t\t\t{% if app.session.get('categoryName') %}
\t\t\t\t\t\t\t\t\t{{ app.session.get('categoryName') }}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if app.session.get('departmentName') %}-
\t\t\t\t\t\t\t\t\t{{ app.session.get('departmentName') }}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if app.session.get('weddingdate') %}-
\t\t\t\t\t\t\t\t\t{{ app.session.get('weddingdate') }}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ol>
\t\t\t\t\t</nav>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<!-- page breadcrumb -->
\t</div>
\t<!-- /.page-header -->
\t<!-- vendor-section -->
\t<div class=\"content\">
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div
\t\t\t\t\t{% if subcategory.subCategorySlug != \"hebergements\" %} {# test if category is hebergments make full container #}
\t\t\t\t\t\tclass=\"col-xl-8 col-lg-8 col-md-7 col-sm-12 col-12\"
\t\t\t\t\t{% else %}
\t\t\t\t\t\tclass=\"col-12\"
\t\t\t\t\t{% endif %}
\t\t\t\t\t>
\t\t\t\t\t{% for message in app.flashes('success') %}
\t\t\t\t\t\t<div class=\"alert alert-success\">
\t\t\t\t\t\t\t{{ message }}
\t\t\t\t\t\t</div>
\t\t\t\t\t{% endfor %}
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t{% if products|length > 0 %}
\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t{# data-toggle=\"modal\" data-target=\"#modalFilter\" #}
\t\t\t\t\t\t\t{% if subcategory.subCategorySlug == \"hebergements\" %}
\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" onClick=\"showModal()\">Filter</button>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t</div>
\t\t\t\t\t<div id=\"allProduct\" class=\"row\">
\t\t\t\t\t\t{% if products|length > 0 %}
\t\t\t\t\t\t{# <div class=\"col-12\">
\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" data-toggle=\"modal\" data-target=\"#modalFilter\">Filter</button>
\t\t\t\t\t\t</div> #}
\t\t\t\t\t\t\t{% for product in products %}
\t\t\t\t\t\t\t\t{% if product.isActivated and product.isDesactivatedByAdmin == false %}
\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t{% set subCategorySlug = product.subCategories.toArray()[0].subCategorySlug %}
\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\t{% if subcategory.subCategorySlug != \"hebergements\" %} {# test if category is hebergments make 3 colones #}
\t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-6 col-sm-12 col-12\"
\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\tclass=\"col-lg-4 col-sm-12 col-12\"
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t>
\t\t\t\t\t\t\t\t\t\t<div class=\"container-block-Pcompanies mb-3\">
\t\t\t\t\t\t\t\t\t\t\t{# <div class=\"container-imageP zoomimg\"> #}
\t\t\t\t\t\t\t\t\t\t\t<div class=\"container-slide-image\">
\t\t\t\t\t\t\t\t\t\t\t\t{% if product.photos.first != false %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% for imgHebmt in product.photos.toArray() %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ imgHebmt.url) }}\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('images/vecteezy_vector-gear-logo-design-with-multi-colors-range_6172776.jpg') }}\" alt=\"default image\" class=\"img-fluid\" style=\"height: 213px;object-fit: cover; border-radius: .5rem .5rem 0 0;\">
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"container-info-presta\" style=\"padding-bottom: 80px;\">
\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"vendor-title\">
\t\t\t\t\t\t\t\t\t\t\t\t\t{# <a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\" class=\"title\">{{ product.name }}</a> #}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set subCategory = product.subCategories.toArray()[0] %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{# <pre>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ dump(subCategory.categories.toArray[0].slug) }}
\t\t\t\t\t\t\t\t\t\t\t\t\t</pre> #}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = \"\" %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if product.typeActivity is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = product.typeActivity.slug %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif product.typeHebergements is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = product.typeHebergements.slugTypeHebergm %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set slug = subCategory.categories.toArray[0].slug %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {
\t\t\t\t\t\t\t\t\t\t\t\t\t\t'slug': slug,
\t\t\t\t\t\t\t\t\t\t\t\t\t\t'subCategorySlug': subCategory.subCategorySlug,
\t\t\t\t\t\t\t\t\t\t\t\t\t\t'product_id': product.id,
\t\t\t\t\t\t\t\t\t\t\t\t\t\t'productSlug': product.productSlug
\t\t\t\t\t\t\t\t\t\t\t\t\t}) }}\" class=\"title\">{{ product.name }}</a>
\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"vendor-address\">
\t\t\t\t\t\t\t\t\t\t\t\t\t{% for department in product.departments %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ department.name }}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if not loop.last %},
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\tToute la France
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if product.typeHebergements is null or product.typeHebergements.slugTypeHebergm != 'hotel' %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix :
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set today = \"now\"|date('Y-m-d') %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPriceFound = false %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPrice = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set difference = null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionPercentage = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set duration = null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set countdown = null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionValid = false %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for dayPrice in product.dayPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set formattedDate = dayPrice.customDate|date('Y-m-d') %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if formattedDate == today %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPriceFound = true %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set customPrice = dayPrice.customPrice|number_format(2, '.') %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set month = \"now\"|date('n') %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if month >= 3 and month <= 5 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set springPrice = product.springPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if springPrice is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.springPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif month >= 6 and month <= 8 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set summerPrice = product.summerPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if summerPrice is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.summerPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif month >= 9 and month <= 11 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set autumnPrice = product.autumnPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if autumnPrice is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.autumnPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set winterPrice = product.winterPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if winterPrice is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.winterPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set day = \"now\"|date('N') %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if day == 6 or day == 7 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set weekEndPrice = product.weekEndPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if weekEndPrice is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = product.weekEndPrice %}\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set periodPrice = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for period in product.periodPrice.toArray() %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set startDate = period.startDate|date(\"Y-m-d\") %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set endDate = period.endDate|date(\"Y-m-d\") %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if today >= startDate and today <= endDate and period.price is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set periodPrice = period.price %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if periodPrice != 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set currentPrice = periodPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if customPriceFound and customPrice != 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = customPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif currentPrice != 0 and currentPrice is not null and customPrice == 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = currentPrice %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% elseif currentPrice == 0 or currentPrice is null and customPrice == 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set price = product.price %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for autoReduce in product.productAutoReduction.toArray %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if autoReduce.createdAt is not null and autoReduce.countdown is not null and autoReduce.duration is not null and autoReduce.reductionPercentage is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set difference = date(today).diff(autoReduce.createdAt).days %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set duration = autoReduce.duration %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set countdown = autoReduce.countdown %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionPercentage = autoReduce.reductionPercentage %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set durationout = duration + countdown %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# {{ dump(countdown,difference,durationout,duration) }} #}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set reductionValid = difference > countdown and difference <= durationout %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# {{ dump(reductionValid) }} #}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if reductionValid %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set priceReduced = price - ((price * reductionPercentage) / 100) %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ priceReduced|number_format(2, '.') }}</strong>€\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ price|number_format(2, '.') }}</strong>€
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomNight = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByNight = false %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByNight = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomDay = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByDay = false %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByDay = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if product.chambres is defined %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% for roomOption in product.chambres.toArray %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if roomOption.tarifNuit is defined %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomNight = lengthRoomNight + 1 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByNight = true %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByNight = allPriceByNight + roomOption.tarifNuit %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if roomOption.tarifJour is not null %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set lengthRoomDay = lengthRoomDay + 1 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set statusByDay = true %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set allPriceByDay = allPriceByDay + roomOption.tarifJour %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if statusByDay or statusByNight %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Prix moyen d'une chambre:</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if statusByNight %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpar nuit
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ (allPriceByNight / lengthRoomNight)|number_format(2, '.') }}</strong>€
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if statusByDay %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# <p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-money-bill-wave\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpar jour
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ (allPriceByDay / lengthRoomDay)|number_format(2, '.') }}</strong>€
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p> #}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% if not statusByNight and not statusByDay %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix : <strong>Prix en attente</strong>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{# <i class=\"fas fa-money-bill-wave\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\tPrix :
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{ product.price|number_format(2, '.') }}</strong>€ #}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t\t\t<p>
\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rated\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set notes = 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% for avi in product.avis %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t{% set notes = notes + avi.globalNote %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set noteTotal = (notes > 0) ? notes / product.avis|length : 0 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{{ product.avis|length }} Avis</p>
\t\t\t\t\t\t\t\t\t\t\t\t<p>{{ product.quantity }}
\t\t\t\t\t\t\t\t\t\t\t\t\tQuantité restante</p>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t\t{% if product.subCategories[0].categories[0] is defined %}
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {
\t\t\t\t\t\t\t\t\t\t\t\t\t'slug': slug,
\t\t\t\t\t\t\t\t\t\t\t\t\t'subCategorySlug': product.subCategories[0].subCategorySlug,
\t\t\t\t\t\t\t\t\t\t\t\t\t'product_id': product.id,
\t\t\t\t\t\t\t\t\t\t\t\t\t'productSlug': product.productSlug
\t\t\t\t\t\t\t\t\t\t\t\t}) }}\" class=\"title\">
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"btnVoirP btn\">Voir {% if subCategorySlug == \"hebergements\"%}l'hébergement{% else %}plus{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary mb-2\" data-toggle=\"modal\" data-target=\"#modalFilter\">Filter</button>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"vendor-thumbnail list-view p-4\">Aucun service correspondant</div>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t</div>
\t\t\t\t\t{# {% for product in products %}
\t\t\t\t\t\t<div
\t\t\t\t\t\t\tclass=\"vendor-thumbnail list-view\">
\t\t\t\t\t\t\t<!-- Vendor thumbnail -->
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\tclass=\"col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12 border-right pr-0 zoom-img\">
\t\t\t\t\t\t\t\t\t{# <div class=\"vendor-img\" style=\"background:url({% if product.photos is not empty %}{{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ product.photos.first.url) }} {% else %}{{ asset('images/illustration-default.jpg') }}{% endif %})no-repeat center;background-size:cover;height:100%\">
\t\t\t\t\t\t\t\t\t{% if product.photos.first != false %}
\t\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\t\tclass=\"vendor-img\" style=\"background:url({{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ product.photos.first.url) }})no-repeat center;background-size:cover;height:100%\">
\t\t\t\t\t\t\t\t\t\t\t<!-- Vendor img -->
\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\">
\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"height:100%;width:100%\"></div>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user and app.user.roles == ['ROLE_USER'] %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set isWish = filter_service.getIfIsWish(app.user, product) %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if isWish %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\" style=\"background-color:#ff4d4d;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" style=\"color:#fff\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\t\tclass=\"vendor-img\" style=\"background:url({{ asset(constant('App\\\\Services\\\\File::IMAGE_PRODUCT_DIR') ~ 'photographe-mariage-forfait-4') }})no-repeat center;background-size:cover;height:100%\">
\t\t\t\t\t\t\t\t\t\t\t<!-- Vendor img -->
\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\">
\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"height:100%;width:100%\"></div>
\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"wishlist-sign\">
\t\t\t\t\t\t\t\t\t\t\t\t{% if app.user and app.user.roles == ['ROLE_USER'] %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% set isWish = filter_service.getIfIsWish(app.user, product) %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if isWish %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\" style=\"background-color:#ff4d4d;\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\" style=\"color:#fff\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" class=\"btn-wishlist\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-heart\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<!-- /.Vendor img -->
\t\t\t\t\t\t\t\t<div class=\"col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12 pl-0\">
\t\t\t\t\t\t\t\t\t<div
\t\t\t\t\t\t\t\t\t\tclass=\"vendor-content\">
\t\t\t\t\t\t\t\t\t\t<!-- Vendor Content -->
\t\t\t\t\t\t\t\t\t\t<h2 class=\"vendor-title\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('front_product_single', {'slug': product.subCategories[0].categories[0].slug, 'subCategorySlug': product.subCategories[0].subCategorySlug, 'product_id': product.id, 'productSlug': product.productSlug}) }}\" class=\"title\">{{ product.name }}</a>
\t\t\t\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t\t\t\t<p class=\"vendor-address\">
\t\t\t\t\t\t\t\t\t\t\t{% for department in product.departments %}
\t\t\t\t\t\t\t\t\t\t\t\t{{ department.name }}
\t\t\t\t\t\t\t\t\t\t\t\t{% if not loop.last %},
\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\tToute la France
\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t\t<!-- /.Vendor meta -->
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta m-0\">
\t\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta-item vendor-meta-item-bordered\">
\t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-price\">
\t\t\t\t\t\t\t\t\t\t\t\t{{ product.price|number_format(2, '.') }}€
\t\t\t\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-text\">Prix</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta-item vendor-meta-item-bordered\">
\t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-guest\">
\t\t\t\t\t\t\t\t\t\t\t\t{{ product.quantity }}
\t\t\t\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"vendor-text\">Quantité restante</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t{% set notes = 0 %}
\t\t\t\t\t\t\t\t\t\t{% for avi in product.avis %}
\t\t\t\t\t\t\t\t\t\t\t{% set notes = notes + avi.globalNote %}
\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t{% set noteTotal = (notes > 0) ? notes / product.avis|length : 0 %}
\t\t\t\t\t\t\t\t\t\t<div class=\"vendor-meta-item vendor-meta-item-bordered\">
\t\t\t\t\t\t\t\t\t\t\t<span class=\"rating-star\">
\t\t\t\t\t\t\t\t\t\t\t\t{% for i in 1..5 %}
\t\t\t\t\t\t\t\t\t\t\t\t\t{% if i < noteTotal %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rated\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-star rate-mute\"></i>
\t\t\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t\t\t\t\t\t<span class=\"rating-count vendor-text\">({{ product.avis|length }})</span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<!-- /.Vendor Content -->
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t{% else %}
\t\t\t\t\t\t<div class=\"vendor-thumbnail list-view p-4\">Aucun service correspondant</div>
\t\t\t\t\t{% endfor %} #}
\t\t\t\t\t<div class=\"pagination\">
\t\t\t\t\t\t<nav aria-label=\"Page navigation example\">
\t\t\t\t\t\t\t{{ knp_pagination_render(products) }}
\t\t\t\t\t\t</nav>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- /.paginations -->
\t\t\t\t</div>
\t\t\t\t<!-- sidebar-section -->
\t\t\t\t{% if subcategory.subCategorySlug != \"hebergements\" %}
\t\t\t\t\t{{ include('front/inc/filter_sidebar.html.twig') }}
\t\t\t\t{% endif %}
\t\t\t\t<!-- /.sidebar-section -->
\t\t\t</div>
\t\t</div>
\t</div>
{% endblock %}
{% block javascript %}
\t<script
\t\ttype=\"text/javascript\"
\t\tsrc=\"https://cdn.jsdelivr.net/gh/maxshuty/accessible-web-components@latest/dist/simpleRange.min.js\">
\t</script>
\t<script src=\"{{ asset('js/jsForHebergementFilter.js') }}\"></script>
\t<script src=\"{{ asset('js/getCommune.js') }}\"></script>
{% endblock %}
\t{# <div class=\"modal fade\" id=\"modalFilter\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"filterModal\" aria-hidden=\"true\" style=\"padding-right:0\">
\t\t<div class=\"modal-dialog myWidth\" role=\"document\">
\t\t\t<div class=\"modal-content\">
\t\t\t\t<form action=\"\">
\t\t\t\t\t<div class=\"modal-header\">
\t\t\t\t\t\t<h5 class=\"modal-title\" id=\"\">Filtre hébergement</h5>
\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t</button>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"modal-body\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Filtre prix</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
\t\t\t\t\t\t\t\t\t<select name=\"\" id=\"\" class=\"padForFltrePrix\">
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Plus cher à moin cher</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Moin cher à plus cher</option>
\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Avis</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group filtrePrix\">
\t\t\t\t\t\t\t\t\t<select name=\"\" id=\"\" class=\"padForFltrePrix\">
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Passable</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Bien</option>
\t\t\t\t\t\t\t\t\t\t<option value=\"\">Très bien</option>
\t\t\t\t\t\t\t\t\t</select>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre participants</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"allParticipant\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allParticipant\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"oneParicipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"oneParicipant\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"tooParicipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"tooParicipant\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"3Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Paricipant\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"4Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Paricipant\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"5Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Paricipant\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"6Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Paricipant\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"7Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Paricipant\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrParticipant\" value=\"\" id=\"8Paricipant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Paricipant\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre adultes</h3>
\t\t\t\t\t\t\t\t{# (input:radio[name=\"nbrAdulte\"]#\$Adulte.hideRadio+label.labelRadio[for=\"\$Adulte\"]{\$})*8 }
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" value=\"\" id=\"allAdulte\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allAdulte\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"1Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Adulte\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"2Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Adulte\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"3Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Adulte\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"4Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Adulte\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"5Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Adulte\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"6Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Adulte\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"7Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Adulte\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrAdulte\" id=\"8Adulte\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Adulte\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre enfants (entre 2ans et 10ans)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"allEnfant\" checked=\"checked\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"allEnfant\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"1Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Enfant\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"2Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Enfant\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"3Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Enfant\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"4Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Enfant\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"5Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Enfant\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"6Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Enfant\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"7Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Enfant\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrEnfant\" id=\"8Enfant\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Enfant\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre bébé (0 et 23 mois)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"allBebe\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allBebe\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"1Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Bebe\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"2Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Bebe\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"3Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Bebe\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"4Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Bebe\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"5Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Bebe\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"6Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Bebe\" class=\"labelRadio\">6</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"7Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"7Bebe\" class=\"labelRadio\">7</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrBebe\" id=\"8Bebe\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"8Bebe\" class=\"labelRadio\">8+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Prix par nuit (€)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\tslider-color=\"#ff839e\"
\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #903ef5\"
\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #903ef5\"
\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Prix par séjour (€)</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group\">
\t\t\t\t\t\t\t\t\t<range-selector
\t\t\t\t\t\t\t\t\t\tmin-range=\"0\"
\t\t\t\t\t\t\t\t\t\tmax-range=\"2000\"
\t\t\t\t\t\t\t\t\t\tinputs-for-labels
\t\t\t\t\t\t\t\t\t\tslider-color=\"#ff839e\"
\t\t\t\t\t\t\t\t\t\tcircle-border=\"3px solid #903ef5\"
\t\t\t\t\t\t\t\t\t\tcircle-focus-border=\"3px solid #903ef5\"
\t\t\t\t\t\t\t\t\t/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Type d'hébergement</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"maison\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"maison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Maison
\t\t\t\t\t\t\t\t\t\t</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"appartement\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"appartement\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Appartement</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"villa\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"villa\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Villa</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"camping\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"camping\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Camping</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"hotel\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"hotel\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Hôtel</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"bateau\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bateau\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bateau</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"typeHebergement\" id=\"chalet\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"chalet\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chalet</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre de chambres</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"allChambre\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allChambre\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"1Chambre\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Chambre\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"2Chambre\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Chambre\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"3Chambre\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Chambre\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"4Chambre\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Chambre\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"5Chambre\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Chambre\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambre\" id=\"6Chambre\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Chambre\" class=\"labelRadio\">6+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Nombre de lits</h3>
\t\t\t\t\t\t\t\t<div class=\"form-group flexRadio\">
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"allLits\" class=\"hideRadio\" checked=\"checked\">
\t\t\t\t\t\t\t\t\t<label for=\"allLits\" class=\"labelRadio\">Tous</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"1Lits\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"1Lits\" class=\"labelRadio\">1</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"2Lits\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"2Lits\" class=\"labelRadio\">2</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"3Lits\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"3Lits\" class=\"labelRadio\">3</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"4Lits\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"4Lits\" class=\"labelRadio\">4</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"5Lits\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"5Lits\" class=\"labelRadio\">5</label>
\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"nbrChambreLits\" id=\"6Lits\" class=\"hideRadio\">
\t\t\t\t\t\t\t\t\t<label for=\"6Lits\" class=\"labelRadio\">6+</label>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Equipements</h3>
\t\t\t\t\t\t\t\t{# (div.custom-checkbox[style=\"position: relative\"]>input:checkbox#.custom-control-input[name=\"equipements\"]+label.custom-control-label[style=\"margin-left: 25px;\"]{})*3 }
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"wifi\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"wifi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Wifi
\t\t\t\t\t\t\t\t\t\t</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"climatisation\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"climatisation\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Climatisation</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"laveLinge\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"laveLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave linge</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"secheLinge\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"secheLinge\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Sèche linge</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"laveVaisselle\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"laveVaisselle\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lave vaisselle</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"television\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"television\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Télévision</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"ferARepasser\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"ferARepasser\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Fer à repasser</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"four\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"four\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Four</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"litBebe\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"litBebe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Lit bébé</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"chaiseHaute\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"chaiseHaute\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Chaise haute</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"lingeDeMaison\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"lingeDeMaison\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Linge de maison fourni</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"equipements\" id=\"cuisineSeparee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"cuisineSeparee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Cuisine séparée</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Caractéristiques</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"piscine\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"piscine\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Piscine</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"jacuzzi\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"jacuzzi\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jacuzzi</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"terrasse\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"terrasse\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Terrasse</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"balcon\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"balcon\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Balcon</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"jardin\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"jardin\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Jardin</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"animal\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"animal\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Animal domestique accepté</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"parking\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"parking\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Parking</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"caracteristique\" id=\"accesHandicapee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"accesHandicapee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Accès handicapés</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Localisation</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"bordDeMer\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bordDeMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de mer</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"centreVille\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"centreVille\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Centre ville</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"bordDePlage\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"bordDePlage\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Bord de plage</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"vueMer\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"vueMer\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Vue mer</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"campagne\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"campagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Campagne</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"localisation\" id=\"montagne\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"montagne\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Montagne</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Sécurité</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite\" id=\"detecteurDeFumee\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeFumee\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de fumée</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"securite\" id=\"\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"detecteurDeMonoxydeDeCarbone\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Détecteur de monoxyde de carbone</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t\t<h3>Langue du propriétaire</h3>
\t\t\t\t\t\t\t\t<div class=\"flexRadio\">
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"francais\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"francais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Français</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"anglais\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"anglais\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Anglais</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"allemend\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"allemend\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Allemand</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"espagnol\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"espagnol\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Espagnol</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"italien\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"italien\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Italien</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"custom-checkbox\" style=\"position: relative\">
\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" name=\"langue\" id=\"russe\" class=\"custom-control-input\">
\t\t\t\t\t\t\t\t\t\t<label for=\"russe\" class=\"custom-control-label\" style=\"margin-left: 25px;\">Russe</label>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"modal-footer\">
\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">Fermer</button>
\t\t\t\t\t\t<button type=\"submit\" class=\"btn btn-primary\" id=\"\" onclick=\"\">Afficher</button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t</div>
\t\t</div>
\t</div> #}", "front/product/list.html.twig", "/var/www/vhosts/hobbiinn.com/httpdocs/providdersvacance/templates/front/product/list.html.twig");
}
}