@font-face {
  font-family: 'pictos';
  src:  url('fonts/pictos/icomoon.eot?dv9n2y');
  src:  url('fonts/pictos/icomoon.eot?dv9n2y#iefix') format('embedded-opentype'),
    url('fonts/pictos/icomoon.ttf?dv9n2y') format('truetype'),
    url('fonts/pictos/icomoon.woff?dv9n2y') format('woff'),
    url('fonts/pictos/icomoon.svg?dv9n2y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="picto-"], [class*=" picto-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pictos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picto-Enveloppe:before {
  content: "\e900";
}
.picto-Fleche:before {
  content: "\e901";
}
.picto-Fleche2:before {
  content: "\e902";
}
.picto-Play:before {
  content: "\e903";
}
.picto-Plus:before {
  content: "\e904";
}
.picto-tel:before {
  content: "\e905";
}

