<?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;
/* default/index.html.twig */
class __TwigTemplate_72ef0c4aa4ae141badf58ce949dec61b extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'seo' => [$this, 'block_seo'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
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", "default/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/index.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "default/index.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_title($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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "OTropik – Agence de voyage en Guadeloupe | Circuits & Séjours sur mesure";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 3
public function block_seo($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", "seo"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seo"));
// line 4
yield " <meta name=\"description\" content=\"Découvrez OTropik, agence de voyages proposant circuits, séjours, roadtrips et croisières sur mesure depuis la Guadeloupe vers le monde entier.\" >
\t<meta property=\"og:title\" content=\"OTropik – Agence de voyages, circuits et séjours sur mesure\" />
\t<meta property=\"og:type\" content=\"Website\" />
\t<meta property=\"og:description\" content=\"Explorez le monde avec OTropik : circuits, séjours, roadtrips et croisières sur mesure depuis la Guadeloupe.\" />
\t<meta property=\"og:url\" content=\"";
// line 9
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl(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.', 9, $this->source); })()), "request", [], "any", false, false, false, 9), "uri", [], "any", false, false, false, 9)), "html", null, true);
yield "\" />
\t<meta property=\"og:image\" content=\"";
// line 10
yield "\" />
\t<meta name =\"twitter:card\" content=\"summary_large_image\" />
\t<meta name=\"twitter:title\" content=\"OTropik – Agence de voyages, circuits et séjours sur mesure\">
\t<meta name=\"twitter:description\" content=\"Explorez le monde avec OTropik : circuits, séjours, roadtrips et croisières sur mesure depuis la Guadeloupe.\">
\t<meta name=\"twitter:image\" content=\"";
// line 15
yield "\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 18
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 19
yield "
";
// line 23
yield "<section class=\"section-hero position-relative\">
<picture>
";
// line 25
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 25, $this->source); })()), "img", [], "any", false, false, false, 25)) {
// line 26
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/banner/"), "html", null, true);
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["banner"]) || array_key_exists("banner", $context) ? $context["banner"] : (function () { throw new RuntimeError('Variable "banner" does not exist.', 26, $this->source); })()), "img", [], "any", false, false, false, 26), "html", null, true);
yield "\" alt=\"Plage paradisiaque\" class=\"hero-bg w-100 h-100\">
";
} else {
// line 28
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/3004.jpg"), "html", null, true);
yield "\" alt=\"Plage paradisiaque en Guadeloupe\" class=\"hero-bg w-100 h-100\">
";
}
// line 30
yield " </picture>
<div class=\"hero-overlay container py-5 text-center text-white\">
<img src=\"";
// line 32
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/logo-otropik.png"), "html", null, true);
yield "\" alt=\"Otropik\" class=\"mb-3\" style=\"max-width: 240px; height: auto;\">
<p class=\"lead fw-semibold text-shadow-sm\">N'imaginez plus vos vacances, vivez-les !</p>
<form class=\"d-flex justify-content-center mt-4\" action=\"";
// line 35
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search");
yield "\" method=\"get\" role=\"search\" aria-label=\"Recherche de séjours\">
<div class=\"search-pill bg-white rounded-pill shadow-lg d-flex align-items-center overflow-hidden w-100\" style=\"max-width:760px;\">
<input class=\"form-control border-0 px-4 py-3 flex-grow-1\" type=\"search\" name=\"q\" placeholder=\"Où partez-vous ? (ex: Guadeloupe, New York, croisière…)\" aria-label=\"Rechercher\">
<button class=\"btn btn-primary rounded-0 px-4 py-3\" type=\"submit\">Rechercher</button>
</div>
</form>
<div class=\"d-flex gap-2 justify-content-center mt-3 flex-wrap\">
<a href=\"";
// line 43
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.circuit");
yield "\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' Circuit</a>
<a href=\"";
// line 44
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.escapade");
yield "\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' Escapade</a>
<a href=\"";
// line 45
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.roadtrip");
yield "\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' RoadTrip</a>
<a href=\"";
// line 46
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.croisiere");
yield "\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' Croisière</a>
</div>
</div>
</section>
";
// line 54
yield "<section class=\"py-5 bg-white\">
<div class=\"container\">
<header class=\"d-flex flex-wrap align-items-center justify-content-between gap-3 mb-3\">
<div>
<h2 class=\"h3 text-success mb-1 fw-bold\">Nos O'ffres du moment</h2>
<p class=\"text-muted mb-0\">Découvrez nos dernières expériences en immersion !</p>
</div>
<div class=\"d-flex gap-2 flex-wrap\">
<a href=\"";
// line 62
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.circuit");
yield "\" class=\"chip\">O' Circuit</a>
<a href=\"";
// line 63
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.escapade");
yield "\" class=\"chip\">O' Escapade</a>
<a href=\"";
// line 64
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.roadtrip");
yield "\" class=\"chip\">O' RoadTrip</a>
</div>
</header>
<div class=\"row g-3 g-md-4\">
";
// line 69
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["ourOffer"]) || array_key_exists("ourOffer", $context) ? $context["ourOffer"] : (function () { throw new RuntimeError('Variable "ourOffer" does not exist.', 69, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["o"]) {
// line 70
yield " <div class=\"col-12 col-sm-6 col-lg-3\">
<article class=\"card card-offer border-0 shadow-sm h-10s0 overflow-hidden rounded-4\">
";
// line 72
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["o"], "type", [], "any", false, false, false, 72), "id", [], "any", false, false, false, 72) == 1)) {
// line 73
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.escapade.destination", ["slug" => CoreExtension::getAttribute($this->env, $this->source, $context["o"], "slug", [], "any", false, false, false, 73)]), "html", null, true);
yield "\" class=\"stretched-link text-decoration-none text-white\">
";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 74
$context["o"], "type", [], "any", false, false, false, 74), "id", [], "any", false, false, false, 74) == 2)) {
// line 75
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.circuit.destination", ["slug" => CoreExtension::getAttribute($this->env, $this->source, $context["o"], "slug", [], "any", false, false, false, 75)]), "html", null, true);
yield "\" class=\"stretched-link text-decoration-none text-white\">
";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 76
$context["o"], "type", [], "any", false, false, false, 76), "id", [], "any", false, false, false, 76) == 3)) {
// line 77
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.roadtrip.destination", ["slug" => CoreExtension::getAttribute($this->env, $this->source, $context["o"], "slug", [], "any", false, false, false, 77)]), "html", null, true);
yield "\" class=\"stretched-link text-decoration-none text-white\">
";
}
// line 79
yield " <div class=\"ratio ratio-4x5\">
<img src=\"";
// line 80
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((((("img/offer/" . CoreExtension::getAttribute($this->env, $this->source, $context["o"], "file", [], "any", false, false, false, 80)) . "/") . CoreExtension::getAttribute($this->env, $this->source, $context["o"], "slug", [], "any", false, false, false, 80)) . "/") . CoreExtension::getAttribute($this->env, $this->source, $context["o"], "img", [], "any", false, false, false, 80))), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["o"], "file", [], "any", false, false, false, 80), "html", null, true);
yield "\" class=\"object-fit-cover w-100 h-100\">
</div>
<div class=\"card-img-overlay d-flex flex-column justify-content-end p-3 p-md-4\">
<span>";
// line 83
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["o"], "type", [], "any", false, false, false, 83), "name", [], "any", false, false, false, 83), "html", null, true);
yield "</span>
<h3 class=\"h5 fw-bold text-white text-shadow-sm mb-3\">";
// line 84
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["o"], "title", [], "any", false, false, false, 84), "html", null, true);
yield "</h3>
<div>
<span class=\"btn btn-outline-light btn-sm rounded-pill\">Découvrir</span>
</div>
</div>
</a>
</article>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['o'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 93
yield " </div>
<div class=\"section-divider mx-auto my-5\"></div>
</div>
</section>
";
// line 102
yield "<section class=\"py-5 bg-white\">
<div class=\"container\">
<header class=\"mb-3\">
<h2 class=\"h3 text-success mb-1 fw-bold\">Nos O'Sélections</h2>
<p class=\"text-muted mb-0\">Découvrez nos dernières expériences en immersion !</p>
</header>
<div class=\"row g-3 g-md-4\">
";
// line 111
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["offEscapade"]) || array_key_exists("offEscapade", $context) ? $context["offEscapade"] : (function () { throw new RuntimeError('Variable "offEscapade" does not exist.', 111, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["offer"]) {
// line 112
yield " <div class=\"col-12 col-sm-6 col-lg-3\">
<article class=\"card card-dest border-0 shadow-sm h-100 overflow-hidden rounded-4\">
";
// line 114
if (CoreExtension::getAttribute($this->env, $this->source, $context["offer"], "destination", [], "any", false, false, false, 114)) {
// line 115
yield " <a href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.escapade.destination", ["slug" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["offer"], "destination", [], "any", false, false, false, 115), "slug", [], "any", false, false, false, 115)]), "html", null, true);
yield "\" class=\"stretched-link text-decoration-none text-white\">
<div class=\"ratio ratio-4x5\">
<img src=\"";
// line 117
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(((("img/destination/" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["offer"], "destination", [], "any", false, false, false, 117), "slug", [], "any", false, false, false, 117)) . "/") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["offer"], "destination", [], "any", false, false, false, 117), "img", [], "any", false, false, false, 117))), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["offer"], "title", [], "any", false, false, false, 117), "html", null, true);
yield "\" class=\"object-fit-cover w-100 h-100\">
</div>
<div class=\"card-img-overlay d-flex flex-column justify-content-end p-3 p-md-4\">
";
// line 121
yield " <h3 class=\"h5 fw-bold text-white text-shadow-sm mb-0\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["offer"], "title", [], "any", false, false, false, 121), "html", null, true);
yield "</h3>
<div class=\"mt-3\">
<span class=\"btn btn-outline-light btn-sm rounded-pill\">Découvrir</span>
</div>
</div>
</a>
";
}
// line 128
yield " </article>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['offer'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 131
yield "
<div class=\"section-divider mx-auto my-5\"></div>
</div>
</section>
";
// line 139
yield "<section class=\"cta-parallax text-white text-center\">
";
// line 141
yield " <div class=\"cta-parallax__bg\" style=\"--bg:url('";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/para.jpg"), "html", null, true);
yield "');\"></div>
<div class=\"cta-parallax__overlay\"></div>
<div class=\"container position-relative py-5 py-lg-7\">
<h2 class=\"display-6 fw-bold text-shadow-sm mb-3\">Une envie de voyage particulière ?</h2>
";
// line 149
yield " <ul class=\"cta-chips list-unstyled mx-auto mb-3\" role=\"list\" aria-label=\"Idées de voyages\">
";
// line 150
$context["tags"] = ["Randonnée", "Road trip", "Croisière", "Immersion", "Aventure", "Découverte"];
// line 151
yield " ";
// line 154
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["continents"]) || array_key_exists("continents", $context) ? $context["continents"] : (function () { throw new RuntimeError('Variable "continents" does not exist.', 154, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
// line 155
yield " <a class=\"chip chip--ghost\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.continent", ["slug" => CoreExtension::getAttribute($this->env, $this->source, $context["c"], "slug", [], "any", false, false, false, 155)]), "html", null, true);
yield "\"><li>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["c"], "name", [], "any", false, false, false, 155), "html", null, true);
yield "</li></a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 157
yield " </ul>
<p class=\"opacity-90 mb-4\">Construisez votre voyage avec un spécialiste</p>
<div class=\"d-flex gap-2 justify-content-center flex-wrap\">
<a href=\"";
// line 162
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.contact");
yield "\" class=\"btn btn-outline-light rounded-pill\">Nous contacter</a>
<a href=\"";
// line 163
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.devis");
yield "\" class=\"btn btn-primary rounded-pill\">Demander un devis</a>
</div>
</div>
</section>
";
// line 171
yield "<section class=\"py-5 bg-white\">
<div class=\"container\">
";
// line 175
yield " <div class=\"row align-items-center g-4\">
<div class=\"col-12 col-lg-6\">
<div id=\"carouselAtouts\" class=\"carousel slide rounded-4 overflow-hidden shadow-sm\" data-bs-ride=\"carousel\">
<div class=\"carousel-inner\">
<div class=\"carousel-item active\">
<img src=\"";
// line 180
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/photo-agence.jpg"), "html", null, true);
yield "\" class=\"d-block w-100 object-fit-cover\" alt=\"Voyage 1\">
</div>
<div class=\"carousel-item\">
<img src=\"";
// line 183
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/photo-agence-0.jpg"), "html", null, true);
yield "\" class=\"d-block w-100 object-fit-cover\" alt=\"Voyage 2\">
</div>
</div>
<button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#carouselAtouts\" data-bs-slide=\"prev\">
<span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Précédent</span>
</button>
<button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#carouselAtouts\" data-bs-slide=\"next\">
<span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Suivant</span>
</button>
</div>
</div>
<div class=\"col-12 col-lg-6\">
<h2 class=\"h3 txt-ot-green fw-bold mb-3\">Pourquoi voyager avec O’TROPIK ?</h2>
<p class=\"text-muted\">Chez O’TROPIK, agence de voyage en Guadeloupe, nous croyons que chaque voyage doit être unique, conçu avec soin et entièrement adapté à vos envies. Spécialisée dans les voyages sur mesure au départ des Antilles, notre équipe met son expertise au service de vos projets d’évasion.</p>
<p class=\"text-muted\">Forte d’une solide expérience dans le secteur du tourisme et animée par une véritable passion pour le voyage, notre agence accompagne les voyageurs dans la création de séjours personnalisés, circuits et escapades vers des destinations d’exception.</p>
<p class=\"text-muted\">Notre priorité : vous offrir des vacances inoubliables, avec un accompagnement attentif et privilégié à chaque étape, de la conception de votre itinéraire jusqu’à votre retour en Guadeloupe.</p>
<div class=\"mt-4\">
<a href=\"";
// line 204
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("o.agency");
yield "\" class=\"btn btn-primary\">Découvrir notre agence</a>
</div>
</div>
</div>
";
// line 210
yield " <div class=\"row mt-5 mb-2\">
<div class=\"col-12 mb-3\">
<h2 class=\"h3 fw-bold txt-ot-green\">O’ Atouts</h2>
<p class=\"text-muted mb-0\">Parce que chaque détail compte, voici ce qui rend nos voyages uniques.</p>
</div>
";
// line 215
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["atouts"]) || array_key_exists("atouts", $context) ? $context["atouts"] : (function () { throw new RuntimeError('Variable "atouts" does not exist.', 215, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["a"]) {
// line 216
yield " <div class=\"col-12 col-md-6 col-lg-3 mb-3\">
<div class=\"p-3 text-center h-100 border rounded-4 shadow-sm\">
<strong class=\"txt-ot-green\">";
// line 218
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["a"], "title", [], "any", false, false, false, 218), "html", null, true);
yield "</strong><br>
<small class=\"text-muted\">";
// line 219
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["a"], "description", [], "any", false, false, false, 219), "html", null, true);
yield "</small>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['a'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 223
yield " </div>
<div class=\"section-divider mx-auto my-5\"></div>
</div>
</section>
<section>
<h2 class=\"h3 fw-bold txt-ot-green text-center\"> Accréditations & partenaires de confiance</h2>
<div class=\"partner-slider\">
<div class=\"track\">
<img src=\"/img/logos/apst.png\" alt=\"APST\">
<img src=\"/img/logos/assurever.png\" alt=\"Assurever\">
<img src=\"/img/logos/hiscox.png\" alt=\"Hiscox\">
<img src=\"/img/logos/iata.png\" alt=\"IATA\">
<img src=\"/img/logos/atout-france.png\" alt=\"Atout France\">
<img src=\"/img/logos/tourcom.png\" alt=\"TourCom\">
</div>
</div>
</section>
";
// line 264
yield "
";
// line 268
yield "<section class=\"py-5 bg-white\">
<div class=\"container\">
<div class=\"row text-center g-4\">
<div class=\"col-12 col-md-4\">
<div class=\"contact-ico mb-2\" style=\"font-size: 2em;color: #1a8754;\"><i class=\"bi bi-clock\"></i></div>
<h3 class=\"text-success h6 fw-bold\">Horaire Agence</h3>
<p class=\"small text-muted mb-0\">Du lundi au Vendredi de 09h à 12h et de 13H à 17h00 <br>Un samedi sur deux</p>
</div>
<div class=\"col-12 col-md-4\">
<div class=\"contact-ico mb-2\" style=\"font-size: 2em;color: #1a8754;\"><i class=\"bi bi-telephone\"></i></div>
<h3 class=\"text-success h6 fw-bold\">Téléphone</h3>
<p class=\"small text-muted mb-0\">
";
// line 281
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 281, $this->source); })()), "phone", [], "any", false, false, false, 281)) {
yield "
Bureau : <a class=\"link-info\" href=\"tel:+590590505134\">";
// line 282
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 282, $this->source); })()), "phone", [], "any", false, false, false, 282), "html", null, true);
yield "</a><br> ";
}
// line 283
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 283, $this->source); })()), "mobile", [], "any", false, false, false, 283)) {
yield "
Mobile : <a class=\"link-info\" href=\"tel:+590690357030\">";
// line 284
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 284, $this->source); })()), "mobile", [], "any", false, false, false, 284), "html", null, true);
yield "</a><br> ";
}
// line 285
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 285, $this->source); })()), "mobileTwo", [], "any", false, false, false, 285)) {
yield "
Mobile : <a class=\"link-info\" href=\"tel:+590690762562\">";
// line 286
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 286, $this->source); })()), "mobileTwo", [], "any", false, false, false, 286), "html", null, true);
yield "</a> ";
}
// line 287
yield "
</p>
</div>
<div class=\"col-12 col-md-4\">
<div class=\"contact-ico mb-2\" style=\"font-size: 2em;color: #1a8754;\"><i class=\"bi bi-geo-alt\"></i></div>
<h3 class=\"text-success h6 fw-bold\">Localisation</h3>
<p class=\"small text-muted mb-0\">";
// line 293
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 293, $this->source); })()), "adress", [], "any", false, false, false, 293), "html", null, true);
yield " <br> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 293, $this->source); })()), "zip", [], "any", false, false, false, 293), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["infos"]) || array_key_exists("infos", $context) ? $context["infos"] : (function () { throw new RuntimeError('Variable "infos" does not exist.', 293, $this->source); })()), "city", [], "any", false, false, false, 293), "html", null, true);
yield " </p>
</div>
</div>
</div>
</section>
<script>
document.addEventListener(\"DOMContentLoaded\", function () {
const slider = document.querySelector('.partner-slider');
const track = slider.querySelector('.track');
const logos = [...track.children];
const dotsContainer = slider.querySelector('.dots');
// clone images to simulate infinite scroll visually
logos.forEach(logo => {
const clone = logo.cloneNode(true);
track.appendChild(clone);
});
// create dots
logos.forEach((_, i) => {
const dot = document.createElement('span');
if (i === 0) dot.classList.add('active');
dotsContainer.appendChild(dot);
});
let index = 0;
const dots = [...dotsContainer.children];
setInterval(() => {
index = (index + 1) % logos.length;
dots.forEach(d => d.classList.remove('active'));
dots[index].classList.add('active');
}, 3000);
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "default/index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 561 => 293, 553 => 287, 549 => 286, 544 => 285, 540 => 284, 535 => 283, 531 => 282, 527 => 281, 512 => 268, 509 => 264, 484 => 223, 474 => 219, 470 => 218, 466 => 216, 462 => 215, 455 => 210, 447 => 204, 423 => 183, 417 => 180, 410 => 175, 405 => 171, 397 => 163, 393 => 162, 386 => 157, 375 => 155, 370 => 154, 368 => 151, 366 => 150, 363 => 149, 352 => 141, 349 => 139, 342 => 131, 334 => 128, 323 => 121, 315 => 117, 309 => 115, 307 => 114, 303 => 112, 299 => 111, 288 => 102, 280 => 93, 265 => 84, 261 => 83, 253 => 80, 250 => 79, 244 => 77, 242 => 76, 237 => 75, 235 => 74, 230 => 73, 228 => 72, 224 => 70, 220 => 69, 212 => 64, 208 => 63, 204 => 62, 194 => 54, 186 => 46, 182 => 45, 178 => 44, 174 => 43, 163 => 35, 157 => 32, 153 => 30, 147 => 28, 140 => 26, 138 => 25, 134 => 23, 131 => 19, 121 => 18, 109 => 15, 102 => 10, 98 => 9, 91 => 4, 81 => 3, 61 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}OTropik – Agence de voyage en Guadeloupe | Circuits & Séjours sur mesure{% endblock %}
{% block seo %}
<meta name=\"description\" content=\"Découvrez OTropik, agence de voyages proposant circuits, séjours, roadtrips et croisières sur mesure depuis la Guadeloupe vers le monde entier.\" >
\t<meta property=\"og:title\" content=\"OTropik – Agence de voyages, circuits et séjours sur mesure\" />
\t<meta property=\"og:type\" content=\"Website\" />
\t<meta property=\"og:description\" content=\"Explorez le monde avec OTropik : circuits, séjours, roadtrips et croisières sur mesure depuis la Guadeloupe.\" />
\t<meta property=\"og:url\" content=\"{{absolute_url( app.request.uri)}}\" />
\t<meta property=\"og:image\" content=\"{#{asset('img/asset/cardimg-fb.jpg')}#}\" />
\t<meta name =\"twitter:card\" content=\"summary_large_image\" />
\t<meta name=\"twitter:title\" content=\"OTropik – Agence de voyages, circuits et séjours sur mesure\">
\t<meta name=\"twitter:description\" content=\"Explorez le monde avec OTropik : circuits, séjours, roadtrips et croisières sur mesure depuis la Guadeloupe.\">
\t<meta name=\"twitter:image\" content=\"{#{asset('img/asset/cardimg-fb.jpg')}#}\">
{% endblock %}
{% block body %}
{# -----------------------------
HERO avec fond + recherche
------------------------------ #}
<section class=\"section-hero position-relative\">
<picture>
{% if banner.img %}
<img src=\"{{ asset('img/banner/')}}{{banner.img}}\" alt=\"Plage paradisiaque\" class=\"hero-bg w-100 h-100\">
{% else %}
<img src=\"{{ asset('img/3004.jpg') }}\" alt=\"Plage paradisiaque en Guadeloupe\" class=\"hero-bg w-100 h-100\">
{% endif %}
</picture>
<div class=\"hero-overlay container py-5 text-center text-white\">
<img src=\"{{ asset('img/logo-otropik.png') }}\" alt=\"Otropik\" class=\"mb-3\" style=\"max-width: 240px; height: auto;\">
<p class=\"lead fw-semibold text-shadow-sm\">N'imaginez plus vos vacances, vivez-les !</p>
<form class=\"d-flex justify-content-center mt-4\" action=\"{{ path('search') }}\" method=\"get\" role=\"search\" aria-label=\"Recherche de séjours\">
<div class=\"search-pill bg-white rounded-pill shadow-lg d-flex align-items-center overflow-hidden w-100\" style=\"max-width:760px;\">
<input class=\"form-control border-0 px-4 py-3 flex-grow-1\" type=\"search\" name=\"q\" placeholder=\"Où partez-vous ? (ex: Guadeloupe, New York, croisière…)\" aria-label=\"Rechercher\">
<button class=\"btn btn-primary rounded-0 px-4 py-3\" type=\"submit\">Rechercher</button>
</div>
</form>
<div class=\"d-flex gap-2 justify-content-center mt-3 flex-wrap\">
<a href=\"{{ path('o.circuit') }}\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' Circuit</a>
<a href=\"{{ path('o.escapade') }}\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' Escapade</a>
<a href=\"{{ path('o.roadtrip') }}\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' RoadTrip</a>
<a href=\"{{ path('o.croisiere') }}\" class=\"btn btn-outline-light btn-sm rounded-pill\">O' Croisière</a>
</div>
</div>
</section>
{# -----------------------------
Offres du moment + chips
------------------------------ #}
<section class=\"py-5 bg-white\">
<div class=\"container\">
<header class=\"d-flex flex-wrap align-items-center justify-content-between gap-3 mb-3\">
<div>
<h2 class=\"h3 text-success mb-1 fw-bold\">Nos O'ffres du moment</h2>
<p class=\"text-muted mb-0\">Découvrez nos dernières expériences en immersion !</p>
</div>
<div class=\"d-flex gap-2 flex-wrap\">
<a href=\"{{ path('o.circuit') }}\" class=\"chip\">O' Circuit</a>
<a href=\"{{ path('o.escapade') }}\" class=\"chip\">O' Escapade</a>
<a href=\"{{ path('o.roadtrip') }}\" class=\"chip\">O' RoadTrip</a>
</div>
</header>
<div class=\"row g-3 g-md-4\">
{% for o in ourOffer %}
<div class=\"col-12 col-sm-6 col-lg-3\">
<article class=\"card card-offer border-0 shadow-sm h-10s0 overflow-hidden rounded-4\">
{% if o.type.id == 1 %}
<a href=\"{{ path('o.escapade.destination',{slug:o.slug})}}\" class=\"stretched-link text-decoration-none text-white\">
{% elseif o.type.id == 2 %}
<a href=\"{{ path('o.circuit.destination',{slug:o.slug})}}\" class=\"stretched-link text-decoration-none text-white\">
{% elseif o.type.id == 3 %}
<a href=\"{{ path('o.roadtrip.destination',{slug:o.slug})}}\" class=\"stretched-link text-decoration-none text-white\">
{% endif %}
<div class=\"ratio ratio-4x5\">
<img src=\"{{asset('img/offer/' ~ o.file ~ '/' ~ o.slug ~ '/' ~ o.img)}}\" alt=\"{{ o.file }}\" class=\"object-fit-cover w-100 h-100\">
</div>
<div class=\"card-img-overlay d-flex flex-column justify-content-end p-3 p-md-4\">
<span>{{ o.type.name }}</span>
<h3 class=\"h5 fw-bold text-white text-shadow-sm mb-3\">{{ o.title }}</h3>
<div>
<span class=\"btn btn-outline-light btn-sm rounded-pill\">Découvrir</span>
</div>
</div>
</a>
</article>
</div>
{% endfor %}
</div>
<div class=\"section-divider mx-auto my-5\"></div>
</div>
</section>
{# -----------------------------
O'Selection (grille 4 cartes)
------------------------------ #}
<section class=\"py-5 bg-white\">
<div class=\"container\">
<header class=\"mb-3\">
<h2 class=\"h3 text-success mb-1 fw-bold\">Nos O'Sélections</h2>
<p class=\"text-muted mb-0\">Découvrez nos dernières expériences en immersion !</p>
</header>
<div class=\"row g-3 g-md-4\">
{% for offer in offEscapade %}
<div class=\"col-12 col-sm-6 col-lg-3\">
<article class=\"card card-dest border-0 shadow-sm h-100 overflow-hidden rounded-4\">
{% if offer.destination %}
<a href=\"{{ path('o.escapade.destination',{slug:offer.destination.slug}) }}\" class=\"stretched-link text-decoration-none text-white\">
<div class=\"ratio ratio-4x5\">
<img src=\"{{asset('img/destination/' ~ offer.destination.slug ~ '/' ~ offer.destination.img)}}\" alt=\"{{ offer.title }}\" class=\"object-fit-cover w-100 h-100\">
</div>
<div class=\"card-img-overlay d-flex flex-column justify-content-end p-3 p-md-4\">
{# <span class=\"badge bg-light text-dark rounded-pill small mb-2\">{{ c.badge }}</span> #}
<h3 class=\"h5 fw-bold text-white text-shadow-sm mb-0\">{{ offer.title }}</h3>
<div class=\"mt-3\">
<span class=\"btn btn-outline-light btn-sm rounded-pill\">Découvrir</span>
</div>
</div>
</a>
{% endif %}
</article>
</div>
{% endfor %}
<div class=\"section-divider mx-auto my-5\"></div>
</div>
</section>
{# -----------------------------
Bandeau CTA parallax
------------------------------ #}
<section class=\"cta-parallax text-white text-center\">
{# bg en CSS via variable -> parallax #}
<div class=\"cta-parallax__bg\" style=\"--bg:url('{{ asset('img/para.jpg') }}');\"></div>
<div class=\"cta-parallax__overlay\"></div>
<div class=\"container position-relative py-5 py-lg-7\">
<h2 class=\"display-6 fw-bold text-shadow-sm mb-3\">Une envie de voyage particulière ?</h2>
{# tags / chips #}
<ul class=\"cta-chips list-unstyled mx-auto mb-3\" role=\"list\" aria-label=\"Idées de voyages\">
{% set tags = ['Randonnée','Road trip','Croisière','Immersion','Aventure','Découverte'] %}
{#{% for t in tags %}
<li class=\"chip chip--ghost\">{{ t }}</li>
{% endfor %}#}
{% for c in continents %}
<a class=\"chip chip--ghost\" href=\"{{path('o.continent',{slug:c.slug})}}\"><li>{{ c.name }}</li></a>
{% endfor %}
</ul>
<p class=\"opacity-90 mb-4\">Construisez votre voyage avec un spécialiste</p>
<div class=\"d-flex gap-2 justify-content-center flex-wrap\">
<a href=\"{{ path('o.contact') }}\" class=\"btn btn-outline-light rounded-pill\">Nous contacter</a>
<a href=\"{{ path('o.devis') }}\" class=\"btn btn-primary rounded-pill\">Demander un devis</a>
</div>
</div>
</section>
{# -----------------------------
Pourquoi voyager avec nous + O’Atouts
------------------------------ #}
<section class=\"py-5 bg-white\">
<div class=\"container\">
{# --- Partie Pourquoi voyager avec nous --- #}
<div class=\"row align-items-center g-4\">
<div class=\"col-12 col-lg-6\">
<div id=\"carouselAtouts\" class=\"carousel slide rounded-4 overflow-hidden shadow-sm\" data-bs-ride=\"carousel\">
<div class=\"carousel-inner\">
<div class=\"carousel-item active\">
<img src=\"{{ asset('img/photo-agence.jpg') }}\" class=\"d-block w-100 object-fit-cover\" alt=\"Voyage 1\">
</div>
<div class=\"carousel-item\">
<img src=\"{{ asset('img/photo-agence-0.jpg') }}\" class=\"d-block w-100 object-fit-cover\" alt=\"Voyage 2\">
</div>
</div>
<button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#carouselAtouts\" data-bs-slide=\"prev\">
<span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Précédent</span>
</button>
<button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#carouselAtouts\" data-bs-slide=\"next\">
<span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>
<span class=\"visually-hidden\">Suivant</span>
</button>
</div>
</div>
<div class=\"col-12 col-lg-6\">
<h2 class=\"h3 txt-ot-green fw-bold mb-3\">Pourquoi voyager avec O’TROPIK ?</h2>
<p class=\"text-muted\">Chez O’TROPIK, agence de voyage en Guadeloupe, nous croyons que chaque voyage doit être unique, conçu avec soin et entièrement adapté à vos envies. Spécialisée dans les voyages sur mesure au départ des Antilles, notre équipe met son expertise au service de vos projets d’évasion.</p>
<p class=\"text-muted\">Forte d’une solide expérience dans le secteur du tourisme et animée par une véritable passion pour le voyage, notre agence accompagne les voyageurs dans la création de séjours personnalisés, circuits et escapades vers des destinations d’exception.</p>
<p class=\"text-muted\">Notre priorité : vous offrir des vacances inoubliables, avec un accompagnement attentif et privilégié à chaque étape, de la conception de votre itinéraire jusqu’à votre retour en Guadeloupe.</p>
<div class=\"mt-4\">
<a href=\"{{ path('o.agency') }}\" class=\"btn btn-primary\">Découvrir notre agence</a>
</div>
</div>
</div>
{# --- O’Atouts (sous la row principale) --- #}
<div class=\"row mt-5 mb-2\">
<div class=\"col-12 mb-3\">
<h2 class=\"h3 fw-bold txt-ot-green\">O’ Atouts</h2>
<p class=\"text-muted mb-0\">Parce que chaque détail compte, voici ce qui rend nos voyages uniques.</p>
</div>
{% for a in atouts %}
<div class=\"col-12 col-md-6 col-lg-3 mb-3\">
<div class=\"p-3 text-center h-100 border rounded-4 shadow-sm\">
<strong class=\"txt-ot-green\">{{a.title}}</strong><br>
<small class=\"text-muted\">{{a.description}}</small>
</div>
</div>
{% endfor %}
</div>
<div class=\"section-divider mx-auto my-5\"></div>
</div>
</section>
<section>
<h2 class=\"h3 fw-bold txt-ot-green text-center\"> Accréditations & partenaires de confiance</h2>
<div class=\"partner-slider\">
<div class=\"track\">
<img src=\"/img/logos/apst.png\" alt=\"APST\">
<img src=\"/img/logos/assurever.png\" alt=\"Assurever\">
<img src=\"/img/logos/hiscox.png\" alt=\"Hiscox\">
<img src=\"/img/logos/iata.png\" alt=\"IATA\">
<img src=\"/img/logos/atout-france.png\" alt=\"Atout France\">
<img src=\"/img/logos/tourcom.png\" alt=\"TourCom\">
</div>
</div>
</section>
{# -----------------------------
Call to action (bandeau photo)
------------------------------
<section class=\"position-relative overflow-hidden\">
<div class=\"ratio ratio-21x9\">
<img src=\"{{ asset('img/cta-tourist.jpg') }}\" alt=\"Famille en voyage\" class=\"object-fit-cover w-100 h-100\">
</div>
<div class=\"position-absolute top-0 start-0 w-100 h-100 d-flex align-items-center\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 col-lg-6 text-white\">
<h2 class=\"h4 mb-1\">Call to action</h2>
<p class=\"mb-0 opacity-90\">Accroche…</p>
</div>
</div>
</div>
</div>
</section>. #}
{# -----------------------------
Infos contact (3 colonnes)
------------------------------ #}
<section class=\"py-5 bg-white\">
<div class=\"container\">
<div class=\"row text-center g-4\">
<div class=\"col-12 col-md-4\">
<div class=\"contact-ico mb-2\" style=\"font-size: 2em;color: #1a8754;\"><i class=\"bi bi-clock\"></i></div>
<h3 class=\"text-success h6 fw-bold\">Horaire Agence</h3>
<p class=\"small text-muted mb-0\">Du lundi au Vendredi de 09h à 12h et de 13H à 17h00 <br>Un samedi sur deux</p>
</div>
<div class=\"col-12 col-md-4\">
<div class=\"contact-ico mb-2\" style=\"font-size: 2em;color: #1a8754;\"><i class=\"bi bi-telephone\"></i></div>
<h3 class=\"text-success h6 fw-bold\">Téléphone</h3>
<p class=\"small text-muted mb-0\">
{% if infos.phone %}
Bureau : <a class=\"link-info\" href=\"tel:+590590505134\">{{infos.phone}}</a><br> {% endif %}
{% if infos.mobile %}
Mobile : <a class=\"link-info\" href=\"tel:+590690357030\">{{infos.mobile}}</a><br> {% endif %}
{% if infos.mobileTwo %}
Mobile : <a class=\"link-info\" href=\"tel:+590690762562\">{{infos.mobileTwo}}</a> {% endif %}
</p>
</div>
<div class=\"col-12 col-md-4\">
<div class=\"contact-ico mb-2\" style=\"font-size: 2em;color: #1a8754;\"><i class=\"bi bi-geo-alt\"></i></div>
<h3 class=\"text-success h6 fw-bold\">Localisation</h3>
<p class=\"small text-muted mb-0\">{{infos.adress}} <br> {{infos.zip}} {{infos.city}} </p>
</div>
</div>
</div>
</section>
<script>
document.addEventListener(\"DOMContentLoaded\", function () {
const slider = document.querySelector('.partner-slider');
const track = slider.querySelector('.track');
const logos = [...track.children];
const dotsContainer = slider.querySelector('.dots');
// clone images to simulate infinite scroll visually
logos.forEach(logo => {
const clone = logo.cloneNode(true);
track.appendChild(clone);
});
// create dots
logos.forEach((_, i) => {
const dot = document.createElement('span');
if (i === 0) dot.classList.add('active');
dotsContainer.appendChild(dot);
});
let index = 0;
const dots = [...dotsContainer.children];
setInterval(() => {
index = (index + 1) % logos.length;
dots.forEach(d => d.classList.remove('active'));
dots[index].classList.add('active');
}, 3000);
});
</script>
{% endblock %}", "default/index.html.twig", "/home/ladomitiyc/otropik/templates/default/index.html.twig");
}
}