#InitialView{margin-bottom:5rem}@media screen and (min-width:640px){#InitialView .initialView_img.-left img{top:-14rem;right:1rem}#InitialView .initialView_img.-right img{top:-11rem;left:-4rem}}.category{padding:4px 8px;border-radius:4px;background:#ff7b3d;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase}button.download{cursor:pointer;outline:0;border:0;background:0 0;padding:0;font-family:inherit;display:flex;align-items:center}button.download .ico{background:center url(/img/ico/ico-arrow-primary-right.svg) no-repeat #fff1eb;width:36px;display:inline-block;aspect-ratio:1;border-radius:50%}button.download .txt{color:#e06029;text-decoration:underline;font-weight:700;font-size:1rem;opacity:0;transition:all .3s ease}.articles-grid .article-card:hover button.download .txt,.featured-article .content a:hover button.download .txt,button.download:hover .txt{opacity:1;transform:translatex(8px)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:stretch;gap:2rem 1rem}.articles-grid .article-card{display:flex;flex-direction:column;text-decoration:none;border-radius:1rem;overflow:hidden;box-shadow:0 0 10px 0 rgba(19,29,53,.1);transition:box-shadow .3s ease}.articles-grid .article-card:hover{box-shadow:none}.articles-grid .title{min-height:160px;padding:24px;background:bottom right url(/img/ressources/bg-headline-ressources.svg) no-repeat #fff1eb;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.articles-grid .title h3{padding:0;color:#2a3551;font-size:18px;font-weight:900;line-height:22px;text-decoration:none}.articles-grid .more-info{height:100%;padding:16px 24px 24px;display:flex;flex-direction:column;gap:1rem}.articles-grid .more-info p{padding:0;color:#2a3551;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-clamp:7;overflow:hidden}.articles-grid .more-info button{margin-top:auto}