.main-logo {
  max-height: 5rem;
}

.title-prestation {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  justify-content: center;
}
.title-prestation.title-massages {
  background-image: url("../images/title-massages-bg.jpg");
}
.title-prestation.title-soinsvisage {
  background-image: url("../images/title-soinsvisage-bg.jpg");
}
.title-prestation.title-soinsenfants {
  background-image: url("../images/title-soinsenfants-bg.jpg");
}
.title-prestation.title-ateliers {
  background-image: url("../images/title-ateliers-bg.jpg");
}
.title-prestation.title-tarifs {
  background-image: url("../images/title-tarifs-bg.jpg");
}

.bloc-separator div {
  height: 100px;
}

.bloc-prestation .content-prestation {
  position: relative;
  top: 100px;
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  color: #7a7a7a;
}
.bloc-prestation .content-prestation div {
  flex: 1 1 0;
  min-width: 0;
}
.bloc-prestation .content-prestation .illustration-prestation {
  text-align: center;
}
.bloc-prestation .content-prestation .illustration-prestation img {
  height: auto;
  max-width: 100%;
}
.bloc-prestation .content-prestation .description-prestation {
  padding: 20px;
}
.bloc-prestation .bandeau-prestation {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.bloc-prestation .bandeau-prestation img {
  position: relative;
  top: -100%;
  width: 100%;
}
