:root{--font-title:'PT Serif',serif;--font-text:'Inter',sans-serif;--border-radius:20px;--box-padding:20px;--primary-color:#667eea;--secondary-color:#764ba2;--text-color:#333;--bg-color:#fbfbfb;--gray-light:#f5f5f5;--gray-medium:#e0e0e0;}*{margin:0;padding:0;box-sizing:border-box;}html{font-size:16px;scroll-behavior:smooth;}body{font-family:var(--font-text);color:var(--text-color);line-height:1.6;background-color:var(--bg-color);}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:700;line-height:1.2;margin-bottom:1rem;}h1{font-size:2.5rem;}h2{font-size:2rem;}h3{font-size:1.75rem;}h4{font-size:1.5rem;}h5{font-size:1.25rem;}h6{font-size:1rem;}p{margin-bottom:1rem;}a{color:var(--primary-color);text-decoration:none;transition:color 0.3s;}a:hover{color:var(--secondary-color);}.container{max-width:1440px;margin:0 auto;padding:0 20px;}.site-header{background:white;box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000;}.headerbar{display:flex;flex-direction:row;margin-left:8%;margin-right:8%;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:15px;}.headernav{align-content:right;display:flex;flex-direction:row;}.navmenu{display:flex;list-style:none;gap:2rem;align-items:center;}.navmenu li{padding-top:20px;padding-bottom:20px;}.navmenu a{transition:all 0.3s;color:#1d1d1d;font-size:16px;}.navmenu a:hover{font-weight:700;transition:all 0.3s;color:#ff6b47;}.navmenu a.btn-primary{background:linear-gradient(135deg,#fcb045 0%,#fd1d1d 50%,#833ab4 100%);color:#fff;padding:10px 22px;border-radius:50px;font-weight:700;font-size:15px;line-height:1;white-space:nowrap;}.navmenu a.btn-primary:hover{color:#fff;font-weight:700;opacity:0.88;transform:translateY(-1px);box-shadow:0 4px 16px rgba(253,29,29,0.3);}.headerlogo{width:30%;}.headerlogo img{height:60px;}.menutoggle{display:none;}.headernav{position:relative;}@media (max-width:1260px){.menutoggle{display:inline-flex;align-items:center;justify-content:center;font-size:2rem!important;line-height:1;padding:10px 12px;border:0;background:transparent;cursor:pointer;color:#000!important;}.headerlogo img{height:50px;}.navmenu{display:none;position:absolute;top:calc(100%+10px);right:0;flex-direction:column;gap:0;min-width:260px;padding:12px;margin:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.12);z-index:999;}.navmenu.is-open{display:flex;}.navmenu li{padding:0;}.navmenu a{display:block;padding:12px 10px;border-radius:8px;}.navmenu a:hover{background:rgba(255,107,71,0.10);}.navmenu a.btn-primary{margin-top:6px;text-align:center;}.navmenu a.btn-primary:hover{background:linear-gradient(135deg,#fcb045 0%,#fd1d1d 50%,#833ab4 100%);opacity:0.88;}.headerlogo{width:auto;}}.site-main{min-height:calc(100vh - 200px);padding:3rem 0.5rem;background-color:#fbfbfb;margin-left:8%;margin-right:8%;}@media (max-width:768px){.site-main{margin-left:3%;margin-right:3%;}}.box{background:white;border-radius:var(--border-radius);padding:var(--box-padding);box-shadow:0 2px 10px rgba(0,0,0,0.1);margin-bottom:2rem;}.btn{display:inline-block;padding:12px 30px;border-radius:var(--border-radius);font-weight:600;text-align:center;transition:all 0.3s;cursor:pointer;border:none;font-family:var(--font-text);}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:white;}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,0.4);}.btn-secondary{background:var(--gray-light);color:var(--text-color);}.btn-secondary:hover{background:var(--gray-medium);}.form-group{margin-bottom:1.5rem;}.form-label{display:block;margin-bottom:0.5rem;font-weight:600;}.form-control{width:100%;padding:12px 20px;border:1px solid var(--gray-medium);border-radius:var(--border-radius);font-family:var(--font-text);font-size:1rem;transition:border-color 0.3s;}.form-control:focus{outline:none;border-color:var(--primary-color);}.alert{padding:var(--box-padding);border-radius:var(--border-radius);margin-bottom:1rem;}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb;}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;}#toast-container{position:fixed;top:90px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;}.toast{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,0.15);font-size:0.9rem;font-weight:600;opacity:0;transform:translateX(100%);transition:all 0.3s ease;max-width:350px;}.toast.show{opacity:1;transform:translateX(0);}.toast-success{background-color:#d1fae5;color:#065f46;}.toast-error{background-color:#fee2e2;color:#991b1b;}.toast svg{flex-shrink:0;}@media (max-width:480px){#toast-container{left:10px;right:10px;top:10px;}.toast{max-width:100%;}}.page-content{max-width:800px;margin:0 auto;}.page-header{text-align:center;margin-bottom:3rem;}.page-body{line-height:1.8;}.page-body img{max-width:100%;height:auto;border-radius:var(--border-radius);margin:2rem 0;}.guide-card-header{position:relative;}.guide-card-tags{position:absolute;bottom:0.55rem;left:0.55rem;display:flex;flex-wrap:wrap;gap:4px;z-index:2;max-width:calc(100% - 1.1rem);}.guide-tag-pill{font-family:'Inter',sans-serif;font-size:0.67rem;font-weight:700;color:white;background:rgba(0,0,0,0.52);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:3px 8px;border-radius:100px;text-decoration:none;white-space:nowrap;line-height:1.5;transition:background 0.15s;}.guide-tag-pill:hover{background:var(--pillar-color,#833ab4);color:white;}.guide-tag-filter{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:2rem;}.tag-filter-btn{font-family:'Inter',sans-serif;font-size:0.82rem;font-weight:600;padding:6px 14px;border-radius:100px;border:1.5px solid #e5e7eb;color:#64748b;background:white;text-decoration:none;transition:border-color 0.15s,color 0.15s,background 0.15s;line-height:1.4;}.tag-filter-btn:hover{border-color:var(--pillar-color,#833ab4);color:var(--pillar-color,#833ab4);}.tag-filter-btn.active{background:var(--pillar-color,#833ab4);border-color:var(--pillar-color,#833ab4);color:white;}.guides-empty-state{text-align:center;padding:4rem 2rem;background:white;border-radius:20px;border:1px solid #f3f4f6;}.guides-empty-state p{font-family:'Inter',sans-serif;font-size:0.95rem;color:#64748b;margin-bottom:1.25rem;}.pillar-hero-compact{min-height:0 !important;padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.pillar-hero-compact .pillar-hero-inner{flex-direction:column;gap:0;}.pillar-hero-compact h1{font-size:clamp(1.6rem,3vw,2.2rem) !important;}.pillar-hero-compact .pillar-hero-sub{margin-bottom:0 !important;}.pillar-hero-compact .pillar-hero-cta{display:none;}.site-footer{background:#131313;color:#d3d3d3;padding:3rem 0 1rem;margin-top:4rem;}.footer-container{padding-top:5%;padding-left:8%;padding-right:8%;}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;}.footer-section h4{font-size:22px;}.footer-section h3,.footer-section h4{margin-bottom:1rem;}.footer-section ul{list-style:none;}.footer-section a{color:rgba(255,255,255,0.8);}.footer-section a:hover{color:white;}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);}@media (max-width:768px){h1{font-size:2rem;}h2{font-size:1.75rem;}h3{font-size:1.5rem;}}.text-center{text-align:center;}.text-right{text-align:right;}.mt-1{margin-top:1rem;}.mt-2{margin-top:2rem;}.mb-1{margin-bottom:1rem;}.mb-2{margin-bottom:2rem;}.guides-hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;padding:4rem 0 3rem;text-align:center;}.guides-hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;}.guides-hero .lead{font-size:1.25rem;opacity:0.95;}.categories-nav{padding:3rem 0;}.categories-nav h2{text-align:center;margin-bottom:2rem;font-size:2rem;}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;}.category-card{padding:2rem;background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1);text-decoration:none;color:#333;transition:all 0.3s;text-align:center;}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.15);}.category-icon{font-size:3rem;margin-bottom:1rem;}.category-card h3{font-size:1.5rem;margin-bottom:0.75rem;}.category-card p{color:#666;margin-bottom:1rem;}.category-link{color:#667eea;font-weight:600;}.category-preview{margin:4rem 0;}.category-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #667eea;}.category-preview-header h2{font-size:1.75rem;margin:0;}.guides-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;padding:4rem 2rem;margin:4rem 0;text-align:center;color:white;}.cta-content h2{font-size:2rem;margin-bottom:1rem;}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:0.95;}.category-search{margin-bottom:2rem;}.category-search form{display:flex;gap:1rem;max-width:600px;margin:0 auto;}.category-search .search-input{flex:1;}@media (max-width:768px){.category-preview-header{flex-direction:column;align-items:flex-start;gap:1rem;}.category-search form{flex-direction:column;}}.catcher{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;border-radius:8px;border-left:4px solid;margin:16px 0;}.catcher-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;}.catcher-icon svg{width:24px;height:24px;}.catcher-body{flex:1;min-width:0;}.catcher-title{font-weight:700;font-size:1rem;margin-bottom:4px;}.catcher-text{font-size:0.95rem;line-height:1.6;}.catcher-text a{text-decoration:underline;}.catcher-conseil{background:#ebf5fb;border-left-color:#3498db;color:#1a5276;}.catcher-conseil .catcher-icon{color:#3498db;}.catcher-attention{background:#fdedec;border-left-color:#e74c3c;color:#78281f;}.catcher-attention .catcher-icon{color:#e74c3c;}.catcher-astuce{background:#fef5e7;border-left-color:#e67e22;color:#7e5109;}.catcher-astuce .catcher-icon{color:#e67e22;}.catcher-neutre{background:#f4f6f6;border-left-color:#95a5a6;color:#4d5656;}.catcher-neutre .catcher-icon{color:#7f8c8d;}.catcher-recommandation{background:#f4ecf7;border-left-color:#8e44ad;color:#4a235a;}.catcher-recommandation .catcher-icon{color:#8e44ad;}.faq-block{margin:20px 0;border-radius:8px;overflow:hidden;border:1px solid #dee2e6;}.faq-item{border-bottom:1px solid #dee2e6;}.faq-item:last-child{border-bottom:none;}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#f0f4ff;color:#1a1a2e;cursor:pointer;user-select:none;font-weight:600;font-size:0.95rem;transition:background 0.2s;}.faq-question:hover{background:#e4eafc;}.faq-question-text{flex:1;}.faq-chevron{flex-shrink:0;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 0.3s ease;}.faq-item--open .faq-chevron{transform:rotate(-135deg);}.faq-answer{display:none;padding:14px 18px;background:#fff;color:#333;font-size:0.93rem;line-height:1.7;}.faq-item--open .faq-answer{display:block;}.faq-answer a{color:#667eea;text-decoration:underline;}