.child-page-card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;color:var(--clr-secondary);background:var(--primary-100);border-radius:2rem;text-decoration:none;transition:var(--default-hover-transition);text-align:center}.child-page-card img,.child-page-card .fallback-image-element{width:4rem;height:auto;aspect-ratio:1}.child-page-card .child-title{font-size:1.25rem;font-weight:900;line-height:1.3}.child-page-card:hover{background:var(--primary-200)}.page-template-page-parente .main-wrapper{padding-block:3rem}.page-template-page-parente #acces-rapides h2{margin-block:4rem;text-align:center}.page-template-page-parente #acces-rapides .children-grid{display:grid;gap:2rem}@media only screen and (min-width: 434px){.page-template-page-parente #acces-rapides .children-grid{grid-template-columns:repeat(auto-fill, minmax(384px, 1fr))}}