.smoothies {
  margin: 100px 0;
  background: url("/~brunois3u/wacbio/wp-content/themes/wacbio/assets/img/boissons.png") no-repeat;
  background-size: cover;
  height: 60vh;
  display: flex;
  justify-content: flex-end;
}
.smoothies .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 50px;
  width: 25%;
  gap: 30px;
}
.smoothies .title {
  position: relative;
  width: 50%;
}
.smoothies .title::after {
  content: "";
  background: url("/wp-content/themes/wacbio/assets/img/title.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smoothies .title h2 {
  position: relative;
  height: 100%;
  width: 100%;
  margin: -5px 0 0 10px;
  padding: 10px 30px 10px 10px;
  z-index: 9;
  font-size: 1.7rem;
  font-weight: 400;
  color: #FFFFFF;
}
.smoothies p {
  clip-path: polygon(0 0, 100% 0, 100% 40%, 97% 53%, 100% 48%, 100% 100%, 32% 100%, 20% 94%, 22% 100%, 0 100%);
  background: #84C1B1;
  width: 90%;
  padding: 20px;
  color: #FFFFFF;
}
.smoothies a {
  width: fit-content;
}


