/*
*********************
*	app features	*
*********************/
.contener_item {
  background: #eef3f7;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.245);
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width: 576px), (max-height: 500px) {
  .contener_item {
    width: 95%;
    padding: 20px;
    margin-top: 75px;
    min-height: initial;
    padding-bottom: 30px;
    max-width: 400px;
  }
}
.contener_item_2 {
  margin-left: -70px;
  flex-shrink: 0;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
@media screen and (max-width: 576px), (max-height: 500px) {
  .contener_item_2 {
    margin-top: -70px;
    margin-left: 0.5px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contener_item_2_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.245);
}
.contener_item_2_image::before {
  content: "";
  background: inherit;
  width: 100%;
  height: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.245);
  display: block;
  z-index: 1;
  position: absolute;
  top: 30px;
  transform: scale(0.9);
  filter: blur(10px);
  opacity: 0.9;
  border-radius: 15px;
}
.contener_item_2_image::after {
  content: "";
  background: inherit;
  width: 100%;
  height: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.245);
  display: block;
  z-index: 2;
  position: absolute;
  border-radius: 15px;
}/*# sourceMappingURL=grid_valeur.css.map */