/* direct-fetes.fr - sur Bulma */
body { font-family: 'Nunito', sans-serif; color: #2d1b36; background: #fff7ed; font-size: 16px; }
h1, h2, h3, h4 { font-family: 'Righteous', cursive; color: #7c2d92; letter-spacing: -0.01em; }
.df-orange { background: #ff6b35 !important; color: #fff !important; }
.df-purple { background: #7c2d92 !important; color: #fff !important; }
.df-yellow { background: #ffd166 !important; }
.df-hero {
  background: linear-gradient(135deg, rgba(124, 45, 146, 0.88), rgba(255, 107, 53, 0.7)), url('../images/hero-soiree.jpg') center/cover;
  color: #fff; padding: 110px 0 90px; text-align: center; position: relative;
}
.df-hero h1 { color: #fff; font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,0.2); }
.df-hero .subtitle { color: #fff; opacity: 0.95; max-width: 640px; margin: 0 auto 30px; font-size: 1.2rem; }
.df-page-hero { background: linear-gradient(135deg, #7c2d92, #ff6b35); color: #fff; padding: 60px 0 50px; text-align: center; }
.df-page-hero h1 { color: #fff; }
.df-page-hero p { opacity: 0.95; max-width: 620px; margin: 0 auto; }
.button.is-primary { background-color: #ff6b35; border-color: #ff6b35; font-family: 'Nunito', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 22px 30px; border-radius: 30px; }
.button.is-primary:hover { background-color: #e55229; border-color: #e55229; color: #fff; }
.button.is-outlined { color: #fff; border-color: #fff; border-radius: 30px; font-family: 'Nunito', sans-serif; font-weight: 700; text-transform: uppercase; }
.button.is-outlined:hover { background: #fff; color: #7c2d92; }
.df-navbar { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.06); padding: 14px 0; }
.df-navbar a.is-active, .df-navbar a:hover { color: #ff6b35; }
a { color: #ff6b35; }
a:hover { color: #7c2d92; }
section { padding: 60px 0; }
.df-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(124, 45, 146, 0.08); transition: 0.3s; border: 0; height: 100%; }
.df-card:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 15px 40px rgba(124, 45, 146, 0.15); }
.df-card img { aspect-ratio: 4/3; object-fit: cover; }
.df-card .card-content { padding: 28px; }
.df-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.df-card p { color: #6b5a72; font-size: 0.95rem; }
.df-eye { background: #ffd166; color: #2d1b36; padding: 4px 14px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; display: inline-block; }
.df-featured { background: #fff; border-radius: 24px; padding: 50px; border-top: 6px solid #ffd166; box-shadow: 0 10px 40px rgba(124, 45, 146, 0.1); }
.df-featured h2 { color: #7c2d92; }
.df-featured p:last-child { margin-bottom: 0; }
.df-newsletter { background: linear-gradient(135deg, #ff6b35, #ffd166); color: #fff; padding: 70px 0; text-align: center; }
.df-newsletter h2 { color: #fff; }
.df-newsletter input { border-radius: 30px 0 0 30px; padding: 14px 20px; border: 0; font-family: inherit; font-size: 1rem; }
.df-newsletter button { border-radius: 0 30px 30px 0; padding: 14px 30px; background: #7c2d92; color: #fff; border: 0; font-family: inherit; font-weight: 700; text-transform: uppercase; cursor: pointer; letter-spacing: 0.05em; }
.df-newsletter form { max-width: 520px; margin: 20px auto 0; display: flex; }
.article { max-width: 820px; margin: 0 auto; }
.article img.lead { width: 100%; max-height: 440px; object-fit: cover; border-radius: 20px; margin-bottom: 30px; }
.article h2 { margin-top: 36px; }
.article h3 { color: #ff6b35; }
.article blockquote { border-left: 4px solid #ffd166; padding: 10px 24px; background: #fff8dc; border-radius: 0 10px 10px 0; margin: 24px 0; font-style: italic; }
.df-reco { background: #fff; border-radius: 20px; padding: 36px; border-left: 5px solid #ffd166; box-shadow: 0 4px 20px rgba(0,0,0,0.05); margin: 20px 0; }
.df-foot { background: #2d1b36; color: #e5d0e8; padding: 60px 0 20px; font-size: 0.92rem; }
.df-foot h4 { color: #ffd166; font-family: 'Nunito', sans-serif; text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.85rem; margin-bottom: 14px; font-weight: 800; }
.df-foot ul { list-style: none; padding: 0; margin: 0; }
.df-foot li { margin-bottom: 6px; }
.df-foot a { color: #e5d0e8; }
.df-foot a:hover { color: #ff6b35; }
.df-foot-bot { border-top: 1px solid #4a2e56; padding-top: 18px; margin-top: 30px; text-align: center; font-size: 0.82rem; opacity: 0.7; }
.legal { max-width: 800px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 16px; }
.legal h2 { margin-top: 32px; color: #7c2d92; }
.err { text-align: center; padding: 100px 24px; }
.err .big { font-family: 'Righteous', cursive; font-size: 10rem; color: #ff6b35; line-height: 1; }
