.sidebar {
  display: flex;
  flex-direction: column;
  margin-top: -80px;
  margin-left: 50px;
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    margin-left: 0;
  }
}
.sidebar > section + section {
  margin-top: 40px;
}
.sidebar section.nav-categories .container {
  padding: 0;
}
.sidebar section.nav-categories .cat-list .cat-item {
  padding: 0;
  width: 100%;
}
.sidebar section.recrute {
  border-radius: 5px;
}
.sidebar section.recrute .waves {
  left: -200px;
  bottom: -50px;
  transform: scale(0.4);
  transform-origin: top;
}
.sidebar section.recrute .waves svg.wave1 {
  top: auto;
  height: auto;
  transform: none;
}
.sidebar section.recrute .waves svg.wave2 {
  top: auto;
  height: auto;
  transform: translateX(-5%);
}
.sidebar section.last-actu .actu {
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.sidebar section.last-actu .actu:hover {
  transform: translateY(-15px);
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.1);
}
.sidebar section.last-actu .actu:hover .actu-txt {
  box-shadow: none;
}
.sidebar section.last-actu .actu .actu-txt {
  padding: 15px;
  box-shadow: none;
}
/*# sourceMappingURL=sidebar.css.map */