body {
    display: block;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    overflow-y: hidden;
}
body {
          margin: 0;
          padding: 0;
          image-rendering: optimizeSpeed;              /* Older versions of FF */
          image-rendering: -moz-crisp-edges;           /* FF 6.0+ */
          image-rendering: -webkit-optimize-contrast;  /* Webkit (non standard naming) */
          image-rendering: -o-crisp-edges;             /* OS X & Windows Opera (12.02+) */
          image-rendering: crisp-edges;                /* Possible future browsers. */
          -ms-interpolation-mode: nearest-neighbor;    /* IE (non standard naming) */
          image-rendering: pixelated;                  /* Chrome 41 */
        }

        @font-face {
    font-family: Caramel_Sweets;
    src: url('./Caramel_Sweets.ttf');
}

textarea {
  resize: none;
}

.portable{
  visibility: hidden;

}

.toucheDroite {
  grid-column: 3;
  grid-row: 2;
}

@media screen and (max-width: 1025px) {
  /* For mobile phones: */
  .portable{
    visibility: visible;
  }
}
