{% extends 'dashboard_free/layout.html.twig' %}
{% block head %}
<meta name="description" content="{% if find %}{{ find.metadescription }}{% else %}{% endif %}" />
<title>{{ find.dTitle }} - Les Bons Profs</title>
<link rel="canonical" href="{{ base_url_front }}{{ path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" />
<!--Tags Facebook-->
<meta property="og:url" content="{{ base_url_front }}{{ path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ find.dTitle }} - Les Bons Profs" />
<meta property="og:description" content="{% if find %}{{ find.metadescription }}{% else %}Les Bons Profs aident votre enfant avec un soutien scolaire en ligne de la sixième à la terminale : cours vidéos, fiches de révision et QCM.{% endif %}" />
<meta property="og:image" content="{{ base_url_front }}static/img/dashboard-free/eleve-cours-gratuit.webp" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Soutien scolaire en Philosophie Terminale : cours et exercices",
"description": "{% if find %}{{ find.metadescription }}{% else %}Cours de {% if find %}{{ find.dTitle }}{% endif %} gratuits pour {{ course.title }} : vidéos, fiches, exercices, méthodologie de dissertation et explication de texte. Préparez le bac avec Les Bons Profs."{% endif %},
"provider": {
"@type": "EducationalOrganization",
"name": "Les Bons Profs",
"url": "https://lesbonsprofs.com",
"logo": {
"@type": "ImageObject",
"url": "https://lesbonsprofs.com/static/img/dashboard-free/les-bons-profs-logo.svg"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+33-1-86-95-72-01",
"contactType": "Customer Support",
"availableLanguage": ["fr"]
}
},
"educationalLevel": "{{ course.title|capitalize }}",
"inLanguage": "fr",
"category": "{% if find %}{{ find.dTitle|capitalize }}{% endif %}",
"hasCourseInstance": {
"@type": "CourseInstance",
"courseMode": "online",
"isAccessibleForFree": true,
"startDate": "2025-06-16",
"endDate": "2025-06-16",
"location": {
"@type": "VirtualLocation"
},
"courseWorkload": "P4H",
"offers": {
"@type": "Offer",
"price": "0",
"category": "{% if find %}{{ find.dTitle|capitalize }}{% endif %}",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock",
"url": "https://lesbonsprofs.com"
}
}
}
</script>
{% endblock %}
{% block content %}
<section>
<!-- Bloc Tête -->
<section class="flex justify-center bg-bleu text-white pt-[100px]">
<div class="flex justify-between items-center w-[1160px] px-5 xl:px-0">
<h1 class="font-muller text-[6vw] lg:text-[55px] w-8/12">
Soutien scolaire en {% if find %}{{ find.dTitle }}{% endif %} {{ course.title|capitalize }} : cours et exercices
</h1>
<img src="{{ base_url }}/static/img/dashboard-free/eleve-cours-gratuit.webp" alt="Les bons profs - Cours gratuits" class="w-[30%] lg:w-3/12 mt-2"/>
</div>
</section>
<!-- Bloc Contenu -->
<section class="flex justify-center pt-10 px-5">
<div class="flex flex-col md:flex-row w-[1160px] relative">
<!-- Menu gauche -->
<aside id="menu-gauche" class="w-full md:w-[275px] absolute bg-rose md:bg-inherit mb-5 md:mb-0">
{% include 'dashboard_free/menu-gauche.html.twig' %}
<div class="hidden md:block mt-5">
<a href=""><img src="{{ base_url }}/static/img/dashboard-free/annales-bac-2025.webp" alt="Les bons profs - Annales BAC 2025" /></a>
</div>
<div class="hidden md:flex justify-center pb-5">
<a class="bg-fushia hover:bg-bleu text-white font-bold py-2 px-3 rounded-full text-[15px] hover:bg-rouge transition-all ease-in-out duration-300 mt-5" href="">
J'en profite
</a>
</div>
</aside>
<!-- Partie droite -->
{% if find %}
<section class="md:ml-[300px]">
<h3 class="font-muller text-bleu text-3xl font-bold text-center sm:text-left pb-4">
Comment réussir en {{ find.dTitle }} en {{ course.title }} ?
</h3>
<div>
{{ find.content|raw }}
</div>
<h3 class="font-muller text-bleu text-3xl font-bold text-center sm:text-left mt-12 mb-4">
Exemples de cours en vidéo en {{ find.dTitle }} {{ course.title }}
</h3>
{% for key,data in listActivity %}
{% set itemsPerColumn = 6 %}
{% set columns = data|batch(itemsPerColumn) %}
<h4 class="inline-flex bg-grenat text-white font-bold text-[20px] rounded-lg px-4 py-3 -mb-5">{{ key }}</h4>
<div class="bg-vanille rounded-lg mb-10 {% if columns|length > 1 %}grid grid-cols-1 md:grid-cols-3 gap-6 {% endif %}">
{% for column in columns %}
<ul class="list-disc list-outside p-5">
{% for row in column %}
<li style="margin-left: 1.2em;">
{% if row.videoSlug is not null and row.videoSlug is not empty %}
<a style="text-decoration: underline" href="/nos-cours/{{ course.slug }}/{{ row.dSlug }}/{{ row.actSlug }}">
{{ row.notionTitle }}</a>
{% else %}
<span class="cursor-pointer" @click.prevent="open = true">{{ row.notionTitle }}</span>
{% endif %}
</li>
{% endfor %}
</ul>
{% endfor %}
</div>
{% endfor %}
</section>
{% endif %}
</div>
</section>
<!-- Bloc offres -->
<section class="flex justify-center bg-miel px-5 py-12">
<div class="flex flex-col w-[1160px]">
<h3 class="font-muller text-bleu text-3xl font-bold text-center sm:text-left mb-5">
Nos offres de soutien scolaire en ligne
</h3>
<div class="flex flex-wrap justify-around lg:justify-between gap-4">
<div class="flex flex-col items-center justify-between bg-white border-orange border-2 rounded-xl w-[330px]">
<h4 class="text-orange font-bold text-3xl pt-3">Autonomie</h4>
<p class="text-orange">Abonnement</p>
<p>À partir de <span class="text-orange font-bold text-3xl">6,99€</span> / mois</p>
<p class="text-grenat font-bold text-[19px]">Réussir tous ses contrôles</p>
<div class="flex items-end gap-4">
<img src="{{ base_url }}/static/img/dashboard-free/offre-autonomie.webp" alt="Les bons profs - Autonomie" class="object-contain w-[115px] rounded-bl-lg"/>
<div>
<ul class="list-disc text-[12px]">
<li>+ 4000 cours en vidéo</li>
<li>Fiches et QCM</li>
<li>Exercices corrigés</li>
<li>Remise à niveau</li>
<li>Stages vacances scolaires</li>
<li>Annales BAC<br /><span>(Inclus dans offres 12 et 24 mois)</span></li>
</ul>
<div class="flex justify-center my-2">
<a class="bg-orange hover:bg-bleu text-white text-[12px] font-bold py-2 px-3 rounded-full hover:bg-rouge transition-all ease-in-out duration-300" href="">
7 jours d'essai gratuit
</a>
</div>
</div>
</div>
</div>
<div class="flex flex-col items-center justify-between bg-white border-azur border-2 rounded-xl w-[330px]">
<h4 class="text-azur font-bold text-3xl pt-3">Assistance Visio</h4>
<p class="text-azur">Abonnement</p>
<p>À partir de <span class="text-azur font-bold text-3xl">14,99€</span> / mois</p>
<p class="text-grenat font-bold text-[19px]">Être aidé dans ses devoirs</p>
<div class="flex items-end gap-4">
<img src="{{ base_url }}/static/img/dashboard-free/offre-assistance-visio.webp" alt="Les bons profs - Assistance Visio" class="object-contain w-[115px] rounded-bl-lg"/>
<div>
<ul class="list-disc text-[12px]">
<li>Tous les services de l'<span class="text-orange font-bold">offre Autonomie</span><br />
<span class="text-azur font-bold text-2xl pl-8 block -my-2">+</span> </li>
<li>Aide aux devoirs</li>
<li class="ml-5">Profs en visio</li>
<li class="ml-5">de 17h à 20h</li>
<li class="ml-5">6 jours / 7</li>
</ul>
<div class="flex justify-center my-2">
<a class="bg-azur hover:bg-bleu text-white text-[12px] font-bold py-2 px-3 rounded-full hover:bg-rouge transition-all ease-in-out duration-300" href="">
7 jours d'essai gratuit
</a>
</div>
</div>
</div>
</div>
<div class="flex flex-col items-center justify-between bg-white border-fushia border-2 rounded-xl w-[330px]">
<h4 class="text-fushia font-bold text-3xl pt-3">Mission Bac</h4>
<p class="text-fushia">Achat unique</p>
<p>À partir de <span class="text-fushia font-bold text-3xl">16,99€</span> / mois</p>
<p class="text-grenat font-bold text-[19px]">Avoir son Bac et viser la mention</p>
<div class="flex items-end gap-4">
<img src="{{ base_url }}/static/img/dashboard-free/offre-mission-bac.webp" alt="Les bons profs - Mission Bac" class="object-contain w-[115px] rounded-bl-lg"/>
<div>
<ul class="list-disc text-[12px]">
<li>En philo et dans toutes les spécialités</li>
<li>Annales Bac corrigées en vidéo</li>
<li>Cours, fiches et quiz</li>
<li>Méthodologie et conseils de profs</li>
<li>Préparation au grand oral</li>
</ul>
<div class="flex justify-center my-2">
<a class="bg-fushia hover:bg-bleu text-white text-[12px] font-bold py-2 px-3 rounded-full hover:bg-rouge transition-all ease-in-out duration-300" href="">
J'en profite
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Popup -->
<div x-cloak>
<!-- Fond noir transparent flouté -->
<div x-show="open"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
x-transition:leave="transition ease-in duration-200"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"
class="fixed inset-0 bg-black/50 backdrop-blur-sm z-40"
@click="open = false">
<!-- Contenu du popup -->
<div class="fixed inset-0 z-50 flex items-center justify-center">
<div class="flex flex-col items-center bg-white border-8 border-miel rounded-lg p-2 sm:p-6 max-w-lg mx-4" @click.stop>
<!-- Contenu à personnaliser -->
<p class="text-xl font-bold text-center mb-4">Ce contenu est réservé à nos inscrits</p>
<img src="{{ base_url }}/static/img/dashboard-free/hibou-popup2.webp" alt="Tous nos cours en ligne en accès gratuit" class="w-24">
<p class="text-lg sm:text-2xl text-bleu text-center font-bold mt-4">
Inscrivez-vous gratuitement
</p>
<p class="text-lg sm:text-xl text-center">
pour accéder à tous nos cours en ligne
</p>
<p class="flex text-lg sm:text-xl text-bleu font-bold mb-2">
pendant 7 jours <img src="{{ base_url }}/static/img/dashboard-free/emphase-miel-dr.webp" alt="Inscrivez-vous gratuitement" class="w-[24px] mt-[12px]">
</p>
<p class="text-base sm:text-lg text-center">
Vidéos / Fiches / Exercices corrigés /<br />QCM / Méthodologie
</p>
<a href="{{ base_url_front }}/nos-offres/" class="bg-miel hover:bg-grenat text-bleu hover:text-white text-lg sm:text-xl font-bold py-2 px-4 rounded-full transition-colors mt-4">
S'inscrire gratuitement
</a>
<p class="text-base sm:text-xl mt-4">Déjà un compte ?
<a href="{{ url("app_login") }}" class="text-bleu hover:text-grenat">Je me connecte</a>
</p>
</div>
</div>
</div>
</div>
</section>
{% endblock %}