Conditions d’utilisation

Mentions Légales – ChienDog™ /* ========== RESET & BASE ========== */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --color-background: #ffffff; --color-foreground: rgb(51 51 51); --color-foreground-heading: rgb(51 51 51); --color-accent: rgb(53, 189, 105); --color-accent-dark: rgb(38, 160, 85); --color-border: rgba(0, 0, 0, 0.08); --color-muted: rgba(51, 51, 51, 0.7); --color-bg-light: rgb(245, 245, 245); --font-family: 'Inter', sans-serif; --border-radius-md: 14px; --transition: 0.15s ease-in-out; --max-width: 900px; /* Moins large pour la lecture */ --shadow-card: 0 2px 16px rgba(0,0,0,0.05); } html { font-size: 16px; scroll-behavior: smooth; } body { font-family: var(--font-family); font-weight: 400; color: var(--color-foreground); background-color: var(--color-background); line-height: 1.6; -webkit-font-smoothing: antialiased; } /* ========== HERO BANNER ========== */ .contact-hero { background: linear-gradient(135deg, rgb(53, 189, 105) 0%, rgb(32, 148, 78) 100%); padding: 64px 24px; text-align: center; position: relative; overflow: hidden; } .contact-hero::before { content: ''; position: absolute; top: -50%; left: -20%; width: 60%; height: 200%; background: rgba(255,255,255,0.06); border-radius: 50%; pointer-events: none; } .contact-hero::after { content: ''; position: absolute; bottom: -40%; right: -10%; width: 50%; height: 150%; background: rgba(255,255,255,0.04); border-radius: 50%; pointer-events: none; } .contact-hero-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; } .contact-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: #ffffff; line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.02em; } .contact-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.88); line-height: 1.65; max-width: 560px; margin: 0 auto; } /* ========== MAIN LAYOUT ========== */ .main-content { max-width: var(--max-width); margin: 0 auto; padding: 64px 24px; } /* ========== LEGAL CONTENT ========== */ .legal-content { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-md); padding: 48px; box-shadow: var(--shadow-card); } .legal-content h2 { font-size: 1.5rem; font-weight: 700; color: var(--color-foreground-heading); margin-top: 40px; margin-bottom: 16px; letter-spacing: -0.01em; display: flex; align-items: center; gap: 12px; } .legal-content h2::before { content: ''; display: inline-block; width: 6px; height: 24px; background: var(--color-accent); border-radius: 4px; } .legal-content h2:first-child { margin-top: 0; } .legal-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--color-foreground-heading); margin-top: 24px; margin-bottom: 12px; } .legal-content p { font-size: 1rem; color: var(--color-muted); line-height: 1.75; margin-bottom: 16px; } .legal-content p strong { color: var(--color-foreground-heading); font-weight: 600; } .legal-content ul { margin-bottom: 16px; padding-left: 24px; } .legal-content li { font-size: 1rem; color: var(--color-muted); line-height: 1.75; margin-bottom: 8px; } .legal-content a { color: var(--color-accent-dark); text-decoration: none; font-weight: 500; transition: color var(--transition); } .legal-content a:hover { color: var(--color-accent); text-decoration: underline; } .legal-intro { font-size: 1.1rem !important; color: var(--color-foreground-heading) !important; margin-bottom: 32px !important; padding-bottom: 24px; border-bottom: 1px solid var(--color-border); } @media (max-width: 640px) { .main-content { padding: 40px 16px; } .contact-hero { padding: 48px 16px; } .legal-content { padding: 28px 20px; } }

Mentions Légales

Informations relatives à la société ChienDog, ses conditions d'utilisation et sa politique de confidentialité.