#actu-crypto {
  padding: 46px 0 50px 0;
}

#actu-crypto .container {
  position: relative;
}

#actu-crypto .container .actu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#actu-crypto .container div h2 {
  font-size: 16px;
  line-height: 21px;
  /* font-weight: 400; */
  margin-bottom: 32px;
}

#actu-crypto .container div a.more {
  text-align: left;
  font: italic normal bold 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;

  background: #fac011 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 7px 12px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

/* #actu-crypto .container div a:hover span {
  display: block;
} */

/* #actu-crypto .container div a span {
  display: none;
  height: 14px;
  width: 14px;
  top: 3px;
  right: 0;
  background: transparent linear-gradient(63deg, #fd8d02 0%, #fda402 100%);
  position: absolute;
  border-radius: 10px;
} */

/* #actu-crypto .container div a span svg {
  width: 100%;
  height: 100%;
} */

/* #actu-crypto .container .actu a:hover {
  padding-right: 25px;
} */

/* #actu-crypto .container .trait {
  width: 55px;
  height: 2px;
  background: transparent linear-gradient(88deg, #fd8f02 0%, #fdb003 100%);
  position: absolute;
  top: 40px;
} */

#actu-crypto .container .posts .slick-slide {
  margin: 0 14px 0 0;
}

#actu-crypto .container .post {
  width: 220px !important;
}

#actu-crypto .container .post .thumbnail {
  height: 126px;
  overflow: hidden;
  border-radius: 10px;
}

#actu-crypto .container .post .thumbnail:hover img {
  transform: scale(1.1);
  transform-origin: center bottom;
}

#actu-crypto .container .post .thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.5s;
}

#actu-crypto .container .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 .container .post div figure path {
  fill: #7c7c7c;
}

#actu-crypto .container .post div h3 {
  color: #7c7c7c;
  font-weight: 400;
  font-size: 10px;
}

#actu-crypto .container .post .title {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

#actu-crypto .container .post .title:hover {
  color: #6c6c6c;
}

/* Digitality */

.single-post .arrow {
  color: #000;
  font-style: normal !important;
}
