/*
Theme Name: C2RB Studio
Theme URI: 
Author: Xavier CARIO
Author URI: 
Description: C2RB Studio 7.0.19 — version stabilisée de référence, compatible avec les évolutions futures.

Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 7.0.19
Text Domain: c2rb
*/ 
/*
Le css se trouve dans le css personnalisé présent dans la personnalisation

Voici l'ordre des blocs de css

Partie générale

Partie titre pour page ou consulter

Partie fil d'Ariane

Partie header

Partie footer

Partie bloc intro

Partie bloc chiffre clé

Partie bloc actu

Partie bloc vignette réhab

Partie bandeau carte

Partie single-evenement

Partie page ou consulter

Partie page l'equipe

Partie archive-evenements/archive-ressources

Partie	filtre des archives

Partie page searche



/* ==== C2RB Studio v4.0.2 Visual Polish ==== */
:root{
 --c2rb-space-section:56px;
}
.wp-block[data-type^="c2rb/"],
[class*="c2rb-block"],
.c2rb-section{
 margin-top:var(--c2rb-space-section);
 margin-bottom:var(--c2rb-space-section);
}
.wp-block-columns .wp-block[data-type^="c2rb/"],
.wp-block-columns [class*="c2rb-block"]{
 margin-top:24px;
 margin-bottom:24px;
}

/* ==========================================================
   C2RB Studio 6.1 — Catalogue Ressources
   ========================================================== */
.c2rb-resource-library .c2rb-editorial-content,
.c2rb-resource-single .c2rb-editorial-container{max-width:1240px;margin-inline:auto;padding-inline:24px}
.c2rb-resource-tools{margin:40px 0 34px;padding:28px;border:1px solid rgba(80,165,153,.25);border-radius:24px;background:#fff}
.c2rb-resource-tools__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.c2rb-resource-tools__kicker{margin:0 0 5px;color:#50a599;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.c2rb-resource-tools h2{margin:0;font-size:clamp(1.5rem,3vw,2.2rem)}
.c2rb-resource-count{margin:0;color:#5f6766;font-weight:600}
.c2rb-resource-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(150px,1fr)) auto;gap:14px;align-items:end}
.c2rb-resource-filter label{display:block;margin-bottom:7px;font-size:.88rem;font-weight:700}
.c2rb-resource-filter input,.c2rb-resource-filter select{box-sizing:border-box;width:100%;min-height:48px;padding:10px 13px;border:1px solid #cfd8d6;border-radius:10px;background:#fff;color:#202625;font:inherit}
.c2rb-resource-filter input:focus,.c2rb-resource-filter select:focus{outline:3px solid rgba(80,165,153,.24);border-color:#50a599}
.c2rb-resource-reset{min-height:48px;padding:10px 18px;border:1px solid #50a599;border-radius:10px;background:#fff;color:#287b70;font-weight:700;cursor:pointer}
.c2rb-resource-reset:hover{background:#edf7f5}
.c2rb-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:0 0 40px}
.c2rb-resource-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e0e7e5;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(23,54,50,.07);transition:transform .2s ease,box-shadow .2s ease}
.c2rb-resource-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(23,54,50,.12)}
.c2rb-resource-card[hidden]{display:none}
.c2rb-resource-card__media,.c2rb-resource-card__placeholder{display:block;aspect-ratio:16/9;overflow:hidden;background:#eef6f4}
.c2rb-resource-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.c2rb-resource-card:hover .c2rb-resource-card__media img{transform:scale(1.035)}
.c2rb-resource-card__placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#e9f5f2,#f9eef4)}
.c2rb-resource-card__placeholder span{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#50a599;color:#fff;font-size:1.75rem;font-weight:800}
.c2rb-resource-card__body{display:flex;flex:1;flex-direction:column;padding:22px}
.c2rb-resource-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;color:#68706f;font-size:.82rem}
.c2rb-resource-badge{display:inline-flex;width:max-content;align-items:center;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.c2rb-resource-badge--green{background:#e3f3f0;color:#287b70}.c2rb-resource-badge--pink{background:#f7e8f0;color:#9e4d78}
.c2rb-resource-card h2{margin:0 0 8px;font-size:1.3rem;line-height:1.25}.c2rb-resource-card h2 a{color:inherit;text-decoration:none}
.c2rb-resource-card__author{margin:0 0 11px;color:#54706c;font-size:.9rem;font-weight:600}
.c2rb-resource-card__summary{margin-bottom:18px;color:#4f5756;line-height:1.6}.c2rb-resource-card__summary p{margin:0}
.c2rb-resource-card__action{margin-top:auto;color:#287b70;font-weight:800;text-decoration:none}.c2rb-resource-card__action:hover{text-decoration:underline}
.c2rb-resource-empty{padding:30px;border-radius:16px;background:#f7f9f8;text-align:center}
.c2rb-resource-pagination{margin:35px 0 60px}.c2rb-resource-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.c2rb-resource-pagination .page-numbers{padding:9px 13px;border-radius:8px;background:#edf4f2;text-decoration:none}.c2rb-resource-pagination .current{background:#50a599;color:#fff}
.c2rb-resource-single{padding:30px 0 70px}.c2rb-resource-single__article{margin-top:30px}
.c2rb-resource-single__header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:54px;align-items:center;padding:46px;border-radius:28px;background:linear-gradient(135deg,#eef8f6,#fff7fb)}
.c2rb-resource-single__intro h1{margin:16px 0;font-size:clamp(2.2rem,5vw,4.25rem);line-height:1.06}
.c2rb-resource-single__lead{max-width:720px;color:#4f5756;font-size:1.12rem;line-height:1.7}.c2rb-resource-single__lead p{margin:0}
.c2rb-resource-primary-action{display:inline-flex;margin-top:24px;padding:13px 20px;border-radius:999px;background:#c4769f;color:#fff;font-weight:800;text-decoration:none}
.c2rb-resource-primary-action:hover{filter:brightness(.94)}
.c2rb-resource-single__media{margin:0;overflow:hidden;border-radius:22px;box-shadow:0 18px 48px rgba(50,82,77,.14)}.c2rb-resource-single__media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.c2rb-resource-single__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:60px;margin-top:54px}
.c2rb-resource-single__content{font-size:1.04rem;line-height:1.75}.c2rb-resource-single__content>*:first-child{margin-top:0}
.c2rb-resource-single__aside{display:flex;flex-direction:column;gap:22px}
.c2rb-resource-facts,.c2rb-resource-taxonomies{padding:24px;border:1px solid #dce8e5;border-radius:18px;background:#fff}
.c2rb-resource-facts h2,.c2rb-resource-taxonomies h2{margin:0 0 15px;font-size:1.05rem}.c2rb-resource-taxonomies h2:not(:first-child){margin-top:22px}
.c2rb-resource-facts dl{margin:0}.c2rb-resource-facts dl div{padding:11px 0;border-top:1px solid #edf1f0}.c2rb-resource-facts dl div:first-child{border-top:0;padding-top:0}
.c2rb-resource-facts dt{color:#68706f;font-size:.8rem;font-weight:700;text-transform:uppercase}.c2rb-resource-facts dd{margin:4px 0 0;font-weight:600}
.c2rb-resource-taxonomies p{margin:0;color:#4f5756;line-height:1.55}.c2rb-resource-back{margin-top:45px}.c2rb-resource-back a{color:#287b70;font-weight:800;text-decoration:none}
@media(max-width:1050px){.c2rb-resource-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.c2rb-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c2rb-resource-single__header{grid-template-columns:1fr}.c2rb-resource-single__media{max-width:680px}}
@media(max-width:760px){.c2rb-resource-tools{padding:20px}.c2rb-resource-tools__heading{align-items:flex-start;flex-direction:column}.c2rb-resource-filters,.c2rb-resource-grid,.c2rb-resource-single__layout{grid-template-columns:1fr}.c2rb-resource-single__header{padding:28px 22px;gap:28px}.c2rb-resource-single__layout{gap:32px}.c2rb-resource-library .c2rb-editorial-content,.c2rb-resource-single .c2rb-editorial-container{padding-inline:18px}}

/* ==========================================================
   C2RB Studio 6.1.1 — Positionnement du fil d'Ariane
   ========================================================== */
.c2rb-archive-breadcrumb{
    position:relative;
    z-index:2;
    background:#fff;
    border-top:1px solid rgba(80,165,153,.12);
    border-bottom:1px solid rgba(80,165,153,.16);
}
.c2rb-archive-breadcrumb .c2rb-editorial-container{
    max-width:1240px;
    margin-inline:auto;
    padding:12px 24px;
}
.c2rb-archive-breadcrumb #breadcrumbs{
    margin:0;
    color:#5f6766;
    font-size:.9rem;
    line-height:1.5;
}
.c2rb-archive-breadcrumb #breadcrumbs a{
    color:#287b70;
    text-decoration:none;
}
.c2rb-archive-breadcrumb #breadcrumbs a:hover,
.c2rb-archive-breadcrumb #breadcrumbs a:focus-visible{
    text-decoration:underline;
}
@media(max-width:700px){
    .c2rb-archive-breadcrumb .c2rb-editorial-container{padding:10px 18px}
    .c2rb-archive-breadcrumb #breadcrumbs{font-size:.82rem}
}

/* ==========================================================
   C2RB Studio 6.1.2 — Fil d'Ariane des archives
   Alignement visuel sur les pages de niveau 1 et 2
   ========================================================== */
.c2rb-archive-breadcrumb{
    width:min(100% - 48px,1540px);
    margin:0 auto;
    padding:0;
    background:transparent;
    border:0;
}
.c2rb-archive-breadcrumb .c2rb-editorial-container{
    width:100%;
    max-width:none;
    margin:0;
    padding:10px 0;
}
.c2rb-archive-breadcrumb #breadcrumbs,
.c2rb-archive-breadcrumb #breadcrumbs span,
.c2rb-archive-breadcrumb #breadcrumbs strong{
    margin:0;
    color:#4f5756 !important;
    font-size:.9rem;
    font-weight:400;
    line-height:1.45;
}
.c2rb-archive-breadcrumb #breadcrumbs a,
.c2rb-archive-breadcrumb #breadcrumbs a span{
    color:#287b70 !important;
    font-weight:600;
    text-decoration:none;
}
.c2rb-archive-breadcrumb #breadcrumbs a:hover,
.c2rb-archive-breadcrumb #breadcrumbs a:focus-visible{
    color:#1f665d !important;
    text-decoration:underline;
    text-underline-offset:3px;
}
@media(max-width:680px){
    .c2rb-archive-breadcrumb{width:min(100% - 32px,1540px)}
    .c2rb-archive-breadcrumb .c2rb-editorial-container{padding:9px 0}
    .c2rb-archive-breadcrumb #breadcrumbs,
    .c2rb-archive-breadcrumb #breadcrumbs span,
    .c2rb-archive-breadcrumb #breadcrumbs strong{font-size:.78rem}
}

/* ==========================================================
   C2RB Studio 6.1.4 — Fiche individuelle Ressource
   Gabarit isolé des anciens styles du site
   ========================================================== */
body.single-ressources .c2rb-resource-detail__breadcrumb{
    position:relative !important;
    inset:auto !important;
    z-index:4 !important;
    width:100% !important;
    margin:0 !important;
}
body.single-ressources #main.c2rb-resource-detail{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 0 72px !important;
    overflow:hidden !important;
    background:#fff !important;
}
body.single-ressources .c2rb-resource-detail__article{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}
body.single-ressources .c2rb-resource-detail__hero{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:56px 0 !important;
    background:linear-gradient(135deg,#eef8f6 0%,#fff7fb 100%) !important;
}
body.single-ressources .c2rb-resource-detail__hero-inner{
    box-sizing:border-box !important;
    display:grid !important;
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr) !important;
    gap:56px !important;
    align-items:center !important;
    width:min(100% - 48px,1240px) !important;
    max-width:1240px !important;
    margin:0 auto !important;
    padding:0 !important;
}
body.single-ressources .c2rb-resource-detail__intro{
    position:relative !important;
    z-index:1 !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
}
body.single-ressources .c2rb-resource-detail__intro h1{
    display:block !important;
    position:static !important;
    width:auto !important;
    max-width:900px !important;
    margin:16px 0 20px !important;
    padding:0 !important;
    color:#1f2927 !important;
    font-size:clamp(2.2rem,4.8vw,4.4rem) !important;
    font-weight:700 !important;
    line-height:1.06 !important;
    text-align:left !important;
    transform:none !important;
}
body.single-ressources .c2rb-resource-detail__lead,
body.single-ressources .c2rb-resource-detail__lead p{
    max-width:760px !important;
    margin:0 !important;
    color:#4f5756 !important;
    font-size:1.08rem !important;
    line-height:1.7 !important;
    text-align:left !important;
}

body.single-ressources .c2rb-resource-detail__action-wrap{
    margin:28px 0 0 !important;
}
body.single-ressources .c2rb-resource-detail__action{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    min-height:48px !important;
    padding:12px 22px !important;
    border-radius:999px !important;
    background:#c4769f !important;
    color:#fff !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    text-decoration:none !important;
    box-shadow:none !important;
    transition:transform .2s ease,background-color .2s ease !important;
}
body.single-ressources .c2rb-resource-detail__action:hover,
body.single-ressources .c2rb-resource-detail__action:focus-visible{
    background:#a95d87 !important;
    color:#fff !important;
    transform:translateY(-1px) !important;
}

body.single-ressources .c2rb-resource-detail__media{
    display:block !important;
    position:static !important;
    width:100% !important;
    max-width:480px !important;
    margin:0 0 0 auto !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:24px !important;
    box-shadow:0 18px 48px rgba(50,82,77,.14) !important;
    transform:none !important;
}
body.single-ressources .c2rb-resource-detail__media img{
    display:block !important;
    position:static !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    margin:0 !important;
    object-fit:cover !important;
    transform:none !important;
}
body.single-ressources .c2rb-resource-detail__body{
    box-sizing:border-box !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 320px !important;
    gap:64px !important;
    align-items:start !important;
    width:min(100% - 48px,1240px) !important;
    max-width:1240px !important;
    margin:56px auto 0 !important;
    padding:0 !important;
}
body.single-ressources .c2rb-resource-detail__content{
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    color:#1f2927 !important;
    font-size:1.04rem !important;
    line-height:1.75 !important;
}
body.single-ressources .c2rb-resource-detail__content > :first-child{margin-top:0 !important}
body.single-ressources .c2rb-resource-detail__content img{max-width:100% !important;height:auto !important}
body.single-ressources .c2rb-resource-detail__aside{
    display:flex !important;
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    flex-direction:column !important;
    gap:22px !important;
    transform:none !important;
}
body.single-ressources .c2rb-resource-detail__back{
    box-sizing:border-box !important;
    width:min(100% - 48px,1240px) !important;
    max-width:1240px !important;
    margin:44px auto 0 !important;
    padding:0 !important;
}
@media(max-width:1000px){
    body.single-ressources .c2rb-resource-detail__hero-inner{grid-template-columns:1fr !important;gap:34px !important}
    body.single-ressources .c2rb-resource-detail__media{max-width:680px !important;margin-left:0 !important}
    body.single-ressources .c2rb-resource-detail__body{grid-template-columns:minmax(0,1fr) 280px !important;gap:40px !important}
}
@media(max-width:760px){
    body.single-ressources .c2rb-resource-detail__hero{padding:38px 0 !important}
    body.single-ressources .c2rb-resource-detail__hero-inner,
    body.single-ressources .c2rb-resource-detail__body,
    body.single-ressources .c2rb-resource-detail__back{width:min(100% - 32px,1240px) !important}
    body.single-ressources .c2rb-resource-detail__body{grid-template-columns:1fr !important;gap:32px !important;margin-top:38px !important}
    body.single-ressources .c2rb-resource-detail__intro h1{font-size:clamp(2rem,11vw,3.2rem) !important}
}


/* ==========================================================
   C2RB Studio 6.1.10 — Ressources : fiche et accueil
   ========================================================== */
body.single-ressources .c2rb-resource-detail__summary{
    position:relative!important;
    margin:0!important;
    padding:28px 28px 26px 34px!important;
    border:0!important;
    border-left:5px solid #c4769f!important;
    border-radius:0 18px 18px 0!important;
    background:#fff5fa!important;
    color:#a85883!important;
    font-size:1.08rem!important;
    font-weight:600!important;
    line-height:1.65!important;
    quotes:"“" "”" "‘" "’"!important;
}
body.single-ressources .c2rb-resource-detail__summary::before{
    content:open-quote!important;
    position:absolute!important;
    top:2px!important;
    left:12px!important;
    color:#c4769f!important;
    font-family:Georgia,serif!important;
    font-size:3.2rem!important;
    font-weight:700!important;
    line-height:1!important;
    opacity:.45!important;
}
body.single-ressources .c2rb-resource-detail__summary::after{
    content:close-quote!important;
    color:#c4769f!important;
    font-family:Georgia,serif!important;
    font-size:2rem!important;
    line-height:0!important;
    vertical-align:-.35em!important;
    opacity:.45!important;
}
body.single-ressources .c2rb-resource-detail__summary p{margin:0!important;color:inherit!important}
body.single-ressources .c2rb-resource-facts,
body.single-ressources .c2rb-resource-taxonomies{
    padding:24px!important;
    border:1px solid #dbe8e5!important;
    border-radius:18px!important;
    background:#fff!important;
}
body.single-ressources .c2rb-resource-facts h2,
body.single-ressources .c2rb-resource-taxonomies h2{
    margin:0 0 18px!important;
    color:#30464d!important;
    font-size:1.08rem!important;
}
body.single-ressources .c2rb-resource-facts dl{margin:0!important}
body.single-ressources .c2rb-resource-facts dl>div{padding:12px 0!important;border-top:1px solid #edf2f1!important}
body.single-ressources .c2rb-resource-facts dl>div:first-child{padding-top:0!important;border-top:0!important}
body.single-ressources .c2rb-resource-facts dt{margin:0 0 4px!important;color:#6a7774!important;font-size:.73rem!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}
body.single-ressources .c2rb-resource-facts dd{margin:0!important;color:#263431!important;font-size:.96rem!important;font-weight:600!important;overflow-wrap:anywhere!important}
body.single-ressources .c2rb-resource-detail__aside .c2rb-resource-detail__action-wrap{margin:2px 0 0!important}
body.single-ressources .c2rb-resource-detail__aside .c2rb-resource-detail__action{width:100%!important;box-sizing:border-box!important;border-radius:14px!important}

/* Bloc Ressources de la page d'accueil — maquette Figma */
body.home .c2rb-home-resources .c2rb-resources{width:min(100% - 40px,1140px)!important;max-width:1140px!important;margin-inline:auto!important}
body.home .c2rb-home-resources .c2rb-resources__grid{
    display:grid!important;
    grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;
    gap:24px!important;
    align-items:stretch!important;
}
body.home .c2rb-home-resources .c2rb-resource-card{
    position:relative!important;
    display:grid!important;
    min-height:390px!important;
    overflow:hidden!important;
    border:1px solid rgba(80,165,153,.32)!important;
    border-radius:18px!important;
    background:#fffafc!important;
    box-shadow:0 4px 0 rgba(80,165,153,.3)!important;
    transform:none!important;
}
body.home .c2rb-home-resources .c2rb-resource-card--primary{grid-template-columns:48% 52%!important;grid-template-rows:1fr!important}
body.home .c2rb-home-resources .c2rb-resource-card--secondary{grid-template-columns:1fr!important;grid-template-rows:156px 1fr!important}
body.home .c2rb-home-resources .c2rb-resource-card__media{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:0!important;
    background:#e8f2f1!important;
}
body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__media{
    width:55%!important;
    height:156px!important;
    margin-left:auto!important;
    border-bottom-left-radius:16px!important;
}
body.home .c2rb-home-resources .c2rb-resource-card__media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
body.home .c2rb-home-resources .c2rb-resource-card__body{
    display:flex!important;
    min-width:0!important;
    padding:30px 24px 22px!important;
    flex-direction:column!important;
    background:transparent!important;
}
body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__body{padding:16px 20px 20px!important}
body.home .c2rb-home-resources .c2rb-resource-card__category{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:max-content!important;
    border-radius:999px!important;
    color:#fff!important;
    font-weight:800!important;
    letter-spacing:.02em!important;
    line-height:1!important;
    text-transform:uppercase!important;
    position:static!important;
    align-self:flex-end!important;
    min-width:118px!important;
    min-height:28px!important;
    margin:0 0 54px!important;
    padding:5px 14px!important;
    font-size:.66rem!important;
}
body.home .c2rb-home-resources .c2rb-resource-card__category--green{background:#50a599!important;}
body.home .c2rb-home-resources .c2rb-resource-card__category--pink{background:#c4769f!important;}
body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__category{
    position:absolute!important;
    top:26px!important;
    left:12px!important;
    align-self:auto!important;
    margin:0!important;
}
body.home .c2rb-home-resources .c2rb-resource-card h3{margin:0!important;color:#30464d!important;font-size:clamp(1.2rem,1.7vw,1.55rem)!important;line-height:1.18!important}
body.home .c2rb-home-resources .c2rb-resource-card__meta{margin:15px 0 0!important;color:#6db8c5!important;font-size:.82rem!important}
body.home .c2rb-home-resources .c2rb-resource-card__summary{
    display:-webkit-box!important;
    margin:14px 0 0!important;
    overflow:hidden!important;
    color:#536166!important;
    font-size:.9rem!important;
    line-height:1.42!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:4!important;
}
body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__summary{-webkit-line-clamp:3!important}
body.home .c2rb-home-resources .c2rb-resource-card__date{margin:18px 0 0!important;color:#79b8c4!important;font-size:.82rem!important}
body.home .c2rb-home-resources .c2rb-resource-card__action{align-self:flex-end!important;margin-top:auto!important;padding-top:18px!important;font-size:.84rem!important;font-weight:900!important}
@media(max-width:980px){
    body.home .c2rb-home-resources .c2rb-resources__grid{grid-template-columns:1fr!important}
    body.home .c2rb-home-resources .c2rb-resource-card--secondary{grid-template-columns:42% 58%!important;grid-template-rows:1fr!important}
    body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__media{width:100%!important;height:100%!important;margin:0!important;border-radius:0!important}
    body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__category{position:static!important;align-self:flex-end!important;margin:0 0 44px!important}
}
@media(max-width:680px){
    body.home .c2rb-home-resources .c2rb-resource-card,
    body.home .c2rb-home-resources .c2rb-resource-card--primary,
    body.home .c2rb-home-resources .c2rb-resource-card--secondary{display:flex!important;min-height:0!important;flex-direction:column!important}
    body.home .c2rb-home-resources .c2rb-resource-card__media,
    body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__media{width:100%!important;height:220px!important;margin:0!important;border-radius:0!important}
    body.home .c2rb-home-resources .c2rb-resource-card__body,
    body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__body{padding:22px 20px!important}
    body.home .c2rb-home-resources .c2rb-resource-card__category,
    body.home .c2rb-home-resources .c2rb-resource-card--secondary .c2rb-resource-card__category{position:static!important;align-self:flex-start!important;margin:0 0 24px!important}
}
