.page-news main{padding-top:var(--hauteurHeaderDesktop);}

.page-news .section-entete h1 {font-weight: 800;font-size: 4rem;line-height: 1.1;}
.page-news .section-entete p {max-width: 600px;font-weight: 500;color: var(--grey01);}
.page-news .cardActu {display:flex;flex-direction:column;background-color: var(--grey03);border-radius:8px;border:none;gap:0;}
.page-news .cardActu .c_visuel{width:100%;height:auto;aspect-ratio: 3/2;}
.page-news .cardActu .c_visuel img {width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0;}
.page-news .cardActu .c_infos{display: block;padding:1.5rem;}
.page-news .cardActu .c_infos .categorie{margin-bottom: 1rem;display: inline-block;border:1px solid var(--grey02);border-radius:72px;background:var(--white_03);backdrop-filter:blur(140px);-webkit-backdrop-filter: blur(140px);padding:8px 16px;font-weight:700;font-size:0.75rem;text-transform: uppercase;line-height:1;color:var(--orange);}
.page-news .cardActu .c_infos h2{font-weight:700;color:black;font-size:1.125rem;line-height:1.2;margin-bottom:1.5rem;height:43.2px;overflow:hidden;}
.page-news .cardActu .c_infos .date{font-weight:700;font-size:.875rem;text-transform:uppercase;color:var(--grey01);}

.page-news .section-visuel .c_visuel{width:100%;height:auto;aspect-ratio: 2;}
.page-news .section-visuel .c_visuel img {width:100%;height:100%;object-fit:cover;border-radius:8px;}

.page-news .content-texte h1{font-weight:800;font-size:2.5rem;line-height:1.1;color:black;margin-bottom:1.5rem;}
.page-news .content-texte h2{font-weight:700;font-size:1.125rem;line-height:1.3;color:black;}
.page-news .content-texte h3{font-weight:700;font-size:1rem;line-height:1.4;color:black;}
.page-news .content-texte p{font-weight:400;font-size:1rem;line-height:1.4;color:var(--grey01);}
.page-news .content-texte p:first-of-type{font-weight:700;font-size:1.125rem;}
.page-news .content-texte ul{padding: 0 0 0 1rem;}
.page-news .content-texte ul li{font-weight:400;font-size:1rem;line-height:1.4;color:var(--grey01);}
.page-news .c_share {align-items:center;}
.page-news .c_share p{font-weight:600;text-transform:uppercase;font-size:0.875rem;line-height:1.4;margin:0;}
.page-news .c_share ul{display:flex;flex-direction: row;padding:0;list-style:none;gap:.5rem;margin:0}

.page-news .bloc-autres-articles h2{font-weight:700;font-size:1.5rem;line-height:1.3;color:black;}

.page-news .bloc-autres-articles ul.liste-articles{list-style:none;padding:0;display:flex;flex-direction: column;gap:1rem;}
.page-news .bloc-autres-articles .cardAutreActu{border:unset;background-color: transparent;flex-direction: row;gap: 1rem;}
.page-news .bloc-autres-articles .cardAutreActu .c_visuel{width:80px;height:80px;}
.page-news .bloc-autres-articles .cardAutreActu .c_visuel img{height:100%;width:100%;object-fit:cover;border-radius: 4px;}
.page-news .bloc-autres-articles .cardAutreActu .c_infos{width:calc(100% - 100px);padding:.25rem 0;display:flex;flex-direction:column;gap: .85rem;}
.page-news .bloc-autres-articles .cardAutreActu .c_infos h3{font-weight:600;color:black;font-size:1.125rem;line-height:1.2;margin-bottom:0;height:40px;overflow:hidden;}
.page-news .bloc-autres-articles .cardAutreActu .c_infos .date{font-weight:600;font-size:.75rem;text-transform:uppercase;color:var(--grey01);}
