.arch_ressources_content {
    display: flex;
    width: 100%;
    justify-content: center;
}

.arch_ressources_content_sz {
    display: flex;
    width: calc(100% - 20px);
    max-width: 1280px;
    flex-direction: column;
}

.arch_ressources_content_count {
    display: block;
    width: 100%;
    line-height: 1.375;
    font-family: "IBM Plex Sans", serif;
    font-weight: 400;
    font-size: 20px;
    margin: 40px 0 10px 0;
    color: #000;
    text-align: center;
}

.arch_ressources_content_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    .arch_ressources_content_list {
        justify-content: space-evenly;
        padding-bottom: 40px;
    }
}

.arch_ressources_content_list_i {
    display: flex;
    width: calc(25% - 20px);
    min-width: 300px;
    margin: 20px 10px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: #F2F4F5;
}

.arch_ressources_content_list_i_lnk {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.arch_ressources_content_list_i_img_c {
    display: block;
    width: 100%;
    aspect-ratio: 300 / 230;
}

.arch_ressources_content_list_i_img_c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 345ms ease;
}

.arch_ressources_content_list_i_txt {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.arch_ressources_content_list_i_txt > span {
    width: calc(100% - 20px);
    max-width: 254px;
}

.arch_ressources_content_list_i_ttl {
    display: block;
    font: 600 20px/1.3 "IBM Plex Sans", serif;
    max-height: calc(2 * 1.3 * 20px);
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.arch_ressources_content_list_i_ext {
    display: block;
    font: 400 16px/1.3 "IBM Plex Sans", serif;
    max-height: calc(5 * 1.3 * 16px);
    color: #000000cc;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: 10px;
}
