| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/anti-tabac.com/wp-content/themes/anti-tabac/ |
Upload File : |
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="scroll-smooth">
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php if ( ! defined('RANK_MATH_VERSION') ) : ?>
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<?php endif; ?>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6395809416476409"
crossorigin="anonymous"></script>
<?php wp_head(); ?>
</head>
<body <?php body_class('font-sans bg-offwhite text-navy antialiased selection:bg-gold/30 selection:text-navy'); ?>>
<?php wp_body_open(); ?>
<div id="page" class="min-h-screen flex flex-col">
<header id="masthead" class="<?php echo is_front_page() ? 'absolute top-0 bg-navy' : 'bg-navy sticky top-0'; ?> relative w-full z-50 px-6 py-8 flex items-center text-offwhite transition-colors duration-300">
<div class="site-branding flex items-center gap-3 font-serif text-2xl tracking-wider font-bold">
<?php the_custom_logo(); ?>
<a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a>
</div>
<nav class="main-navigation flex-1 flex justify-center" aria-label="<?php esc_attr_e('Menu principal', 'anti-tabac'); ?>">
<?php
wp_nav_menu(array(
'theme_location' => 'primary',
'container' => false,
'menu_class' => 'hidden md:flex gap-5 text-sm uppercase tracking-widest font-medium',
'fallback_cb' => 'wf_theme_primary_menu_fallback',
'depth' => 2,
));
?>
</nav>
<button id="mobile-menu-toggle" class="md:hidden text-offwhite focus:outline-none" aria-expanded="false" aria-controls="mobile-menu" aria-label="<?php esc_attr_e('Ouvrir le menu', 'anti-tabac'); ?>">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
</button>
<nav id="mobile-menu" class="mobile-navigation hidden md:hidden absolute left-0 right-0 top-full z-40 w-full bg-navy text-offwhite border-t border-white/10 shadow-2xl" aria-label="<?php esc_attr_e('Menu mobile', 'anti-tabac'); ?>">
<?php
wp_nav_menu(array(
'theme_location' => 'primary',
'container' => false,
'menu_class' => 'flex flex-col items-start w-full px-6 py-6 space-y-4 text-left text-sm uppercase tracking-widest font-medium max-h-[calc(100vh-5rem)] overflow-y-auto',
'fallback_cb' => 'wf_theme_primary_menu_fallback',
'depth' => 2,
));
?>
</nav>
</header>