
/* --- Section Videos (ajoutee 2026-08-20) --------------------------------- */
.video-card .video-thumb-link { position: relative; display: block; line-height: 0; }
.video-card .video-duration {
  position: absolute; right: 6px; bottom: 6px;
  background: rgba(0,0,0,.8); color: #fff;
  font-size: .78rem; padding: 1px 5px; border-radius: 3px; line-height: 1.5;
}
.video-embed { position: relative; width: 100%; padding-top: 56.25%; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 8px; }
