.section-homeaquarelles .row {
  justify-content: center;
}
.section-homeaquarelles .element {
  padding: 0;
}
.section-homeaquarelles .element a {
  display: block;
  padding: 35px 25px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.section-homeaquarelles .element a img {
  height: 78px;
  margin-bottom: 12px;
}
.section-homeaquarelles .element a span.intitule {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #023424;
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-homeaquarelles .element a:hover {
  background-size: 115% 110%;
}
.section-homeaquarelles .element a:hover span.intitule {
  color: white;
}
.section-homeaquarelles .element a.bleu {
  background-image: url('/wp-content/themes/yatatheme/img/tache_aquarelle_bleu.jpg');
}
.section-homeaquarelles .element a.orange {
  background-image: url('/wp-content/themes/yatatheme/img/tache_aquarelle_orange.jpg');
}
.section-homeaquarelles .element a.vert {
  background-image: url('/wp-content/themes/yatatheme/img/tache_aquarelle_vert.jpg');
}
.section-homeaquarelles .element a.violet {
  background-image: url('/wp-content/themes/yatatheme/img/tache_aquarelle_violet.jpg');
}
@media (max-width: 767px) {
  .section-homeaquarelles .element a {
    padding: 25px 10px;
  }
  .section-homeaquarelles .element a span.intitule {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .section-homeaquarelles .element a img {
    height: 58px;
    margin-bottom: 9px;
  }
}
