
body{
  font-smooth: auto;
  background: 
    repeating-linear-gradient(0deg, #606dbc00, #606dbc00 2px, #33333327 2px, #33333327 4px, #46529800 4px),
    linear-gradient(90deg, #518455 0%,#81c264 10%, #518455 11%, #81c264	20%,#518455 21%, #81c264	30%,#518455 31%, #81c264	40%,#518455 41%, #81c264	50%,
    #518455 51%, #81c264	60%, #0029cb 61%, #00eeff	70%, #ffffff 70.5%, #00eeff 71%, #0029cb	80%, #ff6b7d 81%, #ffbbdd	90%, #ffbbdd 91%, #ff6b7d	100%);
  margin: 5%;
  font-family: fonte02;
  text-rendering: geometricPrecision;
  color: #333;
  max-width: 100%;
  overflow-x: hidden;
}

.titre{
  left: 250px;
  width: 1000px;
  height: auto;
  border: #333 solid 0px;
  border-radius: 0px;
}

.sprites{
  padding: 45px;
  background: #000;
  border-radius: 15px;
  transform: skewY(-3deg);
}

.ligne{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sprites img{
  align-self: center;
  border: #333 solid 0px;
}

a.res{
  background: #ffbbdd55;
  color: #ff6b7d;
  border: #ffbbdd;
}