widget-slider-static{margin-top: -46px;}/* Masquer l'accès à ses cotisations */#desktopcollapseMemberThree > li:nth-child(1) { display: none;} .asfored-block { width: 300px; height: 200px; background: rgba(255, 255, 255, 0.8); /* Fond semi-transparent */ display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s; } .asfored-block:hover { transform: scale(1.05); } /* Styles des icônes */.asfored-icon { font-size: 48px; margin-bottom: 2rem;} /* Styles des titres */ .asfored-title { font-size: 18px; font-weight: bold; line-height: 1.3; }.asfored-container { display: flex; justify-content: space-evenly; align-items: center;height: 350px; gap: 20px; padding: 20px; }