

/*8.SVG.CSS*/
.svg-wrap {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.glyph {
  width: auto;
  margin-right: 0;
  overflow: hidden;
  font-size: 32px;
}
body.styleguide .glyph {
  margin: 25px 0;
}

svg {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
  /*color: #000;
  color: $noir;
  width:100%;
  height:100%;*/
  height: auto;
  max-width: 100%;
  width: auto;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #000000;
  fill: #000000;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-Instagram_wordmark {
  width: 2.9599609375em;
}

/*8.FIN SVG.CSS*/