.home{--c-actu: #2B6CB0;--c-actu-bg: #EBF4FF;--c-breves: #4C51BF;--c-breves-bg: #EEF2FF;--c-contrib: #6B46C1;--c-contrib-bg: #FAF5FF;--c-deco: #276749;--c-deco-bg: #F0FFF4;--c-pod: #C05621;--c-pod-bg: #FFFAF0;--c-temo: #B83280;--c-temo-bg: #FFF5F7;--c-video: #0987A0;--c-video-bg: #EDFDFD;--c-verif: #8B3A2A;--c-verif-bg: #FDF0ED;--home-section-y: 4.35rem;--home-wrap-x: clamp(1.25rem, 4vw, 2rem);--home-grid-gap: 1.4rem;--home-grid-gap-lg: 1.65rem;--home-card-pad: 1.05rem;--home-card-pad-lg: 1.15rem}.home .section-redesign.section-cat-actu{background:linear-gradient(180deg,var(--c-actu-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-breves{background:linear-gradient(180deg,var(--c-breves-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-contrib{background:linear-gradient(180deg,var(--c-contrib-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-deco{background:linear-gradient(180deg,var(--c-deco-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-verif{background:linear-gradient(180deg,var(--c-verif-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-temo{background:linear-gradient(180deg,var(--c-temo-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-pod{background:linear-gradient(180deg,var(--c-pod-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign.section-cat-video{background:linear-gradient(180deg,var(--c-video-bg) 0%,rgba(255,255,255,.4) 45%,#fff 100%)}.home .section-redesign{padding:var(--home-section-y) 0}.home .section-redesign:nth-child(2n):not([class*=section-cat-]){background:var(--bg, #fff)}.home .section-redesign:nth-child(odd):not([class*=section-cat-]){background:var(--bg-muted, #F7F8FA)}.home .wrap-redesign{max-width:1100px;margin:0 auto;padding:0 var(--home-wrap-x);box-sizing:border-box}.home .sh{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.35rem;padding-bottom:1rem;border-bottom:1px solid var(--border, #E5E7EB)}.home .sh-left{display:flex;align-items:center;gap:.6rem}.home .sh-accent{display:block;width:4px;height:1.35rem;border-radius:2px;flex-shrink:0}.home .sh-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1.25rem;font-weight:400;color:var(--text, #1A202C);margin:0}.home .sh-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .9rem;border-radius:20px;font-size:.9rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;border:1.5px solid;transition:gap .2s}.home .sh-btn:hover{gap:.6rem}.home .grid-actualites-redesign{display:grid;grid-template-columns:1fr 1fr;gap:var(--home-grid-gap-lg)}@media(max-width:640px){.home .grid-actualites-redesign{grid-template-columns:1fr}}.home .home-article-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;background:var(--bg, #fff);box-shadow:0 2px 12px #2b6cb012}.home .home-article-list li{border-bottom:1px solid var(--border, #E5E7EB)}.home .home-article-list li:last-child{border-bottom:none}.home .home-article-list__item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.05rem;text-decoration:none;color:var(--text, #1A202C);transition:background .15s}.home .home-article-list__item:hover{background:var(--c-actu-bg, #EBF4FF);box-shadow:inset 0 0 0 .5px var(--c-actu, #2B6CB0),0 0 12px var(--c-actu),0 0 24px #2b6cb033;transform:scale(1.01)}.home .home-article-list__thumb{width:56px;height:42px;object-fit:cover;border-radius:4px;flex-shrink:0}.home .home-article-list__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.home .home-article-list__title{font-size:.9rem;font-weight:600;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home .home-article-list__item:hover .home-article-list__title{color:var(--c-actu, #2B6CB0)}.home .home-article-list__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.9rem;color:var(--text-light, #9CA3AF)}.home .home-article-list__date{flex-shrink:0}.home .home-article-list__author{display:inline-flex;align-items:center;gap:.25rem}.home .home-article-list__author-ava{width:18px;height:18px;border-radius:50%;object-fit:cover;display:block}.home .home-article-list__author-placeholder{width:18px;height:18px;border-radius:50%;background:var(--c-actu-bg, #EBF4FF);color:var(--c-actu, #2B6CB0);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center}.home .home-article-list__author-name{color:var(--text-muted, #6B7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.home .home-article-list__chevron{flex-shrink:0;color:var(--text-light, #9CA3AF);transition:transform .2s}.home .home-article-list__item:hover .home-article-list__chevron{color:var(--c-actu, #2B6CB0);transform:translate(2px)}.home .breves-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--home-grid-gap-lg)}.home .card-breve{display:grid;grid-template-columns:110px 1fr;background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;transition:box-shadow .25s,transform .25s;border-left:3px solid var(--c-breves, #4C51BF);text-decoration:none;color:var(--text, #1A202C)}.home .card-breve:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--c-breves, #4C51BF),0 0 20px var(--c-breves, #4C51BF),0 0 40px #4c51bf4d;transform:translate(3px) scale(1.02);border-left-color:var(--c-breves, #4C51BF)}.home .card-breve-img{width:110px;height:100%;object-fit:cover;flex-shrink:0;display:block}.home .card-breve-noimg{width:110px;min-height:90px;flex-shrink:0;background:linear-gradient(160deg,var(--c-breves-bg, #EEF2FF),#fff);display:flex;align-items:center;justify-content:center;font-size:1.5rem;opacity:.5}.home .card-breve-body{padding:var(--home-card-pad-lg) 1.2rem;display:flex;flex-direction:column;gap:.5rem;min-width:0}.home .card-breve-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:.95rem;font-weight:400;line-height:1.42;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home .card-breve:hover .card-breve-title{color:var(--c-breves, #4C51BF)}.home .card-badge-redesign{display:inline-flex;align-items:center;gap:.28rem;padding:.16rem .52rem;border-radius:3px;font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;width:fit-content}.home .card-badge-redesign:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor}.home .card-breve-date{font-size:.9rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .home-card-author{display:inline-flex;align-items:center;gap:.28rem;margin-left:.5rem;font-size:.88rem;color:var(--text-muted, #6B7280)}.home .home-card-author-ava{width:18px;height:18px;border-radius:50%;object-fit:cover;display:block}.home .home-card-author-ph{width:18px;height:18px;border-radius:50%;background:var(--border, #E5E7EB);color:var(--text-muted, #6B7280);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home .home-card-author-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.home .card-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:auto}.home .grid-h2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--home-grid-gap-lg)}.home .card-h{display:grid;grid-template-columns:100px 1fr;background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;transition:box-shadow .25s,transform .25s;border-left:3px solid var(--cc, #2B6CB0);text-decoration:none;color:var(--text, #1A202C)}.home .card-h:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--cc, #2B6CB0),0 0 20px var(--cc),0 0 40px #2b6cb040;transform:translate(3px) scale(1.02);border-left-color:var(--cc, #2B6CB0)}.home .card-h-img{width:100px;height:100%;min-height:90px;object-fit:cover;flex-shrink:0;display:block}.home .card-h-noimg{width:100px;min-height:90px;flex-shrink:0;background:linear-gradient(160deg,var(--cc-bg, #EBF4FF),var(--bg, #fff));display:flex;align-items:center;justify-content:center;font-size:1.6rem;opacity:.6}.home .card-h-body{padding:var(--home-card-pad-lg) 1.05rem;display:flex;flex-direction:column;gap:.45rem;min-width:0}.home .card-h-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:.95rem;font-weight:400;line-height:1.45;color:var(--text, #1A202C);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;margin:0}.home .card-h:hover .card-h-title{color:var(--cc, #2B6CB0)}.home .card-h-date{font-size:.9rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .contrib-top{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--home-grid-gap-lg);margin-bottom:1.35rem}.home .contrib-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--home-grid-gap-lg)}.home .card-v{background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;transition:box-shadow .25s,transform .25s;border-top:3px solid var(--cv-color, #2B6CB0);display:flex;flex-direction:column;text-decoration:none;color:var(--text, #1A202C)}.home .card-v:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--cv-color, #2B6CB0),0 0 20px var(--cv-color),0 0 40px #2b6cb040;transform:translateY(-3px) scale(1.02);border-top-color:var(--cv-color, #2B6CB0)}.home .card-v-img{aspect-ratio:16/9;width:100%;object-fit:cover;display:block;transition:transform .4s}.home .card-v:hover .card-v-img{transform:scale(1.04)}.home .card-v-body{padding:var(--home-card-pad-lg) 1.1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.home .card-v-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1rem;font-weight:400;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home .card-v:hover .card-v-title{color:var(--cv-color, #2B6CB0)}.home .card-v-date{font-size:.9rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .card-mini{display:grid;grid-template-columns:72px 1fr;gap:0;background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;border-left:3px solid var(--cv-color, #2B6CB0);transition:box-shadow .2s,transform .2s;text-decoration:none;color:var(--text, #1A202C)}.home .card-mini:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--cv-color, #2B6CB0),0 0 16px var(--cv-color),0 0 32px #2b6cb040;transform:translate(3px) scale(1.02);border-left-color:var(--cv-color, #2B6CB0)}.home .card-mini-img{width:72px;height:100%;min-height:72px;object-fit:cover}.home .card-mini-noimg{width:72px;min-height:72px;background:linear-gradient(160deg,var(--cv-bg, #EBF4FF),#fff);display:flex;align-items:center;justify-content:center;font-size:1.2rem;opacity:.5}.home .card-mini-body{padding:.8rem .95rem;display:flex;flex-direction:column;gap:.38rem}.home .card-mini-title{font-size:.9rem;font-weight:600;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home .card-mini:hover .card-mini-title{color:var(--cv-color, #2B6CB0)}.home .card-mini-date{font-size:.92rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .pod-top{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--home-grid-gap-lg);margin-bottom:1.35rem}.home .pod-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--home-grid-gap-lg)}.home .card-pod{background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;border-top:3px solid var(--c-pod, #C05621);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;text-decoration:none;color:var(--text, #1A202C)}.home .card-pod:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--c-pod, #C05621),0 0 20px var(--c-pod),0 0 40px #c056214d;transform:translateY(-3px) scale(1.02);border-top-color:var(--c-pod, #C05621)}.home .card-pod-thumb{aspect-ratio:4/3;overflow:hidden;position:relative;flex-shrink:0}.home .card-pod-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.home .card-pod:hover .card-pod-thumb img{transform:scale(1.04)}.home .pod-play-overlay{position:absolute;inset:0;background:#0c1c2e66;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.home .card-pod:hover .pod-play-overlay{opacity:1}.home .pod-play-btn{width:44px;height:44px;border-radius:50%;background:#2b6cb0e6;display:flex;align-items:center;justify-content:center;color:#fff}.home .card-pod-body{padding:var(--home-card-pad-lg) 1.1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.home .card-pod-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:.95rem;font-weight:400;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home .card-pod:hover .card-pod-title{color:var(--c-pod, #C05621)}.home .pod-wave{display:flex;align-items:flex-end;gap:2px;height:18px;margin:.2rem 0}.home .pod-wave span{display:block;width:3px;border-radius:2px;background:var(--c-pod, #C05621);opacity:.5;animation:wave 1.3s ease-in-out infinite alternate}.home .card-pod:hover .pod-wave span{opacity:.9}.home .pod-wave span:nth-child(1){height:6px;animation-delay:0s}.home .pod-wave span:nth-child(2){height:14px;animation-delay:.15s}.home .pod-wave span:nth-child(3){height:10px;animation-delay:.3s}.home .pod-wave span:nth-child(4){height:18px;animation-delay:.45s}.home .pod-wave span:nth-child(5){height:8px;animation-delay:.6s}@keyframes wave{0%{opacity:.3;transform:scaleY(.5)}to{opacity:.9;transform:scaleY(1)}}.home .card-pod-date{font-size:.95rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .card-pod-mini{display:grid;grid-template-columns:72px 1fr;background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;border-left:3px solid var(--c-pod, #C05621);transition:box-shadow .2s,transform .2s;text-decoration:none;color:var(--text, #1A202C)}.home .card-pod-mini:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--c-pod, #C05621),0 0 16px var(--c-pod),0 0 32px #c0562140;transform:translate(3px) scale(1.02);border-left-color:var(--c-pod, #C05621)}.home .card-pod-mini-img{width:72px;height:100%;min-height:72px;object-fit:cover}.home .card-pod-mini-img img{width:100%;height:100%;object-fit:cover}.home .card-pod-mini-body{padding:.8rem .95rem;display:flex;flex-direction:column;gap:.38rem}.home .card-pod-mini-title{font-size:.9rem;font-weight:600;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home .card-pod-mini:hover .card-pod-mini-title{color:var(--c-pod, #C05621)}.home .card-pod-mini-date{font-size:.92rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--home-grid-gap-lg)}.home .card-vid{background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;border-top:3px solid var(--c-video, #0987A0);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;text-decoration:none;color:var(--text, #1A202C)}.home .card-vid:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--c-video, #0987A0),0 0 20px var(--c-video),0 0 40px #0987a04d;transform:translateY(-3px) scale(1.02);border-top-color:var(--c-video, #0987A0)}.home .card-vid-thumb{aspect-ratio:16/9;overflow:hidden;position:relative;flex-shrink:0}.home .card-vid-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s,filter .4s}.home .card-vid:hover .card-vid-thumb img{transform:scale(1.04);filter:brightness(.75)}.home .vid-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.home .vid-play-btn{width:52px;height:52px;border-radius:50%;background:#2b6cb0d9;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s,transform .2s;box-shadow:0 4px 20px #00000059}.home .card-vid:hover .vid-play-btn{background:#2b6cb0;transform:scale(1.1)}.home .card-vid-body{padding:var(--home-card-pad-lg) 1.15rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.home .card-vid-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1rem;font-weight:400;line-height:1.45;margin:0}.home .card-vid:hover .card-vid-title{color:var(--c-video, #0987A0)}.home .card-vid-date{font-size:.9rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .verif-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--home-grid-gap-lg)}.home .card-verif{display:grid;grid-template-columns:110px 1fr;background:var(--bg, #fff);border:1px solid var(--border, #E5E7EB);border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012;border-left:3px solid var(--c-verif, #8B3A2A);transition:box-shadow .2s,transform .2s;text-decoration:none;color:var(--text, #1A202C)}.home .card-verif:hover{box-shadow:0 8px 28px #2b6cb024,0 0 0 .5px var(--c-verif, #8B3A2A),0 0 20px var(--c-verif),0 0 40px #8b3a2a4d;transform:translate(3px) scale(1.02);border-left-color:var(--c-verif, #8B3A2A)}.home .card-verif-img{width:110px;height:100%;min-height:90px;object-fit:cover}.home .card-verif-body{padding:var(--home-card-pad-lg) 1.1rem;display:flex;flex-direction:column;gap:.45rem}.home .card-verif-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:.93rem;font-weight:400;line-height:1.42;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.home .card-verif:hover .card-verif-title{color:var(--c-verif, #8B3A2A)}.home .verdict{display:inline-flex;align-items:center;gap:.28rem;padding:.14rem .48rem;border-radius:3px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;width:fit-content;margin-top:.2rem}.home .v-faux{color:#c53030;background:#fff5f5;border:1px solid #FC8181}.home .v-vrai{color:#276749;background:#f0fff4;border:1px solid #68D391}.home .v-trompeur{color:#c05621;background:#fffaf0;border:1px solid #F6AD55}.home .v-averifier{color:#6b7280;background:#f9fafb;border:1px solid #D1D5DB}.home .card-verif-date{font-size:.9rem;color:var(--text-light, #9CA3AF);margin-top:auto}.home .section-factcheck-home{background:linear-gradient(180deg,#fdf0ed,#ffffff80 40%,#fff)}.home .wrap-factcheck{max-width:1100px}.home .factcheck-header{margin-bottom:1.6rem}.home .factcheck-label{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-verif, #8B3A2A);margin:0 0 .25rem}.home .factcheck-title{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1.9rem;font-weight:700;color:#0d3a52;margin:0 0 .35rem}.home .factcheck-subtitle{font-size:.95rem;color:#374151;margin:0}.home .factcheck-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.15rem;margin-bottom:2rem}.home .factcheck-pill{display:inline-flex;align-items:center;padding:.4rem .9rem;border-radius:9999px;font-size:.88rem;font-weight:700;text-decoration:none;color:#fff;transition:opacity .2s,transform .2s}.home .factcheck-pill:hover{opacity:.9;transform:translateY(-1px)}.home .factcheck-pill--vrai{background:#276749}.home .factcheck-pill--faux{background:#c53030}.home .factcheck-pill--trompeur{background:#c05621}.home .factcheck-viewall{margin-left:auto;font-size:.9rem;font-weight:600;color:var(--c-verif, #8B3A2A);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.home .factcheck-viewall:hover{text-decoration:underline}.home .factcheck-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:0;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #0d3a5214;margin-bottom:2.1rem;transition:box-shadow .25s}.home .factcheck-hero:hover{box-shadow:0 8px 32px #0d3a521f}.home .factcheck-hero__img{aspect-ratio:16/10;overflow:hidden;background:#e5e7eb}.home .factcheck-hero__img img{width:100%;height:100%;object-fit:cover}.home .factcheck-hero__noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(160deg,#fdf0ed,#fff)}.home .factcheck-hero__card{padding:1.75rem 2rem;background:#fff;display:flex;flex-direction:column;gap:.75rem}.home .factcheck-hero__verdict{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .5rem;border-radius:4px;width:fit-content}.home .factcheck-hero__tags{display:flex;flex-wrap:wrap;gap:.35rem}.home .factcheck-hero__tag{font-size:.9rem;color:#6b7280;background:#f3f4f6;padding:.2rem .5rem;border-radius:4px}.home .factcheck-hero__tag--pays{color:var(--c-verif, #8B3A2A);background:var(--c-verif-bg, #FDF0ED)}.home .factcheck-hero__headline{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1.15rem;font-weight:700;color:#0d3a52;margin:0;line-height:1.42}.home .factcheck-hero__affirmation,.home .factcheck-hero__explanation{font-size:.92rem;color:#374151;line-height:1.62;margin:0}.home .factcheck-hero__affirmation{font-style:italic}.home .factcheck-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.9rem;color:#6b7280;margin-top:auto;padding-top:.5rem}.home .factcheck-hero__author{display:inline-flex;align-items:center;gap:.35rem}.home .factcheck-hero__author-ava,.home .factcheck-hero__author-ph{width:28px;height:28px;border-radius:50%;object-fit:cover}.home .factcheck-hero__author-ph{background:#1b6b9a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}.home .factcheck-hero__btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;color:#1b6b9a;margin-top:.5rem}.home .factcheck-hero:hover .factcheck-hero__btn{text-decoration:underline}.home .factcheck-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.55rem;margin-bottom:2rem}.home .factcheck-card{display:flex;gap:.9rem;padding:1rem;background:#fff;border-radius:10px;border:1px solid #E5E7EB;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s}.home .factcheck-card:hover{border-color:var(--c-verif, #8B3A2A);box-shadow:0 4px 16px #8b3a2a1a}.home .factcheck-card__img{width:100px;min-width:100px;height:72px;object-fit:cover;border-radius:6px;background:#f3f4f6}.home .factcheck-card__noimg{width:100px;min-width:100px;height:72px;border-radius:6px;background:linear-gradient(160deg,#fdf0ed,#fff);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.home .factcheck-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.48rem}.home .factcheck-card__verdict{font-size:.92rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .4rem;border-radius:3px;width:fit-content}.home .factcheck-card__title{font-size:.9rem;font-weight:600;color:#0d3a52;margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home .factcheck-card:hover .factcheck-card__title{color:var(--c-verif, #8B3A2A)}.home .factcheck-card__date{font-size:.9rem;color:#9ca3af;margin-top:auto}.home .factcheck-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.45rem 1.75rem;background:#0d3a52;border-radius:12px;color:#fff}.home .factcheck-cta__text{font-size:1rem;font-weight:500;margin:0}.home .factcheck-cta__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;background:#8b3a2a;color:#fff;font-size:.92rem;font-weight:700;text-decoration:none;border-radius:8px;transition:background .2s}.home .factcheck-cta__btn:hover{background:#6b2a1a}@media(max-width:900px){.home .factcheck-hero{grid-template-columns:1fr}.home .factcheck-hero__img{aspect-ratio:16/9}.home .factcheck-grid{grid-template-columns:1fr}}@media(max-width:600px){.home .factcheck-filters{flex-direction:column;align-items:flex-start}.home .factcheck-viewall{margin-left:0}.home .factcheck-cta{flex-direction:column;text-align:center}}@media(max-width:768px){.home .breves-grid,.home .grid-h2,.home .verif-grid,.home .contrib-top,.home .contrib-bottom,.home .pod-top,.home .pod-bottom,.home .video-grid{grid-template-columns:1fr}}.hero-hero[data-astro-cid-456vviwh]{--blue: #2B6CB0;--blue-dark: #1A4A80;--blue-mid: #1E3A5F;--terra: #8B3A2A;--terra-light: #E8654A;--hero-dark: #0C1C2E;--hero-dark2: #0A1628;--cat-pod: #E8654A;--cat-dec: #22A06B;--cat-act: #60B4FF;--cat-con: #A78BFA;--cat-tem: #F472B6;--cat-fc: #E8654A}.flash-info[data-astro-cid-456vviwh]{display:flex;align-items:stretch;background:var(--hero-dark, #0C1C2E);border-top:1px solid rgba(43,108,176,.35)}.flash-label[data-astro-cid-456vviwh]{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.3rem;background:var(--terra, #8B3A2A);color:#fff;font-size:.9rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.flash-label[data-astro-cid-456vviwh] span[data-astro-cid-456vviwh]{text-transform:uppercase}.flash-ticker[data-astro-cid-456vviwh]{flex:1;overflow:hidden;display:flex;align-items:center;padding:0 1.2rem;background:#0c1c2ef5}.flash-inner[data-astro-cid-456vviwh]{display:inline-flex;gap:3rem;animation:flash-scroll 40s linear infinite;white-space:nowrap}.flash-inner[data-astro-cid-456vviwh]:hover{animation-play-state:paused}@keyframes flash-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.flash-item[data-astro-cid-456vviwh]{display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;color:#ffffffd1;cursor:pointer;text-decoration:none;flex-shrink:0}.flash-item[data-astro-cid-456vviwh]:hover{color:#fff}.flash-dot[data-astro-cid-456vviwh]{width:5px;height:5px;border-radius:50%;background:var(--terra-light, #E8654A);flex-shrink:0}.flash-cat[data-astro-cid-456vviwh]{font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.12rem .4rem;border-radius:2px;flex-shrink:0}.hero-grid[data-astro-cid-456vviwh]{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,min(440px,36vw));height:min(700px,85vh);max-height:760px;overflow:hidden;background:var(--hero-dark)}@media(min-width:1100px){.hero-grid[data-astro-cid-456vviwh]{grid-template-columns:minmax(0,1.1fr) minmax(360px,440px)}}.hero-carousel[data-astro-cid-456vviwh]{position:relative;overflow:hidden;min-height:0;min-width:0}.slides-track[data-astro-cid-456vviwh]{display:flex;height:100%;transition:transform .7s cubic-bezier(.77,0,.175,1)}.hero-slide[data-astro-cid-456vviwh]{min-width:100%;height:100%;position:relative;flex-shrink:0}.slide-bg-img[data-astro-cid-456vviwh]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 7s ease;filter:brightness(.35)}.hero-slide[data-astro-cid-456vviwh].active .slide-bg-img[data-astro-cid-456vviwh]{transform:scale(1)}.slide-bg-placeholder[data-astro-cid-456vviwh]{position:absolute;inset:0;background:linear-gradient(135deg,var(--hero-dark),var(--blue-mid))}.slide-overlay[data-astro-cid-456vviwh]{position:absolute;inset:0;background:linear-gradient(to right,#0c1c2ef5,#0c1c2e73 60%,#0c1c2e14),linear-gradient(to top,rgba(12,28,46,.88) 0%,transparent 55%)}.slide-accent-line[data-astro-cid-456vviwh]{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--blue);z-index:3;transform:scaleY(0);transform-origin:bottom;transition:transform .6s .1s ease}.hero-slide[data-astro-cid-456vviwh].active .slide-accent-line[data-astro-cid-456vviwh]{transform:scaleY(1)}.slide-body[data-astro-cid-456vviwh]{position:absolute;bottom:0;left:0;right:0;padding:2.85rem 2.65rem 3.85rem;z-index:4;transform:translateY(18px);opacity:0;transition:transform .55s .2s ease,opacity .55s .2s ease}.hero-slide[data-astro-cid-456vviwh].active .slide-body[data-astro-cid-456vviwh]{transform:translateY(0);opacity:1}.slide-badge[data-astro-cid-456vviwh]{display:inline-flex;align-items:center;gap:.38rem;padding:.27rem .78rem;border-radius:2px;font-size:.92rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.95rem}.slide-badge[data-astro-cid-456vviwh]:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor}.slide-title[data-astro-cid-456vviwh]{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:clamp(1.5rem,2.8vw,2.1rem);line-height:1.22;color:#fff;margin:0 0 1.05rem;max-width:555px;letter-spacing:-.02em}.slide-title[data-astro-cid-456vviwh] a[data-astro-cid-456vviwh]{color:inherit;text-decoration:none}.slide-title[data-astro-cid-456vviwh] a[data-astro-cid-456vviwh]:hover{text-decoration:underline}.slide-meta[data-astro-cid-456vviwh]{display:flex;align-items:center;gap:.85rem;font-size:.92rem;color:#ffffff80;margin-bottom:1.5rem;flex-wrap:wrap}.meta-dot[data-astro-cid-456vviwh]{width:3px;height:3px;border-radius:50%;background:#fff6;flex-shrink:0}.slide-author[data-astro-cid-456vviwh]{display:flex;align-items:center;gap:.45rem}.slide-author[data-astro-cid-456vviwh] img[data-astro-cid-456vviwh]{width:24px;height:24px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);object-fit:cover}.slide-actions[data-astro-cid-456vviwh]{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.btn-primary[data-astro-cid-456vviwh]{display:inline-flex;align-items:center;gap:.5rem;padding:.62rem 1.4rem;background:var(--blue);color:#fff;font-size:.95rem;font-weight:700;border-radius:2px;text-decoration:none;letter-spacing:.02em;transition:background .2s,gap .2s;border:1px solid var(--blue)}.btn-primary[data-astro-cid-456vviwh]:hover{background:var(--blue-dark);gap:.85rem}.btn-secondary[data-astro-cid-456vviwh]{display:inline-flex;align-items:center;padding:.62rem 1.2rem;border:1px solid var(--terra-light);background:var(--terra);color:#fff;font-size:.95rem;font-weight:600;border-radius:2px;text-decoration:none;transition:all .2s}.btn-secondary[data-astro-cid-456vviwh]:hover{background:#f9735f;border-color:#f9735f}.progress-bar[data-astro-cid-456vviwh]{position:absolute;top:0;left:0;height:2px;background:var(--terra-light);width:0;z-index:20}.progress-bar[data-astro-cid-456vviwh].running{animation:progress 5s linear forwards}@keyframes progress{0%{width:0}to{width:100%}}.slide-counter[data-astro-cid-456vviwh]{position:absolute;top:1.2rem;right:1.4rem;z-index:10;font-size:.9rem;color:#ffffff59;letter-spacing:.06em}.slide-counter[data-astro-cid-456vviwh] b[data-astro-cid-456vviwh]{color:#ffffffb3;font-weight:600}.hero-dots[data-astro-cid-456vviwh]{position:absolute;bottom:1.6rem;left:3rem;display:flex;gap:.4rem;z-index:10}.hero-dot[data-astro-cid-456vviwh]{height:3px;border-radius:2px;background:#fff3;cursor:pointer;border:none;transition:width .4s,background .3s;width:18px;padding:0}.hero-dot[data-astro-cid-456vviwh].on{width:46px;background:var(--terra-light)}.hero-nav[data-astro-cid-456vviwh]{position:absolute;bottom:2.5rem;right:1.5rem;display:flex;gap:.4rem;z-index:10}.hero-nbtn[data-astro-cid-456vviwh]{width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(255,255,255,.18);background:#2b6cb02e;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);transition:all .2s}.hero-nbtn[data-astro-cid-456vviwh]:hover{background:var(--blue);border-color:var(--blue)}.hero-sidebar[data-astro-cid-456vviwh]{background:linear-gradient(160deg,var(--blue-mid) 0%,var(--hero-dark2) 100%);border-left:1px solid rgba(43,108,176,.2);display:flex;flex-direction:column;overflow:hidden;min-height:0;min-width:0}.sb-header[data-astro-cid-456vviwh]{padding:1.5rem 1.5rem 1.2rem;border-bottom:1px solid rgba(43,108,176,.2);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.sb-title[data-astro-cid-456vviwh]{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1.1rem;color:#fff;margin:0}.sb-title[data-astro-cid-456vviwh] span[data-astro-cid-456vviwh]{border-bottom:2px solid var(--terra);padding-bottom:3px;text-transform:uppercase;letter-spacing:.08em}.sb-viewall[data-astro-cid-456vviwh]{font-size:.86rem;color:var(--terra-light);text-decoration:none;font-weight:700;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:.25rem;transition:gap .2s}.sb-viewall[data-astro-cid-456vviwh]:hover{gap:.5rem}.sb-list[data-astro-cid-456vviwh]{flex:1;display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.5rem .45rem .85rem;gap:.5rem;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.sb-list[data-astro-cid-456vviwh]::-webkit-scrollbar{width:6px}.sb-list[data-astro-cid-456vviwh]::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:6px}.sb-item[data-astro-cid-456vviwh]{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:.75rem;padding:.82rem .95rem;text-decoration:none;color:inherit;position:relative;border-radius:8px;background:radial-gradient(circle at top left,rgba(96,180,255,.22),transparent 60%),linear-gradient(150deg,#0a1628f5,#060d1afa);border:1px solid rgba(43,108,176,.32);box-shadow:0 14px 32px #0000008c;overflow:hidden;transition:background .2s ease,border-color .2s ease,transform .18s ease,box-shadow .18s ease}.sb-item[data-astro-cid-456vviwh]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at left,rgba(232,101,74,.22),transparent 60%);opacity:0;transition:opacity .25s ease}.sb-item[data-astro-cid-456vviwh]:hover{background:radial-gradient(circle at top left,rgba(96,180,255,.32),transparent 60%),linear-gradient(150deg,#0a1628fa,#060d1a);border-color:#e8654acc;transform:translateY(-2px);box-shadow:0 18px 40px #000000b3}.sb-item[data-astro-cid-456vviwh]:hover:before{opacity:1}.sb-item[data-astro-cid-456vviwh]:first-child{grid-template-columns:88px minmax(0,1fr);padding:.9rem 1rem;border-color:#e8654ae6;box-shadow:0 18px 44px #000000c7}.sb-item[data-astro-cid-456vviwh]:first-child .sb-title-item[data-astro-cid-456vviwh]{font-size:1rem}.sb-item[data-astro-cid-456vviwh]:first-child .sb-thumb[data-astro-cid-456vviwh]{width:88px;height:64px}.sb-thumb[data-astro-cid-456vviwh]{width:72px;height:54px;border-radius:5px;overflow:hidden;flex-shrink:0;background:radial-gradient(circle at center,#2b6cb059,#040a14e6);border:1.5px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#ffffff80}.sb-thumb[data-astro-cid-456vviwh] img[data-astro-cid-456vviwh]{width:100%;height:100%;object-fit:cover;transform:scale(1.03);transition:transform .25s ease}.sb-item[data-astro-cid-456vviwh]:hover .sb-thumb[data-astro-cid-456vviwh] img[data-astro-cid-456vviwh]{transform:scale(1.07)}.sb-body[data-astro-cid-456vviwh]{min-width:0;display:block}.sb-cat[data-astro-cid-456vviwh]{font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-title-item[data-astro-cid-456vviwh]{font-size:.92rem;font-weight:600;color:#ffffffd9;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 .4rem;word-break:break-word}.sb-date[data-astro-cid-456vviwh]{font-size:.78rem;color:#ffffffb3;line-height:1.3;flex-shrink:0;white-space:nowrap}.sb-meta[data-astro-cid-456vviwh]{display:flex;flex-direction:row;align-items:center;gap:.4rem;margin-top:0;font-size:.78rem;color:#ffffffb3;width:100%;min-width:0;flex-shrink:0}.sb-author[data-astro-cid-456vviwh]{display:flex;align-items:center;gap:.25rem;min-width:0;max-width:55%;flex:1}.sb-author-ava[data-astro-cid-456vviwh]{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.45);flex-shrink:0}.sb-author-name[data-astro-cid-456vviwh]{font-weight:500;font-size:.78rem;min-width:0;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;line-height:1.2;max-width:100%}.sb-footer[data-astro-cid-456vviwh]{padding:1rem 1.4rem;border-top:1px solid rgba(43,108,176,.2);flex-shrink:0}.sb-cta[data-astro-cid-456vviwh]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.68rem;border:1px solid rgba(139,58,42,.45);border-radius:2px;color:var(--terra-light);font-size:.92rem;font-weight:700;text-decoration:none;background:#8b3a2a14;transition:all .2s;letter-spacing:.02em}.sb-cta[data-astro-cid-456vviwh]:hover{background:#8b3a2a2e;border-color:var(--terra-light);gap:.8rem}@media(max-width:768px){.hero-grid[data-astro-cid-456vviwh]{grid-template-columns:1fr;height:auto}.hero-carousel[data-astro-cid-456vviwh]{height:420px}.hero-sidebar[data-astro-cid-456vviwh]{display:none}.slide-body[data-astro-cid-456vviwh]{padding:1.5rem 1.5rem 2.5rem}}.lexique-section[data-astro-cid-t2ndqpgu]{background:#e8f4f8;padding:3rem 1rem 4rem}.lexique-section__inner[data-astro-cid-t2ndqpgu]{max-width:1200px;margin:0 auto}.lexique-section__main[data-astro-cid-t2ndqpgu]{display:block}.lexique-section__label[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#8b3a2a;margin:0 0 .35rem}.lexique-section__title[data-astro-cid-t2ndqpgu]{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#0d3a52;margin:0 0 .35rem}.lexique-section__subtitle[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:1rem;color:#374151;margin:0 0 1.5rem}.lexique-section__empty[data-astro-cid-t2ndqpgu]{text-align:center;padding:3rem 1rem;background:#fff9;border-radius:1rem;margin-top:1rem}.lexique-section__empty-text[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:1.1rem;color:#374151;margin:0 0 1rem}.lexique-section__empty-link[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:#1b6b9a;text-decoration:none}.lexique-section__empty-link[data-astro-cid-t2ndqpgu]:hover{text-decoration:underline}.lexique-section__search[data-astro-cid-t2ndqpgu]{position:relative;margin-bottom:1.25rem}.lexique-section__search-icon[data-astro-cid-t2ndqpgu]{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#1b6b9a;pointer-events:none}.lexique-section__search-input[data-astro-cid-t2ndqpgu]{width:100%;padding:.75rem 1rem .75rem 2.75rem;font-family:var(--font-sans);font-size:1rem;border:1px solid #E8F4F8;border-radius:.5rem;background:#fff;color:#0d3a52}.lexique-section__search-input[data-astro-cid-t2ndqpgu]::placeholder{color:#9ca3af}.lexique-section__alpha[data-astro-cid-t2ndqpgu]{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.5rem}.lexique-section__alpha-pill[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:.9rem;font-weight:500;border-radius:9999px;padding:.3rem .6rem;transition:background .2s,color .2s,border-color .2s}.lexique-section__alpha-pill--has-content[data-astro-cid-t2ndqpgu]{color:#1b6b9a;background:transparent;border:1px solid #1B6B9A;cursor:pointer}.lexique-section__alpha-pill--has-content[data-astro-cid-t2ndqpgu]:hover,.lexique-section__alpha-pill--has-content[data-astro-cid-t2ndqpgu][aria-pressed=true]{background:#1b6b9a;color:#fff}.lexique-section__alpha-pill--empty[data-astro-cid-t2ndqpgu]{color:#9ca3af;background:transparent;border:1px solid #E5E7EB;cursor:default}.lexique-section__terms[data-astro-cid-t2ndqpgu]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:600px){.lexique-section__terms[data-astro-cid-t2ndqpgu]{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.lexique-section__terms[data-astro-cid-t2ndqpgu]{grid-template-columns:repeat(6,1fr)}}.lexique-term-card[data-astro-cid-t2ndqpgu]{background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 2px 12px #0d3a520f;transition:transform .2s,box-shadow .2s}.lexique-term-card[data-astro-cid-t2ndqpgu]:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0d3a521a}.lexique-term-card__name[data-astro-cid-t2ndqpgu]{font-family:var(--font-serif),Georgia,serif;font-size:1.05rem;font-weight:700;color:#0d3a52;margin:0 0 .5rem}.lexique-term-card__def[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:.9rem;color:#374151;margin:0 0 .5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lexique-term-card__cat[data-astro-cid-t2ndqpgu]{font-size:.9rem;font-weight:600;color:#8b3a2a;display:inline-block;margin-bottom:.5rem}.lexique-term-card__link[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:.9rem;font-weight:500;color:#1b6b9a;text-decoration:none}.lexique-term-card__link[data-astro-cid-t2ndqpgu]:hover{text-decoration:underline}.lexique-section__bottom-link[data-astro-cid-t2ndqpgu]{text-align:center;margin:2.5rem 0 0}.lexique-section__bottom-link[data-astro-cid-t2ndqpgu] a[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:#1b6b9a;text-decoration:none}.lexique-section__bottom-link[data-astro-cid-t2ndqpgu] a[data-astro-cid-t2ndqpgu]:hover{text-decoration:underline}.lexique-section__no-results[data-astro-cid-t2ndqpgu]{font-family:var(--font-sans);font-size:1rem;color:#6b7280;margin:1.5rem 0 0;text-align:center}@media(max-width:600px){.lexique-section__terms[data-astro-cid-t2ndqpgu]{grid-template-columns:1fr}}.newsletter-banner--white[data-astro-cid-pjkfwxdf]{background:#fff;padding:3rem 2rem;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .newsletter-banner__inner[data-astro-cid-pjkfwxdf]{max-width:600px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.nl-icon[data-astro-cid-pjkfwxdf]{font-size:2.2rem}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .newsletter-banner__title[data-astro-cid-pjkfwxdf]{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1.6rem;color:#0d3a52;font-weight:400;margin:0}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .newsletter-banner__title[data-astro-cid-pjkfwxdf] span[data-astro-cid-pjkfwxdf]{color:#8b3a2a}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-desc[data-astro-cid-pjkfwxdf]{font-size:.9rem;color:#374151;line-height:1.6;max-width:420px;margin:0}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-form[data-astro-cid-pjkfwxdf]{display:flex;gap:.6rem;width:100%;max-width:420px}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-input[data-astro-cid-pjkfwxdf]{flex:1;padding:.75rem 1rem;border:1.5px solid #D1D5DB;border-radius:8px;background:#fff;color:#0d3a52;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-input[data-astro-cid-pjkfwxdf]:focus{border-color:#1b6b9a;box-shadow:0 0 0 2px #1b6b9a33}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-input[data-astro-cid-pjkfwxdf]::placeholder{color:#9ca3af}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-btn[data-astro-cid-pjkfwxdf]{padding:.75rem 1.5rem;background:#8b3a2a;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .2s}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-btn[data-astro-cid-pjkfwxdf]:hover{background:#6b2a1a}.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-privacy[data-astro-cid-pjkfwxdf]{font-size:.9rem;color:#6b7280;margin:0}@media(max-width:480px){.newsletter-banner--white[data-astro-cid-pjkfwxdf] .nl-form[data-astro-cid-pjkfwxdf]{flex-direction:column}}.sec-header[data-astro-cid-wk2votdk]{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:.75rem 1rem;border-radius:10px;background:radial-gradient(circle at top left,rgba(43,108,176,.08),transparent 55%),linear-gradient(135deg,#fffffff5,#f7f8faf5);border:1px solid rgba(226,232,240,.9)}.sec-header-left[data-astro-cid-wk2votdk]{display:flex;align-items:center;gap:.65rem}.sec-accent[data-astro-cid-wk2votdk]{display:block;width:4px;height:1.4rem;border-radius:2px;flex-shrink:0}.sec-title[data-astro-cid-wk2votdk]{font-family:"DM Serif Display",var(--font-serif),Georgia,serif;font-size:1.3rem;font-weight:400;color:var(--text, #1A202C);letter-spacing:-.01em;margin:0}.sec-viewall[data-astro-cid-wk2votdk]{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:gap .2s}.sec-viewall[data-astro-cid-wk2votdk]:hover{gap:.6rem}.citation-section[data-astro-cid-u2itvzqm]{position:relative;overflow:hidden;background:#fff;padding:3.8rem 2rem}.deco-square-blue[data-astro-cid-u2itvzqm]{position:absolute;top:-60px;right:-60px;width:320px;height:320px;border:32px solid rgba(43,108,176,.12);border-radius:10px;transform:rotate(12deg);pointer-events:none}.deco-square-terra[data-astro-cid-u2itvzqm]{position:absolute;bottom:-50px;left:-50px;width:240px;height:240px;border:24px solid rgba(139,58,42,.12);border-radius:8px;transform:rotate(-8deg);pointer-events:none}.deco-halo[data-astro-cid-u2itvzqm]{position:absolute;top:50%;right:6%;transform:translateY(-50%);width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(232,101,74,.08) 0%,transparent 70%);border:1px solid rgba(232,101,74,.15);pointer-events:none}.citation-inner[data-astro-cid-u2itvzqm]{position:relative;z-index:2;max-width:780px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.citation-brand[data-astro-cid-u2itvzqm]{display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#1a202c8c}.citation-brand[data-astro-cid-u2itvzqm]:before,.citation-brand[data-astro-cid-u2itvzqm]:after{content:"";display:block;width:28px;height:1px;background:#1a202c33}.brand-blue[data-astro-cid-u2itvzqm]{color:#2b6cb0}.brand-terra[data-astro-cid-u2itvzqm]{color:#8b3a2a}.citation-quote-mark[data-astro-cid-u2itvzqm]{font-family:Playfair Display,"DM Serif Display",Georgia,serif;font-size:5.5rem;line-height:.7;color:#8b3a2a;opacity:.22;font-style:italic;user-select:none;align-self:center;margin-bottom:-.5rem}.citation-text[data-astro-cid-u2itvzqm]{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.15rem,2.1vw,1.6rem);font-style:italic;font-weight:400;line-height:1.6;color:#1a202c;letter-spacing:.01em;max-width:700px;margin:0}.citation-text[data-astro-cid-u2itvzqm] p[data-astro-cid-u2itvzqm]{margin:0}.citation-divider[data-astro-cid-u2itvzqm]{display:flex;align-items:center;gap:1rem;width:100%;max-width:280px}.citation-divider[data-astro-cid-u2itvzqm]:before,.citation-divider[data-astro-cid-u2itvzqm]:after{content:"";flex:1;height:1px;background:#1a202c26}.citation-divider-dot[data-astro-cid-u2itvzqm]{width:6px;height:6px;border-radius:50%;background:#e8654a;flex-shrink:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.citation-inner[data-astro-cid-u2itvzqm]>[data-astro-cid-u2itvzqm]{animation:fadeUp .7s ease both}.citation-inner[data-astro-cid-u2itvzqm]>[data-astro-cid-u2itvzqm]:nth-child(1){animation-delay:.1s}.citation-inner[data-astro-cid-u2itvzqm]>[data-astro-cid-u2itvzqm]:nth-child(2){animation-delay:.22s}.citation-inner[data-astro-cid-u2itvzqm]>[data-astro-cid-u2itvzqm]:nth-child(3){animation-delay:.38s}.citation-inner[data-astro-cid-u2itvzqm]>[data-astro-cid-u2itvzqm]:nth-child(4){animation-delay:.5s}.citation-inner[data-astro-cid-u2itvzqm]>[data-astro-cid-u2itvzqm]:nth-child(5){animation-delay:.62s}@media(max-width:768px){.citation-section[data-astro-cid-u2itvzqm]{padding:3.5rem 1.5rem}.citation-quote-mark[data-astro-cid-u2itvzqm]{font-size:5rem}.deco-square-blue[data-astro-cid-u2itvzqm]{width:200px;height:200px;border-width:20px}.deco-square-terra[data-astro-cid-u2itvzqm]{width:160px;height:160px;border-width:16px}.deco-halo[data-astro-cid-u2itvzqm]{display:none}}.widget[data-astro-cid-e4daz5ew]{background:#fff;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012}.widget-header[data-astro-cid-e4daz5ew]{padding:.85rem 1.2rem;border-bottom:none;display:flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#2b6cb0,#8b3a2a);color:#fff}.widget-title[data-astro-cid-e4daz5ew]{font-size:.9rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.widget-body[data-astro-cid-e4daz5ew]{padding:1.2rem}.newsletter-desc[data-astro-cid-e4daz5ew]{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0 0 1rem}.newsletter-form[data-astro-cid-e4daz5ew]{display:flex;flex-direction:column;gap:.6rem}.input-email[data-astro-cid-e4daz5ew]{width:100%;padding:.65rem .9rem;border:1.5px solid #E5E7EB;border-radius:5px;font-size:.9rem;font-family:inherit;color:#1a202c;background:#f7f8fa;transition:border-color .2s;outline:none}.input-email[data-astro-cid-e4daz5ew]:focus{border-color:var(--blue, #2B6CB0);background:#fff}.input-email[data-astro-cid-e4daz5ew]::placeholder{color:#9ca3af}.btn-subscribe[data-astro-cid-e4daz5ew]{width:100%;padding:.68rem;background:var(--blue, #2B6CB0);color:#fff;border:none;border-radius:5px;font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s}.btn-subscribe[data-astro-cid-e4daz5ew]:hover{background:var(--blue-dark, #1A4A80)}.newsletter-privacy[data-astro-cid-e4daz5ew]{font-size:.9rem;color:#9ca3af;text-align:center;margin:0}.widget[data-astro-cid-24gqht2y]{background:#fff;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012}.widget-header[data-astro-cid-24gqht2y]{padding:.85rem 1.2rem;border-bottom:none;display:flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#2b6cb0,#8b3a2a);color:#fff}.widget-title[data-astro-cid-24gqht2y]{font-size:.9rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.dial-list[data-astro-cid-24gqht2y]{display:flex;flex-direction:column;gap:.6rem;padding:1rem 1.2rem}.dial-item[data-astro-cid-24gqht2y]{display:flex;align-items:center;gap:.85rem;padding:.7rem .85rem;border-radius:6px;border:1px solid #E5E7EB;text-decoration:none;color:#1a202c;transition:all .2s;background:#fff;position:relative;overflow:hidden}.dial-item[data-astro-cid-24gqht2y]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--dial-color, #2B6CB0);transform:scaleY(0);transform-origin:bottom;transition:transform .2s}.dial-item[data-astro-cid-24gqht2y]:hover{background:#f7f8fa;border-color:var(--dial-color, #2B6CB0);transform:translate(3px)}.dial-item[data-astro-cid-24gqht2y]:hover:before{transform:scaleY(1)}.dial-icon[data-astro-cid-24gqht2y]{width:36px;height:36px;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:var(--dial-bg, #EBF4FF)}.dial-label[data-astro-cid-24gqht2y]{font-size:.9rem;font-weight:600;color:#1a202c}.dial-arrow[data-astro-cid-24gqht2y]{margin-left:auto;color:#9ca3af;flex-shrink:0;transition:transform .2s,color .2s}.dial-item[data-astro-cid-24gqht2y]:hover .dial-arrow[data-astro-cid-24gqht2y]{transform:translate(3px);color:var(--dial-color, #2B6CB0)}.widget[data-astro-cid-g4i7poez]{background:#fff;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #2b6cb012}.widget-header[data-astro-cid-g4i7poez]{padding:.85rem 1.2rem;border-bottom:none;display:flex;align-items:center;justify-content:space-between;gap:.6rem;background:linear-gradient(135deg,#2b6cb0,#8b3a2a);color:#fff}.widget-title[data-astro-cid-g4i7poez]{font-size:.9rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.widget-viewall[data-astro-cid-g4i7poez]{font-size:.9rem;color:#fff;text-decoration:none;font-weight:700;letter-spacing:.04em}.widget-viewall[data-astro-cid-g4i7poez]:hover{text-decoration:underline}.res-list[data-astro-cid-g4i7poez]{display:flex;flex-direction:column}.res-empty[data-astro-cid-g4i7poez]{padding:.85rem 1.2rem;font-size:.9rem;color:#6b7280}.res-item[data-astro-cid-g4i7poez]{display:flex;align-items:flex-start;gap:.8rem;padding:.85rem 1.2rem;border-bottom:1px solid #E5E7EB;text-decoration:none;color:#1a202c;transition:background .2s;position:relative}.res-item[data-astro-cid-g4i7poez]:last-child{border-bottom:none}.res-item[data-astro-cid-g4i7poez]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:background .2s}.res-item[data-astro-cid-g4i7poez]:hover{background:#ebf4ff}.res-item[data-astro-cid-g4i7poez]:hover:before{background:var(--blue, #2B6CB0)}.res-num[data-astro-cid-g4i7poez]{font-size:.9rem;font-weight:800;color:var(--blue, #2B6CB0);background:#ebf4ff;padding:.15rem .42rem;border-radius:3px;flex-shrink:0;margin-top:.1rem;letter-spacing:.04em}.res-title[data-astro-cid-g4i7poez]{font-size:.9rem;font-weight:600;line-height:1.4;color:#1a202c;transition:color .2s}.res-item[data-astro-cid-g4i7poez]:hover .res-title[data-astro-cid-g4i7poez]{color:var(--blue, #2B6CB0)}.res-item-hot[data-astro-cid-g4i7poez] .res-num[data-astro-cid-g4i7poez]{background:#fdf0ed;color:#8b3a2a}.res-item-hot[data-astro-cid-g4i7poez] .res-title[data-astro-cid-g4i7poez]{color:#8b3a2a}.res-item-hot[data-astro-cid-g4i7poez]{background:#8b3a2a08}
