@font-face{font-family:Poppins-Light;src:url(/fonts/Poppins-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins-ExtraLight;src:url(/fonts/Poppins-ExtraLight.ttf)format("truetype");font-weight:200;font-style:normal;font-display:swap}*{box-sizing:border-box}body{background-color:#f5f5f5;min-height:100vh;margin:0;padding:0;font-family:Poppins-Light,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.toast-container-custom{z-index:9999;flex-direction:column;gap:10px;max-width:420px;display:flex;position:fixed;top:20px;right:20px}.toast-item{color:#fff;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:14px 16px;animation:.3s ease-out slideIn;display:flex;box-shadow:0 4px 12px #00000026}.toast-item-content{white-space:pre-line;flex-direction:column;flex:1;line-height:1.4;display:flex}.toast-item-content .toast-title{margin-bottom:4px;font-weight:600}.toast-item-content .toast-details{opacity:.95;font-size:.9em}.toast-item.bg-success{background-color:#198754}.toast-item.bg-danger{background-color:#dc3545}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.dashboard-layout{background-color:#f5f5f5;min-height:100vh}.rh-main-container{min-height:100vh;display:flex}.rh-sidebar{color:#fff;scrollbar-width:none;-ms-overflow-style:none;background-color:#002a5c;width:280px;height:100vh;padding:20px;position:fixed;top:0;left:0;overflow-y:auto}.rh-sidebar::-webkit-scrollbar{display:none}.rh-logo-container{z-index:10;background-color:#002a5c;justify-content:center;margin-bottom:0;padding:10px;display:flex;position:sticky;top:0}.rh-logo{background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.rh-logo img{object-fit:contain;width:80%;height:80%}.rh-menu-section{background-color:#ffffff1a;border-radius:8px;margin-bottom:10px;padding:12px}.rh-menu-title{cursor:pointer;color:#ffffffb3;align-items:center;gap:10px;padding:8px;font-size:12px;font-weight:600;display:flex}.rh-menu-title:hover{color:#fff}.rh-menu-buttons{flex-direction:column;margin-top:5px;display:flex}.rh-menu-button{color:#fff;cursor:pointer;text-align:left;background-color:#0000;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 15px;font-size:13px;font-weight:500;transition:background-color .2s;display:flex}.rh-menu-button:hover{background-color:#ffffff26}.rh-menu-button.active{color:#002a5c;background-color:#ffc107;font-weight:600}.rh-logout-btn{color:#fff;cursor:pointer;background-color:#dc3545;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:20px;padding:12px;font-size:14px;font-weight:600;display:flex}.rh-logout-btn:hover{background-color:#c82333}.rh-main-content{flex:1;margin-left:280px;padding:20px}.rh-header{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px 25px;display:flex;box-shadow:0 2px 4px #0000000d}.rh-header-left{align-items:center;gap:15px;display:flex}.rh-menu-toggle{cursor:pointer;color:#002a5c;background:0 0;border:none;font-size:24px}.rh-header-title{color:#002a5c;font-size:20px;font-weight:700}.rh-header-right{align-items:center;gap:15px;display:flex}.rh-user-info{color:#666;align-items:center;gap:8px;font-size:14px;display:flex}.rh-stats-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:25px;display:grid}.rh-stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d}.rh-stat-label{color:#666;margin-bottom:8px;font-size:13px}.rh-stat-value{color:#002a5c;font-size:28px;font-weight:700}.rh-section-title{color:#002a5c;border-bottom:2px solid #ffc107;margin-bottom:15px;padding-bottom:10px;font-size:18px;font-weight:600}.rh-card{background:#fff;border-radius:12px;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000000d}.rh-table{border-collapse:collapse;width:100%}.rh-table th{text-align:left;color:#666;border-bottom:2px solid #f0f0f0;padding:12px;font-size:12px;font-weight:600}.rh-table td{color:#333;border-bottom:1px solid #f0f0f0;padding:12px;font-size:13px}.rh-table tr:hover{background-color:#f9f9f9}.rh-status-badge{border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600}.rh-status-validé{color:#155724;background-color:#d4edda}.rh-status-en-attente{color:#856404;background-color:#fff3cd}.rh-status-annulé{color:#721c24;background-color:#f8d7da}.rh-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.rh-btn-primary{color:#fff;background-color:#002a5c}.rh-btn-primary:hover{background-color:#001d42}.rh-btn-outline{color:#002a5c;background-color:#0000;border:2px solid #002a5c}.rh-btn-outline:hover{color:#fff;background-color:#002a5c}.rh-form-group{margin-bottom:15px}.rh-form-label{color:#333;margin-bottom:5px;font-size:13px;font-weight:600;display:block}.rh-form-input{border:1px solid #ddd;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.rh-form-input:focus{border-color:#002a5c;outline:none}.rh-search-bar{gap:10px;margin-bottom:20px;display:flex}.rh-search-input{border:1px solid #ddd;border-radius:8px;flex:1;padding:10px 15px;font-size:14px}.rh-filter-select{border:1px solid #ddd;border-radius:8px;min-width:150px;padding:10px 15px;font-size:14px}.rh-workflow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.rh-workflow-step{align-items:center;gap:5px;font-size:11px;display:flex}.rh-workflow-dot{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;display:flex}.rh-workflow-dot.completed{color:#fff;background-color:#28a745}.rh-workflow-dot.pending{color:#666;background-color:#e9ecef}.rh-workflow-line{background-color:#dee2e6;width:30px;height:2px}
