.resources_content{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;margin-left:-.5rem;margin-right:-.5rem;width:100%}.resources_card{background:#fff;border:1px solid var(--grey_200_color);border-radius:15px;display:flex;flex:1 0 calc(33.3333% - 1rem);flex-direction:column;margin:.5rem;max-width:calc(33.3333% - 1rem);overflow:visible;padding:0;position:relative;transform-origin:left top}.resources_content-group_title:not(:first-child){margin-top:4rem}.resources_card:hover{border-color:var(--primary_color);cursor:pointer}.resources_card.hidden{display:none;margin:0;max-height:0;max-width:0;overflow:hidden;transform:scale(0)}.resources_card .resources_card_content{display:flex;flex-direction:column;flex-grow:1;padding:1rem}.resources_card_content-categorie{color:var(--secondary_color);font-size:.8rem;font-weight:600;margin:0 0 .5rem}.resources_card_content-date{color:var(--text_color);font-size:.8rem;font-weight:400;margin:0 0 .5rem}.resources_card_content-location{color:var(--text_color);font-size:.8rem;font-weight:400;margin:0}.resources_card_content-title{color:var(--text_color);display:block;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;transition:.3s ease-in-out}.resources_card_content-title:hover{color:var(--primary_color);text-decoration:none;transition:.3s ease-in-out}.resources_card-img_wrapper{display:block;position:relative}.resources_card-img_wrapper:after{background:linear-gradient(0deg,rgba(0,176,240,.5),rgba(0,176,240,0));content:"";height:100%;inset:0;position:absolute;width:100%}.resources_card .resources_card-img{aspect-ratio:3/1.8;background-image:linear-gradient(30deg,var(--grey_200_color),#fff);border-bottom:1px solid var(--grey_100_color);border-radius:15px 15px 0 0;float:left;object-fit:cover;overflow:hidden;position:relative;width:100%}@media (min-width:768px) and (max-width:1140px){.resources_card{flex:1 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media (max-width:767px){.resources_card{flex:1 0 100%;margin:1rem 0;max-width:100%}}