.memo-postit{position:fixed;min-width:200px;max-width:400px;min-height:80px;border-radius:3px;box-shadow:2px 4px 12px rgba(0,0,0,.25);font-family:'Open Sans',sans-serif;font-size:13px;z-index:10000;transition:box-shadow .2s,width .2s,height .2s,min-width .2s,min-height .2s,border-radius .2s;overflow:hidden}.memo-postit:hover{box-shadow:3px 6px 16px rgba(0,0,0,.35)}.memo-header{cursor:move;padding:4px 8px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);user-select:none;min-height:28px}.memo-drag-handle{opacity:.5;font-size:12px}.memo-controls i{cursor:pointer;margin-left:6px;opacity:.5;font-size:13px;transition:opacity .15s}.memo-controls i:hover{opacity:1}.memo-btn-delete:hover{color:#c0392b}.memo-content{padding:8px;min-height:50px;max-height:300px;overflow-y:auto;outline:0;word-wrap:break-word;line-height:1.5}.memo-content:focus{background:rgba(255,255,255,.15)}.memo-content:empty::before{content:'Saisir votre mémo...';color:rgba(0,0,0,.3);font-style:italic}.memo-footer{padding:3px 8px;font-size:10px;color:rgba(0,0,0,.4);border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.memo-footer-user{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-footer-date{white-space:nowrap;flex-shrink:0;margin-left:6px}.memo-settings{padding:6px 8px;border-bottom:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.3)}.memo-settings-section{margin-bottom:4px}.memo-settings-section small{display:block;font-size:10px;color:rgba(0,0,0,.5);margin-bottom:3px;text-transform:uppercase;letter-spacing:.5px}.memo-color-picker{display:flex;gap:4px}.memo-color-swatch{width:22px;height:22px;border-radius:3px;cursor:pointer;border:2px solid rgba(0,0,0,.15);transition:transform .15s,border-color .15s}.memo-color-swatch:hover{transform:scale(1.2);border-color:rgba(0,0,0,.4)}.memo-visibility-picker{display:flex;flex-direction:column;gap:2px}.memo-vis-option{cursor:pointer;padding:2px 6px;border-radius:3px;font-size:11px;transition:background .15s}.memo-vis-option:hover{background:rgba(255,255,255,.4)}.memo-vis-option.active{background:rgba(255,255,255,.6);font-weight:600}.memo-postit.minimized{min-height:32px!important;min-width:32px!important;width:32px!important;height:32px!important;border-radius:50%;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}.memo-postit.minimized .memo-content,.memo-postit.minimized .memo-controls,.memo-postit.minimized .memo-footer,.memo-postit.minimized .memo-settings{display:none!important}.memo-postit.minimized .memo-header{border-bottom:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;width:100%;height:100%}.memo-postit.minimized .memo-drag-handle{opacity:.8;font-size:16px}.memo-list-container{max-height:400px;overflow-y:auto}.memo-list-empty{padding:20px;text-align:center;color:#999;font-style:italic}.memo-list-item{display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #eee;cursor:pointer;transition:background .15s}.memo-list-item:hover{background:#f5f5f5}.memo-list-item:last-child{border-bottom:none}.memo-list-color{width:14px;height:14px;border-radius:3px;margin-right:10px;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.memo-list-text{flex:1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.memo-list-meta{font-size:11px;color:#999;white-space:nowrap;flex-shrink:0}.memo-list-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:11000;display:flex;align-items:center;justify-content:center}.memo-list-panel{background:#fff;border-radius:6px;width:400px;max-height:500px;padding:15px;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.3)}.memo-list-panel h4{margin:0 0 10px;font-size:16px}.memo-list-close{position:absolute;top:10px;right:12px;background:0 0;border:none;font-size:22px;cursor:pointer;color:#999;line-height:1}.memo-list-close:hover{color:#333}#memo-menu .dropdown-menu{min-width:180px}#memo-menu .dropdown-menu li a{padding:6px 15px;font-size:13px}#memo-menu .dropdown-menu li a i{margin-right:6px;width:16px;text-align:center}