:root{--cc-gradient: linear-gradient(135deg, #EA5B0C 0%, #F59E0B 100%);--cc-dark: #1a0e02}.cc-gradient-text[data-astro-cid-t4my7fyh]{background:var(--cc-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cc-btn[data-astro-cid-t4my7fyh]{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-family:var(--font-heading);font-size:16px;font-weight:600;border-radius:60px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.cc-btn-primary[data-astro-cid-t4my7fyh]{background:var(--cc-gradient);color:#fff;box-shadow:0 4px 20px #ea5b0c4d}.cc-btn-primary[data-astro-cid-t4my7fyh]:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ea5b0c66}.cc-btn-ghost[data-astro-cid-t4my7fyh]{background:transparent;color:var(--color-dark);border:2px solid rgba(234,91,12,.2)}.cc-btn-ghost[data-astro-cid-t4my7fyh]:hover{border-color:#ea5b0c;color:#ea5b0c}.cc-btn-white[data-astro-cid-t4my7fyh]{background:#fff;color:#ea5b0c;box-shadow:0 4px 20px #0000001a}.cc-btn-white[data-astro-cid-t4my7fyh]:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.cc-btn-outline-white[data-astro-cid-t4my7fyh]{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cc-btn-outline-white[data-astro-cid-t4my7fyh]:hover{border-color:#fff;background:#ffffff14}.cc-section-tag[data-astro-cid-t4my7fyh]{display:inline-block;background:#ea5b0c14;color:#ea5b0c;font-size:13px;font-weight:700;padding:6px 16px;border-radius:50px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px}.cc-section-header[data-astro-cid-t4my7fyh]{text-align:center;max-width:680px;margin:0 auto 56px}.cc-section-header[data-astro-cid-t4my7fyh] h2[data-astro-cid-t4my7fyh]{font-size:clamp(28px,3.5vw,38px);margin-bottom:16px}.cc-section-header[data-astro-cid-t4my7fyh] p[data-astro-cid-t4my7fyh]{color:var(--color-gray);font-size:17px;line-height:1.7}.cc-hero[data-astro-cid-t4my7fyh]{position:relative;padding:60px 0 80px;overflow:hidden;background:#fff}.cc-hero-bg[data-astro-cid-t4my7fyh]{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(234,91,12,.06) 0%,transparent 50%)}.cc-hero[data-astro-cid-t4my7fyh] .container[data-astro-cid-t4my7fyh]{position:relative;z-index:1}.cc-hero-content[data-astro-cid-t4my7fyh]{max-width:760px}.cc-hero[data-astro-cid-t4my7fyh] h1[data-astro-cid-t4my7fyh]{font-size:clamp(34px,4.5vw,52px);line-height:1.12;margin-bottom:24px}.cc-hero-tag[data-astro-cid-t4my7fyh]{display:inline-block;background:#ea5b0c14;color:#ea5b0c;font-size:13px;font-weight:700;padding:6px 16px;border-radius:50px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}.cc-hero-text[data-astro-cid-t4my7fyh]{font-size:18px;color:var(--color-dark);line-height:1.7;margin-bottom:12px}.cc-hero-sub[data-astro-cid-t4my7fyh]{font-size:16px;color:var(--color-gray);line-height:1.7;margin-bottom:32px}.cc-hero-actions[data-astro-cid-t4my7fyh]{display:flex;gap:16px;flex-wrap:wrap}.cc-breadcrumb[data-astro-cid-t4my7fyh]{margin-top:80px;padding:16px 0;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.cc-breadcrumb[data-astro-cid-t4my7fyh] .container[data-astro-cid-t4my7fyh]{display:flex;align-items:center;gap:8px;font-size:14px}.cc-breadcrumb[data-astro-cid-t4my7fyh] a[data-astro-cid-t4my7fyh]{color:var(--color-gray);text-decoration:none;transition:color .3s ease}.cc-breadcrumb[data-astro-cid-t4my7fyh] a[data-astro-cid-t4my7fyh]:hover{color:#ea5b0c}.cc-breadcrumb[data-astro-cid-t4my7fyh] span[data-astro-cid-t4my7fyh]{color:var(--color-gray-light)}.cc-breadcrumb-current[data-astro-cid-t4my7fyh]{color:var(--color-dark);font-weight:600}.cc-liste[data-astro-cid-t4my7fyh]{padding:100px 0;background:var(--color-light)}.cc-cards-grid[data-astro-cid-t4my7fyh]{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:28px;max-width:900px;margin:0 auto}.cc-card[data-astro-cid-t4my7fyh]{display:flex;flex-direction:column;background:#fff;border-radius:24px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 20px #0000000d;transition:all .5s cubic-bezier(.4,0,.2,1)}.cc-card[data-astro-cid-t4my7fyh]:hover{transform:translateY(-6px);box-shadow:0 24px 50px #0000001f;color:inherit}.cc-card-image[data-astro-cid-t4my7fyh]{aspect-ratio:16 / 10;overflow:hidden}.cc-card-image[data-astro-cid-t4my7fyh] img[data-astro-cid-t4my7fyh]{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.cc-card[data-astro-cid-t4my7fyh]:hover .cc-card-image[data-astro-cid-t4my7fyh] img[data-astro-cid-t4my7fyh]{transform:scale(1.05)}.cc-card-body[data-astro-cid-t4my7fyh]{display:flex;flex-direction:column;gap:10px;padding:28px}.cc-card-meta[data-astro-cid-t4my7fyh]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cc-card-badge[data-astro-cid-t4my7fyh]{display:inline-block;background:#ea5b0c14;color:#ea5b0c;font-size:12px;font-weight:700;padding:5px 14px;border-radius:50px;letter-spacing:.4px;text-transform:uppercase}.cc-card-date[data-astro-cid-t4my7fyh]{font-size:13px;color:var(--color-gray);font-weight:600}.cc-card[data-astro-cid-t4my7fyh] h3[data-astro-cid-t4my7fyh]{font-size:22px;margin:0}.cc-card-titre[data-astro-cid-t4my7fyh]{font-family:var(--font-heading);font-size:15px;font-weight:600;color:#ea5b0c;margin:0}.cc-card-resume[data-astro-cid-t4my7fyh]{font-size:15px;color:var(--color-gray);line-height:1.7;margin:0}.cc-card-lieu[data-astro-cid-t4my7fyh]{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--color-gray)}.cc-card-lieu[data-astro-cid-t4my7fyh] svg[data-astro-cid-t4my7fyh]{color:#ea5b0c;flex-shrink:0}.cc-card-arrow[data-astro-cid-t4my7fyh]{font-size:14px;font-weight:700;color:#ea5b0c;margin-top:6px}.cc-decouvrir[data-astro-cid-t4my7fyh]{padding:80px 0;background:#fff}.cc-decouvrir-inner[data-astro-cid-t4my7fyh]{max-width:680px;margin:0 auto;text-align:center}.cc-decouvrir[data-astro-cid-t4my7fyh] h2[data-astro-cid-t4my7fyh]{font-size:clamp(24px,3vw,32px);margin-bottom:16px}.cc-decouvrir[data-astro-cid-t4my7fyh] p[data-astro-cid-t4my7fyh]{font-size:16px;color:var(--color-gray);line-height:1.8}.cc-decouvrir[data-astro-cid-t4my7fyh] a[data-astro-cid-t4my7fyh]{color:#ea5b0c}.cc-cta[data-astro-cid-t4my7fyh]{position:relative;padding:100px 0;background:var(--cc-dark);color:#fff;text-align:center;overflow:hidden}.cc-cta-bg[data-astro-cid-t4my7fyh]{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(234,91,12,.2) 0%,transparent 50%)}.cc-cta-content[data-astro-cid-t4my7fyh]{position:relative;z-index:1}.cc-cta[data-astro-cid-t4my7fyh] h2[data-astro-cid-t4my7fyh]{font-size:clamp(30px,4vw,44px);margin-bottom:16px}.cc-cta[data-astro-cid-t4my7fyh] p[data-astro-cid-t4my7fyh]{font-size:18px;color:#ffffffb3;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.cc-cta-actions[data-astro-cid-t4my7fyh]{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.cc-hero[data-astro-cid-t4my7fyh]{padding:40px 0 60px}.cc-hero-actions[data-astro-cid-t4my7fyh]{flex-direction:column}.cc-liste[data-astro-cid-t4my7fyh],.cc-cta[data-astro-cid-t4my7fyh]{padding:60px 0}.cc-decouvrir[data-astro-cid-t4my7fyh]{padding:50px 0}.cc-cards-grid[data-astro-cid-t4my7fyh]{grid-template-columns:1fr}.cc-cta-actions[data-astro-cid-t4my7fyh]{flex-direction:column}}
