/* définition des fonts */
/* Gotham */
@font-face {
    font-family: "Gotham Light";
	src: url('fonts/gotham/gotham-light/Gotham-Light.otf') format('opentype');
    src: url('fonts/gotham/gotham-light/Gotham-Light.eot');
    src: url('fonts/gotham/gotham-light/Gotham-Light.eot?#iefix') format('embedded-opentype');
    src: local('&#9786;'),
    url('fonts/gotham/gotham-light/Gotham-Light.woff') format('woff'),
    url('fonts/gotham/gotham-light/Gotham-Light.ttf') format('truetype'),
    url('fonts/gotham/gotham-light/Gotham-Light.svg#Gotham') format("svg");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Gotham";
	src: url('fonts/gotham/gotham-book/Gotham-Book.otf') format('opentype');
    src: url('fonts/gotham/gotham-book/Gotham-Book.eot');
    src: url('fonts/gotham/gotham-book/Gotham-Book.eot?#iefix') format('embedded-opentype');
    src: local('&#9786;'),
    url('fonts/gotham/gotham-book/Gotham-Book.woff') format('woff'),
    url('fonts/gotham/gotham-book/Gotham-Book.ttf') format('truetype'),
    url('fonts/gotham/gotham-book/Gotham-Book.svg#Gotham') format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Light";
	src: url('fonts/gotham/gotham-light/Gotham-Light.otf') format('opentype');
    src: url('fonts/gotham/gotham-light/Gotham-Light.eot');
    src: url('fonts/gotham/gotham-light/Gotham-Light.eot?#iefix') format('embedded-opentype');
    src: local('&#9786;'),
    url('fonts/gotham/gotham-light/Gotham-Light.woff') format('woff'),
    url('fonts/gotham/gotham-light/Gotham-Light.ttf') format('truetype'),
    url('fonts/gotham/gotham-light/Gotham-Light.svg#Gotham') format("svg");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Gotham Medium";
    src: url('fonts/gotham/gotham-medium/Gotham-Medium.otf') format('opentype');
    src: url('fonts/gotham/gotham-medium/Gotham-Medium.eot');
    src: url('fonts/gotham/gotham-medium/Gotham-Medium.eot?#iefix') format('embedded-opentype');
    src: local('&#9786;'),
     url('fonts/gotham/gotham-medium/Gotham-Medium.woff') format('woff'),
    url('fonts/gotham/gotham-medium/Gotham-Medium.ttf') format('truetype'),
    url('fonts/gotham/gotham-medium/Gotham-Medium.svg#Gotham') format("svg");
   font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Bold";
	src: url('fonts/gotham/gotham-bold/Gotham-Bold.otf') format('opentype');
    src: url('fonts/gotham/gotham-bold/Gotham-Bold.eot');
    src: url('fonts/gotham/gotham-bold/Gotham-Bold.eot?#iefix') format('embedded-opentype');
    src: local('&#9786;'),
     url('fonts/gotham/gotham-bold/Gotham-Bold.woff') format('woff'),
    url('fonts/gotham/gotham-bold/Gotham-Bold.ttf') format('truetype'),
    url('fonts/gotham/gotham-bold/Gotham-Bold.svg#Gotham') format("svg");
    font-weight: normal;
    font-style: normal;
}

/* open sans 
@font-face {
    font-family:"Open Sans";
    src:url("fonts/OpenSans-Regular.eot?") format("eot"),url("fonts/OpenSans-Regular.woff") format("woff"),url("fonts/OpenSans-Regular.ttf") format("truetype"),url("fonts/OpenSans-Regular.svg#OpenSans") format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:"Open Sans Italic";
    src:url("fonts/OpenSans-Italic.eot?") format("eot"),url("fonts/OpenSans-Italic.woff") format("woff"),url("fonts/OpenSans-Italic.ttf") format("truetype"),url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
     font-family:"Open Sans Bold";
     src:url("fonts/OpenSans-Bold.eot?") format("eot"),url("fonts/OpenSans-Bold.woff") format("woff"),url("fonts/OpenSans-Bold.ttf") format("truetype"),url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
     font-weight:normal;
     font-style:normal;
}
@font-face {
    font-family:"Open Sans Bold Italic";
    src:url("fonts/OpenSans-BoldItalic.eot?") format("eot"),url("fonts/OpenSans-BoldItalic.woff") format("woff"),url("fonts/OpenSans-BoldItalic.ttf") format("truetype"),url("fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:"Open Sans Extra Bold";
	src:url("fonts/OpenSans-ExtraBold.eot?") format("eot"),url("fonts/OpenSans-ExtraBold.woff") format("woff"),url("fonts/OpenSans-ExtraBold.ttf") format("truetype"),url("fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
    font-weight:normal;
    font-style:normal;
}*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6m1fjc');
  src:  url('fonts/icomoon.eot?6m1fjc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6m1fjc') format('truetype'),
    url('fonts/icomoon.woff?6m1fjc') format('woff'),
    url('fonts/icomoon.svg?6m1fjc#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: 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-error-outline:before {
  content: "\e001";
}
.icon-untitled:before {
  content: "\e600";
}
.icon-untitled2:before {
  content: "\e601";
}
.icon-untitled3:before {
  content: "\e933";
}
.icon-untitled4:before {
  content: "\e603";
}
.icon-untitled5:before {
  content: "\e604";
}
.icon-untitled6:before {
  content: "\e605";
}
.icon-untitled7:before {
  content: "\e606";
}
.icon-untitled8:before {
  content: "\e607";
}
.icon-untitled9:before {
  content: "\e608";
}
.icon-untitled10:before {
  content: "\e609";
}
.icon-untitled11:before {
  content: "\e60a";
}
.icon-untitled12:before {
  content: "\e60b";
}
.icon-untitled52:before {
  content: "\e60d";
}
.icon-untitled17:before {
  content: "\e610";
}
.icon-untitled18:before {
  content: "\e611";
}
.icon-untitled19:before {
  content: "\e612";
}
.icon-untitled20:before {
  content: "\e613";
}
.icon-untitled21:before {
  content: "\e614";
}
.icon-untitled22:before {
  content: "\e615";
}
.icon-untitled23:before {
  content: "\e616";
}
.icon-untitled24:before {
  content: "\e617";
}
.icon-untitled25:before {
  content: "\e618";
}
.icon-home:before {
  content: "\e619";
}
.icon-home2:before {
  content: "\e61a";
}
.icon-office:before {
  content: "\e61b";
}
.icon-pencil:before {
  content: "\e61c";
}
.icon-file:before {
  content: "\e61d";
}
.icon-tag:before {
  content: "\e61e";
}
.icon-tags:before {
  content: "\e61f";
}
.icon-cart2:before {
  content: "\e620";
}
.icon-phone:before {
  content: "\e621";
}
.icon-screen:before {
  content: "\e622";
}
.icon-mobile:before {
  content: "\e623";
}
.icon-mobile2:before {
  content: "\e624";
}
.icon-tablet:before {
  content: "\e625";
}
.icon-bubble:before {
  content: "\e626";
}
.icon-user:before {
  content: "\e627";
}
.icon-user2:before {
  content: "\e628";
}
.icon-trophy:before {
  content: "\e629";
}
.icon-lab:before {
  content: "\e62a";
}
.icon-shield:before {
  content: "\e62b";
}
.icon-globe:before {
  content: "\e62c";
}
.icon-earth:before {
  content: "\e62d";
}
.icon-bookmark:before {
  content: "\e62e";
}
.icon-bookmarks:before {
  content: "\e62f";
}
.icon-lab2:before {
  content: "\e630";
}
.icon-play:before {
  content: "\e631";
}
.icon-profile:before {
  content: "\e632";
}
.icon-barcode:before {
  content: "\e633";
}
.icon-qrcode:before {
  content: "\e634";
}
.icon-calendar:before {
  content: "\e635";
}
.icon-bubbles:before {
  content: "\e636";
}
.icon-quotes-left:before {
  content: "\e637";
}
.icon-settings:before {
  content: "\e638";
}
.icon-cog:before {
  content: "\e639";
}
.icon-gift:before {
  content: "\e63a";
}
.icon-star:before {
  content: "\e63b";
}
.icon-heart:before {
  content: "\e63c";
}
.icon-heart2:before {
  content: "\e63d";
}
.icon-award:before {
  content: "\e63e";
}
.icon-award9:before {
  content: "\e63f";
}
.icon-store5:before {
  content: "\e640";
}
.icon-award52:before {
  content: "\e641";
}
.icon-olive:before {
  content: "\e642";
}
.icon-agreement2:before {
  content: "\e643";
}
.icon-grid:before {
  content: "\e700";
}
.icon-list:before {
  content: "\e701";
}
.icon-list2:before {
  content: "\e702";
}
.icon-grid2:before {
  content: "\e703";
}
.icon-view-list:before {
  content: "\e704";
}
.icon-community:before {
  content: "\e800";
}
.icon-minus:before {
  content: "\e801";
}
.icon-plus:before {
  content: "\e802";
}
.icon-untitled13:before {
  content: "\e803";
}
.icon-untitled14:before {
  content: "\e804";
}
.icon-untitled16:before {
  content: "\e805";
}
.icon-CB10x_gris_fonce:before {
  content: "\e900";
}
.icon-CB10x:before {
  content: "\e901";
}
.icon-CB4x:before {
  content: "\e902";
}
.icon-CB3x:before {
  content: "\e903";
}
.icon-CB2x:before {
  content: "\e904";
}
.icon-x:before {
  content: "\e905";
}
.icon-xSansFrais:before {
  content: "\e906";
}
.icon-x1:before {
  content: "\e907";
}
.icon-logo-2l:before {
  content: "\e908";
}
.icon-delivery-9:before {
  content: "\e909";
}
.icon-delivery-20:before {
  content: "\e90a";
}
.icon-delivery-6:before {
  content: "\e90b";
}
.icon-relay:before {
  content: "\e90c";
}
.icon-delivery-2:before {
  content: "\e90d";
}
.icon-delivery-4:before {
  content: "\e90e";
}
.icon-delivery-5:before {
  content: "\e90f";
}
.icon-clique_collect:before {
  content: "\e910";
}
.icon-livraison:before {
  content: "\e911";
}
.icon-Retour:before {
  content: "\e912";
}
.icon-sansFrais:before {
  content: "\e913";
}
.icon-facebook:before {
  content: "\e914";
}
.icon-google-plus:before {
  content: "\e915";
}
.icon-instagram:before {
  content: "\e916";
}
.icon-twitter:before {
  content: "\e917";
}
.icon-youtube:before {
  content: "\e918";
}
.icon-help-with-circle:before {
  content: "\e919";
}
.icon-plus2:before {
  content: "\e91a";
}
.icon-home24:before {
  content: "\e91b";
}
.icon-shop:before {
  content: "\e91c";
}
.icon-delivery-21:before {
  content: "\e91d";
}
.icon-paypal:before {
  content: "\e91e";
}
.icon-uniE91F:before {
  content: "\e91f";
}
.icon-uniE920:before {
  content: "\e920";
}
.icon-uniE921:before {
  content: "\e921";
}
.icon-uniE922:before {
  content: "\e922";
}
.icon-uniE923:before {
  content: "\e923";
}
.icon-uniE924:before {
  content: "\e924";
}
.icon-uniE925:before {
  content: "\e925";
}
.icon-uniE926:before {
  content: "\e926";
}
.icon-uniE927:before {
  content: "\e927";
}
.icon-uniE928:before {
  content: "\e928";
}
.icon-uniE929:before {
  content: "\e929";
}
.icon-uniE92A:before {
  content: "\e92a";
}
.icon-uniE92B:before {
  content: "\e92b";
}
.icon-uniE92C:before {
  content: "\e92c";
}
.icon-uniE92D:before {
  content: "\e92d";
}
.icon-uniE92E:before {
  content: "\e92e";
}
.icon-uniE92F:before {
  content: "\e92f";
}
.icon-uniE930:before {
  content: "\e930";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-mail:before {
  content: "\ea84";
}
.icon-mail2:before {
  content: "\ea85";
}
.icon-google-plus-round:before {
  content: "\ea88";
}
.icon-google-plus2-round:before {
  content: "\ea89";
}
.icon-facebook-round:before {
  content: "\ea8d";
}
.icon-instagram-round:before {
  content: "\ea90";
}
.icon-twitter-round:before {
  content: "\ea92";
}
.icon-instagram2:before {
  content: "\ea93";
}
.icon-feed:before {
  content: "\ea95";
}
.icon-youtube-round:before {
  content: "\ea99";
}
.icon-tumblr:before {
  content: "\eabc";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-file-text:before {
  content: "\f011";
}
.icon-triangle-left:before {
  content: "\f044";
}
.icon-triangle-right:before {
  content: "\f045";
}
.icon-triangle-down:before {
  content: "\f05b";
}
.icon-location:before {
  content: "\f060";
}
.icon-twitter2:before {
  content: "\f099";
}
.icon-facebook2:before {
  content: "\f09a";
}
.icon-move-down:before {
  content: "\f0a8";
}
.icon-triangle-up:before {
  content: "\f0aa";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-circle:before {
  content: "\f111";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-download:before {
  content: "\1f5ab";
}
.icon-Virement-2:before {
  content: "\e931";
}

.icon-arrow-down:before{
    content: "\ea36";
}

.icon-cabas-2:before {
  content: "\e933";
}

/* fin definition fonts */