a.carte:after {
  display: none;
}

.carte {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid var(--border-default-grey);
  border-radius: 8px;
  color: var(--noir);
  text-decoration: none;
}
.carte:hover .contenu {
  background: #f6f6f6;
}
.carte:active .contenu {
  background: var(--gris-secondaire-fond-clique);
}
.carte:focus {
  border: 1px solid var(--border-default-grey);
}
.carte .contenu {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  background: white;
  border-radius: 8px;
}
.carte .contenu h6 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin: 0 0 8px;
}
.carte .contenu .description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0 0 12px;
}
.carte .contenu .labels span {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.carte .contenu .labels img {
  width: 20px;
  height: 20px;
}

.carte.guide,
.carte.service,
.carte.outil,
.carte.contenu {
  width: 282px;
  gap: 0;
}
@media (min-width: 767px) {
  .carte.guide,
  .carte.service,
  .carte.outil,
  .carte.contenu {
    height: 406px;
  }
}
.carte.guide:hover figure img,
.carte.service:hover figure img,
.carte.outil:hover figure img,
.carte.contenu:hover figure img {
  transform: translateY(0);
}
.carte.guide:active .contenu,
.carte.service:active .contenu,
.carte.outil:active .contenu,
.carte.contenu:active .contenu {
  background: #f6f6f6;
}
.carte.guide figure,
.carte.service figure,
.carte.outil figure,
.carte.contenu figure {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  background: #f4f4f4;
  margin: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  flex-basis: 154px;
}
.carte.guide figure img,
.carte.service figure img,
.carte.outil figure img,
.carte.contenu figure img {
  height: 131px;
  width: 243px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 18, 0.32);
  transform: translateY(8px);
  transition: all 0.1s ease;
  background-color: var(--background-default-grey);
}
.carte.guide figure figcaption,
.carte.service figure figcaption,
.carte.outil figure figcaption,
.carte.contenu figure figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 2px;
  top: 16px;
  right: 16px;
  padding: 2px 8px;
  line-height: 1.25rem;
  font-size: 0.75rem;
  background: var(--background-flat-blue-france-lab);
  color: var(--text-inverted-grey);
  border-radius: 8px;
}
.carte.guide figure figcaption:before,
.carte.service figure figcaption:before,
.carte.outil figure figcaption:before,
.carte.contenu figure figcaption:before {
  content: "";
  width: 12px;
  height: 12px;
}
.carte.guide .contenu,
.carte.service .contenu,
.carte.outil .contenu,
.carte.contenu .contenu {
  z-index: 1;
  border-bottom: 4px solid black;
  border-radius: 0 0 8px 8px;
}
.carte.guide .contenu .nom-item,
.carte.service .contenu .nom-item,
.carte.outil .contenu .nom-item,
.carte.contenu .contenu .nom-item {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carte.guide .contenu .description,
.carte.service .contenu .description,
.carte.outil .contenu .description,
.carte.contenu .contenu .description {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.carte.guide .contenu a,
.carte.service .contenu a,
.carte.outil .contenu a,
.carte.contenu .contenu a {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--noir);
  font-weight: bold;
}
.carte.guide .contenu .labels span,
.carte.service .contenu .labels span,
.carte.outil .contenu .labels span,
.carte.contenu .contenu .labels span {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.carte.guide .contenu .labels a.lien-externe,
.carte.service .contenu .labels a.lien-externe,
.carte.outil .contenu .labels a.lien-externe,
.carte.contenu .contenu .labels a.lien-externe {
  margin-left: auto;
}
.carte.guide .contenu .labels a.lien-externe img,
.carte.service .contenu .labels a.lien-externe img,
.carte.outil .contenu .labels a.lien-externe img,
.carte.contenu .contenu .labels a.lien-externe img {
  width: 20px;
  height: 20px;
}

.carte.service .contenu {
  border-bottom-color: var(--border-default-blue-france);
}
.carte.service figure figcaption {
  background: var(--background-active-blue-france);
  color: var(--noir);
}
.carte.service figure figcaption:before {
  background-size: 12px 12px;
  background-image: url("/assets/images/icone-service.svg");
}

.carte.contenu .contenu {
  border-bottom-color: #0d0c21;
}
.carte.contenu figcaption {
  background: var(--background-flat-blue-france-lab);
}
.carte.contenu figcaption:before {
  background-size: 12px 12px;
  filter: brightness(100%) saturate(100%) invert(100%) contrast(100%);
  background-image: url("/assets/images/icone-contenu.svg");
}

.carte.outil .contenu {
  border-bottom-color: #0d0c21;
}
.carte.outil figcaption {
  background: var(--background-flat-blue-france-lab);
}
.carte.outil figcaption:before {
  filter: brightness(100%) saturate(100%) invert(100%) contrast(100%);
  background-size: 12px 12px;
  background-image: url("/assets/images/icone-outil.svg");
}

.carte.guide figure img {
  object-fit: cover;
  object-position: top;
}

/*# sourceMappingURL=carte-item.css.map */