.webinars{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.webinars[background=light] .ressources__item{background:#fff;box-shadow:var(--shadow);justify-content:space-between}.webinars .ressources__item:after{align-items:center;background:var(--color-button-primary-bg);border-radius:200px;box-shadow:var(--shadow);box-sizing:border-box;color:var(--color-button-primary-text);content:"Je m'inscris";display:flex;font-weight:700;justify-content:center;padding:12px;width:100%}.webinars .ressources__item:hover:after{background:var(--color-button-primary-bg-hover);color:var(--color-button-primary-text-hover)}.webinars .ressources__date{display:none}@media screen and (max-width:880px){.webinars{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.webinars{grid-template-columns:1fr}}