var/cache/dev/twig/63/63cdd7b3ac084a859787ef98f059a417.php line 36

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @Flexy/FrontBundle/templates/booking/layout.html.twig */
  14. class __TwigTemplate_89b22b302d45b90a476888487930f5ed extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/templates/booking/layout.html.twig"));
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/templates/booking/layout.html.twig"));
  36.         // line 1
  37.         echo "<!doctype html>
  38. <html class=\"no-js\" lang=\"fr\">
  39.     
  40. <!-- index28:48-->
  41.     ";
  42.         // line 7
  43.         $this->displayBlock('stylesheets'$context$blocks);
  44.         // line 239
  45.         echo "    <body>
  46.     <!--[if lt IE 8]>
  47. \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>
  48. \t<![endif]-->
  49.        
  50.         ";
  51.         // line 244
  52.         $this->loadTemplate("@Flexy/FrontBundle/templates/booking/_header.html.twig""@Flexy/FrontBundle/templates/booking/layout.html.twig"244)->display($context);
  53.         // line 245
  54.         echo "
  55.         ";
  56.         // line 246
  57.         $this->displayBlock('body'$context$blocks);
  58.         // line 249
  59.         echo "
  60.         ";
  61.         // line 252
  62.         $this->loadTemplate("@Flexy/FrontBundle/templates/booking/_footer.html.twig""@Flexy/FrontBundle/templates/booking/layout.html.twig"252)->display($context);
  63.         // line 253
  64.         echo "
  65.         ";
  66.         // line 254
  67.         $this->displayBlock('javascripts'$context$blocks);
  68.         // line 257
  69.         echo "    </body>
  70. <!-- index30:23-->
  71. </html>";
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.         
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  76.     }
  77.     // line 7
  78.     public function block_stylesheets($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  85.         // line 8
  86.         $this->loadTemplate("@Flexy/FrontBundle/templates/_head.html.twig""@Flexy/FrontBundle/templates/booking/layout.html.twig"8)->display($context);
  87.         // line 9
  88.         echo "
  89. <style>
  90.    /*
  91. header a{
  92.         color:white;
  93.     }
  94.     header a.active{
  95.         color:#ff5c5b;
  96.     }
  97.    
  98. .burger,
  99. .burger:after,
  100. .burger *,
  101. .burger *:before,
  102. .burger *:after,
  103. .header-nav *,
  104. .header-nav *:before,
  105. .header-nav *:after {
  106.     -webkit-transition: all 0.3s;
  107.     transition: all 0.3s;
  108. }
  109. .burger {
  110.     cursor: pointer;
  111.     height: 60px;
  112.     margin-bottom: 0;
  113.     width: 60px;
  114.     z-index: 9001;
  115.     left: 60px;
  116.     overflow: hidden;
  117.     position: fixed;
  118.     top: 18px;
  119.    /* background: #293a6c;*/
  120. }
  121. /*
  122. .burger:after {
  123.     bottom: 7px;
  124.     color: #FFFFFF;
  125.     content: 'Menu';
  126.     font-size: 10px;
  127.     font-weight: 300;
  128.     left: 0;
  129.     position: absolute;
  130.     text-align: center;
  131.     width: 100%;
  132. }
  133. /*--------------------------------------
  134.  Creates the look of the burger icon
  135.  using the inner span and pseudo-elements
  136. --------------------------------------*/
  137. /*
  138. .burger span,
  139. .burger span:before,
  140. .burger span:after {
  141.     background: #FFFFFF;
  142.     border-radius: 0.2em;
  143.     height: 3px;
  144.     left: 16px;
  145.     position: absolute;
  146.     top: 24px;
  147.     -webkit-transition: all 0.3s;
  148.     transition: all 0.3s;
  149.     width: 27px;
  150. }
  151. /* Reset the left and create the pseudo-element */
  152. /*
  153. .burger span:before,
  154. .burger span:after {
  155.     content: '';
  156.     left: 0;
  157. }
  158. /* Top bar position */
  159. /*
  160. .burger span:before {
  161.     top: -8px;
  162. }
  163. /* Bottom bar position */
  164. /*
  165. .burger span:after {
  166.     top: 8px;
  167. }
  168. /* Get rid of more on action (IE9 or higher) */
  169. /*
  170. .burger-check:checked + .burger:after {
  171.     content: '';
  172. }
  173. /* Get rid of the middle bar on action (IE9 or higher) */
  174. /*
  175. .burger-check:checked + .burger span {
  176.     height: 0;
  177.     width: 0;
  178. }
  179. /* Moves the top and bottom bars to the middle on action (IE9 or higher) */
  180. /*
  181. .burger-check:checked + .burger span:before,
  182. .burger-check:checked + .burger span:after {
  183.     top: 6px;
  184. }
  185. /* Rotates the top bar on action with full browser support (IE9 or higher) */
  186. /*
  187. .burger-check:checked + .burger span:before {
  188.     -webkit-transform: rotate(225deg);
  189.     -ms-transform: rotate(225deg);
  190.     transform: rotate(225deg);
  191. }
  192. /* Rotates the bottom bar on action with full browser support (IE9 or higher) */
  193. /*
  194. .burger-check:checked + .burger span:after {
  195.     -webkit-transform: rotate(-225deg);
  196.     -ms-transform: rotate(225deg);
  197.     transform: rotate(-225deg);
  198. }
  199.  
  200. .burger-check:checked + .burger {
  201.     width: 60px;
  202. }
  203. .burger-check:checked + .burger:after {
  204.     bottom: 10px;
  205.     content: '';
  206.     font-size: 20px;
  207.     padding-left: 10px;
  208. }
  209. #mobile-nav {
  210.     left: -9999px;
  211.     position: fixed;
  212.     top: 0;
  213. }
  214. .header-nav ul li a:active,
  215. .header-nav ul li a:focus,
  216. .header-nav ul li a:hover,
  217. #mobile-nav:focus  {
  218.    background: #e9a124;
  219.     outline: none;
  220. }
  221.  
  222. .header-nav {
  223.          float: left;
  224.  
  225.     position: absolute;
  226.     width: 100%;
  227.     margin: 25% -46%;
  228.     z-index: 9999;
  229. }
  230. .header-nav ul {
  231.     background: #FFF;
  232.      
  233.     list-style: none;
  234.     margin: 0;
  235.     overflow-y: auto;
  236.     padding: 10px 0 0 0;
  237.     position: relative;
  238.     -webkit-transform: translateX(-110%);
  239.     transform: translateX(-110%);
  240.     -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  241.     -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  242.     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  243.     transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  244.     width: 200px;
  245.     box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
  246.     top: 100%;
  247.     z-index: 1;
  248. }
  249. .burger-check:checked ~ .header-nav ul {
  250.     -webkit-transform: translateX(0);
  251.     transform: translateX(0);
  252. }
  253. .header-nav ul li {
  254.     float: left;
  255.     position: relative;
  256.     width: 100%;
  257. }
  258. .header-nav ul li a {
  259.     color: rgba(0, 0, 0, 0.79);
  260.     display: block;
  261.     float: left;
  262.     font-size: 11px;
  263.     font-weight: 400;
  264.     letter-spacing: 0.75px;
  265.     line-height: 17px;
  266.     margin-left: 0;
  267.     overflow: hidden;
  268.     padding: 1px 56px 4px 12px;
  269.     position: relative;
  270.     text-decoration: none;
  271.     width: 100%;
  272. }
  273.  
  274. .category-menu-list > ul > li > a, .cat-dropdown > li > a {
  275.     display: block;
  276.     text-transform: capitalize;
  277.     color: #333;
  278.     height: 17px !important;
  279.     line-height: 22px !important;
  280.     overflow: hidden;
  281.     font-size: 11.5px !important;
  282. }*/
  283.  
  284. </style>
  285.     ";
  286.         
  287.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  288.         
  289.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  290.     }
  291.     // line 246
  292.     public function block_body($context, array $blocks = [])
  293.     {
  294.         $macros $this->macros;
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  296.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  298.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  299.         // line 247
  300.         echo "
  301.         ";
  302.         
  303.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  304.         
  305.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  306.     }
  307.     // line 254
  308.     public function block_javascripts($context, array $blocks = [])
  309.     {
  310.         $macros $this->macros;
  311.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  314.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  315.         // line 255
  316.         echo "            ";
  317.         $this->loadTemplate("@Flexy/FrontBundle/templates/_javascripts.html.twig""@Flexy/FrontBundle/templates/booking/layout.html.twig"255)->display($context);
  318.         // line 256
  319.         echo "        ";
  320.         
  321.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  322.         
  323.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  324.     }
  325.     public function getTemplateName()
  326.     {
  327.         return "@Flexy/FrontBundle/templates/booking/layout.html.twig";
  328.     }
  329.     public function isTraitable()
  330.     {
  331.         return false;
  332.     }
  333.     public function getDebugInfo()
  334.     {
  335.         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,);
  336.     }
  337.     public function getSourceContext()
  338.     {
  339.         return new Source("<!doctype html>
  340. <html class=\"no-js\" lang=\"fr\">
  341.     
  342. <!-- index28:48-->
  343.     {% block stylesheets %}
  344. {% include \"@Flexy/FrontBundle/templates/_head.html.twig\" %}
  345. <style>
  346.    /*
  347. header a{
  348.         color:white;
  349.     }
  350.     header a.active{
  351.         color:#ff5c5b;
  352.     }
  353.    
  354. .burger,
  355. .burger:after,
  356. .burger *,
  357. .burger *:before,
  358. .burger *:after,
  359. .header-nav *,
  360. .header-nav *:before,
  361. .header-nav *:after {
  362.     -webkit-transition: all 0.3s;
  363.     transition: all 0.3s;
  364. }
  365. .burger {
  366.     cursor: pointer;
  367.     height: 60px;
  368.     margin-bottom: 0;
  369.     width: 60px;
  370.     z-index: 9001;
  371.     left: 60px;
  372.     overflow: hidden;
  373.     position: fixed;
  374.     top: 18px;
  375.    /* background: #293a6c;*/
  376. }
  377. /*
  378. .burger:after {
  379.     bottom: 7px;
  380.     color: #FFFFFF;
  381.     content: 'Menu';
  382.     font-size: 10px;
  383.     font-weight: 300;
  384.     left: 0;
  385.     position: absolute;
  386.     text-align: center;
  387.     width: 100%;
  388. }
  389. /*--------------------------------------
  390.  Creates the look of the burger icon
  391.  using the inner span and pseudo-elements
  392. --------------------------------------*/
  393. /*
  394. .burger span,
  395. .burger span:before,
  396. .burger span:after {
  397.     background: #FFFFFF;
  398.     border-radius: 0.2em;
  399.     height: 3px;
  400.     left: 16px;
  401.     position: absolute;
  402.     top: 24px;
  403.     -webkit-transition: all 0.3s;
  404.     transition: all 0.3s;
  405.     width: 27px;
  406. }
  407. /* Reset the left and create the pseudo-element */
  408. /*
  409. .burger span:before,
  410. .burger span:after {
  411.     content: '';
  412.     left: 0;
  413. }
  414. /* Top bar position */
  415. /*
  416. .burger span:before {
  417.     top: -8px;
  418. }
  419. /* Bottom bar position */
  420. /*
  421. .burger span:after {
  422.     top: 8px;
  423. }
  424. /* Get rid of more on action (IE9 or higher) */
  425. /*
  426. .burger-check:checked + .burger:after {
  427.     content: '';
  428. }
  429. /* Get rid of the middle bar on action (IE9 or higher) */
  430. /*
  431. .burger-check:checked + .burger span {
  432.     height: 0;
  433.     width: 0;
  434. }
  435. /* Moves the top and bottom bars to the middle on action (IE9 or higher) */
  436. /*
  437. .burger-check:checked + .burger span:before,
  438. .burger-check:checked + .burger span:after {
  439.     top: 6px;
  440. }
  441. /* Rotates the top bar on action with full browser support (IE9 or higher) */
  442. /*
  443. .burger-check:checked + .burger span:before {
  444.     -webkit-transform: rotate(225deg);
  445.     -ms-transform: rotate(225deg);
  446.     transform: rotate(225deg);
  447. }
  448. /* Rotates the bottom bar on action with full browser support (IE9 or higher) */
  449. /*
  450. .burger-check:checked + .burger span:after {
  451.     -webkit-transform: rotate(-225deg);
  452.     -ms-transform: rotate(225deg);
  453.     transform: rotate(-225deg);
  454. }
  455.  
  456. .burger-check:checked + .burger {
  457.     width: 60px;
  458. }
  459. .burger-check:checked + .burger:after {
  460.     bottom: 10px;
  461.     content: '';
  462.     font-size: 20px;
  463.     padding-left: 10px;
  464. }
  465. #mobile-nav {
  466.     left: -9999px;
  467.     position: fixed;
  468.     top: 0;
  469. }
  470. .header-nav ul li a:active,
  471. .header-nav ul li a:focus,
  472. .header-nav ul li a:hover,
  473. #mobile-nav:focus  {
  474.    background: #e9a124;
  475.     outline: none;
  476. }
  477.  
  478. .header-nav {
  479.          float: left;
  480.  
  481.     position: absolute;
  482.     width: 100%;
  483.     margin: 25% -46%;
  484.     z-index: 9999;
  485. }
  486. .header-nav ul {
  487.     background: #FFF;
  488.      
  489.     list-style: none;
  490.     margin: 0;
  491.     overflow-y: auto;
  492.     padding: 10px 0 0 0;
  493.     position: relative;
  494.     -webkit-transform: translateX(-110%);
  495.     transform: translateX(-110%);
  496.     -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  497.     -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  498.     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  499.     transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  500.     width: 200px;
  501.     box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
  502.     top: 100%;
  503.     z-index: 1;
  504. }
  505. .burger-check:checked ~ .header-nav ul {
  506.     -webkit-transform: translateX(0);
  507.     transform: translateX(0);
  508. }
  509. .header-nav ul li {
  510.     float: left;
  511.     position: relative;
  512.     width: 100%;
  513. }
  514. .header-nav ul li a {
  515.     color: rgba(0, 0, 0, 0.79);
  516.     display: block;
  517.     float: left;
  518.     font-size: 11px;
  519.     font-weight: 400;
  520.     letter-spacing: 0.75px;
  521.     line-height: 17px;
  522.     margin-left: 0;
  523.     overflow: hidden;
  524.     padding: 1px 56px 4px 12px;
  525.     position: relative;
  526.     text-decoration: none;
  527.     width: 100%;
  528. }
  529.  
  530. .category-menu-list > ul > li > a, .cat-dropdown > li > a {
  531.     display: block;
  532.     text-transform: capitalize;
  533.     color: #333;
  534.     height: 17px !important;
  535.     line-height: 22px !important;
  536.     overflow: hidden;
  537.     font-size: 11.5px !important;
  538. }*/
  539.  
  540. </style>
  541.     {% endblock %}
  542.     <body>
  543.     <!--[if lt IE 8]>
  544. \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>
  545. \t<![endif]-->
  546.        
  547.         {% include \"@Flexy/FrontBundle/templates/booking/_header.html.twig\" %}
  548.         {% block body %}
  549.         {% endblock %}
  550.         {% include \"@Flexy/FrontBundle/templates/booking/_footer.html.twig\" %}
  551.         {% block javascripts %}
  552.             {% include \"@Flexy/FrontBundle/templates/_javascripts.html.twig\" %}
  553.         {% endblock %}
  554.     </body>
  555. <!-- index30:23-->
  556. </html>""@Flexy/FrontBundle/templates/booking/layout.html.twig""/home/gebcloud/public_html/saisimmo.gebanalysis.cloud/src/Flexy/FrontBundle/templates/booking/layout.html.twig");
  557.     }
  558. }