/*
Theme Name: PCR-Energie
Theme URI: https://example.com
Author: PCR Energie
Author URI: https://example.com
Description: Thème WordPress simple et léger pour le site PCR Énergie.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: pcr-energie
*/

/* =========================
   Base minimale
   ========================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #111;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}