/* Tailwind CSS - Build purgé pour index.html */
/* Généré manuellement - ~8ko au lieu de ~300ko */

*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, p { margin: 0; }
a { color: inherit; text-decoration: inherit; }
img, video { display: block; max-width: 100%; height: auto; }
summary { display: list-item; cursor: pointer; }

/* Layout */
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.w-full { width: 100%; }
.max-w-2xl { max-width: 42rem; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.hidden { display: none; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }

/* Spacing */
.m-1 { margin: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mr-2 { margin-right: 0.5rem; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.p-4 { padding: 1rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }

/* Sizing */
.h-8 { height: 2rem; }
.h-12 { height: 3rem; }

/* Typography */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.text-center { text-align: center; }

/* Colors */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-\[\#333\] { color: #333; }
.text-\[\#555\] { color: #555; }
.text-\[\#888\] { color: #888; }
.text-\[\#CE1933\] { color: #CE1933; }
.bg-white { background-color: #fff; }
.bg-\[\#fff\] { background-color: #fff; }
.bg-\[\#00ccbc\] { background-color: #00ccbc; }
.bg-\[\#CE1933\] { background-color: #CE1933; }
.bg-\[\#3b5998\] { background-color: #3b5998; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-\[\#405de6\] { --tw-gradient-from: #405de6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 93, 230, 0)); }
.via-\[\#c13584\] { --tw-gradient-stops: var(--tw-gradient-from), #c13584, var(--tw-gradient-to, rgba(193, 53, 132, 0)); }
.to-\[\#fd1d1d\] { --tw-gradient-to: #fd1d1d; }

/* Borders */
.border { border-width: 1px; }
.border-black { border-color: #000; }
.rounded-lg { border-radius: 0.5rem; }

/* Effects */
.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }

/* Transitions */
.transition { transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* Hover states */
.hover\:brightness-110:hover { filter: brightness(1.1); }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:translate-y-\[-5px\]:hover { transform: translateY(-5px); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.hover\:bg-red-700:hover { background-color: #b91c1c; }
.cursor-pointer { cursor: pointer; }

/* Responsive */
@media (min-width: 640px) {
  .sm\:inline { display: inline; }
  .sm\:m-2 { margin: 0.5rem; }
  .sm\:mr-2 { margin-right: 0.5rem; }
  .sm\:h-10 { height: 2.5rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; }
}

@media (min-width: 768px) {
  .md\:w-\[25\%\] { width: 25%; }
  .md\:w-\[75\%\] { width: 75%; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
}

/* Arbitrary values */
.w-\[40\%\] { width: 40%; }

/* Animations */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.animate-\[fadeInUp_1s_ease-out_0s_both\] { animation: fadeInUp 1s ease-out 0s both; }
.animate-\[fadeInUp_1s_ease-out_0\.2s_both\] { animation: fadeInUp 1s ease-out 0.2s both; }
.animate-\[fadeInUp_1s_ease-out_0\.4s_both\] { animation: fadeInUp 1s ease-out 0.4s both; }
.animate-\[fadeInUp_1s_ease-out_0\.6s_both\] { animation: fadeInUp 1s ease-out 0.6s both; }
.animate-\[fadeInUp_1s_ease-out_0\.8s_both\] { animation: fadeInUp 1s ease-out 0.8s both; }
.animate-\[fadeInUp_1s_ease-out_1s_both\] { animation: fadeInUp 1s ease-out 1s both; }
.animate-\[fadeInUp_1s_ease-out_1\.2s_both\] { animation: fadeInUp 1s ease-out 1.2s both; }
.animate-\[fadeInUp_1s_ease-out_1\.4s_both\] { animation: fadeInUp 1s ease-out 1.4s both; }

/* Icons (remplacement Font Awesome) */
.icon { display: inline-flex; align-items: center; justify-content: center; width: 1.125rem; height: 1.125rem; }
.icon svg { width: 100%; height: 100%; fill: currentColor; }
