#services {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
  margin-top: -80px;
}
#services a {
  display: block;
}
#services article {
  background-color: rgb(255, 255, 255);
  width: 33%;
  height: auto;
  padding: 30px 2%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: -3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 20px;
}
#services article:hover {
  cursor: pointer;
  box-shadow: -5px 7px rgba(0, 0, 0, 0.2);
  transform: translate(0, 2px);
}
#services article h3 {
  color: rgb(75, 75, 75);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 30px;
}
#services article h4 {
  color: rgb(75, 75, 75);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 10px;
}
#services article hr {
  border: none;
  margin-top: 20px;
  height: 1px;
  background-color: rgb(173, 216, 230);
  width: 100%;
}
#services article p {
  line-height: 27px;
  text-indent: 0;
}/*# sourceMappingURL=tarifs.css.map */