/* fichier des polices css */

/* polices adobe typekit */

@import url("https://use.typekit.net/kwe1olq.css");

/* Noway round */

@font-face {
    font-family: "noway_round";
    src: url('polices/nowayround-regular-webfont.eot');
    src: url('polices/nowayround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/nowayround-regular-webfont.woff2') format('woff2'),
         url('polices/nowayround-regular-webfont.woff') format('woff'),
         url('polices/nowayround-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "noway_round";
    src: url('polices/nowayround-italic-webfont.eot');
    src: url('polices/nowayround-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/nowayround-italic-webfont.woff2') format('woff2'),
         url('polices/nowayround-italic-webfont.woff') format('woff'),
         url('polices/nowayround-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "noway_round";
    src: url('polices/nowayround-bold-webfont.eot');
    src: url('polices/nowayround-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/nowayround-bold-webfont.woff2') format('woff2'),
         url('polices/nowayround-bold-webfont.woff') format('woff'),
         url('polices/nowayround-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "noway_round";
    src: url('polices/nowayround-bolditalic-webfont.eot');
    src: url('polices/nowayround-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/nowayround-bolditalic-webfont.woff2') format('woff2'),
         url('polices/nowayround-bolditalic-webfont.woff') format('woff'),
         url('polices/nowayround-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* socicon */

@font-face {
  font-family: "Socicon";
  src:  url('polices/Socicon.eot?87visu');
  src:  url('polices/Socicon.eot?87visu#iefix') format('embedded-opentype'),
    url('polices/Socicon.woff2?87visu') format('woff2'),
    url('polices/Socicon.ttf?87visu') format('truetype'),
    url('polices/Socicon.woff?87visu') format('woff'),
    url('polices/Socicon.svg?87visu#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Socicon" !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;
}


/* classes de fontes */

.font-belydisplay {
	font-family: "bely-display", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-classicapro {
	font-family: "classica-pro", serif;
	font-weight: 400;
	font-style: italic;
}

.font-classicapro-light {
	font-family: "classica-pro", serif;
	font-weight: 300;
	font-style: italic;
}

.font-nowayround {
	font-family: "noway_round", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.font-nowayround-italic {
	font-family: "noway_round", sans-serif;
	font-weight: normal;
	font-style: italic;
}

.font-nowayround-bold {
	font-family: "noway_round", sans-serif;
	font-weight: bold;
	font-style: normal;
}

.font-nowayround-bold-italic {
	font-family: "noway_round", sans-serif;
	font-weight: bold;
	font-style: italic;
}