@font-face {
  font-family: "montserrat";
  font-weight: 100;
  src: url("montserrat-100.woff2") format("woff2"),
    url("montserrat-100.woff") format("woff");
}
@font-face {
  font-family: "montserrat";
  font-weight: 400;
  src: url("montserrat.woff2") format("woff2"),
    url("montserrat.woff") format("woff");
}
@font-face {
  font-family: "montserrat";
  font-weight: 500;
  src: url("montserrat-500.woff2") format("woff2"),
    url("montserrat-500.woff") format("woff");
}
@font-face {
  font-family: "montserrat";
  font-weight: 700;
  src: url("montserrat-700.woff2") format("woff2"),
  	url("montserrat-700.woff") format("woff");
}
@font-face {
  font-family: "montserrat";
  font-weight: 800;
  src: url("montserrat-800.woff2") format("woff2"),
    url("montserrat-800.woff") format("woff");
}
@font-face {
  font-family: "montserrat";
  font-weight: 300;
  font-style: italic;
  src: url("montserrat-300italic.woff2") format("woff2"),
    url("montserrat-300italic.woff") format("woff");
}
/* fontello */

@font-face {
  font-family: 'icones';
  src: url('icones.woff2') format('woff2'),
       url('icones.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icones";
  font-style: normal;
  font-weight: inherit;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed 
  margin-right: .2em;
  margin-left: .2em;
  */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  transition: .2s;

}

.icon-lg {
    font-size: 2em;
    line-height: .75em;
    vertical-align: -.0667em;
}


.icon-down-open-big:before { content: '\2191'; } /* '↑' */
.icon-left-open-big:before { content: '\2193'; } /* '↓' */
.icon-share:before { content: '\e767'; } /* '' */
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-up:before { content: '\e801'; } /* '' */
.icon-down:before { content: '\e802'; } /* '' */
.icon-right-open-big:before { content: '\e803'; } /* '' */
.icon-init:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-up-open-big:before { content: '\e806'; } /* '' */
.icon-calendrier:before { content: '\e807'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-right:before { content: '\e809'; } /* '' */
.icon-youtube:before { content: '\e80a'; } /* '' */
.icon-accessibilite:before { content: '\e80b'; } /* '' */
.icon-left:before { content: '\e80e'; } /* '' */
.icon-facebook:before { content: '\e80f'; } /* '' */
.icon-instagram:before { content: '\e810'; } /* '' */
.icon-linkedin:before { content: '\e811'; } /* '' */
.icon-medecin:before { content: '\e812'; } /* '' */
.icon-service:before { content: '\e813'; } /* '' */
.icon-plus:before { content: '\e814'; } /* '' */
.icon-left-open:before { content: '\e81a'; } /* '' */
.icon-lock:before { content: '\e81b'; } /* '' */
.icon-1clic:before { content: '\e81e'; } /* '' */
.icon-right-open:before { content: '\e81f'; } /* '' */
.icon-up-open:before { content: '\e820'; } /* '' */
.icon-info-circled:before { content: '\e82a'; } /* '' */
.icon-date:before { content: '\e82b'; } /* '' */
.icon-imprimer:before { content: '\e82c'; } /* '' */
.icon-loupe:before { content: '\e82d'; } /* '' */
.icon-play:before { content: '\e82e'; } /* '' */
.icon-lieu:before { content: '\e82f'; } /* '' */
.icon-horaires:before { content: '\e830'; } /* '' */
.icon-fleche-droit:before { content: '\e831'; } /* '' */
.icon-attention:before { content: '\e83b'; } /* '' */
.icon-bulle:before { content: '\e83c'; } /* '' */
.icon-telecharger:before { content: '\e83d'; } /* '' */
.icon-mail:before { content: '\e83e'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-right-1:before { content: '\f178'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-pinterest:before { content: '\f313'; } /* '' */


