/*
Theme Name: RMZ Environnement
Theme URI: https://contact-rmz-environnement.fr
Author: RMZ Environnement
Author URI: https://contact-rmz-environnement.fr
Description: Thème WordPress officiel pour RMZ Environnement - Aménagement d'extérieurs, débroussaillage, taille de haies, abattage d'arbres, tonte autoportée et petite maçonnerie en région PACA. Reproduction exacte, ultra rapide et 100% responsive.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: rmz-environnement
Tags: landscape, garden, contractor, custom-background, custom-logo, full-width-template, responsive-layout, theme-options
*/

/* Baseline Reset & WordPress Admin compatibility */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: #F9F6F0;
  color: #1C241E;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Adjust fixed header if WordPress admin bar is present */
body.admin-bar header.fixed {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px !important;
  }
}
