@font-face 
{
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?f70s7x');
  src:  url('../../fonts/icomoon.eot?f70s7x#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?f70s7x') format('truetype'),
    url('../../fonts/icomoon.woff?f70s7x') format('woff'),
    url('../../fonts/icomoon.svg?f70s7x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face 
{
  font-family: 'cartoon';
  src:  url('../../fonts/CARTOONAMOL EXPRESSIONS.ttf');
  font-weight: normal;
  font-style: normal;
}
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
  }
  
  .icon-ballon:before {
    content: "\e90b";
  }
  .icon-calendrier:before {
    content: "\e90c";
  }
  .icon-handshake:before {
    content: "\e90d";
  }
  .icon-resultats:before {
    content: "\e90e";
  }
  .icon-tshirt:before {
    content: "\e90f";
  }
  .icon-cancel:before {
    content: "\e900";
  }
  .icon-confirm:before {
    content: "\e901";
  }
  .icon-download:before {
    content: "\e902";
  }
  .icon-down-arrow:before {
    content: "\e903";
  }
  .icon-loupe:before {
    content: "\e904";
  }
  .icon-up-arrow:before {
    content: "\e905";
  }
  .icon-add:before {
    content: "\e906";
  }
  .icon-instagram:before {
    content: "\e907";
  }
  .icon-snapchat:before {
    content: "\e908";
  }
  .icon-twitter:before {
    content: "\e909";
  }
  .icon-facebook:before {
    content: "\e90a";
  }
  .icon-connect::before {    
    font-family: 'cartoon' !important;
    content: "A";
  }
  .icon-disconnect::before {    
    font-family: 'cartoon' !important;
    content: "I";
  }  