/*
Theme Name: Clairac - Maison Lumineuse
Theme URI: https://clairac.online
Author: DJY & Co
Author URI: https://aloa.cloud
Description: Thème custom "Maison Lumineuse" pour Clairac.online - Design chaleureux, premium, épuré.
Version: 1.0.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clairac-ml
*/


/* WordPress Specific */
body { margin: 0; padding: 0; }
.admin-bar .nav-float { top: 32px; }

/* Menu WP */
.nav-links { list-style: none; display: flex; gap: 2.5rem; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--color-text); font-weight: 500; font-size: 0.9rem; transition: color 0.3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--color-terre); transition: width 0.3s; }
.nav-links a:hover { color: var(--color-terre); }
.nav-links a:hover::after { width: 100%; }

.lang-selector { 
    display: flex; align-items: center; gap: 0.5rem; 
    cursor: pointer; padding: 0.5rem 1rem; 
    background: rgba(212, 165, 116, 0.15); 
    border-radius: 20px; font-size: 0.85rem; 
}
