.ressource-card-module-wrapper{margin:0 auto;max-width:1200px;padding:20px;width:100%}.ressource-card-grid{display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.ressource-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ressource-card-grid{grid-template-columns:repeat(3,1fr)}}.ressource-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.ressource-card__image{background-color:#e0e0e0;height:200px;overflow:hidden;position:relative;width:100%}.ressource-card__image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.ressource-card__content{display:flex;flex-direction:column;flex-grow:1;padding:24px}.ressource-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ressource-card__tag{border-radius:4px;display:inline-block;font-size:12px;font-weight:600;line-height:1.4;padding:4px 12px;text-transform:uppercase}.ressource-card__date{display:block;font-size:14px;font-weight:600;margin-bottom:12px}.ressource-card__title{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:12px}.ressource-card__description{flex-grow:1;font-size:15px;line-height:1.6;margin-bottom:24px}.ressource-card__button-wrapper{margin-top:auto}.ressource-card__button{border:none;border-radius:50px;cursor:pointer;display:block;font-size:15px;font-weight:600;padding:14px 24px;text-align:center;text-decoration:none;transition:opacity .3s ease,transform .2s ease;width:100%}@media (max-width:767px){.ressource-card-module-wrapper{padding:15px}.ressource-card-grid{gap:20px}.ressource-card__image{height:180px}.ressource-card__content{padding:20px}.ressource-card__title{font-size:18px}.ressource-card__description{font-size:14px}}