.card-body span {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}

.row_resources {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.card {
  box-shadow: 3px 3px 5px #ccc;
  width: auto !important;
}

.card-home-resources {
  box-shadow: 3px 3px 5px black;
}

.card-resources h3 {
  font-weight: 700;
  color: #5a0e6a;
}

.card:hover h3 {
  color: #00b6ad;
}

.card-resources pre {
  font-weight: 400;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 26px;
  font-family: "Segoe UI";
  overflow: auto;
  white-space: pre-wrap;
}

.card-resources img {
  max-width: 200px;
  height: auto;
}

.card-resources a {
  text-decoration: none;
}

.btnfooter {
  background-color: #00b6ad;
  border-color: #00b6ad;
  box-shadow: 3px 3px 5px #ccc;
  transition: all 0.3s ease-out;
}

.card-deck {
  margin-top: 1%;
  margin-bottom: 1%;
}

.button-resource {
  height: auto;
  width: auto;
}

.text-resources {
  color: white;
}

.btnfooter:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

.ressource {
  padding: 25px 0 25px 0;
  background-image: url("/images/banner-home-halte-discriminations.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

