@font-face {
    font-family: 'Lato';
    src: url('../../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato B';
    src: url('../../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icon';
    src:  url('../../fonts/Depart-demain.eot?363p2u');
    src:  url('../../fonts/Depart-demain.eot?363p2u#iefix') format('embedded-opentype'),
    url('../../fonts/Depart-demain.ttf?363p2u') format('truetype'),
    url('../../fonts/Depart-demain.woff?363p2u') format('woff'),
    url('../../fonts/Depart-demain.svg?363p2u#Depart-demain') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-arrow:before {
  content: "\e907";
}
.icon-burger:before {
  content: "\e908";
}
.icon-magnifyer:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-globe:before {
  content: "\e901";
}
.icon-hourglass:before {
  content: "\e902";
}
.icon-plane:before {
  content: "\e903";
}
.icon-spinner:before {
  content: "\e904";
}
.icon-trash:before {
  content: "\e905";
}
.icon-umbrella:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-close-cross:before {
  content: "\e90b";
}