/*
Theme Name: Oxybuild
Theme URI: https://oxytech.fr
Description: Thème ultra-léger optimisé pour Elementor, conçu par Oxytech pour maximiser les performances et le SEO.
Author: Oxytech
Author URI: https://oxytech.fr
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oxybuild
Tags: custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor, performance, seo

Oxybuild est un thème minimaliste conçu spécifiquement pour Elementor.
Il privilégie la performance, le SEO et la flexibilité totale d'Elementor.
*/

/* Reset minimal pour garantir la compatibilité */
* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

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

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

a:hover {
	color: #005177;
}

/* Images responsives */
img {
	max-width: 100%;
	height: auto;
}

/* Éléments de base */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	font-weight: 600;
	line-height: 1.2;
}

p {
	margin: 0 0 1em;
}

/* Accessibilité */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

/* Container Elementor */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

/* Alignements WordPress */
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}