<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Flexy/FrontBundle/templates/booking/layout.html.twig */
class __TwigTemplate_89b22b302d45b90a476888487930f5ed extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Flexy/FrontBundle/templates/booking/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Flexy/FrontBundle/templates/booking/layout.html.twig"));
// line 1
echo "<!doctype html>
<html class=\"no-js\" lang=\"fr\">
<!-- index28:48-->
";
// line 7
$this->displayBlock('stylesheets', $context, $blocks);
// line 239
echo " <body>
<!--[if lt IE 8]>
\t\t<p class=\"browserupgrade\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience.</p>
\t<![endif]-->
";
// line 244
$this->loadTemplate("@Flexy/FrontBundle/templates/booking/_header.html.twig", "@Flexy/FrontBundle/templates/booking/layout.html.twig", 244)->display($context);
// line 245
echo "
";
// line 246
$this->displayBlock('body', $context, $blocks);
// line 249
echo "
";
// line 252
$this->loadTemplate("@Flexy/FrontBundle/templates/booking/_footer.html.twig", "@Flexy/FrontBundle/templates/booking/layout.html.twig", 252)->display($context);
// line 253
echo "
";
// line 254
$this->displayBlock('javascripts', $context, $blocks);
// line 257
echo " </body>
<!-- index30:23-->
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 7
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 8
$this->loadTemplate("@Flexy/FrontBundle/templates/_head.html.twig", "@Flexy/FrontBundle/templates/booking/layout.html.twig", 8)->display($context);
// line 9
echo "
<style>
/*
header a{
color:white;
}
header a.active{
color:#ff5c5b;
}
.burger,
.burger:after,
.burger *,
.burger *:before,
.burger *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.burger {
cursor: pointer;
height: 60px;
margin-bottom: 0;
width: 60px;
z-index: 9001;
left: 60px;
overflow: hidden;
position: fixed;
top: 18px;
/* background: #293a6c;*/
}
/*
.burger:after {
bottom: 7px;
color: #FFFFFF;
content: 'Menu';
font-size: 10px;
font-weight: 300;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
/*--------------------------------------
Creates the look of the burger icon
using the inner span and pseudo-elements
--------------------------------------*/
/*
.burger span,
.burger span:before,
.burger span:after {
background: #FFFFFF;
border-radius: 0.2em;
height: 3px;
left: 16px;
position: absolute;
top: 24px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 27px;
}
/* Reset the left and create the pseudo-element */
/*
.burger span:before,
.burger span:after {
content: '';
left: 0;
}
/* Top bar position */
/*
.burger span:before {
top: -8px;
}
/* Bottom bar position */
/*
.burger span:after {
top: 8px;
}
/* Get rid of more on action (IE9 or higher) */
/*
.burger-check:checked + .burger:after {
content: '';
}
/* Get rid of the middle bar on action (IE9 or higher) */
/*
.burger-check:checked + .burger span {
height: 0;
width: 0;
}
/* Moves the top and bottom bars to the middle on action (IE9 or higher) */
/*
.burger-check:checked + .burger span:before,
.burger-check:checked + .burger span:after {
top: 6px;
}
/* Rotates the top bar on action with full browser support (IE9 or higher) */
/*
.burger-check:checked + .burger span:before {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
/* Rotates the bottom bar on action with full browser support (IE9 or higher) */
/*
.burger-check:checked + .burger span:after {
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(225deg);
transform: rotate(-225deg);
}
.burger-check:checked + .burger {
width: 60px;
}
.burger-check:checked + .burger:after {
bottom: 10px;
content: '';
font-size: 20px;
padding-left: 10px;
}
#mobile-nav {
left: -9999px;
position: fixed;
top: 0;
}
.header-nav ul li a:active,
.header-nav ul li a:focus,
.header-nav ul li a:hover,
#mobile-nav:focus {
background: #e9a124;
outline: none;
}
.header-nav {
float: left;
position: absolute;
width: 100%;
margin: 25% -46%;
z-index: 9999;
}
.header-nav ul {
background: #FFF;
list-style: none;
margin: 0;
overflow-y: auto;
padding: 10px 0 0 0;
position: relative;
-webkit-transform: translateX(-110%);
transform: translateX(-110%);
-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
-moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
-o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
width: 200px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
top: 100%;
z-index: 1;
}
.burger-check:checked ~ .header-nav ul {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.header-nav ul li {
float: left;
position: relative;
width: 100%;
}
.header-nav ul li a {
color: rgba(0, 0, 0, 0.79);
display: block;
float: left;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.75px;
line-height: 17px;
margin-left: 0;
overflow: hidden;
padding: 1px 56px 4px 12px;
position: relative;
text-decoration: none;
width: 100%;
}
.category-menu-list > ul > li > a, .cat-dropdown > li > a {
display: block;
text-transform: capitalize;
color: #333;
height: 17px !important;
line-height: 22px !important;
overflow: hidden;
font-size: 11.5px !important;
}*/
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 246
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 247
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 254
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 255
echo " ";
$this->loadTemplate("@Flexy/FrontBundle/templates/_javascripts.html.twig", "@Flexy/FrontBundle/templates/booking/layout.html.twig", 255)->display($context);
// line 256
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@Flexy/FrontBundle/templates/booking/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 380 => 256, 377 => 255, 367 => 254, 356 => 247, 346 => 246, 107 => 9, 105 => 8, 95 => 7, 82 => 257, 80 => 254, 77 => 253, 75 => 252, 70 => 249, 68 => 246, 65 => 245, 63 => 244, 56 => 239, 54 => 7, 46 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html class=\"no-js\" lang=\"fr\">
<!-- index28:48-->
{% block stylesheets %}
{% include \"@Flexy/FrontBundle/templates/_head.html.twig\" %}
<style>
/*
header a{
color:white;
}
header a.active{
color:#ff5c5b;
}
.burger,
.burger:after,
.burger *,
.burger *:before,
.burger *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.burger {
cursor: pointer;
height: 60px;
margin-bottom: 0;
width: 60px;
z-index: 9001;
left: 60px;
overflow: hidden;
position: fixed;
top: 18px;
/* background: #293a6c;*/
}
/*
.burger:after {
bottom: 7px;
color: #FFFFFF;
content: 'Menu';
font-size: 10px;
font-weight: 300;
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
/*--------------------------------------
Creates the look of the burger icon
using the inner span and pseudo-elements
--------------------------------------*/
/*
.burger span,
.burger span:before,
.burger span:after {
background: #FFFFFF;
border-radius: 0.2em;
height: 3px;
left: 16px;
position: absolute;
top: 24px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 27px;
}
/* Reset the left and create the pseudo-element */
/*
.burger span:before,
.burger span:after {
content: '';
left: 0;
}
/* Top bar position */
/*
.burger span:before {
top: -8px;
}
/* Bottom bar position */
/*
.burger span:after {
top: 8px;
}
/* Get rid of more on action (IE9 or higher) */
/*
.burger-check:checked + .burger:after {
content: '';
}
/* Get rid of the middle bar on action (IE9 or higher) */
/*
.burger-check:checked + .burger span {
height: 0;
width: 0;
}
/* Moves the top and bottom bars to the middle on action (IE9 or higher) */
/*
.burger-check:checked + .burger span:before,
.burger-check:checked + .burger span:after {
top: 6px;
}
/* Rotates the top bar on action with full browser support (IE9 or higher) */
/*
.burger-check:checked + .burger span:before {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
/* Rotates the bottom bar on action with full browser support (IE9 or higher) */
/*
.burger-check:checked + .burger span:after {
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(225deg);
transform: rotate(-225deg);
}
.burger-check:checked + .burger {
width: 60px;
}
.burger-check:checked + .burger:after {
bottom: 10px;
content: '';
font-size: 20px;
padding-left: 10px;
}
#mobile-nav {
left: -9999px;
position: fixed;
top: 0;
}
.header-nav ul li a:active,
.header-nav ul li a:focus,
.header-nav ul li a:hover,
#mobile-nav:focus {
background: #e9a124;
outline: none;
}
.header-nav {
float: left;
position: absolute;
width: 100%;
margin: 25% -46%;
z-index: 9999;
}
.header-nav ul {
background: #FFF;
list-style: none;
margin: 0;
overflow-y: auto;
padding: 10px 0 0 0;
position: relative;
-webkit-transform: translateX(-110%);
transform: translateX(-110%);
-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
-moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
-o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
width: 200px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
top: 100%;
z-index: 1;
}
.burger-check:checked ~ .header-nav ul {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.header-nav ul li {
float: left;
position: relative;
width: 100%;
}
.header-nav ul li a {
color: rgba(0, 0, 0, 0.79);
display: block;
float: left;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.75px;
line-height: 17px;
margin-left: 0;
overflow: hidden;
padding: 1px 56px 4px 12px;
position: relative;
text-decoration: none;
width: 100%;
}
.category-menu-list > ul > li > a, .cat-dropdown > li > a {
display: block;
text-transform: capitalize;
color: #333;
height: 17px !important;
line-height: 22px !important;
overflow: hidden;
font-size: 11.5px !important;
}*/
</style>
{% endblock %}
<body>
<!--[if lt IE 8]>
\t\t<p class=\"browserupgrade\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience.</p>
\t<![endif]-->
{% include \"@Flexy/FrontBundle/templates/booking/_header.html.twig\" %}
{% block body %}
{% endblock %}
{% include \"@Flexy/FrontBundle/templates/booking/_footer.html.twig\" %}
{% block javascripts %}
{% include \"@Flexy/FrontBundle/templates/_javascripts.html.twig\" %}
{% endblock %}
</body>
<!-- index30:23-->
</html>", "@Flexy/FrontBundle/templates/booking/layout.html.twig", "/home/gebcloud/public_html/saisimmo.gebanalysis.cloud/src/Flexy/FrontBundle/templates/booking/layout.html.twig");
}
}