/* Accueil - Nouvelles : 1 grande + 5 secondaires avec images */
.racine-home-news{width:100%;padding:58px 0 64px;background:#fff;color:#12395f;clear:both}
.racine-home-news__inner{width:min(1360px,calc(100% - 48px));margin:0 auto}
.racine-home-news__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:14px;border-bottom:4px solid #1672c4}
.racine-home-news__head h2{margin:0;color:#0867c6;font-size:clamp(2rem,3vw,2.65rem);line-height:1.1;font-weight:800}
.racine-home-news__head>a{font-weight:800;color:#0b5e9f;text-decoration:none;white-space:nowrap}
.racine-home-news__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.3fr);gap:34px;align-items:stretch}
.racine-home-news__featured{border:1px solid #cddce7;border-radius:18px;overflow:hidden;background:#e9f7d2;box-shadow:0 10px 24px rgba(16,67,106,.12);display:flex;flex-direction:column;min-width:0}
.racine-home-news__featured-image{display:block;aspect-ratio:16/9;background:#e5edf2;overflow:hidden}
.racine-home-news__featured-image img{width:100%;height:100%;object-fit:cover;display:block}
.racine-home-news__featured-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.racine-home-news time{display:block;font-size:.8rem;color:#526f83;margin-bottom:6px}
.racine-home-news__featured h3{font-size:1.42rem;line-height:1.25;margin:0 0 10px}
.racine-home-news h3 a{color:#12395f;text-decoration:none}
.racine-home-news__featured p{font-size:.98rem;line-height:1.65;color:#35576c;margin:0 0 18px}
.racine-home-news__button{display:inline-flex;align-self:flex-start;margin-top:auto;padding:10px 18px;border-radius:7px;background:#0875d1;color:#fff!important;text-decoration:none;font-weight:800}
.racine-home-news__list{display:grid;grid-template-columns:1fr;gap:12px;min-width:0}
.racine-home-news__item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;align-items:center;padding:10px;border:1px solid #d5e3ec;border-radius:14px;background:#eff8f8;box-shadow:0 5px 14px rgba(16,67,106,.07);min-height:102px;min-width:0}
.racine-home-news__thumb{display:block;width:150px;height:88px;border-radius:10px;overflow:hidden;background:#dde9ef}
.racine-home-news__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.racine-home-news__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#d8e6ed,#edf4f7)}
.racine-home-news__item-body{min-width:0;padding-right:6px}
.racine-home-news__item h3{font-size:1.02rem;line-height:1.28;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.racine-home-news__read{font-size:.84rem;font-weight:800;color:#0870bd;text-decoration:none}
@media(max-width:980px){.racine-home-news__layout{grid-template-columns:1fr}.racine-home-news__list{grid-template-columns:repeat(2,minmax(0,1fr))}.racine-home-news__item{grid-template-columns:112px minmax(0,1fr)}.racine-home-news__thumb{width:112px;height:82px}}
@media(max-width:680px){.racine-home-news{padding:42px 0}.racine-home-news__inner{width:min(100% - 28px,1360px)}.racine-home-news__head{align-items:flex-start;flex-direction:column}.racine-home-news__list{grid-template-columns:1fr}.racine-home-news__item{grid-template-columns:104px minmax(0,1fr)}.racine-home-news__thumb{width:104px;height:78px}.racine-home-news__featured-body{padding:18px}}
