 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } /* Styles de base pour que le rendu soit correct (complément à Tailwind) */ :root { --primary-beige: #fdfbf7; } .section-padding { padding: 5rem 1.5rem; } .btn-primary { display: inline-block; padding: 0.75rem 1.5rem; background-color: #1a1a1a; color: white; border-radius: 0.375rem; transition: background-color 0.3s; } .btn-primary:hover { background-color: #333; } .btn-disabled { display: inline-block; padding: 0.75rem 1.5rem; background-color: #e5e7eb; color: #9ca3af; border-radius: 0.375rem; cursor: not-allowed; }
