
QUESTIONNAIRE POUR L’AMÉNAGEMENT DU QUARTIER DES COTEAUX DE LA SEILLE
Du 11 septembre au 13 octobre 2023, la ville de Metz met à disposition un questionnaire pour les habitants et usagers du quartier des Coteaux
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Saremm */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PJPJMGT');</script> <!-- End Google Tag Manager --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-203662754-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-203662754-2'); </script> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PJPJMGT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id="header-mobile"> <nav id="site-navigation" class="main-navigation"> <div id="mobile-nav"> <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> </button> <a id="link-home-mobile" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img src="https://www.saremm.com/wp-content/uploads/2021/05/Home.svg" alt="Saremm" id="home-mobile"></a> </div> <?php ob_start(); wp_nav_menu( array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu', ) ); $menuMobile = ob_get_clean(); echo str_replace('<br>', ' ', $menuMobile); ?> </nav><!-- #site-navigation --> <div class="site-branding"> <?php the_custom_logo(); if ( is_front_page() && is_home() ) : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <?php else : ?> <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> <?php endif; $saremm_description = get_bloginfo( 'description', 'display' ); if ( $saremm_description || is_customize_preview() ) : ?> <p class="site-description"><?php echo $saremm_description; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p> <?php endif; ?> </div><!-- .site-branding --> </header> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#primary"><?php esc_html_e( 'Skip to content', 'saremm' ); ?></a> <header id="masthead" class="site-header"> <?php echo do_shortcode('[elementor-template id="95"]'); ?> </header><!-- #masthead -->