


body.test{
  font-smooth: auto;
  background: 
  repeating-linear-gradient(90deg, #606dbc00, #606dbc00 2px, #33333327 2px, #33333327 4px, #46529800 4px),
    repeating-linear-gradient(0deg, #606dbc00, #606dbc00 2px, #33333327 2px, #33333327 4px, #46529800 4px),
    linear-gradient(91deg, #cecece 0%, #ffffff	40%,#f9f9f9 50%,#ededed 60%, #c2c2c2 100%);
  margin: 5%;
  font-family: fonte02;
  text-rendering: geometricPrecision;
  color: #333;
  max-width: 100%;
  overflow-x: hidden;
}

h2{
  display: inline-block;
  position: relative;
  top: 45px;
  left: 150px;
  margin-top: 0px;
  margin-bottom: 120px;
  padding: 45px;
  font-family: fonte01;
  font-size: 5.0em;
  font-weight: 900;
  color: #d62529;
  opacity: 1.0;
  -webkit-text-stroke: 0.1px #fff;
  text-shadow:
    -2px -2px 0 #fff,   
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
  background: #333;
  border: 6px solid #d62529;
  border-radius: 50%;
  /* transform: skewY(-3deg); */
}

h2.un{
  margin-left: 0px;
  transform: skewY(-3deg);
}

h2.deux{
  margin-left: 200px;
  transform: skewY(6deg);
}