/**************************************************************************************************************/
/*
			NOM DU SITE - Typos utlisees sur le site			
*/
/**************************************************************************************************************/

@font-face {
    font-family: 'fontawesome';
    src: url('../typos/fontawesome-webfont.eot');
    src: url('../typos/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../typos/fontawesome-webfont.woff2') format('woff2'),
    url('../typos/fontawesome-webfont.woff') format('woff'),
    url('../typos/fontawesome-webfont.ttf') format('truetype'),
    url('../typos/fontawesome-webfont.svg#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontawesome {
    font-family: "fontawesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

@font-face {
    font-family: 'icomoon';
    src:  url('../typos/icomoon.eot?ucl1px');
    src:  url('../typos/icomoon.eot?ucl1px#iefix') format('embedded-opentype'),
      url('../typos/icomoon.ttf?ucl1px') format('truetype'),
      url('../typos/icomoon.woff?ucl1px') format('woff'),
      url('../typos/icomoon.svg?ucl1px#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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;
  }
  

  .icon-scrollDown:before {
    content: "\e901";
    color: #fff;
  }
  .icon-right:before {
    content: "\e902";
  }
  .icon-left:before {
    content: "\e903";
  }
  .icon-quote:before {
    content: "\e900";
  }
  