/*
Theme Name: Infirmier Fauriel
Theme URI: https://infirmier-fauriel.fr/
Author: Bodji
Description: WordPress theme mimicking the layout and content structure of infirmier-fauriel.fr
Version: 1.0.0
Text Domain: infirmier-fauriel
*/

/* Basic Reset */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; color: #0B2755; line-height: 1.6; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 16px; }

/* Header */
.site-header { border-bottom: 1px solid #eee; background: #ffffff; position: sticky; top: 0; z-index: 100; }
.site-header .topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.branding { display: flex; align-items: center; gap: 12px; }
.branding .site-title { font-weight: 700; font-size: 18px; color: #0b2239; margin: 0; }
.contact-block { display: flex; align-items: center; gap: 16px; font-weight: 600; }
.contact-phone { color: #0b2239; }
.cta-button { background: #0b5bd3; color: #fff; padding: 10px 14px; border-radius: 6px; display: inline-block; }
.cta-button:hover { background: #094daF; text-decoration: none; }

/* Navigation */
.primary-nav { border-top: 1px solid #f2f2f2; }
.primary-nav .menu { display: flex; gap: 22px; list-style: none; margin: 0; padding: 10px 0; flex-wrap: wrap; }
.primary-nav .menu a { color: #0b2239; font-weight: 600; }
.primary-nav .menu a:hover { color: #0b5bd3; text-decoration: none; }

/* Hero */
.hero { background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); padding: 36px 0; border-bottom: 1px solid #eef3f7; }
.hero h1 { margin: 0 0 8px; font-size: 26px; }
.hero .subtitle { margin: 0 0 18px; color: #3b4a5a; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Sections */
section.section { padding: 32px 0; }
section.section h2 { margin: 0 0 12px; font-size: 22px; color: #0b2239; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.card { border: 1px solid #eef3f7; border-radius: 8px; padding: 16px; background: #fff; }
.muted { color: #5a6b7b; }

/* Footer */
.site-footer { text-align: center; border-top: 1px solid #eee; background: #fafafa; padding: 24px 0; color: #5a6b7b; font-size: 14px; }
.site-footer .legal { display: flex; gap: 12px; flex-wrap: wrap; }

/* Content */
.content { padding: 24px 0; }
.entry-title { margin: 0 0 12px; color: #0b2239; }

/* Utilities */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }


