Accéder au contenu principal
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma,
Geneva, Verdana, sans-serif; }
body { background-color: #f4f6f9; color: #333; line-height: 1.6; padding-bottom: 40px; }
.container { max-width: 600px; margin: 0 auto; background: #ffffff; padding: 25px;
border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); margin-top: 20px; }
.header { text-align: center; padding: 20px 0; }
.header h1 { color: #1a73e8; font-size: 24px; margin-bottom: 10px; }
.header p { color: #5f6368; font-size: 16px; }
.product-img { width: 100%; border-radius: 8px; margin: 20px 0; background: #e9ecef;
height: 200px; display: flex; align-items: center; justify-content: center; color: #6c757d;
font-weight: bold; }
.features { background: #f8f9fa; border-right: 4px solid #1a73e8; padding: 15px;
margin: 20px 0; border-radius: 4px; } .features h3 { font-size: 18px; color: #202124; margin-bottom: 10px; }
.features ul { list-style: none; }
.features li { margin-bottom: 8px; font-size: 15px; display: flex; align-items: center; }
.features li::before { content: "✓"; color: #28a745; font-weight: bold; margin-left: 8px; }
.cta-btn { display: block; width: 100%; background-color: #25d366; color: white;
text-align: center; padding: 15px; text-decoration: none; font-size: 18px; font-weight: bold;
border-radius: 8px; margin-top: 25px; box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
transition: background 0.3s; }
.cta-btn:hover { background-color: #1eb954; }
.footer { text-align: center; font-size: 13px; color: #888; margin-top: 30px; }
Articles les plus consultés
Commentaires
Enregistrer un commentaire