.actu {
  height: 360px;
  display: flex;
  flex-direction: column;
  font-family: "Karla";
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .actu {
    height: 370px;
  }
}
.actu + .actu {
  margin-left: 25px;
}
@media screen and (max-width: 1024px) {
  .actu + .actu {
    margin-left: 0;
  }
}
.actu:hover {
  transform: translateY(-30px);
}
.actu:hover .actu-txt {
  box-shadow: 0px 0px 21.84px 2.16px rgba(0, 0, 0, 0.22);
}
.actu .photo-container {
  margin: 0 20px;
  flex-shrink: 0;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 1024px) {
  .actu .photo-container {
    margin: 0;
  }
}
.actu .actu-txt {
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-height: 180px;
  height: 180px;
  background-color: white;
  line-height: 17px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 12.48px 0.52px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .actu .actu-txt {
    padding: 15px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.05);
  }
}
.actu .actu-txt .title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 17px;
  color: #2a5a96;
  text-transform: uppercase;
}
.actu .actu-txt .txt {
  font-size: 12px;
  color: #3a3b3a;
}
.actu .actu-txt .link-btn {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #206ab1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar .actu {
  height: 360px;
}
.sidebar .actu + .actu {
  margin-left: 0;
}
.sidebar .actu .photo-container {
  margin: 0;
}
.sidebar .actu .actu-txt {
  padding: 15px 0;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.05);
}
/*# sourceMappingURL=bloc-actu.css.map */