/*.svg-picto {
  position: absolute;
  width: 40%;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}*/

.categorie_card {
  background-color: white;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 0 10px grey;
  transition: all 0.2s ease;
}

.categorie_card:hover {
  transform: scale(1.01);
}

.categorie_card .categorie_title {
  font-weight: bold;
}

.categorie_card a:hover,
.categorie_card a:active,
.categorie_card a:link,
.categorie_card a:visited {
  color: inherit;
}

.categorie_card .whole_card_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg_picto {
  height: auto;
  width: 50%;
  margin: auto;
  margin: 0 auto 30px;
}