#favoris-app{max-width:920px;margin:40px auto;padding:0 20px;min-height:50vh}#fav-filters{margin-bottom:20px}.fav-filter-row{display:flex;gap:12px;align-items:stretch}.fav-filter-search{flex:1;position:relative;display:flex;align-items:center}.fav-filter-search i{position:absolute;left:14px;color:#999;font-size:14px;pointer-events:none}.fav-filter-search input{width:100%;padding:12px 14px 12px 40px;border:1px solid #e0e0e0;border-radius:10px;font-size:14px;background:#fff;transition:border-color 0.2s,box-shadow 0.2s;outline:none}.fav-filter-search input:focus{border-color:#79BD7B;box-shadow:0 0 0 3px rgb(121 189 123 / .15)}.fav-filter-category{flex:0 0 220px}.fav-filter-category select{width:100%;padding:12px 14px;border:1px solid #e0e0e0;border-radius:10px;font-size:14px;background:#fff;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;transition:border-color 0.2s,box-shadow 0.2s}.fav-filter-category select:focus{border-color:#79BD7B;box-shadow:0 0 0 3px rgb(121 189 123 / .15)}.fav-filter-count{font-size:13px;color:#888;margin-top:8px;padding-left:2px}#fav-list{background:#fff;border-radius:14px;box-shadow:0 2px 16px rgb(0 0 0 / .07);padding:24px;margin-bottom:20px}.fav-empty-state{text-align:center;padding:60px 20px;color:#888}.fav-empty-state i.fa-heart,.fav-empty-state i.fa-filter{font-size:48px;color:#ddd;margin-bottom:16px;display:block}.fav-empty-state h3{font-size:20px;color:#444;margin:0 0 10px;font-weight:600}.fav-empty-state p{font-size:14px;line-height:1.6;max-width:400px;margin:0 auto}.fav-empty-state a{color:#79BD7B;text-decoration:none;font-weight:500}.fav-empty-state a:hover{text-decoration:underline}.fav-group{margin-bottom:20px}.fav-group:last-child{margin-bottom:0}.fav-group-title{font-size:13px;font-weight:700;color:#79BD7B;text-transform:uppercase;letter-spacing:.6px;margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid #d4edda}.fav-card{display:flex;align-items:center;gap:14px;padding:12px;border-radius:10px;transition:background 0.15s;position:relative}.fav-card:hover{background:#f8f8f8}.fav-card+.fav-card{border-top:1px solid #f0f0f0}.fav-card-img{flex:0 0 52px;width:52px;height:52px;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgb(0 0 0 / .1)}.fav-card-img img{width:100%;height:100%;object-fit:cover;display:block}.fav-card-body{flex:1;min-width:0}.fav-card-title{display:block;font-size:15px;font-weight:600;color:#2c3e50;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.2s}.fav-card-title:hover{color:#79BD7B}.fav-card-dept{display:block;font-size:12px;color:#999;margin-top:3px}.fav-card-dept i{font-size:11px;margin-right:3px}.fav-card-remove{flex:0 0 34px;width:34px;height:34px;border:none;border-radius:50%;background:#fff0;color:#ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s,color 0.2s;font-size:14px}.fav-card-remove:hover{background:#eef8ee;color:#e53935}.fav-clear-all{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:16px;padding:10px;border:1px dashed #ddd;border-radius:8px;background:#fff0;color:#999;font-size:13px;cursor:pointer;transition:color 0.2s,border-color 0.2s}.fav-clear-all:hover{color:#79BD7B;border-color:#79BD7B}#fav-actions{text-align:center;margin-bottom:30px}#fav-devis-btn{display:inline-block;padding:14px 44px;background:#79BD7B;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background 0.2s,transform 0.15s,box-shadow 0.2s;box-shadow:0 4px 16px rgb(121 189 123 / .3)}#fav-devis-btn:hover{background:#5fa861;transform:translateY(-2px);box-shadow:0 6px 20px rgb(121 189 123 / .35)}#fav-devis-overlay,.fav-modal-overlay{position:fixed;inset:0;background:rgb(15 15 20 / .6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:favFadeIn 0.2s ease}.fav-modal-overlay{z-index:10000}@keyframes favFadeIn{from{opacity:0}to{opacity:1}}.fav-devis-modal,.fav-modal-box{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgb(0 0 0 / .2);animation:favSlideUp 0.3s ease}.fav-devis-modal{max-width:640px;padding:0}.fav-modal-box--compact{max-width:480px}@keyframes favSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fav-devis-close,.fav-modal-close-btn{position:absolute;top:9px;right:14px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:22px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;color:#666;transition:background 0.2s,color 0.2s;z-index:2;line-height:1;padding-bottom:3px}.fav-devis-close:hover,.fav-modal-close-btn:hover{background:#eef8ee;color:#79BD7B}.fav-modal-header{text-align:center;padding:32px 24px 20px}.fav-modal-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.fav-modal-icon--success{background:#e8f5e9;color:#43a047}.fav-modal-icon--email{background:#e3f2fd;color:#1e88e5}.fav-modal-header h2{font-size:22px;font-weight:700;color:#2c3e50;margin:0 0 8px}.fav-modal-header p{font-size:14px;color:#777;line-height:1.5;margin:0}.fav-modal-body{padding:0 24px 20px}.fav-modal-body h3{font-size:16px;font-weight:600;color:#2c3e50;margin:0 0 8px}.fav-modal-body h3 i{margin-right:6px;color:#79BD7B}.fav-modal-subtitle{font-size:13px;color:#999;margin:0 0 14px}.fav-modal-divider{height:1px;background:#f0f0f0;margin:0 24px 20px}.fav-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #f0f0f0;background:#fafafa;border-radius:0 0 16px 16px}.fav-btn{padding:10px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:background 0.2s,color 0.2s,box-shadow 0.2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.fav-btn--primary{background:#79BD7B;color:#fff}.fav-btn--primary:hover{background:#5fa861}.fav-btn--outline{background:#fff;color:#555;border:1px solid #ddd}.fav-btn--outline:hover{border-color:#79BD7B;color:#79BD7B}.fav-reco-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.fav-spinner{margin:0 auto;width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #79BD7B;border-radius:50%;animation:favSpin 0.8s linear infinite}@keyframes favSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fav-devis-modal .sm-devis-form{padding:28px 24px}.fav-devis-modal .sm-devis-form label{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:16px}.fav-devis-modal .sm-devis-form input[type="text"],.fav-devis-modal .sm-devis-form input[type="email"],.fav-devis-modal .sm-devis-form input[type="password"],.fav-devis-modal .sm-devis-form input[type="date"],.fav-devis-modal .sm-devis-form input[type="number"],.fav-devis-modal .sm-devis-form textarea,.fav-devis-modal .sm-devis-form select{display:block;width:100%;margin-top:6px;padding:11px 14px;border:1px solid #e0e0e0;border-radius:10px;font-size:14px;background:#fff;transition:border-color 0.2s,box-shadow 0.2s;outline:none;box-sizing:border-box}.fav-devis-modal .sm-devis-form input:focus,.fav-devis-modal .sm-devis-form textarea:focus,.fav-devis-modal .sm-devis-form select:focus{border-color:#79BD7B;box-shadow:0 0 0 3px rgb(121 189 123 / .15)}.fav-devis-modal .sm-devis-form textarea{resize:vertical;min-height:90px}.fav-devis-modal .sm-extra-auth{background:#f8f9fa;border:1px solid #eee;border-radius:12px;padding:20px;margin-bottom:16px}.fav-devis-modal .sm-extra-auth h3{font-size:15px;font-weight:600;color:#2c3e50;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #eee}.fav-devis-modal .sm-devis-form button[type="submit"]{display:block;width:100%;padding:14px;background:#79BD7B;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:8px;transition:background 0.2s,transform 0.15s;box-shadow:0 4px 14px rgb(121 189 123 / .25)}.fav-devis-modal .sm-devis-form button[type="submit"]:hover{background:#5fa861;transform:translateY(-1px)}@media (max-width:768px){.page-template-favoris .c27-top-content-margin{height:70px!important;min-height:0!important}#favoris-app{margin:0 auto;padding:0 12px}.fav-filter-row{flex-direction:column;gap:8px}.fav-filter-category{flex:1;width:100%}.fav-filter-category select{width:100%;font-size:16px}#fav-list{padding:16px;border-radius:12px}.fav-card{gap:10px;padding:10px}.fav-card-img{flex:0 0 44px;width:44px;height:44px}.fav-devis-modal,.fav-modal-box{width:95%;max-width:95%;border-radius:14px}.fav-devis-modal .sm-devis-form{padding:20px 16px}.fav-modal-footer{flex-direction:column;gap:8px}.fav-modal-footer button,.fav-modal-footer a{width:100%;text-align:center}.fav-card .fav-devis-btn{width:100%;text-align:center;justify-content:center}}@media (max-width:480px){.page-template-favoris .c27-top-content-margin{height:0px!important;min-height:0!important}.fav-devis-modal,.fav-modal-box{width:92vw;max-width:92vw;max-height:88vh;margin:0;border-radius:14px}.fav-modal-box--compact{max-width:92vw}#fav-devis-overlay,.fav-modal-overlay{padding:16px}.fav-devis-close,.fav-modal-close-btn{width:30px;height:30px;font-size:18px;top:7px;right:10px}.fav-card-title{font-size:14px}}