.section-boutonillu {
  width: 95%;
  max-width: 1760px;
  margin: 150px auto;
}
.section-boutonillu .boutonillu-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.section-boutonillu .boutonillu-container a {
  position: relative;
  font-size: 2.7rem;
  font-weight: 600;
  padding: 5px 0px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  line-height: 27px;
}
.section-boutonillu .boutonillu-container a::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 122px;
  height: 175px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/clochefond.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .section-boutonillu .boutonillu-container a {
    font-size: 2rem;
  }
}
