.txtcontour {
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.hexagon {
  clip-path: polygon(50% 0,100% 3%,100% 97%,50% 100%,0 97%,0 3%);
  background: #b8d1e8;
}

.forme_j {
  clip-path: polygon(12% 0,2% 100%,90% 100%,100% 25%,100% 0%);
  background: #ffd421;
}

.forme_b {
  clip-path: polygon(0 0,90% 0,100% 100%,10% 100%);
  background: #b8d1e8;
}

.forme_r {
  clip-path: polygon(0 55%, 0 0, 85% 0, 100% 55%, 100% 100%, 10% 100%);
  background: #fb6f6b;
}

.forme_j2 {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  background: #ffd421;
}