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


@font-face {
    font-family: 'icomoon';
    src:    url('../font/icomoon.eot?xono7e');
    src:    url('../font/icomoon.eot?xono7e#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?xono7e') format('truetype'),
        url('../font/icomoon.woff?xono7e') format('woff'),
        url('../font/icomoon.svg?xono7e#icomoon') format('svg');
    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;
    font-size: 20px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-prestashop:before {
    content: "\e900";
}
.icon-wordpress:before {
    content: "\e901";
}



.icon-adresse:before {
	content: "\e600";
}

.icon-aim:before {
	content: "\e601";
}

.icon-autocad:before {
	content: "\e602";
}

.icon-brush:before {
	content: "\e603";
}

.icon-check:before {
	content: "\e604";
}

.icon-cms:before {
	content: "\e605";
}

.icon-code:before {
	content: "\e606";
}

.icon-design:before {
	content: "\e607";
}

.icon-down:before {
	content: "\e608";
}

.icon-ebook:before {
	content: "\e609";
}

.icon-enveloppe:before {
	content: "\e60a";
}

.icon-fb:before {
	content: "\e60b";
}

.icon-heart:before {
	content: "\e60c";
}

.icon-home:before {
	content: "\e60d";
}

.icon-illustrator:before {
	content: "\e60e";
}

.icon-indesign:before {
	content: "\e60f";
}

.icon-left:before {
	content: "\e610";
}

.icon-manager:before {
	content: "\e611";
}

.icon-menu:before {
	content: "\e612";
}

.icon-newsletter:before {
	content: "\e613";
}

.icon-phone:before {
	content: "\e614";
}

.icon-photoshop:before {
	content: "\e61a";
}

.icon-question:before {
	content: "\e620";
}

.icon-responsive:before {
	content: "\e616";
}

.icon-right:before {
	content: "\e617";
}

.icon-search:before {
	content: "\e618";
}

.icon-sketchup:before {
	content: "\e619";
}

.icon-team:before {
	content: "\e61e";
}

.icon-time:before {
	content: "\e61b";
}

.icon-twitter:before {
	content: "\e61c";
}

.icon-up:before {
	content: "\e61d";
}

.icon-whatsapp:before {
	content: "\e615";
}

.icon-close:before {
	content: "\e61f";
}

.icon-seo:before {
	content: "\e621";
}



/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-14x {
  font-size: 1.4em;
}
.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-lii {
  position: absolute;
	z-index: 1500;
  left:15px;
  width: 2.14285714em;
  top: 15px;

}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}




