application de la nouvelle identité sur toutes les pages

This commit is contained in:
2026-06-01 22:10:03 +02:00
parent a4cc0ef538
commit b52190eff6
44 changed files with 1369 additions and 907 deletions

View File

@@ -69,16 +69,20 @@
*/
#}
<article class="fullpage projet_full">
<div class="fullpage_content">
{# En-tête hors de la colonne blanche : retour + titre + sous-titre
apparaissent sur le fond gris de la page. #}
<div class="page-header-outside">
<div class="retour_projets">
<a href="/projets">← Retour aux projets</a>
</div>
<h2>{{ label }}</h2>
{{ content.field_sous_titre }}
</div>
<h2>{{ label }}</h2>
<article class="fullpage projet_full">
<div class="fullpage_content">
<div{{ content_attributes }}>
{{ content }}
{{ content|without('field_sous_titre') }}
</div>
</div>