.page-actualites #guide {
  background: #17191d;
  transition: 0.5s;
  padding: 38px 0;
}

.page-actualites.light-mode #guide {
  background: #fff;
}

#guide .container {
  margin-bottom: 43px;
}

#guide .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 29px;
}

#guide .container .top h2 {
  font-size: 16px;
  line-height: 21px;
}

#guide .container .top a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

#guide .container .top 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;
}

#guide .container .top a:hover span {
  display: block;
}

#guide .container .top a:hover {
  padding-right: 25px;
}

#guide .container .top a span svg {
  width: 100%;
  height: 100%;
}

#guide .container .top .trait {
  width: 55px;
  height: 2px;
  position: absolute;
  top: 40px;
}

#guide .container .top .orange {
  background: transparent linear-gradient(88deg, #fd8f02 0%, #fdb003 100%);
}

#guide .container .top .bleu {
  background: #0b69da 0% 0% no-repeat padding-box;
}

#guide .container .posts .post {
  width: 226px !important;
}

#guide .container .posts .slick-slide {
  margin-right: 18px;
}

#guide .container .posts .post figure {
  height: 162px;
  position: relative;
  display: flex;
  justify-content: center;
}

#guide .container .posts .post span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(180deg, #17191d 0%, #646568 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.18;
  border-radius: 10px;
}

#guide .container .posts .post figure:hover span {
  opacity: 0;
  transition: 0.5s;
}

#guide .container .posts .post figure:hover h3 {
  font-size: 18px;
  line-height: 23px;
  transform: scale(1.05);
}

#guide .container .posts .post figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

#guide .container .posts .post figure h3 {
  line-height: 21px;
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
  width: 171px;
}

#guide .container .posts .post figure div {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  top: 0;
  margin: 0;
  text-align: center;
  grid-gap: 1rem;
}

#guide .container .posts .post figure div figure {
  width: 10px;
  height: 30px;
  margin-top: 0.2rem;
  position: absolute;
  right: 10px;
}

#guide .container .posts .post figure div figure img {
  width: 100%;
  height: 100%;
  margin-top: 3px;
}
