@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}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f3f4f6;color:#1f2937}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.bouttons{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-weight:500;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);white-space:nowrap}.bouttons:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(59,130,246,.5)}.bouttons:disabled{opacity:.65;cursor:not-allowed}.style_boutton1{background-color:var(--primary-color);color:white;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:white;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:white;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:white;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:white;border:1px solid var(--danger-color);width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.875rem;line-height:1}.croix:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.box{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:1.5rem}.donnees_page1{max-width:36rem;margin:0 auto}.invisible-scrollbar::-webkit-scrollbar{width:.4rem;height:.4rem}.invisible-scrollbar::-webkit-scrollbar-track{background-color:transparent}.invisible-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(156,163,175,.3);border-radius:9999px}.invisible-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(156,163,175,.5)}.step-progress{display:flex;margin-bottom:2rem;justify-content:space-between}.step-progress-item{display:flex;flex-direction:column;align-items:center;flex:1 1;position:relative}.step-progress-item:not(:first-child):before{content:"";position:absolute;top:.75rem;left:-50%;width:100%;height:2px;background-color:#e5e7eb;z-index:0}.step-progress-item.completed:before{background-color:var(--success-color)}.step-progress-item.active .step-icon{background-color:var(--primary-color);color:white}.step-progress-item.completed .step-icon{background-color:var(--success-color);color:white}.step-icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#e5e7eb;z-index:10}.step-icon,.step-text{color:#6b7280;font-size:.75rem}.step-text{margin-top:.5rem}.step-progress-item.active .step-text{color:var(--primary-color);font-weight:600}.step-progress-item.completed .step-text{color:var(--success-color)}table{width:100%;border-collapse:collapse}th{text-align:left;font-weight:600;border-bottom:2px solid #e5e7eb}td,th{padding:.75rem}td{border-bottom:1px solid #e5e7eb;vertical-align:middle}.bg-highlight{background-color:rgba(59,130,246,.1)}.cursor-pointer{cursor:pointer}