/*
Theme Name: Plume Et Progrès - Complete
Theme URI: https://www.plume-et-progres.fr
Author: Créé automatiquement
Description: Thème personnalisé inspiré de Traits de Plume. Comprend page d'accueil personnalisée, formulaire de contact, et intégration Calendly.
Version: 1.0
Text Domain: plume-et-progres
*/
:root{
  --accent:#20323a;
  --muted:#6b6b6b;
  --bg:#fbf8f5;
  --card:#ffffff;
}
html,body{margin:0;padding:0;font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;background:var(--bg);color:#222;}
a{color:var(--accent);}
.site-wrap{max-width:1200px;margin:0 auto;}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:22px;}
.site-brand{display:flex;align-items:center;gap:14px;}
.site-brand img{height:56px;}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:14px;}
.hero{display:grid;grid-template-columns:1fr 520px;gap:28px;align-items:center;padding:20px;}
.hero h1{font-size:36px;margin:0;}
.hero p{color:var(--muted);line-height:1.6;}
.hero img{width:100%;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,0.06);}
.container{padding:20px;}
.card{background:var(--card);padding:18px;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.04);margin-bottom:18px;}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;}
.btn{display:inline-block;padding:10px 14px;border-radius:8px;background:var(--accent);color:#fff;text-decoration:none;}
footer.site-footer{padding:24px;text-align:center;color:var(--muted);}
/* responsive */
@media(max-width:900px){ .hero{grid-template-columns:1fr;} .site-brand img{height:44px;} .main-nav ul{flex-wrap:wrap;} }
