
/*
Theme Name:   PureWave Pro
Theme URI:    https://www.purewave-solutions.be
Author:       PureWave Solutions
Author URI:   https://www.purewave-solutions.be
Description:  Thème WordPress professionnel avec CPT Services, Secteurs, Témoignages et page d'accueil dynamique.
Version:      1.1.1
License:      GPL-2.0-or-later
Text Domain:  purewave
Domain Path:  /languages
*/

:root{
  --pw-blue:#0077B6;
  --pw-blue-light:#90E0EF;
  --pw-gray:#6C757D;
  --pw-white:#FFFFFF;
  --pw-bg:#F8FAFC;
  --radius-lg:1rem;
  --shadow-lg:0 20px 25px -5px rgba(0,0,0,.1);
}
html{scroll-behavior:smooth}
body{box-sizing:border-box;background:#f6f7fb;color:#1f2937;font-family:"Open Sans",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji"}
.pw-container{max-width:1200px;margin-inline:auto;padding-inline:1rem}
.pw-gradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}
.pw-card{background:#fff;border-radius:var(--radius-lg);padding:1.25rem;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.pw-card.hover{transition:.3s all}
.pw-card.hover:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.pw-btn{display:inline-block;background:#fff;color:#2563eb;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;text-decoration:none}
.pw-btn.primary{background:var(--pw-blue);color:#fff}
.pw-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:.35rem .75rem;font-size:.875rem}
.pw-badge.blue{background:rgba(0,119,182,.08);color:var(--pw-blue)}
.pw-badge.green{background:#e8f7ef;color:#198754}
.pw-badge.yellow{background:#fff6d8;color:#b7791f}
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.navbar{display:flex;align-items:center;justify-content:space-between;height:64px}
.menu{display:flex;gap:1rem}
.menu a{position:relative;color:#374151;padding:.5rem .75rem;border-radius:.5rem;text-decoration:none;font-weight:600}
.menu a:hover{color:#667eea}
.menu a::after{content:"";position:absolute;left:0;bottom:.2rem;height:2px;width:0;background:#667eea;transition:width .25s}
.menu a:hover::after{width:100%}
.toggle{display:none}
@media(max-width:900px){.menu{display:none}.toggle{display:inline-flex}.mobile-drawer{transform:translateX(-100%);transition:transform .3s ease}.mobile-drawer.open{transform:translateX(0)}}
.mobile-drawer{position:fixed;inset:0 40% 0 0;background:#fff;box-shadow:0 0 0 9999px rgba(0,0,0,.35);z-index:60;padding:1rem}
.section{padding:4rem 0}
.section-title{font-weight:800;color:#111827;text-align:center;margin-bottom:2.5rem;font-family:"Montserrat","Open Sans",sans-serif}
.section-sub{color:#4b5563;text-align:center;margin:-1rem auto 2rem;max-width:780px}
.grid{display:grid;gap:1.25rem}
@media(min-width:768px){.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}}
.site-footer{background:#111827;color:#e5e7eb;padding:3rem 0;margin-top:3rem}
.site-footer a{color:#e5e7eb;text-decoration:none}
.site-footer h4{color:#fff;margin-bottom:.75rem}
.footer-bottom{border-top:1px solid #1f2937;margin-top:1.25rem;padding-top:1.25rem;text-align:center;color:#9ca3af}
.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.text-center{text-align:center}
