.bouton-actu {
  padding: 55px 0 90px 0;
}

.bouton-actu .container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  align-items: center;
}

.bouton-actu .container div {
  position: relative;
  padding: 22px 19px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  width: 90%;
}

.bouton-actu a {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin: 0;
  z-index: 1;
  font-weight: bold;
}

/* body.light-mode .bouton-actu a {
    color: #fff;
} */

body.light-mode .bouton-actu a {
  color: #fff;
}

.bouton-actu figure {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}

.bouton-actu figure img {
  height: 100%;
}

.bouton-actu .container div:first-child {
  background: transparent linear-gradient(115deg, #fd8f02 0%, #fdb003 100%) 0%
    0% no-repeat padding-box;
}

.bouton-actu .container div:nth-child(2) {
  background: transparent
    linear-gradient(101deg, #393939 0%, #343434 49%, #8c8c8c 100%) 0% 0%
    no-repeat padding-box;
}

.bouton-actu .container div:nth-child(3) {
  background: transparent
    linear-gradient(104deg, #0d5aa4 0%, #116cf8 100%, #116dfa 100%) 0% 0%
    no-repeat padding-box;
}

.bouton-actu .container div:last-child {
  background: transparent linear-gradient(98deg, #ff9d00 0%, #ffe200 100%) 0% 0%
    no-repeat padding-box;
}

@media screen and (min-width: 768px) {
  .bouton-actu .container div {
    width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .bouton-actu .container {
    flex-direction: row;
    grid-gap: 40px;
  }

  .bouton-actu .container div {
    width: 100%;
  }
}
