@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.content-img-full .l-container {
  padding: 0;
}
.content-img-full__media {
  position: relative;
  width: 100%;
  aspect-ratio: 12/5;
  overflow: hidden;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.content-img-full__media--empty {
  min-height: 12.5rem;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.content-img-full__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}