:root { --cfpm-navy: #132651; --cfpm-navy-light: #1e3a6e; --cfpm-navy-dark: #0d1a3a; --cfpm-steel-blue: #5A6886; --cfpm-steel-blue-light: #7a8da8; --cfpm-success: #0fa968; --cfpm-gray-50: #f5f6f8; --cfpm-gray-100: #e8eaee; --cfpm-gray-200: #d5d8de; --cfpm-gray-300: #b8bcc6; --cfpm-gray-400: #7f8694; --cfpm-gray-500: #6b7280; --cfpm-gray-600: #4b5563; --cfpm-gray-700: #374151; } .cfpm-site * { margin: 0; padding: 0; box-sizing: border-box; } .cfpm-site { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: #374151; line-height: 1.6; overflow-x: hidden; } .cfpm-site img { max-width: 100%; height: auto; } .cfpm-site a { text-decoration: none; color: inherit; } .cfpm-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; } @media (min-width: 1024px) { .cfpm-container { padding: 0 32px; } } .cfpm-hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; } .cfpm-hero-bg { position: absolute; inset: 0; } .cfpm-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .cfpm-hero-overlay { position: absolute; inset: 0; background: rgba(19, 38, 81, 0.65); } .cfpm-hero-content { position: relative; z-index: 10; padding: 80px 0; } .cfpm-hero h1 { font-size: 2.25rem; font-weight: 700; color: #ffffff; margin-bottom: 24px; line-height: 1.15; letter-spacing: -0.02em; max-width: 800px; } @media (min-width: 768px) { .cfpm-hero h1 { font-size: 3rem; } } @media (min-width: 1024px) { .cfpm-hero h1 { font-size: 4rem; } } .cfpm-hero-subtitle { font-size: 1.125rem; color: rgba(255,255,255,0.9); margin-bottom: 32px; line-height: 1.7; max-width: 600px; } @media (min-width: 768px) { .cfpm-hero-subtitle { font-size: 1.25rem; } } .cfpm-hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; } .cfpm-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent; font-family: 'Inter', sans-serif; } .cfpm-btn-white { background: #ffffff; color: #132651; border-color: #ffffff; } .cfpm-btn-white:hover { background: transparent; color: #ffffff; } .cfpm-btn-outline-white { background: transparent; color: #ffffff; border-color: #ffffff; } .cfpm-btn-outline-white:hover { background: #ffffff; color: #132651; } .cfpm-btn-navy { background: #132651; color: #ffffff; border-color: #132651; } .cfpm-btn-navy:hover { background: #0d1a3a; border-color: #0d1a3a; } .cfpm-btn-outline { background: transparent; color: #132651; border-color: #d5d8de; } .cfpm-btn-outline:hover { border-color: #132651; background: #f5f6f8; } .cfpm-section { padding: 80px 0; } @media (min-width: 1024px) { .cfpm-section { padding: 112px 0; } } .cfpm-section-header { text-align: center; margin-bottom: 48px; } .cfpm-section-header h2 { font-size: 2.25rem; font-weight: 700; color: #132651; margin-bottom: 12px; letter-spacing: -0.02em; } @media (min-width: 768px) { .cfpm-section-header h2 { font-size: 3rem; } } .cfpm-section-header p { font-size: 1.125rem; color: #6b7280; max-width: 600px; margin: 0 auto; } .cfpm-testimonials { padding: 24px 0; background: #f5f6f8; border-top: 1px solid #e8eaee; border-bottom: 1px solid #e8eaee; text-align: center; } .cfpm-testimonials p { font-size: 0.875rem; color: #7f8694; font-style: italic; } .cfpm-bg-white { background: #ffffff; } .cfpm-bg-light { background: #f5f6f8; } .cfpm-bg-navy { background: #132651; } .cfpm-bg-gradient { background: linear-gradient(to bottom, #f5f6f8, #ffffff); } .cfpm-expertise-grid { display: grid; grid-template-columns: 1fr; gap: 32px; } @media (min-width: 1024px) { .cfpm-expertise-grid { grid-template-columns: repeat(3, 1fr); } } .cfpm-expertise-card { padding: 32px; background: #ffffff; border-radius: 16px; border: 1px solid #e8eaee; box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05); transition: all 0.3s ease; height: 100%; } .cfpm-expertise-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); } .cfpm-expertise-card-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; } .cfpm-icon-box { width: 56px; height: 56px; border-radius: 12px; background: #132651; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .cfpm-icon-box svg { width: 28px; height: 28px; color: #ffffff; stroke: #ffffff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .cfpm-expertise-card h3 { font-size: 1.25rem; font-weight: 700; color: #132651; } .cfpm-check-list { list-style: none; padding: 0; } .cfpm-check-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; color: #6b7280; font-size: 0.95rem; line-height: 1.5; } .cfpm-check-icon { width: 20px; height: 20px; min-width: 20px; border-radius: 50%; border: 2px solid #0fa968; display: flex; align-items: center; justify-content: center; margin-top: 2px; } .cfpm-check-icon svg { width: 12px; height: 12px; stroke: #0fa968; fill: none; stroke-width: 3; } .cfpm-engagements-grid { display: grid; grid-template-columns: 1fr; gap: 32px; } @media (min-width: 768px) { .cfpm-engagements-grid { grid-template-columns: repeat(3, 1fr); } } .cfpm-engagement-card { padding: 24px; background: #ffffff; border-radius: 12px; border: 1px solid #e8eaee; box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05); transition: all 0.3s ease; height: 100%; } .cfpm-engagement-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 8px 24px rgba(0,0,0,0.08); } .cfpm-engagement-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; } .cfpm-icon-box-sm { width: 48px; height: 48px; border-radius: 8px; background: #132651; display: flex; align-items: center; justify-content: center; } .cfpm-icon-box-sm svg { width: 24px; height: 24px; stroke: #ffffff; fill: none; stroke-width: 2; } .cfpm-badge { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 600; border: 1px solid; } .cfpm-badge-green { background: rgba(15,169,104,0.15); color: #0fa968; border-color: rgba(15,169,104,0.3); } .cfpm-badge-blue { background: rgba(90,104,134,0.15); color: #132651; border-color: rgba(90,104,134,0.3); } .cfpm-badge-navy { background: rgba(19,38,81,0.08); color: #132651; border-color: rgba(19,38,81,0.15); } .cfpm-engagement-card h3 { font-size: 1.125rem; font-weight: 700; color: #132651; margin-bottom: 12px; } .cfpm-engagement-card p { font-size: 0.875rem; color: #6b7280; line-height: 1.6; } .cfpm-sectors-grid { display: grid; grid-template-columns: 1fr; gap: 24px; } @media (min-width: 640px) { .cfpm-sectors-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .cfpm-sectors-grid { grid-template-columns: repeat(3, 1fr); } } .cfpm-sector-card { display: flex; align-items: center; gap: 16px; padding: 24px; background: #ffffff; border-radius: 12px; border: 1px solid #e8eaee; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: all 0.3s ease; cursor: pointer; } .cfpm-sector-card:hover { border-color: #132651; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-2px); } .cfpm-sector-icon { width: 48px; height: 48px; border-radius: 12px; background: #f5f6f8; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; } .cfpm-sector-card:hover .cfpm-sector-icon { background: #132651; } .cfpm-sector-icon svg { width: 24px; height: 24px; stroke: #132651; fill: none; stroke-width: 2; transition: all 0.3s; } .cfpm-sector-card:hover .cfpm-sector-icon svg { stroke: #ffffff; } .cfpm-sector-card h3 { font-size: 1rem; font-weight: 600; color: #132651; margin-bottom: 2px; } .cfpm-sector-card p { font-size: 0.85rem; color: #7f8694; } .cfpm-stats-grid { display: grid; grid-template-columns: 1fr; gap: 32px; text-align: center; } @media (min-width: 768px) { .cfpm-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 48px; } } .cfpm-stat-icon { width: 64px; height: 64px; border-radius: 16px; background: rgba(90,104,134,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; } .cfpm-stat-icon svg { width: 32px; height: 32px; stroke: #132651; fill: none; stroke-width: 2; } .cfpm-stat-value { font-size: 2rem; font-weight: 700; color: #132651; margin-bottom: 8px; } @media (min-width: 768px) { .cfpm-stat-value { font-size: 2.5rem; } } .cfpm-stat-label { font-size: 0.875rem; color: #6b7280; } .cfpm-laser-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; } @media (min-width: 1024px) { .cfpm-laser-grid { grid-template-columns: 1fr 1fr; } } .cfpm-laser-img { border-radius: 16px; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); width: 100%; } .cfpm-laser-content h2 { font-size: 2.25rem; font-weight: 700; color: #ffffff; margin-bottom: 24px; letter-spacing: -0.02em; } @media (min-width: 768px) { .cfpm-laser-content h2 { font-size: 3rem; } } .cfpm-laser-content p { color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 24px; } .cfpm-laser-list { list-style: none; padding: 0; margin-bottom: 32px; } .cfpm-laser-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.8); margin-bottom: 12px; } .cfpm-projects-grid { display: grid; grid-template-columns: 1fr; gap: 24px; } @media (min-width: 768px) { .cfpm-projects-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .cfpm-projects-grid { grid-template-columns: repeat(3, 1fr); } } .cfpm-project-card { border-radius: 16px; overflow: hidden; background: #ffffff; border: 1px solid #e8eaee; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: all 0.3s ease; } .cfpm-project-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.12); transform: translateY(-4px); } .cfpm-project-card img { width: 100%; height: 240px; object-fit: cover; } .cfpm-project-info { padding: 20px; } .cfpm-project-tags { display: flex; gap: 8px; margin-bottom: 8px; } .cfpm-project-tag { padding: 4px 12px; border-radius: 6px; font-size: 0.75rem; font-weight: 600; } .cfpm-project-tag-dark { background: #132651; color: #ffffff; } .cfpm-project-tag-light { background: #f5f6f8; color: #132651; border: 1px solid #d5d8de; } .cfpm-project-card h3 { font-size: 1.125rem; font-weight: 600; color: #132651; } .cfpm-why-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; } @media (min-width: 1024px) { .cfpm-why-grid { grid-template-columns: 1fr 1fr; } } .cfpm-why-img { border-radius: 16px; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); width: 100%; } .cfpm-why-content h2 { font-size: 2.25rem; font-weight: 700; color: #132651; margin-bottom: 32px; letter-spacing: -0.02em; } @media (min-width: 768px) { .cfpm-why-content h2 { font-size: 3rem; } } .cfpm-why-list { list-style: none; padding: 0; } .cfpm-why-list li { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 16px; font-size: 1.125rem; color: #374151; } .cfpm-cta { text-align: center; padding: 80px 0; } @media (min-width: 1024px) { .cfpm-cta { padding: 112px 0; } } .cfpm-cta h2 { font-size: 2.25rem; font-weight: 700; color: #ffffff; margin-bottom: 24px; } @media (min-width: 768px) { .cfpm-cta h2 { font-size: 3rem; } } .cfpm-cta .cfpm-container p { font-size: 1.25rem; color: rgba(255,255,255,0.8); margin-bottom: 40px; max-width: 640px; margin-left: auto; margin-right: auto; } .cfpm-cta-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; margin-top: 40px; } .cfpm-cta-contacts a { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.8); transition: color 0.3s; font-size: 1rem; } .cfpm-cta-contacts a:hover { color: #7a8da8; } .cfpm-cta-contacts svg { width: 20px; height: 20px; } .cfpm-text-center { text-align: center; } .cfpm-mt-12 { margin-top: 48px; } /* ===== HEADER CUSTOM CFPM ===== */ /* Top bar navy au dessus du header */ .cfpm-topbar { background: #132651; color: #fff; padding: 8px 0; font-size: 0.85rem; display: none; } @media (min-width: 992px) { .cfpm-topbar { display: block; } } .cfpm-topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; } .cfpm-topbar a { color: rgba(255,255,255,0.85); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.2s; font-family: 'Inter', sans-serif; } .cfpm-topbar a:hover { color: #7a8da8; } .cfpm-topbar-sep { width: 1px; height: 16px; background: rgba(255,255,255,0.3); } .cfpm-topbar-socials { display: flex; align-items: center; gap: 12px; margin-left: 8px; } .cfpm-topbar-socials a { font-size: 1rem; } .cfpm-topbar svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; } /* Masquer les elements Odoo inutiles dans le header */ header#top .o_header_hide_on_scroll { display: none !important; } /* Navbar Odoo : layout une seule ligne logo + menu + CTA */ header#top nav.navbar { padding-top: 0 !important; padding-bottom: 0 !important; } header#top #o_main_nav { flex-wrap: nowrap !important; align-items: center; } header#top #o_main_nav > div { width: auto !important; } /* Le menu doit etre inline avec le logo */ header#top #top_menu { justify-content: center; } header#top #top_menu .nav-item > a.nav-link { font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 500; color: #374151; padding: 8px 14px; transition: color 0.2s; } header#top #top_menu .nav-item > a.nav-link:hover { color: #132651; } header#top #top_menu .nav-item > a.nav-link.active, header#top #top_menu .nav-item.active > a.nav-link { color: #132651; font-weight: 600; } /* Bouton CTA "Demander un devis" dans le header */ .cfpm-header-cta { display: none; white-space: nowrap; } @media (min-width: 992px) { .cfpm-header-cta { display: flex; } } .cfpm-header-cta a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; background: #132651; color: #fff !important; border-radius: 8px; font-weight: 600; font-size: 0.9rem; font-family: 'Inter', sans-serif; transition: all 0.2s; text-decoration: none; border: 2px solid #132651; } .cfpm-header-cta a:hover { background: #0d1a3a; border-color: #0d1a3a; } /* ===== FOOTER CUSTOM CFPM ===== */ .cfpm-footer { background: #0f1c3f; color: rgba(255,255,255,0.8); padding: 64px 0 32px; font-family: 'Inter', sans-serif; } .cfpm-footer-grid { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr; gap: 40px; } @media (min-width: 768px) { .cfpm-footer-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .cfpm-footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; } } .cfpm-footer h4 { color: #fff; font-size: 1.1rem; font-weight: 600; margin-bottom: 20px; } .cfpm-footer p { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.65); } .cfpm-footer a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; display: block; margin-bottom: 8px; } .cfpm-footer a:hover { color: #ffffff; } .cfpm-footer-links { list-style: none; padding: 0; } .cfpm-footer-links li { margin-bottom: 8px; } .cfpm-footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.9rem; } .cfpm-footer-contact-item svg { width: 18px; height: 18px; stroke: #7a8da8; fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; } .cfpm-footer-bottom { max-width: 1280px; margin: 40px auto 0; padding: 20px 32px 0; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; font-size: 0.8rem; color: rgba(255,255,255,0.5); } /* Masquer le footer Odoo par defaut */ #bottom { display: none !important; } /* ===== SOUS-PAGES HERO ===== */ .cfpm-page-hero { background: #132651; padding: 60px 0; text-align: center; } .cfpm-page-hero h1 { font-size: 2.5rem; font-weight: 700; color: #fff; margin-bottom: 12px; font-family: 'Inter', sans-serif; font-style: italic; } @media (min-width: 768px) { .cfpm-page-hero h1 { font-size: 3rem; } } .cfpm-page-hero p { color: rgba(255,255,255,0.8); font-size: 1.125rem; font-family: 'Inter', sans-serif; } /* ===== SOUS-PAGES : SERVICES ===== */ .cfpm-services-grid { display: grid; grid-template-columns: 1fr; gap: 24px; } @media (min-width: 640px) { .cfpm-services-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .cfpm-services-grid { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1280px) { .cfpm-services-grid { grid-template-columns: repeat(4, 1fr); } } .cfpm-service-card { padding: 24px; background: #fff; border-radius: 12px; border: 1px solid #e8eaee; box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05); transition: all 0.3s ease; height: 100%; } .cfpm-service-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); } .cfpm-service-card .cfpm-icon-box { margin-bottom: 16px; } .cfpm-service-card h3 { font-size: 1.125rem; font-weight: 700; color: #132651; margin-bottom: 8px; } .cfpm-service-card > p { font-size: 0.875rem; color: #7f8694; margin-bottom: 16px; } /* Process Timeline */ .cfpm-process-section { padding: 80px 0; background: #f5f6f8; } @media (min-width: 1024px) { .cfpm-process-section { padding: 112px 0; } } .cfpm-process-grid { display: grid; grid-template-columns: 1fr; gap: 32px; position: relative; margin-top: 48px; } @media (min-width: 768px) { .cfpm-process-grid { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1024px) { .cfpm-process-grid { grid-template-columns: repeat(5, 1fr); } } .cfpm-process-step { text-align: center; position: relative; } .cfpm-process-number { width: 64px; height: 64px; border-radius: 50%; background: #132651; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #fff; font-size: 1.5rem; font-weight: 700; position: relative; z-index: 2; } .cfpm-process-step h3 { font-size: 1rem; font-weight: 600; color: #132651; margin-bottom: 8px; } .cfpm-process-step p { font-size: 0.875rem; color: #7f8694; } /* CTA Section */ .cfpm-cta-section { padding: 80px 0; background: #132651; text-align: center; } .cfpm-cta-section h2 { font-size: 2.25rem; font-weight: 700; color: #fff; margin-bottom: 24px; } @media (min-width: 768px) { .cfpm-cta-section h2 { font-size: 3rem; } } .cfpm-cta-section .cfpm-btn { margin-top: 16px; }