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

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


.icon-about:before {
  content: "\e900";
}
.icon-arlea:before {
  content: "\e901";
}
.icon-arrow-back:before {
  content: "\e902";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-arrow-next:before {
  content: "\e904";
}
.icon-arrow-prev:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-book:before {
  content: "\e907";
}
.icon-bookshelf:before {
  content: "\e908";
}
.icon-cart:before {
  content: "\e909";
}
.icon-comments:before {
  content: "\e90a";
}
.icon-cross:before {
  content: "\e90b";
}
.icon-dezoom:before {
  content: "\e90c";
}
.icon-doc:before {
  content: "\e90d";
}
.icon-download:before {
  content: "\e90e";
}
.icon-glass-fill:before {
  content: "\e910";
}
.icon-glass-stroke:before {
  content: "\e911";
}
.icon-heart-fill:before {
  content: "\e913";
}
.icon-heart-stroke:before {
  content: "\e914";
}
.icon-librairie:before {
  content: "\e915";
}
.icon-newsletter:before {
  content: "\e916";
}
.icon-paperplane:before {
  content: "\e917";
}
.icon-pencil:before {
  content: "\e918";
}
.icon-quote:before {
  content: "\e919";
}
.icon-search:before {
  content: "\e91a";
}
.icon-share:before {
  content: "\e91b";
}
.icon-shop:before {
  content: "\e91c";
}
.icon-shopping-list:before {
  content: "\e91d";
}
.icon-talk:before {
  content: "\e91e";
}
.icon-zoom:before {
  content: "\e920";
}

/* Liens de partage */
	.social {
		font-size: 1px;
	}

	/* This gets Facebook to fall into place */
	.social iframe {
		vertical-align: bottom;
	}

	/* Set an optional width for your button wrappers */
	.social span {
		display: inline-block;
		width: 110px;
	}

	/* Adjust the widths individually if you like */
	.social .google {
		width: 75px;
	}
	.social .twitter {
		width: 100px;
	}

/* Alternative pour les liens de partage*/
.btn-socio {
  margin-right:5px;
  padding:6px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  white-space: nowrap;
  font-size:13px;
  font-weight: normal;
  transition: all .2s ease-out;
}

.btn-twitter i {
  color: #00aaf0;
}

.btn-facebook i {
  color: #435f9f;
}

.btn-google-plus i {
  color: #e04b34;
}

.social iframe,.social>span {
vertical-align: middle;
}

