/*
Theme Name: LM Plafonds Thème
Author: Gemini
Description: Un thème sur mesure pour le site vitrine de LM Plafonds, basé sur une maquette HTML.
Version: 1.0
Tags: one-page, responsive-layout, custom-theme
Text Domain: lmplafonds
*/

body {
    font-family: 'Inter', sans-serif;
}

/* Classe pour le lien de navigation actif */
.active {
    color: #3b82f6; /* text-blue-500 */
    font-weight: 600;
}

/* Image de fond pour la section "hero" */
.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 50, 0.6), rgba(0, 0, 50, 0.6)), url('https://images.unsplash.com/photo-1593539922294-ad4a9c6c43be?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}
