.service {
  background-color: black;
}

.service .title {
  color: white;
}
.service .description {
  color: white !important;
}

.angled-section {
  position: relative;
  background-color: yellow; /* Couleur de fond principale */
  height: 200px; /* Hauteur de la section */
  overflow: hidden;
}

.angled-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* Hauteur de l'angle */
  /* background: url("yell_angle.png") no-repeat; */
  background-size: cover; /* Adapte l'image */
}

.service .icon {
  color: #dda853;
}
