/*
Theme Name: Reseefy
Theme URI: https://reseefy.com/
Author: Reseefy
Author URI: https://reseefy.com/
Description: Thème WordPress léger et autonome pour Reseefy, optimisé pour Elementor, WooCommerce et les pages système Reseefy. Aucun header, branding ou titre de site n'est injecté automatiquement.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: reseefy
*/

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
html, body { margin: 0; padding: 0; }
body { background: #fff; color: #111; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

/* Le thème reste volontairement neutre : Elementor et les plugins Reseefy contrôlent le design. */
.reseefy-site-main { min-height: 1px; }
.reseefy-content-wrap { width: 100%; margin: 0 auto; }
.reseefy-default-content { max-width: 1200px; padding: 48px 24px; }

/* Aucun titre WordPress automatique sur les pages Elementor. */
.elementor-page .entry-title,
.elementor-page .page-title { display: none; }
