/**************************************************************************************************************/
/*
			NOM DU SITE - Typos utlisees sur le site			
*/
/**************************************************************************************************************/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;1,300;1,700&family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


@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;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../typos/icomoon.eot?te3io7');
    src:  url('../typos/icomoon.eot?te3io7#iefix') format('embedded-opentype'),
      url('../typos/icomoon.ttf?te3io7') format('truetype'),
      url('../typos/icomoon.woff?te3io7') format('woff'),
      url('../typos/icomoon.svg?te3io7#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-polygon:before {
    content: "\e90a";
  }
  .icon-exergue:before {
    content: "\e900";
  }
  .icon-facebook:before {
    content: "\e901";
  }
  .icon-twitter:before {
    content: "\e902";
  }
  .icon-youtube:before {
    content: "\e903";
  }
  .icon-arrow:before {
    content: "\e904";
  }
  .icon-rassembler:before {
    content: "\e905";
  }
  .icon-reconcilier:before {
    content: "\e906";
  }
  .icon-partager:before {
    content: "\e907";
  }
  .icon-prev:before {
    content: "\e908";
  }
  .icon-suiv:before {
    content: "\e909";
  }