<?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;
/* pages/about-booker.html.twig */
class __TwigTemplate_13948d619b61ccf79e284c53fe59cdad extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "pages/basehome.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", "pages/about-booker.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/about-booker.html.twig"));
$this->parent = $this->loadTemplate("pages/basehome.html.twig", "pages/about-booker.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 3
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 4
yield " <!-- CUSTOM CSS -->
<link href=\"";
// line 5
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/tailwind.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/home.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/pages/about-booker.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<link href=\"";
// line 8
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/css/header1.css"), "html", null, true);
yield "\" rel=\"stylesheet\" />
<!-- REVOLUTION SLIDER CSS -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/rev-slider-files/fonts/font-awesome/css/font-awesome.css"), "html", null, true);
yield "\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/rev-slider-files/css/settings.css"), "html", null, true);
yield "\" />
<!-- Font Awesome fr icons -->
<script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
<!-- REVOLUTION LAYERS STYLES -->
<style>
.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 800;
font-style: normal;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 20px;
font-weight: 500;
font-style: normal;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 4px
}
.tp-caption.NotGeneric-Icon,
.NotGeneric-Icon {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px
}
.tp-caption.NotGeneric-Button,
.NotGeneric-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 14px;
font-weight: 500;
font-style: normal;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px
}
.tp-caption.NotGeneric-Button:hover,
.NotGeneric-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 98
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 $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("About Coach"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 99
public function block_content($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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 100
yield " <main>
<section id=\"hero\" class=\"background-image\" data-background=\"url('";
// line 101
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/people.jpg"), "html", null, true);
yield "')\" style=\"background-image: url('";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/people.jpg"), "html", null, true);
yield "');\">
<div class=\"opacity-mask\" data-opacity-mask=\"rgba(0, 0, 0, 0.6)\" style=\"background-color: rgb(0 0 0 / 70%);\">
<div class=\"intro_title m-auto\">
<h3 class=\"animated fadeInDown\">Pourquoi Bookoach</h3>
<p class=\"animated fadeInDown\">Faire appel à un coach, c'est investir en vous-même</p>
</div>
</div>
<div class=\"relative broadcamb\">
<ol class=\"d-block my-1\">
<li><a href=\"/\" class=\"back-to-home \"> Home</a></li>
<li><i class=\"fa-solid fa-angle-right px-1\"></i><a href=\"/\" class=\"back-to-home \"> About Us</a></li>
</ol>
</div>
<!-- End opacity-mask-->
</section>
<section class=\"container\">
<div class=\"row py-12\">
<div class=\" col-md-4 col-sm-6 cardInfo icon-container h-100\" color=\"background.lightest\" data-testid=\"action-card\"
role=\"link\" tabindex=\"0\">
<div class=\" gJzoyp\">
<div color=\"primary.light\" height=\"48\" width=\"48\" class=\" Flex-sc-1yrtwh8-0 iconCard fBIvts\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" aria-hidden=\"true\"
fill=\"currentcolor\" tabindex=\"-1\" focusable=\"false\" role=\"img\" color=\"primary\" class=\" gHvJpT \">
<path
d=\"M23 12l-2.4 2.7.3 3.5-3.6.8-1.9 3-3.4-1.4L8.6 22l-1.9-3-3.6-.8.3-3.5L1 12l2.4-2.7-.3-3.5L6.7 5l1.9-3L12 3.4 15.4 2l1.9 3 3.6.8-.3 3.5L23 12zm-10.8-.6c-1.3-.3-1.8-.7-1.8-1.3 0-.6.6-1.1 1.6-1.1s1.4.5 1.5 1.2h1.3c0-1-.7-1.9-1.9-2.2V6.7h-1.8V8c-1.1.2-2 1-2 2.1 0 1.3 1.1 2 2.8 2.4 1.5.4 1.8.9 1.8 1.4 0 .4-.3 1-1.6 1-1.2 0-1.7-.5-1.8-1.2H9c.1 1.3 1 2 2.2 2.2v1.3H13V16c1.1-.2 2.1-.9 2.1-2.1-.1-1.6-1.5-2.2-2.9-2.5z\">
</path>
</svg>
</div>
</div>
<div width=\"100%\" class=\" Flex-sc-1yrtwh8-0 w-100 eXojDc\">
<div class=\" Flex-sc-1yrtwh8-0 dYwMnq DwOrM\">
<div font-weight=\"700\" sl-hashcode=\"28cd6c8a1e31572799b8915b70a38c85\" font-size=\"14px\"
class=\" sc-hCPjZK hUMycB cxqTGF\">Personnalisé </div>
<div font-weight=\"500\" font-size=\"12px\" letter-spacing=\"0.006rem\" class=\" jmDgxx\">Coaching adapté et diversifié pour vos besoins spécifiques.</div>
</div>
</div>
</div>
<div class=\" col-md-4 col-sm-6 cardInfo icon-container h-100\" color=\"background.lightest\" data-testid=\"action-card\"
role=\"link\" tabindex=\"0\">
<div class=\" gJzoyp\">
<div color=\"primary.light\" height=\"48\" width=\"48\" class=\" Flex-sc-1yrtwh8-0 iconCard fBIvts\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" aria-hidden=\"true\"
fill=\"currentcolor\" tabindex=\"-1\" focusable=\"false\" role=\"img\" color=\"primary\" class=\" gHvJpT \">
<path
d=\"M23 12l-2.4 2.7.3 3.5-3.6.8-1.9 3-3.4-1.4L8.6 22l-1.9-3-3.6-.8.3-3.5L1 12l2.4-2.7-.3-3.5L6.7 5l1.9-3L12 3.4 15.4 2l1.9 3 3.6.8-.3 3.5L23 12zm-10.8-.6c-1.3-.3-1.8-.7-1.8-1.3 0-.6.6-1.1 1.6-1.1s1.4.5 1.5 1.2h1.3c0-1-.7-1.9-1.9-2.2V6.7h-1.8V8c-1.1.2-2 1-2 2.1 0 1.3 1.1 2 2.8 2.4 1.5.4 1.8.9 1.8 1.4 0 .4-.3 1-1.6 1-1.2 0-1.7-.5-1.8-1.2H9c.1 1.3 1 2 2.2 2.2v1.3H13V16c1.1-.2 2.1-.9 2.1-2.1-.1-1.6-1.5-2.2-2.9-2.5z\">
</path>
</svg>
</div>
</div>
<div width=\"100%\" class=\" Flex-sc-1yrtwh8-0 w-100 eXojDc\">
<div class=\" Flex-sc-1yrtwh8-0 dYwMnq DwOrM\">
<div font-weight=\"700\" sl-hashcode=\"28cd6c8a1e31572799b8915b70a38c85\" font-size=\"14px\"
class=\" sc-hCPjZK hUMycB cxqTGF\">Sélection rigoureuse </div>
<div font-weight=\"500\" font-size=\"12px\" letter-spacing=\"0.006rem\" class=\" jmDgxx\">Tous nos coachs passent par un processus de sélection strict pour s'assurer qu'ils possèdent les compétences et l'expérience nécessaires pour vous aider.</div>
</div>
</div>
</div>
<div class=\" col-md-4 col-sm-6 cardInfo icon-container h-100\" color=\"background.lightest\" data-testid=\"action-card\"
role=\"link\" tabindex=\"0\">
<div class=\" gJzoyp\">
<div color=\"primary.light\" height=\"48\" width=\"48\" class=\" Flex-sc-1yrtwh8-0 iconCard fBIvts\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" aria-hidden=\"true\"
fill=\"currentcolor\" tabindex=\"-1\" focusable=\"false\" role=\"img\" color=\"primary\" class=\" gHvJpT \">
<path
d=\"M23 12l-2.4 2.7.3 3.5-3.6.8-1.9 3-3.4-1.4L8.6 22l-1.9-3-3.6-.8.3-3.5L1 12l2.4-2.7-.3-3.5L6.7 5l1.9-3L12 3.4 15.4 2l1.9 3 3.6.8-.3 3.5L23 12zm-10.8-.6c-1.3-.3-1.8-.7-1.8-1.3 0-.6.6-1.1 1.6-1.1s1.4.5 1.5 1.2h1.3c0-1-.7-1.9-1.9-2.2V6.7h-1.8V8c-1.1.2-2 1-2 2.1 0 1.3 1.1 2 2.8 2.4 1.5.4 1.8.9 1.8 1.4 0 .4-.3 1-1.6 1-1.2 0-1.7-.5-1.8-1.2H9c.1 1.3 1 2 2.2 2.2v1.3H13V16c1.1-.2 2.1-.9 2.1-2.1-.1-1.6-1.5-2.2-2.9-2.5z\">
</path>
</svg>
</div>
</div>
<div width=\"100%\" class=\" Flex-sc-1yrtwh8-0 w-100 eXojDc\">
<div class=\" Flex-sc-1yrtwh8-0 dYwMnq DwOrM\">
<div font-weight=\"700\" sl-hashcode=\"28cd6c8a1e31572799b8915b70a38c85\" font-size=\"14px\"
class=\" sc-hCPjZK hUMycB cxqTGF\">Accessibilité </div>
<div font-weight=\"500\" font-size=\"12px\" letter-spacing=\"0.006rem\" class=\" jmDgxx\">Notre plateforme en ligne vous permet de trouver et de contacter des coachs facilement, où que vous soyez.</div>
</div>
</div>
</div>
</div>
</section>
<section class=\" pb-28 pt-16\">
<div class=\"sm:w-2/3 w-full mx-auto \">
<div class=\"\">
<div class=\"top-text-1 text-center mt-5 \">
<h5 class=\"text-4xl font-semibold\">\"Votre réussite, notre mission\"</h5>
<p class=\" sm:text-xl text-sm p-2 pt-4\" style=\"border: none;\">Faire appel à un coach, c'est investir en vous-même. Bookoach vous offre la possibilité d'atteindre vos objectifs en organisant des séjours bien-être près de chez vous ou à l'étranger, ou tout simplement, en vous accompagnant directement à votre domicile grâce à la vidéo-conférence. Seul ou en groupe, nos coachs sont à votre disposition.
</p>
</div>
</div>
</div>
</section>
<section class=\"my-12 sm:mb-12 mb-0 \">
<div class=\"py-12\">
<div class=\"card-cont row container\">
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url(";
// line 207
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/david-monje-77AW8rM9KGg-unsplash.jpg"), "html", null, true);
yield ");\"></div></div>
</div>
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center relative\">
<div class=\"top-head mt-3 sm:mt-0\">À propos de Bookoach Coach</div>
<div class=\"under-head text-xl sm:text-4xl\"> Les séjours organisés</div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\">À l'étranger ou près de chez vous : nos coachs organisent chaque détail de votre séjour. L’organisation d’un séjour par un coach se déroule en plusieurs étapes clés pour garantir la meilleure expérience</p>
</div>
</div>
</div>
<div class=\"gray-background py-12\">
<div class=\"card-cont row container \">
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center \">
<div class=\"top-head \">À propos de Bookoach Client</div>
<div class=\"under-head text-xl sm:text-4xl\"> Le coaching personnalisé </div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\">Le coaching personnalisé est un accompagnement individualisé offert par un coach professionnel pour aider une personne à atteindre ses objectifs personnels ou professionnels. Contrairement à des programmes de développement standardisés, le coaching personnalisé est adapté aux besoins, aux aspirations et à la situation unique de chaque individu. Cela implique des sessions de travail individuelles, où le coach et le booker travaillent en étroite collaboration pour identifier des objectifs clairs, élaborer des stratégies efficaces et surmonter les obstacles qui se dressent sur le chemin de la réussite.</p>
</div>
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url(";
// line 230
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/neom-fYTVHcpak2g-unsplash.jpg"), "html", null, true);
yield ");\"></div></div>
</div>
</div>
</div>
<div class=\"py-12\">
<div class=\"card-cont row container\">
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url(";
// line 239
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/david-monje-77AW8rM9KGg-unsplash.jpg"), "html", null, true);
yield ");\"></div></div>
</div>
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center relative\">
<div class=\"top-head mt-3 sm:mt-0\">À propos de Bookoach Coach</div>
<div class=\"under-head text-xl sm:text-4xl\"> Coaching en groupe</div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\"> Chez Bookoach, nous croyons dans la dynamique de groupe pour stimuler la motivation. Que ce soit avec des amis, des collègues ou des membres de votre famille, le coaching en groupe offre un environnement de soutien où chacun peut partager ses expériences, apprendre des autres et progresser ensemble. Rejoignez nos sessions de coaching en groupe pour bénéficier d'un soutien mutuel et atteindre vos objectifs collectivement.</p>
</div>
</div>
</div>
<div class=\"gray-background py-12\">
<div class=\"card-cont row container \">
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center \">
<div class=\"top-head \">À propos de Bookoach Client</div>
<div class=\"under-head text-xl sm:text-4xl\"> Coaching en Visio</div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\"> Bookoach propose de réaliser vos séances coaching en visio-conférence. Peu importe où vous vous trouvez, le coaching en visio vous permet d’accéder à des coachs qualifiés sans les contraintes de déplacement. Que vous soyez chez vous ou en voyage, vous pouvez toujours bénéficier du soutien dont vous avez besoin.</p>
</div>
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url(";
// line 258
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/neom-fYTVHcpak2g-unsplash.jpg"), "html", null, true);
yield ");\"></div></div>
</div>
</div>
</div>
</section>
<section class=\" py-0 sm:py-15 sm:mt-5 mt-0 mt-sm-0 \" style=\"\">
<div class=\"row mx-2\" style=\"max-width: 100%;\">
<div class=\"col-md-6 col-sm-12 px-0 img-fullbanner\" >
<img src=\"";
// line 269
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/people.jpg"), "html", null, true);
yield "\" class=\"object-cover h-100\" alt=\"\">
</div>
<div class=\"col-md-5 flex items-center ms-1 ms-sm-5 col-sm-12\">
<div class=\"\">
<h2 class=\"leading-none text-2xl sm:text-6xl mt-md-5 mb-1 sm:mb-4 mt-4 mt-sm-0 font-extrabold \">À l'étranger ou près de chez vous </h2>
<h3 class=\"font-normal sm:font-medium text-lg sm:text-3xl mb-0 sm:mb-3\">
Nos coachs organisent chaque détail de votre séjour.
</h3>
<div class=\"py-3 \">
<p class=\"p-fullbanner\">L’organisation d’un séjour par un coach se déroule en plusieurs étapes clés pour garantir la meilleure expérience</p>
</div>
<div class=\"topic-list py-3\">
<a class=\"topic-item flex items-start pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Définir ses objectifs : </span> Le coach commence par comprendre vos attentes et objectifs pour le séjour, qu'il s'agisse de développement personnel, de relaxation, de formation professionnelle ou d'une autre finalité.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Conception du programme : </span> En fonction de vos objectifs, le coach crée un programme sur mesure, intégrant des activités, des ateliers, des séances de coaching ou des moments de détente. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Réservation de l’hébergement : </span>Le coach sélectionne des hébergements adaptés. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Organisation du transport :</span > Pour faciliter votre arrivée à destination, le coach fournit des informations sur les moyens de transport. Les trajets (vols, trains) sont à votre charge. Le coach peut organiser des transferts privés si nécessaire entre l’aéroport et votre lieu d’hébergement.</span> </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Gestion des détails pratiques :</span > Le coach fournit des informations complètes sur la destination (climat, culture, langue, sécurité, visa, vaccination, monnaie).</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Suivi personnalisé : </span > Tout au long du séjour, le coach reste disponible pour résoudre tout problème éventuel, adapter le programme si nécessaire, et s’assurer que tout se déroule comme prévu.</span>
</a>
</div>
</div>
</div>
</div>
</section>
<div class=\"mt-14 mb-8 \">
<div class=\"pb-1 container relative\">
<!-- \t\t\t\t\t\t\t
<div class=\"container-jumpright d-none d-xl-block jump z-index-negative\">
<img decoding=\"async\" class=\"\" src=\"";
// line 334
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/"), "html", null, true);
yield "img//about/Dot.png\">
</div>
<div class=\"container-jumpleft d-none d-xl-block jump z-index-negative\">
<img decoding=\"async\" class=\"\" src=\"";
// line 337
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/"), "html", null, true);
yield "img//about/Dot.png\">
</div>
-->
<div class=\"text-center m-auto banner-image\" >
<div class=\"row m-3 my-5 flex justify-center items-center\">
<div class=\"col-md-6 col-sm-12 mt-4 mt-sm-0\">
<img src=\"";
// line 344
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/Bookoach-key-visual-.png"), "html", null, true);
yield "\" alt=\"\">
</div>
</div>
</div>
</div>
</div>
<section class=\"py-15 mt-5 mt-sm-0 \">
<div class=\"row mx-2\" style=\"max-width: 100%;\">
<div class=\"col-md-6 col-sm-12 px-0 img-fullbanner\" >
<img src=\"";
// line 355
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/images/people.jpg"), "html", null, true);
yield "\" class=\"object-cover h-100\" alt=\"\">
</div>
<div class=\"col-md-5 flex items-center ms-1 ms-sm-5 col-sm-12\">
<div class=\"\">
<h2 class=\"leading-none text-2xl sm:text-6xl mt-md-5 mb-1 sm:mb-4 mt-4 mt-sm-0 font-extrabold \">Le coaching personnalisé </h2>
<h3 class=\"font-normal sm:font-medium text-lg sm:text-3xl mb-0 sm:mb-3\">
Un outil pour son développement personnel ou professionnel ?
</h3>
";
// line 369
yield "
<div class=\"topic-list py-3\">
<a class=\"topic-item flex items-start pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Objectifs clarifiés : </span> Le coaching personnalisé aide à définir des objectifs précis et réalisables. Un coach peut vous aider à voir plus clairement ce que vous voulez atteindre et à établir un plan d'action concret pour y parvenir.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Planification stratégique : </span> En travaillant avec un coach, vous pouvez élaborer des stratégies sur mesure pour atteindre vos objectifs. Le coach apporte une perspective extérieure et une expertise qui vous permettent de voir les choses sous un nouvel angle. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Motivation et responsabilisation : </span>Avoir un coach vous aide à rester motivé et responsable. Les sessions régulières de coaching vous encouragent à continuer à progresser et à surmonter les obstacles. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Développement des compétences :</span > Le coaching personnalisé permet d'identifier et de développer les compétences nécessaires pour atteindre vos objectifs. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Confiance en soi :</span > En travaillant sur vos forces et en surmontant vos faiblesses avec l'aide d'un coach, vous pouvez renforcer votre confiance en vous. Une meilleure estime de soi vous permet de prendre des décisions plus audacieuses et de saisir de nouvelles opportunités.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Adaptabilité : </span > Le coaching personnalisé vous aide à mieux gérer le changement et à vous adapter à de nouvelles situations. Cela est particulièrement utile dans un contexte professionnel en constante évolution.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Équilibre vie professionnelle/Vie personnelle : </span > -\t Un coach peut vous aider à trouver un meilleur équilibre entre votre vie professionnelle et personnelle, ce qui est essentiel pour votre bien-être général et votre productivité.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Résolution des problèmes : </span >-\t Le coaching vous offre des outils et des techniques pour surmonter les défis et résoudre les problèmes de manière efficace. Un coach expérimenté peut vous aider à identifier les obstacles.</span>
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End main -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 436
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 437
yield "
<script src=\"";
// line 438
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/home.js"), "html", null, true);
yield "\" type=\"module\"></script>
<script src=\"";
// line 441
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/hicon.min.js"), "html", null, true);
yield "\"></script>
<script> hicon.replace();</script>
<script src=\"";
// line 443
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/feather.min.js"), "html", null, true);
yield "\"> feather.replace();</script>
<script src=\"";
// line 445
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/datepicker.min.js"), "html", null, true);
yield "\"></script>
<script defer src=\"";
// line 446
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("dev/js/cdn.min.js"), "html", null, true);
yield "\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "pages/about-booker.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 633 => 446, 629 => 445, 624 => 443, 619 => 441, 613 => 438, 610 => 437, 600 => 436, 523 => 369, 510 => 355, 496 => 344, 486 => 337, 480 => 334, 412 => 269, 398 => 258, 376 => 239, 364 => 230, 338 => 207, 227 => 101, 224 => 100, 214 => 99, 194 => 98, 99 => 14, 95 => 13, 87 => 8, 83 => 7, 79 => 6, 75 => 5, 72 => 4, 62 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'pages/basehome.html.twig' %}
{% block stylesheets %}
<!-- CUSTOM CSS -->
<link href=\"{{ asset('dev/css/tailwind.min.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/pages/home.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/pages/about-booker.css')}}\" rel=\"stylesheet\" />
<link href=\"{{ asset('dev/css/header1.css')}}\" rel=\"stylesheet\" />
<!-- REVOLUTION SLIDER CSS -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/rev-slider-files/fonts/font-awesome/css/font-awesome.css')}}\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('dev/rev-slider-files/css/settings.css')}}\" />
<!-- Font Awesome fr icons -->
<script src=\"https://kit.fontawesome.com/620b294e78.js\" crossorigin=\"anonymous\"></script>
<!-- REVOLUTION LAYERS STYLES -->
<style>
.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 800;
font-style: normal;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 20px;
font-weight: 500;
font-style: normal;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 4px
}
.tp-caption.NotGeneric-Icon,
.NotGeneric-Icon {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px
}
.tp-caption.NotGeneric-Button,
.NotGeneric-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 14px;
font-weight: 500;
font-style: normal;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px
}
.tp-caption.NotGeneric-Button:hover,
.NotGeneric-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
</style>
{% endblock %}
{% block title %}{{\"About Coach\"|trans }}{% endblock %}
{% block content %}
<main>
<section id=\"hero\" class=\"background-image\" data-background=\"url('{{ asset('dev/images/people.jpg') }}')\" style=\"background-image: url('{{ asset('dev/images/people.jpg') }}');\">
<div class=\"opacity-mask\" data-opacity-mask=\"rgba(0, 0, 0, 0.6)\" style=\"background-color: rgb(0 0 0 / 70%);\">
<div class=\"intro_title m-auto\">
<h3 class=\"animated fadeInDown\">Pourquoi Bookoach</h3>
<p class=\"animated fadeInDown\">Faire appel à un coach, c'est investir en vous-même</p>
</div>
</div>
<div class=\"relative broadcamb\">
<ol class=\"d-block my-1\">
<li><a href=\"/\" class=\"back-to-home \"> Home</a></li>
<li><i class=\"fa-solid fa-angle-right px-1\"></i><a href=\"/\" class=\"back-to-home \"> About Us</a></li>
</ol>
</div>
<!-- End opacity-mask-->
</section>
<section class=\"container\">
<div class=\"row py-12\">
<div class=\" col-md-4 col-sm-6 cardInfo icon-container h-100\" color=\"background.lightest\" data-testid=\"action-card\"
role=\"link\" tabindex=\"0\">
<div class=\" gJzoyp\">
<div color=\"primary.light\" height=\"48\" width=\"48\" class=\" Flex-sc-1yrtwh8-0 iconCard fBIvts\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" aria-hidden=\"true\"
fill=\"currentcolor\" tabindex=\"-1\" focusable=\"false\" role=\"img\" color=\"primary\" class=\" gHvJpT \">
<path
d=\"M23 12l-2.4 2.7.3 3.5-3.6.8-1.9 3-3.4-1.4L8.6 22l-1.9-3-3.6-.8.3-3.5L1 12l2.4-2.7-.3-3.5L6.7 5l1.9-3L12 3.4 15.4 2l1.9 3 3.6.8-.3 3.5L23 12zm-10.8-.6c-1.3-.3-1.8-.7-1.8-1.3 0-.6.6-1.1 1.6-1.1s1.4.5 1.5 1.2h1.3c0-1-.7-1.9-1.9-2.2V6.7h-1.8V8c-1.1.2-2 1-2 2.1 0 1.3 1.1 2 2.8 2.4 1.5.4 1.8.9 1.8 1.4 0 .4-.3 1-1.6 1-1.2 0-1.7-.5-1.8-1.2H9c.1 1.3 1 2 2.2 2.2v1.3H13V16c1.1-.2 2.1-.9 2.1-2.1-.1-1.6-1.5-2.2-2.9-2.5z\">
</path>
</svg>
</div>
</div>
<div width=\"100%\" class=\" Flex-sc-1yrtwh8-0 w-100 eXojDc\">
<div class=\" Flex-sc-1yrtwh8-0 dYwMnq DwOrM\">
<div font-weight=\"700\" sl-hashcode=\"28cd6c8a1e31572799b8915b70a38c85\" font-size=\"14px\"
class=\" sc-hCPjZK hUMycB cxqTGF\">Personnalisé </div>
<div font-weight=\"500\" font-size=\"12px\" letter-spacing=\"0.006rem\" class=\" jmDgxx\">Coaching adapté et diversifié pour vos besoins spécifiques.</div>
</div>
</div>
</div>
<div class=\" col-md-4 col-sm-6 cardInfo icon-container h-100\" color=\"background.lightest\" data-testid=\"action-card\"
role=\"link\" tabindex=\"0\">
<div class=\" gJzoyp\">
<div color=\"primary.light\" height=\"48\" width=\"48\" class=\" Flex-sc-1yrtwh8-0 iconCard fBIvts\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" aria-hidden=\"true\"
fill=\"currentcolor\" tabindex=\"-1\" focusable=\"false\" role=\"img\" color=\"primary\" class=\" gHvJpT \">
<path
d=\"M23 12l-2.4 2.7.3 3.5-3.6.8-1.9 3-3.4-1.4L8.6 22l-1.9-3-3.6-.8.3-3.5L1 12l2.4-2.7-.3-3.5L6.7 5l1.9-3L12 3.4 15.4 2l1.9 3 3.6.8-.3 3.5L23 12zm-10.8-.6c-1.3-.3-1.8-.7-1.8-1.3 0-.6.6-1.1 1.6-1.1s1.4.5 1.5 1.2h1.3c0-1-.7-1.9-1.9-2.2V6.7h-1.8V8c-1.1.2-2 1-2 2.1 0 1.3 1.1 2 2.8 2.4 1.5.4 1.8.9 1.8 1.4 0 .4-.3 1-1.6 1-1.2 0-1.7-.5-1.8-1.2H9c.1 1.3 1 2 2.2 2.2v1.3H13V16c1.1-.2 2.1-.9 2.1-2.1-.1-1.6-1.5-2.2-2.9-2.5z\">
</path>
</svg>
</div>
</div>
<div width=\"100%\" class=\" Flex-sc-1yrtwh8-0 w-100 eXojDc\">
<div class=\" Flex-sc-1yrtwh8-0 dYwMnq DwOrM\">
<div font-weight=\"700\" sl-hashcode=\"28cd6c8a1e31572799b8915b70a38c85\" font-size=\"14px\"
class=\" sc-hCPjZK hUMycB cxqTGF\">Sélection rigoureuse </div>
<div font-weight=\"500\" font-size=\"12px\" letter-spacing=\"0.006rem\" class=\" jmDgxx\">Tous nos coachs passent par un processus de sélection strict pour s'assurer qu'ils possèdent les compétences et l'expérience nécessaires pour vous aider.</div>
</div>
</div>
</div>
<div class=\" col-md-4 col-sm-6 cardInfo icon-container h-100\" color=\"background.lightest\" data-testid=\"action-card\"
role=\"link\" tabindex=\"0\">
<div class=\" gJzoyp\">
<div color=\"primary.light\" height=\"48\" width=\"48\" class=\" Flex-sc-1yrtwh8-0 iconCard fBIvts\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\" aria-hidden=\"true\"
fill=\"currentcolor\" tabindex=\"-1\" focusable=\"false\" role=\"img\" color=\"primary\" class=\" gHvJpT \">
<path
d=\"M23 12l-2.4 2.7.3 3.5-3.6.8-1.9 3-3.4-1.4L8.6 22l-1.9-3-3.6-.8.3-3.5L1 12l2.4-2.7-.3-3.5L6.7 5l1.9-3L12 3.4 15.4 2l1.9 3 3.6.8-.3 3.5L23 12zm-10.8-.6c-1.3-.3-1.8-.7-1.8-1.3 0-.6.6-1.1 1.6-1.1s1.4.5 1.5 1.2h1.3c0-1-.7-1.9-1.9-2.2V6.7h-1.8V8c-1.1.2-2 1-2 2.1 0 1.3 1.1 2 2.8 2.4 1.5.4 1.8.9 1.8 1.4 0 .4-.3 1-1.6 1-1.2 0-1.7-.5-1.8-1.2H9c.1 1.3 1 2 2.2 2.2v1.3H13V16c1.1-.2 2.1-.9 2.1-2.1-.1-1.6-1.5-2.2-2.9-2.5z\">
</path>
</svg>
</div>
</div>
<div width=\"100%\" class=\" Flex-sc-1yrtwh8-0 w-100 eXojDc\">
<div class=\" Flex-sc-1yrtwh8-0 dYwMnq DwOrM\">
<div font-weight=\"700\" sl-hashcode=\"28cd6c8a1e31572799b8915b70a38c85\" font-size=\"14px\"
class=\" sc-hCPjZK hUMycB cxqTGF\">Accessibilité </div>
<div font-weight=\"500\" font-size=\"12px\" letter-spacing=\"0.006rem\" class=\" jmDgxx\">Notre plateforme en ligne vous permet de trouver et de contacter des coachs facilement, où que vous soyez.</div>
</div>
</div>
</div>
</div>
</section>
<section class=\" pb-28 pt-16\">
<div class=\"sm:w-2/3 w-full mx-auto \">
<div class=\"\">
<div class=\"top-text-1 text-center mt-5 \">
<h5 class=\"text-4xl font-semibold\">\"Votre réussite, notre mission\"</h5>
<p class=\" sm:text-xl text-sm p-2 pt-4\" style=\"border: none;\">Faire appel à un coach, c'est investir en vous-même. Bookoach vous offre la possibilité d'atteindre vos objectifs en organisant des séjours bien-être près de chez vous ou à l'étranger, ou tout simplement, en vous accompagnant directement à votre domicile grâce à la vidéo-conférence. Seul ou en groupe, nos coachs sont à votre disposition.
</p>
</div>
</div>
</div>
</section>
<section class=\"my-12 sm:mb-12 mb-0 \">
<div class=\"py-12\">
<div class=\"card-cont row container\">
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url({{ asset('dev/images/david-monje-77AW8rM9KGg-unsplash.jpg') }});\"></div></div>
</div>
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center relative\">
<div class=\"top-head mt-3 sm:mt-0\">À propos de Bookoach Coach</div>
<div class=\"under-head text-xl sm:text-4xl\"> Les séjours organisés</div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\">À l'étranger ou près de chez vous : nos coachs organisent chaque détail de votre séjour. L’organisation d’un séjour par un coach se déroule en plusieurs étapes clés pour garantir la meilleure expérience</p>
</div>
</div>
</div>
<div class=\"gray-background py-12\">
<div class=\"card-cont row container \">
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center \">
<div class=\"top-head \">À propos de Bookoach Client</div>
<div class=\"under-head text-xl sm:text-4xl\"> Le coaching personnalisé </div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\">Le coaching personnalisé est un accompagnement individualisé offert par un coach professionnel pour aider une personne à atteindre ses objectifs personnels ou professionnels. Contrairement à des programmes de développement standardisés, le coaching personnalisé est adapté aux besoins, aux aspirations et à la situation unique de chaque individu. Cela implique des sessions de travail individuelles, où le coach et le booker travaillent en étroite collaboration pour identifier des objectifs clairs, élaborer des stratégies efficaces et surmonter les obstacles qui se dressent sur le chemin de la réussite.</p>
</div>
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url({{ asset('dev/images/neom-fYTVHcpak2g-unsplash.jpg') }});\"></div></div>
</div>
</div>
</div>
<div class=\"py-12\">
<div class=\"card-cont row container\">
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url({{ asset('dev/images/david-monje-77AW8rM9KGg-unsplash.jpg') }});\"></div></div>
</div>
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center relative\">
<div class=\"top-head mt-3 sm:mt-0\">À propos de Bookoach Coach</div>
<div class=\"under-head text-xl sm:text-4xl\"> Coaching en groupe</div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\"> Chez Bookoach, nous croyons dans la dynamique de groupe pour stimuler la motivation. Que ce soit avec des amis, des collègues ou des membres de votre famille, le coaching en groupe offre un environnement de soutien où chacun peut partager ses expériences, apprendre des autres et progresser ensemble. Rejoignez nos sessions de coaching en groupe pour bénéficier d'un soutien mutuel et atteindre vos objectifs collectivement.</p>
</div>
</div>
</div>
<div class=\"gray-background py-12\">
<div class=\"card-cont row container \">
<div class=\"col-md-6 col-sm-12 flex flex-col justify-center \">
<div class=\"top-head \">À propos de Bookoach Client</div>
<div class=\"under-head text-xl sm:text-4xl\"> Coaching en Visio</div>
<p class=\"p-card my-2 sm:my-4 text-sm sm:text-base\"> Bookoach propose de réaliser vos séances coaching en visio-conférence. Peu importe où vous vous trouvez, le coaching en visio vous permet d’accéder à des coachs qualifiés sans les contraintes de déplacement. Que vous soyez chez vous ou en voyage, vous pouvez toujours bénéficier du soutien dont vous avez besoin.</p>
</div>
<div class=\"col-md-6 col-sm-12\">
<div class=\"img-circle-container\">
<div width=\"100%\" height=\"100%\" class=\"BackgroundImage-sc-1eaij4d-0 sc-bbSZdi raeFx z-10\" style=\"background-image: url({{ asset('dev/images/neom-fYTVHcpak2g-unsplash.jpg') }});\"></div></div>
</div>
</div>
</div>
</section>
<section class=\" py-0 sm:py-15 sm:mt-5 mt-0 mt-sm-0 \" style=\"\">
<div class=\"row mx-2\" style=\"max-width: 100%;\">
<div class=\"col-md-6 col-sm-12 px-0 img-fullbanner\" >
<img src=\"{{ asset('dev/images/people.jpg') }}\" class=\"object-cover h-100\" alt=\"\">
</div>
<div class=\"col-md-5 flex items-center ms-1 ms-sm-5 col-sm-12\">
<div class=\"\">
<h2 class=\"leading-none text-2xl sm:text-6xl mt-md-5 mb-1 sm:mb-4 mt-4 mt-sm-0 font-extrabold \">À l'étranger ou près de chez vous </h2>
<h3 class=\"font-normal sm:font-medium text-lg sm:text-3xl mb-0 sm:mb-3\">
Nos coachs organisent chaque détail de votre séjour.
</h3>
<div class=\"py-3 \">
<p class=\"p-fullbanner\">L’organisation d’un séjour par un coach se déroule en plusieurs étapes clés pour garantir la meilleure expérience</p>
</div>
<div class=\"topic-list py-3\">
<a class=\"topic-item flex items-start pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Définir ses objectifs : </span> Le coach commence par comprendre vos attentes et objectifs pour le séjour, qu'il s'agisse de développement personnel, de relaxation, de formation professionnelle ou d'une autre finalité.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Conception du programme : </span> En fonction de vos objectifs, le coach crée un programme sur mesure, intégrant des activités, des ateliers, des séances de coaching ou des moments de détente. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Réservation de l’hébergement : </span>Le coach sélectionne des hébergements adaptés. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Organisation du transport :</span > Pour faciliter votre arrivée à destination, le coach fournit des informations sur les moyens de transport. Les trajets (vols, trains) sont à votre charge. Le coach peut organiser des transferts privés si nécessaire entre l’aéroport et votre lieu d’hébergement.</span> </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Gestion des détails pratiques :</span > Le coach fournit des informations complètes sur la destination (climat, culture, langue, sécurité, visa, vaccination, monnaie).</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Suivi personnalisé : </span > Tout au long du séjour, le coach reste disponible pour résoudre tout problème éventuel, adapter le programme si nécessaire, et s’assurer que tout se déroule comme prévu.</span>
</a>
</div>
</div>
</div>
</div>
</section>
<div class=\"mt-14 mb-8 \">
<div class=\"pb-1 container relative\">
<!-- \t\t\t\t\t\t\t
<div class=\"container-jumpright d-none d-xl-block jump z-index-negative\">
<img decoding=\"async\" class=\"\" src=\"{{ asset('dev/') }}img//about/Dot.png\">
</div>
<div class=\"container-jumpleft d-none d-xl-block jump z-index-negative\">
<img decoding=\"async\" class=\"\" src=\"{{ asset('dev/') }}img//about/Dot.png\">
</div>
-->
<div class=\"text-center m-auto banner-image\" >
<div class=\"row m-3 my-5 flex justify-center items-center\">
<div class=\"col-md-6 col-sm-12 mt-4 mt-sm-0\">
<img src=\"{{ asset('dev/images/Bookoach-key-visual-.png') }}\" alt=\"\">
</div>
</div>
</div>
</div>
</div>
<section class=\"py-15 mt-5 mt-sm-0 \">
<div class=\"row mx-2\" style=\"max-width: 100%;\">
<div class=\"col-md-6 col-sm-12 px-0 img-fullbanner\" >
<img src=\"{{ asset('dev/images/people.jpg') }}\" class=\"object-cover h-100\" alt=\"\">
</div>
<div class=\"col-md-5 flex items-center ms-1 ms-sm-5 col-sm-12\">
<div class=\"\">
<h2 class=\"leading-none text-2xl sm:text-6xl mt-md-5 mb-1 sm:mb-4 mt-4 mt-sm-0 font-extrabold \">Le coaching personnalisé </h2>
<h3 class=\"font-normal sm:font-medium text-lg sm:text-3xl mb-0 sm:mb-3\">
Un outil pour son développement personnel ou professionnel ?
</h3>
{#<div class=\"py-3 \">
<p class=\"p-fullbanner\">L’organisation d’un séjour par un coach se déroule en plusieurs étapes clés pour garantir la meilleure expérience</p>
</div>#}
<div class=\"topic-list py-3\">
<a class=\"topic-item flex items-start pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Objectifs clarifiés : </span> Le coaching personnalisé aide à définir des objectifs précis et réalisables. Un coach peut vous aider à voir plus clairement ce que vous voulez atteindre et à établir un plan d'action concret pour y parvenir.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Planification stratégique : </span> En travaillant avec un coach, vous pouvez élaborer des stratégies sur mesure pour atteindre vos objectifs. Le coach apporte une perspective extérieure et une expertise qui vous permettent de voir les choses sous un nouvel angle. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"><span class=\"font-bold\"> Motivation et responsabilisation : </span>Avoir un coach vous aide à rester motivé et responsable. Les sessions régulières de coaching vous encouragent à continuer à progresser et à surmonter les obstacles. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Développement des compétences :</span > Le coaching personnalisé permet d'identifier et de développer les compétences nécessaires pour atteindre vos objectifs. </span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\"> Confiance en soi :</span > En travaillant sur vos forces et en surmontant vos faiblesses avec l'aide d'un coach, vous pouvez renforcer votre confiance en vous. Une meilleure estime de soi vous permet de prendre des décisions plus audacieuses et de saisir de nouvelles opportunités.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Adaptabilité : </span > Le coaching personnalisé vous aide à mieux gérer le changement et à vous adapter à de nouvelles situations. Cela est particulièrement utile dans un contexte professionnel en constante évolution.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Équilibre vie professionnelle/Vie personnelle : </span > -\t Un coach peut vous aider à trouver un meilleur équilibre entre votre vie professionnelle et personnelle, ce qui est essentiel pour votre bien-être général et votre productivité.</span>
</a>
<a class=\"topic-item flex items-center pb-3 w-100 sm:w-50\">
<div class=\" check-wrap flex items-center justify-start \">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>
</div>
<span class=\"topic-name\"> <span class=\"font-bold\">Résolution des problèmes : </span >-\t Le coaching vous offre des outils et des techniques pour surmonter les défis et résoudre les problèmes de manière efficace. Un coach expérimenté peut vous aider à identifier les obstacles.</span>
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End main -->
{% endblock %}
{% block javascripts %}
<script src=\"{{ asset('dev/js/home.js')}}\" type=\"module\"></script>
<script src=\"{{ asset('dev/js/hicon.min.js')}}\"></script>
<script> hicon.replace();</script>
<script src=\"{{ asset('dev/js/feather.min.js')}}\"> feather.replace();</script>
<script src=\"{{ asset('dev/js/datepicker.min.js')}}\"></script>
<script defer src=\"{{ asset('dev/js/cdn.min.js')}}\"></script>
{% endblock %}", "pages/about-booker.html.twig", "/home/bookoachroot/public_html/templates/pages/about-booker.html.twig");
}
}