/* Author : Paulane Buisson alias Paulane b.
/* Lisence : CC-license-Attribution-NonCommercial-NoDerivatives 4.0 International
/* www.paulaneb.com 
*/

@font-face {
  font-family: 'Paberoundicons';
  src:  url('../fonts/Paberoundicons.woff') format( 'woff') ;
  font-weight: normal;
  font-style: normal;
}

.paberound-icons {

  font-family: 'Paberoundicons';
  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;

}
.paberoundicons-menu:before {
  content: "B";
}
.paberoundicons-maps:before {
  content: "M";
    }
.paberoundicons-puce:before {
  content: "P";
}
.paberoundicons-mail:before {
  content: "Q";
}
.paberoundicons-tel:before {
  content: "T";
}
.paberoundicons-fleche-h:before {
  content: "W";
}
.paberoundicons-fleche-d:before {
  content: "X";
}
.paberoundicons-fleche-g:before {
  content: "Y";
}
.paberoundicons-fleche-b:before {
  content: "Z";
}





