/*
Theme Name: eFoil Côte d'Azur
Theme URI: https://efoilcotedazur.fr
Author: RosoAI
Author URI: https://efoilcotedazur.fr
Description: Thème léger pour eFoil Côte d'Azur. Les pages d'accueil et réservation utilisent le modèle « Canvas eFoil » (plein écran, sans entête/pied de thème). Le reste du site (WooCommerce, pages standard) a un habillage minimal.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: efca
*/

/* ---- Base minimale (pages STANDARD seulement ; les pages Canvas portent leur propre CSS inliné) ---- */
:root{ --efca-ink:#0F2830; --efca-orange:#F4631F; --efca-line:#e3e7ef; }
*{box-sizing:border-box}
body{margin:0;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--efca-ink);background:#fff;line-height:1.6}
img{max-width:100%;height:auto}
a{color:var(--efca-orange)}
.efca-mini-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;border-bottom:1px solid var(--efca-line)}
.efca-mini-header a.brand{font-weight:800;text-decoration:none;color:var(--efca-ink);font-size:1.2rem}
.efca-mini-header nav a{margin-left:16px;text-decoration:none;color:var(--efca-ink);font-weight:600}
.efca-mini-main{max-width:1100px;margin:0 auto;padding:28px 22px 60px}
.efca-mini-footer{border-top:1px solid var(--efca-line);padding:20px 22px;color:#6b7787;font-size:.9rem;text-align:center}
.efca-btn{display:inline-block;background:var(--efca-orange);color:#fff;text-decoration:none;padding:12px 22px;border-radius:999px;font-weight:700}
