/*
Theme Name: JEMP Blank
Theme URI: https://metis-digital.fr
Author: METIS Digital
Author URI: https://metis-digital.fr
Description: Theme minimal pour sites JEMP - aucun header/footer, rendu 100% responsive
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: jemp-blank
*/

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

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

/* Admin bar fix */
body.admin-bar {
    margin-top: 0;
}

/* Contenu pleine page */
.site-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* WordPress blocks reset */
.wp-block-group,
.wp-block-columns,
.entry-content {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

/* Links */
a {
    color: inherit;
    text-decoration: none;
}

/* Hide WordPress elements that might leak */
.screen-reader-text,
.skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
