From b265930e6f4787a3b5b5b00eb18dba1839b5520a Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sun, 19 Jul 2026 13:30:59 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9dactionnel=20chapeau=20page=20d'accueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/recherche.py | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/pages/recherche.py b/src/pages/recherche.py index e25de1b..8463478 100644 --- a/src/pages/recherche.py +++ b/src/pages/recherche.py @@ -56,15 +56,23 @@ home_intro = html.Div( style={"maxWidth": "900px", "marginTop": "1rem"}, children=[ html.P( - "colibre ouvre les données des marchés publics français à toutes et " - "tous : recherchez, filtrez, cartographiez, exportez. Gratuitement " - "et sans compte.", + [ + html.Span( + "colibre", + style={ + "fontWeight": 600, + "fontSize": "1.5rem", + "color": "var(--primary-color-text)", + }, + ), + " ouvre les données des marchés publics français à toutes et " + "tous : recherchez, filtrez, cartographiez, téléchargez.", + ], className="text-center", style={ - "fontWeight": 600, - "maxWidth": "700px", - "margin": "4rem auto 1.5rem", - "color": "var(--primary-color-text)", + "maxWidth": "750px", + "fontSize": "1.5rem", + "margin": "6rem auto 1.5rem", }, ), dbc.Row(