#actu-crypto {
  width: 100%;
}

#actu-crypto .actu-crypto-wrapper {
  position: relative;
  width: 100%;
}

#actu-crypto .actu-crypto-wrapper .actu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#actu-crypto .actu-crypto-wrapper div h2 {
  font-size: 16px;
  line-height: 21px;
}

#actu-crypto .actu-crypto-wrapper .posts .slick-slide {
  margin: 0 14px 0 0;
      width: 220px !important;
        /* Largeur fixe pour les posts */
        max-width: 220px !important;
}

#actu-crypto .actu-crypto-wrapper .post .thumbnail {
  height: 126px;
  overflow: hidden;
  border-radius: 10px;
}

#actu-crypto .actu-crypto-wrapper .post .thumbnail:hover img {
  transform: scale(1.1);
  transform-origin: center bottom;
}

#actu-crypto .actu-crypto-wrapper .post .thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.5s;
}

#actu-crypto .actu-crypto-wrapper .post div {
  display: flex;
  justify-content: space-between;
  color: #7c7c7c;
  align-items: center;
  font-size: 10px;
  line-height: 13px;
  grid-gap: 5px;
}

.light-mode #actu-crypto .actu-crypto-wrapper .post div figure path {
  fill: #7c7c7c;
}

#actu-crypto .actu-crypto-wrapper .post div h3 {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 10px;
}

#actu-crypto .actu-crypto-wrapper .post .title {
  font-size: 15px;
  line-height: 1.34em;
  margin: 0;
}

#actu-crypto .actu-crypto-wrapper .post .title:hover {
  color: #6c6c6c;
}

/* Rétrocompatibilité pour les anciens sélecteurs .container */
#actu-crypto .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Digitality */

.single-post .arrow {
  color: #000;
  font-style: normal !important;
}
