.bg-service{
  background-color: #dae6ef;
}
.card:not(.card-no-shadow) {
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.1);
  box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}
.title-page{
  font-size: 25px;
}
.card-teaser-picto {
  min-height: 155px;
  position: relative;
  text-align: center;
}
.card-teaser-picto:hover {
  background-color: #f58212;
  color: #ffffff;
}
a .card {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.card {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #1b3244;
  height: 100%;
  overflow: hidden;
}
.card-body {
  position: relative;
  width: 100%;
}
.card-subtitle {
  font-size: 18px;
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
}
