@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color:#3b82f6;--secondary-color:#64748b;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--info-color:#0ea5e9}html,body{color:#1f2937;background-color:#f3f4f6;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.bouttons{cursor:pointer;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;border-radius:.375rem;justify-content:center;align-items:center;font-weight:500;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.bouttons:focus{outline-offset:2px;outline:2px solid #0000;box-shadow:0 0 0 3px #3b82f680}.bouttons:disabled{opacity:.65;cursor:not-allowed}.style_boutton1{background-color:var(--primary-color);color:#fff;border:1px solid var(--primary-color);padding:.5rem 1rem}.style_boutton1:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.style_boutton2{background-color:var(--secondary-color);color:#fff;border:1px solid var(--secondary-color);padding:.5rem 1rem}.style_boutton2:hover:not(:disabled){background-color:#475569;border-color:#475569}.style_boutton3{background-color:var(--warning-color);color:#fff;border:1px solid var(--warning-color);padding:.5rem 1rem}.style_boutton3:hover:not(:disabled){background-color:#d97706;border-color:#d97706}.style_boutton4{background-color:var(--info-color);color:#fff;border:1px solid var(--info-color);padding:.5rem 1rem}.style_boutton4:hover:not(:disabled){background-color:#0284c7;border-color:#0284c7}.croix{background-color:var(--danger-color);color:#fff;border:1px solid var(--danger-color);border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.875rem;line-height:1;display:flex}.croix:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.box{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.donnees_page1{max-width:36rem;margin:0 auto}.invisible-scrollbar::-webkit-scrollbar{width:.4rem;height:.4rem}.invisible-scrollbar::-webkit-scrollbar-track{background-color:#0000}.invisible-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af4d;border-radius:9999px}.invisible-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af80}.step-progress{justify-content:space-between;margin-bottom:2rem;display:flex}.step-progress-item{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-progress-item:not(:first-child):before{content:"";z-index:0;background-color:#e5e7eb;width:100%;height:2px;position:absolute;top:.75rem;left:-50%}.step-progress-item.completed:before{background-color:var(--success-color)}.step-progress-item.active .step-icon{background-color:var(--primary-color);color:#fff}.step-progress-item.completed .step-icon{background-color:var(--success-color);color:#fff}.step-icon{color:#6b7280;z-index:10;background-color:#e5e7eb;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;display:flex}.step-text{color:#6b7280;margin-top:.5rem;font-size:.75rem}.step-progress-item.active .step-text{color:var(--primary-color);font-weight:600}.step-progress-item.completed .step-text{color:var(--success-color)}table{border-collapse:collapse;width:100%}th{text-align:left;border-bottom:2px solid #e5e7eb;padding:.75rem;font-weight:600}td{vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:.75rem}.bg-highlight{background-color:#3b82f61a}.cursor-pointer{cursor:pointer}
