/*
Theme Name: AYM Builder Theme
Theme URI: https://aymcode.fr
Author: AYM Code
Author URI: https://aymcode.fr
Description: Thème minimal pour AYM Page Builder - sites vitrine et landing pages. Conçu pour être remplacé par le Theme Builder du plugin.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aym-builder-theme
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, theme-options
*/

/* Reset minimal */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

/* Layout par défaut */
.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

/* Conteneur contenu */
.aym-content-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* Liens */
a {
	color: #0073aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Le plugin builder injecte ses styles ; le thème reste minimal */
