.filtres-section.filtres-desktop{display:block;padding:1.5rem clamp(1.5rem,5vw,4rem);background:var(--blanc);border-bottom:1px solid var(--gris-fin)}.filtres-section.filtres-desktop .filtres-inner{max-width:1100px;margin:0 auto}.filtre-groupe-horizontal{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.filtre-groupe-horizontal:last-of-type{margin-bottom:1.5rem}.filtre-label{font-size:.85rem;color:var(--texte-clair);min-width:50px}.filtre-groupe-horizontal .filtres-btns{display:flex;flex-wrap:wrap;gap:.5rem}.filtre-reinitialiser{font-size:.8rem;color:var(--rose-sombre);background:0 0;border:none;cursor:pointer;font-family:inherit;padding:.3rem 0;border-bottom:1px solid var(--rose)}.filtres-section.filtres-mobile{display:none;padding:1rem clamp(1.5rem,5vw,4rem);background:var(--blanc);border-bottom:1px solid var(--gris-fin)}.filtres-mobile-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.filtre-mobile-groupe{display:flex;flex-direction:column;gap:.4rem}.filtre-mobile-groupe label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--texte-clair)}.filtre-mobile-groupe select{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--texte);background:var(--blanc);border:1px solid var(--rose);border-radius:var(--rayon);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a84d65'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:24px}.filtre-mobile-groupe select:focus-visible{outline:2px solid var(--rose-sombre);outline-offset:2px}.ressources-section{padding:clamp(2rem,5vw,3rem)clamp(1.5rem,5vw,4rem);background:var(--gris-fond,#fafafa);min-height:50vh}.ressources-inner{max-width:1100px;margin:0 auto}.ressources-compteur{font-size:.9rem;color:var(--texte-clair);margin-bottom:1.5rem}.ressources-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.carte-ressource-detail{position:relative;background:var(--blanc);border:1px solid var(--gris-fin);border-radius:var(--rayon);padding:1.5rem;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.carte-ressource-detail:hover{box-shadow:var(--ombre);transform:translateY(-2px)}.carte-ressource-detail h2 a{color:inherit;text-decoration:none}.carte-ressource-detail h2 a::after{content:"";position:absolute;inset:0;z-index:1}.carte-ressource-detail h2 a:focus{outline:none}.carte-ressource-detail:has(h2 a:focus-visible){outline:3px solid var(--rose-sombre);outline-offset:2px}.carte-ressource-header{display:flex;gap:1rem;margin-bottom:.75rem}.carte-ressource-logo{width:60px;height:60px;min-width:60px;border-radius:8px;background:var(--blanc);border:1px solid var(--gris-fin);color:var(--rose-sombre);display:flex;align-items:center;justify-content:center}.carte-ressource-titrage{flex:1}.carte-ressource-type{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--rose-sombre);margin-bottom:.25rem}.carte-ressource-titrage h2{font-size:1.05rem;font-weight:400;line-height:1.3;margin:0}.carte-ressource-organisme{font-size:.85rem;color:var(--texte-clair);margin-bottom:.25rem}.carte-ressource-meta{font-size:.8rem;color:var(--texte-clair);margin-bottom:.75rem}.carte-ressource-description{font-size:.9rem;color:var(--texte);line-height:1.5;margin-bottom:1rem;flex:1}.carte-ressource-tags{margin-bottom:1rem}.carte-ressource-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--gris-fin)}.carte-ressource-prix{font-size:.85rem;font-weight:500;color:#155724}.carte-ressource-prix.payant{color:var(--texte-clair)}.carte-ressource-lien{position:relative;z-index:2;font-size:.85rem;color:var(--rose-sombre);border-bottom:1px solid var(--rose);padding-bottom:1px;transition:color .2s}.carte-ressource-lien:hover{color:var(--texte)}.aucun-resultat{text-align:center;padding:3rem 1rem;color:var(--texte-clair)}@media(max-width:768px){.filtres-section.filtres-desktop{display:none}.filtres-section.filtres-mobile{display:block}.ressources-grille{grid-template-columns:1fr}}