Mentions légales

Mentions Légales - DSPet :root { --gold: #E6A756; --text-primary: #2D2D2D; --text-secondary: #666666; --text-tertiary: #999999; --bg-light: #F9F7F4; --white: #FFFFFF; --border: #EFEFEF; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--text-secondary); background: var(--white); } .legal-header { background: linear-gradient(135deg, var(--text-primary) 0%, #1a1a1a 100%); color: var(--white); padding: 4rem 1.5rem; text-align: center; } .legal-header h1 { font-size: 2.5rem; margin-bottom: 0.5rem; font-weight: 800; } .legal-header p { font-size: 1.1rem; opacity: 0.9; } .legal-container { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; } .legal-section { margin-bottom: 3rem; } .legal-section h2 { color: var(--text-primary); font-size: 1.5rem; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--gold); font-weight: 700; } .legal-section h3 { color: var(--text-primary); font-size: 1.2rem; margin-top: 1.5rem; margin-bottom: 1rem; font-weight: 700; } .legal-section p { margin-bottom: 1rem; line-height: 1.8; color: var(--text-secondary); } .legal-section ul { margin-left: 1.5rem; margin-bottom: 1rem; } .legal-section li { margin-bottom: 0.75rem; line-height: 1.8; } .legal-section strong { color: var(--text-primary); font-weight: 700; } .info-box { background: rgba(230, 167, 86, 0.08); border-left: 4px solid var(--gold); padding: 1.5rem; margin: 1.5rem 0; border-radius: 0.5rem; } .info-box p { margin: 0.5rem 0; } .info-box p:first-child { margin-top: 0; } .info-box p:last-child { margin-bottom: 0; } .footer-legal { background: var(--bg-light); padding: 2rem 1.5rem; margin-top: 3rem; border-radius: 0.5rem; text-align: center; color: var(--text-tertiary); font-size: 0.9rem; } .footer-legal p { margin: 0.5rem 0; } a { color: var(--gold); text-decoration: none; font-weight: 500; } a:hover { text-decoration: underline; } @media (max-width: 768px) { .legal-header h1 { font-size: 1.8rem; } .legal-section h2 { font-size: 1.2rem; } .legal-section h3 { font-size: 1rem; } }