@charset "UTF-8";
/**
 *  # KAliop main theme
 *
 *  This stylesheet is generated using Sass. http://sass-lang.com/
 *  Do not edit compiled CSS files (`.css` extension) directly,
 *  please refer to the corresponding `.scss` file instead.
 *
 *  @depends sass 3.4+ || node-sass 3.0+
 *      (It may build on previous versions as well, but hasn't been tested)
 */
/*  ========================================
    # VARIABLES
    ======================================== */
@font-face {
  font-family: 'proxima_bold';
  src: url("../fonts/proxima_nova_black-webfont.eot");
  src: url("../fonts/proxima_nova_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_black-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_black-webfont.woff") format("woff"), url("../fonts/proxima_nova_black-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_black-webfont.svg#proxima_nova_blblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_light';
  src: url("../fonts/proxima_nova_light-webfont.eot");
  src: url("../fonts/proxima_nova_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_light-webfont.woff") format("woff"), url("../fonts/proxima_nova_light-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_light-webfont.svg#proxima_nova_ltlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_regular';
  src: url("../fonts/proxima_nova_semibold-webfont.eot");
  src: url("../fonts/proxima_nova_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_semibold-webfont.woff") format("woff"), url("../fonts/proxima_nova_semibold-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*  ========================================
    # Base => Init page styles
    ======================================== */
*, :before, :after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d0ec31ca1046157b7944)
 * Config saved to config.json and https://gist.github.com/d0ec31ca1046157b7944
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px; }

@media (min-width: 768px) {
  .container {
    width: 728px; } }
@media (min-width: 992px) {
  .container {
    width: 948px; } }
@media (min-width: 1200px) {
  .container {
    width: 1148px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px; }

.row {
  margin-left: -4px;
  margin-right: -4px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.NoMargin.col-lg-1,
.NoMargin.col-lg-2,
.NoMargin.col-lg-3,
.NoMargin.col-lg-4,
.NoMargin.col-lg-5,
.NoMargin.col-lg-6,
.NoMargin.col-lg-7,
.NoMargin.col-lg-8,
.NoMargin.col-lg-9,
.NoMargin.col-lg-10,
.NoMargin.col-lg-11,
.NoMargin.col-lg-12 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }
  .NoMargin.col-lg-1:first-child,
  .NoMargin.col-lg-2:first-child,
  .NoMargin.col-lg-3:first-child,
  .NoMargin.col-lg-4:first-child,
  .NoMargin.col-lg-5:first-child,
  .NoMargin.col-lg-6:first-child,
  .NoMargin.col-lg-7:first-child,
  .NoMargin.col-lg-8:first-child,
  .NoMargin.col-lg-9:first-child,
  .NoMargin.col-lg-10:first-child,
  .NoMargin.col-lg-11:first-child,
  .NoMargin.col-lg-12:first-child {
    padding-left: 4px; }
  .NoMargin.col-lg-1:last-child,
  .NoMargin.col-lg-2:last-child,
  .NoMargin.col-lg-3:last-child,
  .NoMargin.col-lg-4:last-child,
  .NoMargin.col-lg-5:last-child,
  .NoMargin.col-lg-6:last-child,
  .NoMargin.col-lg-7:last-child,
  .NoMargin.col-lg-8:last-child,
  .NoMargin.col-lg-9:last-child,
  .NoMargin.col-lg-10:last-child,
  .NoMargin.col-lg-11:last-child,
  .NoMargin.col-lg-12:last-child {
    padding-right: 4px; }

.row--noMargin {
  margin-left: 0;
  margin-right: 0; }
  .row--noMargin [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit; }

p, ul, ol, figure {
  margin: 0; }

ul, ol {
  list-style: none;
  padding-left: 0; }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    color: #fc4c02;
    text-decoration: none; }

button {
  padding: 0;
  border: none;
  background: none;
  outline: none; }

#vousavezunprojet svg {
  fill: #fc4c02; }

input {
  border-radius: 0; }

img, iframe {
  max-width: 100%; }

img {
  height: auto; }

.icon {
  display: inline-block;
  vertical-align: middle; }

::-ms-clear {
  display: none; }

html {
  font-size: 125%; }

body {
  position: relative;
  margin: 0;
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: .7rem;
  color: #2c2a29;
  background-color: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif; }

.Layout {
  overflow: hidden; }

.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px; }

[dir="rtl"] .ajax-progress {
  float: right; }

.ajax-progress-throbber .throbber {
  background: transparent url("/core/themes/stable/images/core/throbber-active.gif") no-repeat 0px center;
  display: inline;
  padding: 1px 5px 2px; }

.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px; }

tr .ajax-progress-throbber .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

.ajax-progress-fullscreen {
  left: 49%;
  position: fixed;
  top: 48.5%;
  z-index: 1000;
  background-color: #232323;
  background-image: url(/core/themes/stable/images/core/loading-small.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  height: 24px;
  opacity: 0.9;
  padding: 4px;
  width: 24px; }

[dir="rtl"] .ajax-progress-fullscreen {
  left: auto;
  right: 49%; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.text-align-justify {
  text-align: justify; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.js input.form-autocomplete {
  background-image: url(/core/themes/stable/images/core/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat; }

.js[dir="rtl"] input.form-autocomplete {
  background-position: 0% center; }

.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/core/themes/stable/images/core/throbber-active.gif);
  background-position: 100% center; }

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
  background-position: 0% center; }

.fieldgroup {
  border-width: 0;
  padding: 0; }

.container-inline div, .container-inline label {
  display: inline; }

.container-inline .details-wrapper {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.js details:not([open]) .details-wrapper {
  display: none; }

.hidden {
  display: none; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto; }

.invisible {
  visibility: hidden; }

.item-list__comma-list, .item-list__comma-list li {
  display: inline; }

.item-list__comma-list {
  margin: 0;
  padding: 0; }

.item-list__comma-list li:after {
  content: ","; }

.item-list__comma-list li:last-child:after {
  content: ""; }

.js .js-hide {
  display: none; }

.js-show {
  display: none; }

.js .js-show {
  display: block; }

.nowrap {
  white-space: nowrap; }

.position-container {
  position: relative; }

.progress {
  position: relative; }

.progress__track {
  background-color: #fff;
  border: 1px solid;
  margin-top: 5px;
  max-width: 100%;
  min-width: 100px;
  height: 16px; }

.progress__bar {
  background-color: #000;
  height: 1.5em;
  width: 3%;
  min-width: 3%;
  max-width: 100%; }

.progress__description, .progress__percentage {
  color: #555;
  overflow: hidden;
  font-size: .875em;
  margin-top: 0.2em; }

.progress__description {
  float: left; }

[dir="rtl"] .progress__description {
  float: right; }

.progress__percentage {
  float: right; }

[dir="rtl"] .progress__percentage {
  float: left; }

.progress--small .progress__track {
  height: 7px; }

.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px; }

.reset-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: inherit; }

.resize-none {
  resize: none; }

.resize-vertical {
  resize: vertical;
  min-height: 2em; }

.resize-horizontal {
  resize: horizontal;
  max-width: 100%; }

.resize-both {
  resize: both;
  max-width: 100%;
  min-height: 2em; }

table.sticky-header {
  background-color: #fff;
  margin-top: 0;
  z-index: 500;
  top: 0; }

body.drag {
  cursor: move; }

tr.region-title {
  font-weight: bold; }

tr.region-message {
  color: #999; }

tr.region-populated {
  display: none; }

tr.add-new .tabledrag-changed {
  display: none; }

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none; }

[dir="rtl"] .draggable a.tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0; }

a.tabledrag-handle:hover {
  text-decoration: none; }

a.tabledrag-handle .handle {
  background: url(/core/themes/stable/images/core/icons/787878/move.svg) no-repeat 6px 7px;
  height: 14px;
  margin: -0.4em 0.5em 0;
  padding: 0.42em 0.5em;
  width: 14px; }

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
  background-image: url(/core/themes/stable/images/core/icons/000000/move.svg); }

.touchevents .draggable td {
  padding: 0 10px; }

.touchevents .draggable .menu-item__link {
  display: inline-block;
  padding: 10px 0; }

.touchevents a.tabledrag-handle {
  height: 44px;
  width: 40px; }

.touchevents a.tabledrag-handle .handle {
  background-position: 40% 19px;
  height: 21px; }

[dir="rtl"] .touch a.tabledrag-handle .handle {
  background-position: right 40% top 19px; }

.touchevents .draggable.drag a.tabledrag-handle .handle {
  background-position: 50% -32px; }

.tabledrag-toggle-weight-wrapper {
  text-align: right; }

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left; }

.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px; }

[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0; }

.tablesort {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%; }

.tablesort--asc {
  background-image: url(/core/themes/stable/images/core/icons/787878/twistie-down.svg); }

.tablesort--desc {
  background-image: url(/core/themes/stable/images/core/icons/787878/twistie-up.svg); }

div.tree-child {
  background: url(/core/themes/stable/images/core/tree.png) no-repeat 11px center; }

div.tree-child-last {
  background: url(/core/themes/stable/images/core/tree-bottom.png) no-repeat 11px center; }

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
  background-position: -65px center; }

div.tree-child-horizontal {
  background: url(/core/themes/stable/images/core/tree.png) no-repeat -11px center; }

.addtoany {
  display: inline; }

.addtoany_list {
  display: inline;
  line-height: 16px; }

.addtoany_list > a, .addtoany_list a img, .addtoany_list a > span {
  vertical-align: middle; }

.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px; }

.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px; }

.addtoany_list .a2a_counter img {
  float: left; }

.addtoany_list a span.a2a_img {
  display: inline-block;
  height: 16px;
  opacity: 1;
  overflow: hidden;
  width: 16px; }

.addtoany_list a span {
  display: inline-block;
  float: none; }

.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px; }

.addtoany_list a:hover:hover img, .addtoany_list a:hover span {
  opacity: .7; }

.addtoany_list a.addtoany_share_save img {
  border: 0;
  width: auto;
  height: auto; }

.addtoany_list a .a2a_count {
  position: relative; }

/*  ========================================
    # UTILITIES
    ======================================== */
@media print {
  .noPrint {
    display: none; } }
@media (max-width: 480px) {
  .noMobile {
    display: none; } }
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.SpaceBetween {
  height: 40px;
  clear: both; }
  @media (min-width: 768px) {
    .SpaceBetween {
      height: 65px; } }
  @media (min-width: 1200px) {
    .SpaceBetween {
      height: 100px; } }

@media (max-width: 991px) {
  #toolbar-administration {
    display: none; }

  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
.youtube-container {
  display: flex;
  justify-content: center;
  padding-bottom: 80px; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.Adress {
  overflow: hidden;
  height: 350px;
  padding: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .Adress {
      height: 500px; } }

.Adress-card {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 75%;
  height: 250px;
  padding: 60px 0;
  text-align: center;
  background-color: white; }

.Adress-city {
  text-transform: uppercase;
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  letter-spacing: 5px;
  font-size: 1rem;
  margin-bottom: 20px; }

.Adress-adress {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 0.9rem; }

.Adress-phone {
  margin-top: 15px;
  font-size: 0.9rem; }

.Adress-trigger--map {
  position: absolute;
  bottom: -6px;
  right: 0;
  cursor: pointer; }

.Adress-map {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  display: block;
  width: 100%; }
  .Adress-map iframe {
    width: 100%; }

.Adress-trigger--close {
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 10;
  cursor: pointer; }

.Adress[data-state="map"] {
  padding: 0; }
  .Adress[data-state="map"] .Adress-map {
    display: block; }
  .Adress[data-state="map"] .Adress-card {
    display: none; }

.Agence-header .HeroInner-img,
.Agence-header .HeroInnerRealisation-img {
  background-position-y: bottom; }
  @media (min-width: 1200px) {
    .Agence-header .HeroInner-img,
    .Agence-header .HeroInnerRealisation-img {
      background-position-y: -350px; } }

.blackfilter {
  background-color: black;
  opacity: 0.2;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%; }

.Agence-intro .position-firstPic {
  background-position-x: -80px; }
.Agence-intro .position-fourPic {
  background-position-x: -100px; }

.orbit-timeline-container {
  margin: .9375rem 0;
  position: relative; }

.orbit-timeline {
  height: 500px; }

.orbit-timeline > li {
  display: block;
  height: 100%;
  width: 100%; }

.orbit-timeline .orbit-caption {
  text-align: center; }

.orbit-timeline-progress {
  background: rgba(255, 255, 255, 0.5);
  height: 5px;
  position: absolute;
  bottom: 100px;
  width: 100%;
  z-index: 10; }

.orbit-timeline-progress .fill {
  background: #fff;
  display: block;
  height: 100%;
  width: 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.orbit-timeline-pictos-container {
  position: relative; }

.orbit-timeline-pictos-container .picto {
  padding: 8px 0;
  background: #fff;
  border-radius: 100%;
  bottom: 88px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  text-align: center;
  -webkit-transition: background 350ms ease-out, color 300ms ease-in;
  -moz-transition: background 350ms ease-out, color 300ms ease-in;
  transition: background 350ms ease-out, color 300ms ease-in;
  width: 30px;
  z-index: 9999; }

.orbit-timeline-pictos-container .picto.active {
  background: #FC4C02;
  color: #fff; }

.orbit-timeline-pictos-container .picto .icon {
  font-size: .75rem;
  position: relative;
  top: -0.3125rem; }

.svg-agence {
  fill: #fc4c02;
  margin-left: -26px;
  position: absolute; }

.AgenceLittleItem {
  width: 285px;
  max-width: 100%;
  margin: 50px auto 0 auto;
  background-color: #2C2A2D;
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px; }

.middlePageBlock {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/team.jpg");
  padding: 4em 0;
  background-position-y: center; }
  @media (min-width: 992px) {
    .middlePageBlock {
      padding: 8em 0;
      background-position-y: -185px; } }
  .middlePageBlock canvas {
    background-color: black;
    opacity: 0.2;
    z-index: 2;
    width: 100%;
    height: 100%; }

.middlePageText {
  color: #fff;
  text-align: center;
  margin: 0 auto; }

.slick-container {
  margin: 0 auto;
  padding: 10px;
  width: 80%; }

.agence .fa {
  color: #111; }

i.fa-comments-o {
  font-size: 12em; }
  @media (max-width: 480px) {
    i.fa-comments-o {
      font-size: 8rem; } }

.Author {
  margin-top: 4em;
  margin-bottom: 2em; }

.Author-img {
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%; }

@media (min-width: 992px) {
  .Author-img {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px; } }
.Author-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .Author-title {
    font-size: 1.5rem; } }
.Author-subtitle {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  font-size: .8rem;
  line-height: 1;
  color: #fc4c02; }

@media (min-width: 992px) {
  .Author-subtitle {
    margin-bottom: 30px;
    font-size: .9rem; } }
.Author-subtitle {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  font-size: .8rem; }

@media (min-width: 992px) {
  .Author-desc {
    font-size: .9rem; } }
.Background--white {
  background-color: #fff; }

.Background--gray {
  background-color: #6b6969; }

.BigBlockLogo {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 0;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: cover; }
  .BigBlockLogo canvas {
    width: 100%; }

.BigBlockLogo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #efefef; }

.BigBlockLogo-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }

@media (max-width: 768px) {
  .BigBlockLogo-logo img {
    max-width: 100px; } }
.BigBlockLogo-link {
  position: absolute;
  bottom: 50px;
  right: 50px; }
  .BigBlockLogo-link svg {
    fill: white; }

@media (max-width: 768px) {
  .BigBlockLogo-link {
    bottom: 15px;
    right: 16px; }
    .BigBlockLogo-link svg {
      width: 30px;
      height: 30px; } }
.BigBlockLogo-globalLink {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.row--noMargin .BigBlockLogo {
  margin-bottom: 0; }

.BigBlockTeaser {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover; }
  .BigBlockTeaser > * {
    font-size: .8rem; }
  .BigBlockTeaser canvas {
    width: 100%;
    height: 200px; }
  @media (min-width: 768px) {
    .BigBlockTeaser canvas {
      height: inherit; } }

.BigBlockTeaser-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35 !important; }

.BigBlockTeaser-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px; }
  @media (min-width: 768px) {
    .BigBlockTeaser-container {
      padding: 30px; } }
  @media (min-width: 992px) {
    .BigBlockTeaser-container {
      padding: 50px; } }
  @media (min-width: 1200px) {
    .BigBlockTeaser-container {
      padding: 60px 90px; } }

.BigBlockTeaser-meta {
  font-size: 0.9rem;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .BigBlockTeaser-meta {
      display: none; } }

.BigBlockTeaser-category {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif; }

.BigBlockTeaser-date {
  color: #fc4c02; }

.BigBlockTeaser-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  transition: font-size 0.3s linear; }
  @media (max-width: 768px) {
    .BigBlockTeaser-title {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .BigBlockTeaser-title {
      text-align: left; } }
  @media (min-width: 992px) {
    .BigBlockTeaser-title {
      margin-bottom: 30px;
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .BigBlockTeaser-title {
      font-size: 2.5rem; } }

.BigBlockTeaser-content {
  font-size: 0.9rem; }
  @media (max-width: 1200px) {
    .BigBlockTeaser-content {
      display: none; } }

.BigBlockTeaser-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 0; }
  .BigBlockTeaser-link svg {
    fill: #efefef; }
  @media (max-width: 768px) {
    .BigBlockTeaser-link {
      bottom: 30px;
      right: 30px; }
      .BigBlockTeaser-link svg {
        width: 30px;
        height: 30px; } }

.BigBlockTeaser-button {
  position: absolute;
  bottom: 40px; }
  @media (max-width: 768px) {
    .BigBlockTeaser-button {
      display: none; } }

.BigBlockTeaser-download {
  font-size: 0.9rem; }
  .BigBlockTeaser-download svg {
    margin-right: 10px;
    margin-bottom: -7px; }
  @media (max-width: 768px) {
    .BigBlockTeaser-download {
      display: none; } }

.BigBlockTeaser-inscription {
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.9rem;
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  color: white;
  background-color: #fc4c02; }
  .BigBlockTeaser-inscription:hover {
    color: white; }
  @media (max-width: 768px) {
    .BigBlockTeaser-inscription {
      display: none; } }

.BigBlockTeaser-globalLink {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .BigBlockTeaser-globalLink:hover, .BigBlockTeaser-globalLink:focus {
    color: #fff; }

.BigBlockTeaser--visual {
  color: white;
  background-color: #2c2a29; }
  .BigBlockTeaser--visual .BigBlockTeaser-date {
    color: white; }
  .BigBlockTeaser--visual .BigBlockTeaser-link svg {
    fill: white; }
  .BigBlockTeaser--visual .BigBlockTeaser-download svg {
    fill: white; }

.row--noMargin .BigBlockTeaser {
  margin-bottom: 0; }

.BigBlockTeaser--news {
  max-height: 500px; }
  .BigBlockTeaser--news canvas {
    height: 200px; }
  .BigBlockTeaser--news .BigBlockTeaser-bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover; }
  .BigBlockTeaser--news .BigBlockTeaser-container {
    z-index: 10; }
  @media (max-width: 768px) {
    .BigBlockTeaser--news .BigBlockTeaser-bg {
      display: none; }
    .BigBlockTeaser--news .BigBlockTeaser-container {
      padding: 10px; }
    .BigBlockTeaser--news .BigBlockTeaser-title {
      top: 0;
      transform: none;
      padding: 50px 10px; } }
  @media (min-width: 768px) {
    .BigBlockTeaser--news {
      margin-bottom: 0; }
      .BigBlockTeaser--news .BigBlockTeaser-bg {
        position: absolute;
        top: 0;
        display: block;
        width: 50%;
        background-position: 50%;
        background-size: cover; }
      .BigBlockTeaser--news:nth-child(2n) .BigBlockTeaser-container {
        padding-left: calc(50% + 50px);
        padding-right: 90px; }
      .BigBlockTeaser--news:nth-child(2n) .BigBlockTeaser-bg {
        left: 0; }
      .BigBlockTeaser--news:nth-child(2n+1) .BigBlockTeaser-container {
        padding-right: calc(50% + 90px); }
      .BigBlockTeaser--news:nth-child(2n+1) .BigBlockTeaser-link {
        right: calc(50% + 50px); }
      .BigBlockTeaser--news:nth-child(2n+1) .BigBlockTeaser-bg {
        left: 50%; } }
  @media (min-width: 992px) {
    .BigBlockTeaser--news canvas {
      height: inherit; }
    .BigBlockTeaser--news:nth-child(2n) .BigBlockTeaser-container {
      padding-left: calc(50% + 90px); } }

.BigIntro {
  position: relative;
  background-color: white;
  padding: 20px;
  padding-top: 0;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .BigIntro {
      font-size: 1.25rem;
      padding: 80px;
      padding-top: 0; } }

.BigIntro-image {
  text-align: center;
  padding: 0; }
  .BigIntro-image p {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-size: .9rem;
    text-transform: uppercase; }
  @media (max-width: 768px) {
    .BigIntro-image {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      .BigIntro-image img {
        width: 150px; } }
  @media (min-width: 768px) {
    .BigIntro-image {
      position: absolute;
      top: calc(50% - 40px);
      transform: translateY(-50%);
      width: calc(33.33% - 80px); } }
  @media (min-width: 1200px) {
    .BigIntro-image {
      width: calc(50% - 80px); } }

.BigIntro-content {
  font-size: .9rem; }
  .BigIntro-content p {
    margin-bottom: 30px; }
  .BigIntro-content ul {
    margin-left: 20px;
    list-style-image: url("../images/round_li.png"); }
  .BigIntro-content li {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    margin-bottom: 7px;
    padding-left: 20px; }
  @media (min-width: 768px) {
    .BigIntro-content {
      margin-left: 33.33%;
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .BigIntro-content {
      margin-left: 50%; } }

.BlockBorder {
  overflow: hidden;
  padding: 25px 0 60px 0;
  border: 10px solid #2c2a29;
  text-align: center; }
  @media (min-width: 992px) {
    .BlockBorder {
      padding: 50px 0 120px 0;
      border-width: 20px; } }

.BlockBorder-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .BlockBorder-title {
      font-size: 2rem;
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .BlockBorder-title {
      font-size: 2.5rem; } }

.BlockBorder-element {
  padding: 20px; }
  .BlockBorder-element > * {
    display: block; }
  @media (min-width: 768px) {
    .BlockBorder-element {
      float: left;
      display: block;
      width: 33.3%;
      padding: 30px; } }

.BlockBorder-figure {
  color: #fc4c02;
  font-size: 2rem;
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .BlockBorder-figure {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .BlockBorder-figure {
      font-size: 4rem; } }

.BlockBorder-legend,
.BlockBorder-element p {
  max-width: 270px;
  margin: 0 auto;
  font-size: .9rem;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .BlockBorder-legend,
    .BlockBorder-element p {
      font-size: 1rem; } }

.BlogTeaserHome-item {
  position: relative;
  height: 200px;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #2c2a29;
  font-size: 0.9rem;
  background-color: white; }
  .BlogTeaserHome-item:last-child {
    border-bottom: none; }
  .BlogTeaserHome-item svg {
    position: relative;
    width: 36px;
    height: 30px; }
  .BlogTeaserHome-item circle {
    r: 3;
    cy: 50%;
    fill: #fc4c02;
    transform-origin: center center; }
  .BlogTeaserHome-item circle:nth-child(1) {
    cx: 6; }
  .BlogTeaserHome-item circle:nth-child(2) {
    cx: 18; }
  .BlogTeaserHome-item circle:nth-child(3) {
    cx: 30; }
  @media (min-width: 768px) {
    .BlogTeaserHome-item {
      height: 250px;
      padding: 50px;
      border-left: 1px solid #2c2a29;
      border-bottom: none; } }

@media (min-width: 768px) and (max-width: 992px) {
  .BlogTeaserHome-item:nth-child(2) {
    border-bottom: 1px solid #2c2a29; }

  .BlogTeaserHome-item:nth-child(3) {
    border-left: none; } }
.BlogTeaserHome-bigLine {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 2rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .BlogTeaserHome-bigLine {
      font-size: 2.5rem; } }

.BlogTeaserHome-signature {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.2rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .BlogTeaserHome-signature {
      font-size: 1.5rem; } }

.BlogTeaserHome-link {
  position: absolute;
  bottom: 30px;
  right: 50px;
  font-size: .8rem; }
  @media (min-width: 768px) {
    .BlogTeaserHome-link {
      right: auto;
      left: 50px;
      font-size: .9rem; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .BlogTeaserHome-link {
      display: none; } }

.BlogTeaserHome-date {
  color: #fc4c02;
  display: block; }
  @media (min-width: 992px) {
    .BlogTeaserHome-date {
      padding-bottom: 20px; } }

.BlogTeaserHome-item--first {
  background-color: #2c2a29;
  color: white; }
  .BlogTeaserHome-item--first .BlogTeaserHome-link {
    padding-left: 20px; }
    .BlogTeaserHome-item--first .BlogTeaserHome-link:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 3px;
      height: 12px;
      background-color: #fc4c02; }

.BrandBlocks-block {
  overflow: hidden;
  text-align: center;
  color: white;
  background-color: #333; }
  .BrandBlocks-block canvas {
    width: 100%; }
  .BrandBlocks-block a:hover, .BrandBlocks-block a:focus {
    color: #fff; }
  @media (max-width: 992px) {
    .BrandBlocks-block {
      max-height: 350px; } }

.BrandBlocks-container {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.BrandBlocks-wrapper {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%); }

.BrandBlocks-title > * {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 4px;
  text-transform: uppercase; }
.BrandBlocks-title ul {
  display: none; }

/*//  Link
.BrandBlocks-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.BrandBlocks-picto {
  padding-bottom: 30px;
  	/*#newsletter-1 {
  		transform: matrix(1, 0, 0, 1, -10, 100);
  	}
  
  	#newsletter-2 {
  		transform: matrix(1, 0, 0, 1, -10, -100);
  	}
  
  	#live-1 {
  		transform: matrix(1, 0, 0, 1, 0, -100);
  	}
  
  	#live-2 {
  		transform: matrix(1, 0, 0, 1, 0, 100);
  	}*/ }
  .BrandBlocks-picto svg {
    fill: white;
    transform: scale(0.6); }
    .BrandBlocks-picto svg#newsletter g {
      stroke: #fff;
      fill: #fc4c02;
      stroke-width: 10; }
  .BrandBlocks-picto svg > circle {
    fill: none;
    stroke: #fff;
    stroke-width: 10;
    cx: 50%;
    cy: 50%;
    r: 40;
    stroke-dasharray: 1000 1000;
    stroke-dashoffset: 1000;
    transform-origin: center center;
    transform: rotate(-180deg); }
  .BrandBlocks-picto polygon.run {
    transform: rotate(-25deg) scale(2);
    transform-origin: center; }
  .BrandBlocks-picto #point {
    opacity: 0;
    fill: #fff; }
  .BrandBlocks-picto #digital-d {
    stroke-dasharray: 1000 1000;
    stroke-dashoffset: -1000; }
  .BrandBlocks-picto #digital-1,
  .BrandBlocks-picto #digital-2 {
    opacity: 0; }

.BrandBlocks-content {
  display: none; }
  @media (min-width: 1200px) {
    .BrandBlocks-content {
      font-family: 'proxima_light', Arial, Helvetica, sans-serif;
      z-index: 1;
      position: absolute;
      left: 0;
      transform: translateY(-50%);
      opacity: 0;
      display: block;
      width: 100%;
      padding: 20px;
      font-size: 0.9rem; } }

.BrandBlocks-block--digital {
  background-color: #2c2a29; }

.BrandBlocks-block--newsletter {
  background-color: #fc4c02; }

.BrandBlocks-block--life {
  background-color: #ffbf3f; }

.BrandBlocks-block--webinar {
  background-color: #00aec7; }

/*  ========================================
    # COMPONENTS - Button
    ======================================== */
.Button {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .Button {
      padding: 14px 50px; } }

.Button--btn1 {
  color: #fff;
  background-color: #fc4c02; }
  .Button--btn1:hover, .Button--btn1:focus {
    color: #fff;
    background-color: #2c2a29; }

.Button--btn2 {
  border: 6px solid #2c2a29;
  padding-top: 10px;
  padding-bottom: 10px; }
  .Button--btn2:hover, .Button--btn2:focus {
    color: #fff;
    background-color: #2c2a29; }

.Button--load {
  padding-left: 0; }
  .Button--load:hover, .Button--load:focus {
    color: #fc4c02; }
  .Button--load svg {
    vertical-align: middle;
    margin-right: 15px; }

.orange-hover {
  fill: #2c2a29; }
  .orange-hover:hover, .orange-hover:focus {
    fill: #fc4c02; }

.orange-hover-white-text {
  fill: #ffffff; }
  .orange-hover-white-text:hover, .orange-hover-white-text:focus {
    fill: #fc4c02; }

#captchaimage {
  background-color: #efefef;
  padding: 20px;
  margin: 40px 0 0 0; }

input#captcha {
  width: 75%;
  display: inline-block;
  margin-left: 20px;
  border: 1px solid black;
  background: white;
  font-size: 0.7rem;
  padding: 7px 16px; }
  @media (min-width: 768px) and (max-width: 992px) {
    input#captcha {
      width: 70%; } }
  @media (max-width: 768px) {
    input#captcha {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; } }

label#captcha-error {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0; }

input#captcha::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc; }

input#captcha:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1; }

input#captcha::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1; }

input#captcha:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc; }

input#captcha:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ccc; }

.CardClient {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 62.7%;
  text-align: center;
  background-color: white;
  transition: background 300ms linear; }

.CardClient-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  opacity: 1;
  text-align: center;
  transition: opacity 250ms ease; }
  .CardClient-logo img {
    max-width: 60%;
    max-height: 80%; }
  @media (min-width: 992px) {
    .CardClient-logo img {
      max-width: 150px;
      max-height: 100px; } }

.CardClient-details {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  transform: translateY(-50%);
  opacity: 0;
  text-align: center;
  transition: opacity 250ms ease; }

.CardClient-name {
  font-size: 1rem;
  color: white; }

.CardClient--hover {
  background-color: #2c2a29; }
  .CardClient--hover .CardClient-logo {
    opacity: 0; }
  .CardClient--hover .CardClient-details {
    opacity: 1; }

.CardClient--multi {
  height: 250px; }

.CardImage {
  height: 250px;
  display: table;
  text-align: center;
  margin-bottom: 10px; }

.CardImage-visual {
  display: table-cell;
  vertical-align: middle; }

.CardText {
  display: table;
  height: 250px;
  margin-bottom: 10px;
  background-color: white;
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif; }

.CardText-content {
  padding: 20px;
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .CardText-content {
      padding: 50px; } }

.CardText-legend {
  font-size: 1rem;
  color: #fc4c02;
  line-height: 1;
  display: block; }

.CardText-figure {
  font-size: 2.5rem;
  line-height: 1;
  display: block; }

/*  ========================================
    # COMPONENTS - Edito
    ======================================== */
.Citation {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  background-color: #2c2a29; }
  .Citation img {
    display: none; }
  .Citation p:last-child {
    font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
    font-size: .8rem; }
    .Citation p:last-child span {
      font-family: 'proxima_light', Arial, Helvetica, sans-serif;
      display: block;
      margin-top: 15px;
      font-size: .7rem;
      text-align: right; }

@media (min-width: 1200px) {
  .Citation {
    padding: 46px 46px 46px 25%; }
    .Citation img {
      position: absolute;
      top: 0;
      left: 20px;
      display: block;
      width: inherit;
      font-size: 10rem; }
    .Citation p:last-child {
      font-size: .9rem; }
      .Citation p:last-child span {
        margin-top: 30px;
        font-size: .75rem; } }
@media (min-width: 768px) {
  .Edito .Citation img {
    width: inherit; } }
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.minigrid, #pictosblock {
  display: table;
  width: 100%; }
  .minigrid > *, #pictosblock > * {
    display: inline-block;
    float: left;
    min-height: 1px; }

#pictosblock {
  width: 80%;
  min-height: 300px;
  margin: 100px auto;
  background-color: #2c2a29;
  font-family: arial; }
  #pictosblock > div {
    width: 25%;
    text-align: center;
    padding: 4em 0;
    min-height: 300px;
    position: relative; }
  #pictosblock > div > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2; }
    #pictosblock > div > div:first-child svg {
      margin: 40% 0 0 0;
      position: relative;
      transform: translateY(-50%); }
    #pictosblock > div > div:first-child p {
      margin: 0;
      font-size: .8em;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: .1em; }
      #pictosblock > div > div:first-child p span {
        font-weight: 300; }
  #pictosblock .digital div:first-child {
    background-color: #2c2a29; }
  #pictosblock .newsletter div:first-child {
    background-color: #fc4c02; }
  #pictosblock .live div:first-child {
    background-color: #ffbf3f; }
  #pictosblock .webinars div:first-child {
    background-color: #00aec7; }
  #pictosblock > div > div:last-child {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #333;
    height: 50%; }
    #pictosblock > div > div:last-child a {
      color: #fff;
      position: absolute;
      bottom: 3em;
      right: 0;
      left: 0;
      font-size: 300;
      text-transform: uppercase;
      text-decoration: none; }

#hover #blockDots {
  width: 200px;
  height: 200px;
  background-color: #2c2a29; }
  #hover #blockDots svg.dots {
    position: relative;
    top: 50px;
    left: 50px;
    width: 36px;
    height: 30px; }
    #hover #blockDots svg.dots circle {
      r: 3;
      cy: 50%;
      fill: #fc4c02;
      transform-origin: center center; }
    #hover #blockDots svg.dots circle:nth-child(1) {
      cx: 6; }
    #hover #blockDots svg.dots circle:nth-child(2) {
      cx: 18; }
    #hover #blockDots svg.dots circle:nth-child(3) {
      cx: 30; }
#hover #blockType {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #fc4c02; }
  #hover #blockType p {
    position: relative;
    padding-top: 150px;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 800;
    color: #fff; }
  #hover #blockType > div {
    background-image: url("../img/block-placeholder.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

/*  ========================================
    # COMPONENTS - Colored
    ======================================== */
.Colored {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px;
  color: #fff;
  background-color: #2c2a29; }
  .Colored h3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase; }

.Edito .Colored h3:not([class]) {
  font-size: 1.5rem; }

.Colored--yellow {
  background-color: #ffbf3f; }

.Colored--blue {
  background-color: #00aec7; }

.Columns {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff; }

@media (min-width: 992px) {
  .Columns {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0; } }
.Columns-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: .5em;
  font-size: 2rem;
  transition: font-size 0.3s linear; }

@media (min-width: 992px) {
  .Columns-title {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.5rem; } }
.Columns-intro {
  margin-bottom: 2.5rem;
  font-size: .9rem;
  transition: font-size 0.3s linear; }

@media (min-width: 992px) {
  .Columns-intro {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1rem; } }
.Columns-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2em; }
  .Columns-item:last-child {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .Columns-item {
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 25px; } }
.Columns-subtitle {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: .5em;
  font-size: 1.4rem;
  transition: font-size 0.3s linear; }

@media (min-width: 992px) {
  .Columns-subtitle {
    font-size: 1.7rem; } }
.Columns-text {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: .8rem;
  transition: font-size 0.3s linear; }

@media (min-width: 992px) {
  .Columns-text {
    font-size: .85rem; } }
@media (min-width: 1200px) {
  .Columns-text {
    font-size: .9rem; } }
.Columns--1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.cc_banner-wrapper .cc_container {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  padding: 20px;
  background-color: #fff; }
  @media (min-width: 992px) {
    .cc_banner-wrapper .cc_container {
      padding-right: 260px; } }
  .cc_banner-wrapper .cc_container .cc_btn {
    display: inline-block;
    max-width: none;
    width: inherit;
    padding: 10px 20px;
    color: #fff;
    background-color: #fc4c02;
    border-radius: 0; }
    .cc_banner-wrapper .cc_container .cc_btn:hover, .cc_banner-wrapper .cc_container .cc_btn:focus {
      color: #2c2a29; }
  .cc_banner-wrapper .cc_container .cc_message {
    color: #222; }
  .cc_banner-wrapper .cc_container .cc_more_info {
    color: #fc4c02; }
    .cc_banner-wrapper .cc_container .cc_more_info:hover, .cc_banner-wrapper .cc_container .cc_more_info:focus {
      color: #2c2a29; }

.Contact label {
  margin-bottom: 20px;
  color: #fc4c02; }
.Contact input {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 1px solid #2c2a29;
  font-size: .9rem;
  background-color: transparent; }
  .Contact input.error {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .Contact input {
      font-size: 1rem; } }
.Contact textarea {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #2c2a29;
  font-size: .9rem;
  background-color: transparent; }
  @media (min-width: 992px) {
    .Contact textarea {
      height: 330px;
      margin-top: 64px;
      margin-bottom: 20px;
      font-size: 1rem; } }
.Contact input[type="submit"] {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  display: block;
  border: none;
  padding: 0;
  font-size: 1.5rem;
  text-align: left;
  background: transparent; }
  .Contact input[type="submit"]:hover, .Contact input[type="submit"]:focus {
    color: #fc4c02; }
  @media (min-width: 992px) {
    .Contact input[type="submit"] {
      font-size: 2.5rem; } }
.Contact ::-webkit-input-placeholder {
  color: #2c2a29; }
.Contact :-moz-placeholder {
  /* Firefox 18- */
  color: #2c2a29; }
.Contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2a29; }
.Contact :-ms-input-placeholder {
  color: #2c2a29; }

.Contact-form {
  padding: 1em; }
  .Contact-form label {
    width: 100%;
    font-family: 'proxima_light'; }
  .Contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px; }
  .Contact-form input:focus, .Contact-form textarea:focus {
    outline: none; }
  .Contact-form textarea {
    width: 100%;
    margin-top: 20px; }
  .Contact-form input[type="submit"] {
    color: #2c2a29;
    font-size: 2rem;
    font-family: 'proxima_bold';
    background: none;
    border: none; }
    @media (min-width: 768px) {
      .Contact-form input[type="submit"] {
        text-align: left; } }
  .Contact-form i {
    font-size: 12em; }
    @media (max-width: 1200px) {
      .Contact-form i {
        font-size: 9em; } }
  .Contact-form p {
    font-size: 2em;
    margin-top: 15px;
    color: #fc4c02; }

.num-tel {
  font-size: 2em;
  margin-top: 15px;
  color: #fc4c02; }

.ContactBlock {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  padding: 30px 10px;
  text-align: center; }
  @media (min-width: 992px) {
    .ContactBlock {
      padding: 45px 20px 60px; } }

.ContactBlock-text {
  margin-top: 30px;
  font-size: .9rem; }
  @media (min-width: 992px) {
    .ContactBlock-text {
      font-size: 1rem; } }

.ContactBlock-phone {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin: 10px 0;
  font-size: 1.7rem;
  line-height: 1;
  color: #fc4c02; }
  @media (min-width: 992px) {
    .ContactBlock-phone {
      font-size: 2.5rem; } }

.ContactBlock-opening {
  font-size: 0.7rem; }

.ContactChat {
  position: relative;
  display: table;
  max-width: 400px;
  width: 100%;
  height: 395px;
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/bg-chat.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.ContactChat-container {
  display: table-cell;
  vertical-align: middle; }

.ContactChat-status {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #858584;
  letter-spacing: 2px;
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 0.6rem;
  padding-bottom: 5px; }
  .ContactChat-status svg {
    margin-left: 10px; }

.ContactChat-statusText {
  position: relative;
  top: -2px; }

.ContactChat-title {
  font-size: 0.9rem;
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px; }

.ContactChat-status--online svg {
  fill: #8ec549; }

.ContactChat-status--offline svg {
  fill: red; }

.cta-banner {
  display: flex;
  justify-content: center;
  background-color: #2c2a29;
  color: white;
  margin: auto; }

.cta-banner-inner {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 50px; }

.cta-banner-item {
  display: flex;
  justify-content: center;
  margin: auto; }

.cta-banner-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  transition: font-size 0.3s linear;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .cta-banner-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .cta-banner-title {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

/*  ========================================
    # COMPONENTS - Edito
    ======================================== */
.Edito {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .Edito .row {
    margin-left: -20px;
    margin-right: -20px; }
  .Edito .col-xs-1, .Edito .col-sm-1, .Edito .col-md-1, .Edito .col-lg-1, .Edito .col-xs-2, .Edito .col-sm-2, .Edito .col-md-2, .Edito .col-lg-2, .Edito .col-xs-3, .Edito .col-sm-3, .Edito .col-md-3, .Edito .col-lg-3, .Edito .col-xs-4, .Edito .col-sm-4, .Edito .col-md-4, .Edito .col-lg-4, .Edito .col-xs-5, .Edito .col-sm-5, .Edito .col-md-5, .Edito .col-lg-5, .Edito .col-xs-6, .Edito .col-sm-6, .Edito .col-md-6, .Edito .col-lg-6, .Edito .col-xs-7, .Edito .col-sm-7, .Edito .col-md-7, .Edito .col-lg-7, .Edito .col-xs-8, .Edito .col-sm-8, .Edito .col-md-8, .Edito .col-lg-8, .Edito .col-xs-9, .Edito .col-sm-9, .Edito .col-md-9, .Edito .col-lg-9, .Edito .col-xs-10, .Edito .col-sm-10, .Edito .col-md-10, .Edito .col-lg-10, .Edito .col-xs-11, .Edito .col-sm-11, .Edito .col-md-11, .Edito .col-lg-11, .Edito .col-xs-12, .Edito .col-sm-12, .Edito .col-md-12, .Edito .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px; }

.Edito {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: .8rem;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .Edito {
      font-size: .85rem; } }
  @media (min-width: 1200px) {
    .Edito {
      font-size: .9rem; } }
  .Edito h2:not([class]), .Edito h3:not([class]), .Edito h4:not([class]) {
    line-height: 1.2; }
  .Edito h2:not([class]) {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif; }
  .Edito h3:not([class]) {
    font-family: 'proxima_regular', Arial, Helvetica, sans-serif; }
  .Edito h2:not([class]) {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    transition: font-size 0.3s linear; }
    @media (min-width: 768px) {
      .Edito h2:not([class]) {
        font-size: 1.8rem; } }
    @media (min-width: 1200px) {
      .Edito h2:not([class]) {
        font-size: 2rem; } }
  .Edito h3:not([class]) {
    margin-top: .8em;
    margin-bottom: .5em;
    font-size: 1.3rem;
    transition: font-size 0.3s linear; }
    @media (min-width: 768px) {
      .Edito h3:not([class]) {
        font-size: 1.6rem; } }
    @media (min-width: 1200px) {
      .Edito h3:not([class]) {
        font-size: 1.8rem; } }
  .Edito h4:not([class]) {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 1.2rem;
    transition: font-size 0.3s linear; }
    @media (min-width: 768px) {
      .Edito h4:not([class]) {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .Edito h4:not([class]) {
        font-size: 1.7rem; } }
  .Edito p {
    margin-top: 2em;
    margin-bottom: 1em; }
  .Edito b {
    font-family: 'proxima_regular', Arial, Helvetica, sans-serif; }
  .Edito strong {
    font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
    color: #fc4c02; }
  .Edito a:not([class]) {
    text-decoration: underline; }
  .Edito ul, .Edito ol {
    margin-bottom: .5em;
    margin-top: .5em;
    padding-left: 25px;
    color: #fc4c02;
    list-style-position: outside; }
    .Edito ul span, .Edito ol span {
      padding-left: 10px;
      color: #2c2a29; }
  .Edito ol:not([class]) {
    list-style-type: decimal; }
  .Edito ul:not([class]) {
    list-style-type: none; }
    .Edito ul:not([class]) li {
      position: relative; }
      .Edito ul:not([class]) li:before {
        content: "";
        position: absolute;
        top: 12px;
        left: -20px;
        transform: translateY(-50%);
        display: block;
        width: 8px;
        height: 8px;
        border: 2px solid #fc4c02;
        border-radius: 50%; }
  .Edito hr {
    border-top: 1px solid #2c2a29; }

.Edito-intro {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 2em;
  margin-top: 3em;
  font-size: .9rem;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .Edito-intro {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .Edito-intro {
      font-size: 1.2rem; } }

.Edito-links div {
  display: none; }
.Edito-links ul:not([class]) {
  padding-left: 0; }
  .Edito-links ul:not([class]) li {
    border-bottom: 1px solid #2c2a29;
    padding-left: 10px;
    padding-right: 10px;
    color: #2c2a29; }
    .Edito-links ul:not([class]) li:before {
      display: none; }
    .Edito-links ul:not([class]) li a {
      display: block;
      height: 40px;
      border-bottom: none;
      line-height: 39px; }

@media (min-width: 768px) {
  .Edito-links {
    display: table;
    table-layout: auto;
    width: 100%; }
    .Edito-links div, .Edito-links ul {
      vertical-align: top;
      display: table-cell; }
    .Edito-links p {
      position: relative;
      display: inline-block;
      font-size: 0;
      background-color: #fc4c02; }
      .Edito-links p:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 100%;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 0 10px;
        border-color: transparent transparent transparent #fc4c02; }
      .Edito-links p svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -13px;
        fill: #fff; }
    .Edito-links ul:not([class]) {
      padding-left: 25px; }
      .Edito-links ul:not([class]) li {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0; }
        .Edito-links ul:not([class]) li a {
          height: 60px;
          line-height: 59px; } }
.Edito-copyright {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  font-size: .6rem;
  text-align: right; }

.BigBlockTeaser-content .Edito-intro {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 0.9rem; }

/*  ========================================
    # COMPONENTS - Footer
    ======================================== */
.Footer {
  display: flex;
  flex-direction: column; }

.Footer-top {
  color: #fff;
  background-color: #2c2a29; }

.Footer-nav {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: .8;
  text-align: left; }

.Footer-logo {
  float: left;
  font-size: 0;
  width: 50px;
  margin-right: 1rem;
  margin-left: 1rem; }

.Footer-menu {
  display: inline-block;
  height: 50px;
  margin-left: 10px;
  line-height: 50px; }

.social-footer {
  display: flex;
  height: 50px;
  float: right;
  flex-direction: row;
  align-self: flex-end; }

.social-footer-item {
  display: flex;
  width: 4rem;
  align-items: center;
  font-size: .9rem; }

.Footer-menuItem {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  float: left;
  margin-right: 20px;
  font-size: .8rem; }
  .Footer-menuItem:last-child {
    margin-right: 0; }
  .Footer-menuItem a {
    display: inline-block; }
  @media (min-width: 992px) {
    .Footer-menuItem {
      font-size: .9rem; } }

.Footer-social {
  text-align: right; }
  .Footer-social > * {
    vertical-align: middle;
    display: inline-block; }
  @media (max-width: 1200px) {
    .Footer-social {
      padding-bottom: 20px; } }

.Footer-follow {
  margin-right: 20px;
  font-size: .9rem; }
  @media (max-width: 1200px) {
    .Footer-follow {
      display: none; } }

.Footer-socialList {
  font-size: 0; }
  .Footer-socialList > * {
    font-size: .9rem; }
  @media (max-width: 1200px) {
    .Footer-socialList {
      width: 100%; } }

.Footer-socialItem {
  vertical-align: top;
  display: inline-block;
  width: 50%; }
  .Footer-socialItem a {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  .Footer-socialItem:nth-child(1) {
    background-color: #413F3E; }
  .Footer-socialItem:nth-child(2) {
    background-color: #363433; }
  .Footer-socialItem:nth-child(3) {
    background-color: #363433; }
  .Footer-socialItem:nth-child(4) {
    background-color: #413F3E; }

@media (min-width: 768px) {
  .Footer-socialItem {
    width: 25%; }
    .Footer-socialItem:nth-child(3) {
      background-color: #413F3E; }
    .Footer-socialItem:nth-child(4) {
      background-color: #363433; } }
@media (max-width: 1200px) {
  .Footer-socialItem a {
    display: none; }
  .Footer-socialItem a:first-child {
    display: block; } }
.Footer-socialItem {
  width: auto;
  /*        a:nth-child(1) { transform: rotateX(0deg) translateZ(50px); }
          a:nth-child(2) { transform: rotateX(-90deg) translateZ(50px); }
          a:nth-child(3) { transform: rotateX(-180deg) translateZ(50px); }
          a:nth-child(4) { transform: rotateX(-270deg) translateZ(50px); }*/ }
  .Footer-socialItem > div {
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d; }
  .Footer-socialItem a {
    position: absolute;
    width: 100px; }
  .Footer-socialItem svg {
    color: #6b6969; }
  .Footer-socialItem a:nth-child(2n+1) svg {
    color: #fff; }
  .Footer-socialItem:nth-child(even) a:nth-child(even) {
    background-color: #413F3E; }
  .Footer-socialItem:nth-child(even) a:nth-child(odd) {
    background-color: #363433; }
  .Footer-socialItem:nth-child(odd) a:nth-child(even) {
    background-color: #363433; }
  .Footer-socialItem:nth-child(odd) a:nth-child(odd) {
    background-color: #413F3E; }
  .Footer-socialItem:nth-child(1) a:nth-child(3) {
    background-color: #55ACEE; }
  .Footer-socialItem:nth-child(2) a:nth-child(3) {
    background-color: #3C5899; }
  .Footer-socialItem:nth-child(3) a:nth-child(3) {
    background-color: #0177B5; }
  .Footer-socialItem:nth-child(4) a:nth-child(3) {
    background-color: #125688; }

.Footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff; }

.Footer-extras {
  vertical-align: middle;
  display: inline-block;
  text-align: center; }
  @media (max-width: 992px) {
    .Footer-extras {
      width: 100%;
      margin-bottom: 10px; } }

.Footer-extra {
  display: inline-block; }
  @media (max-width: 992px) {
    .Footer-extra a {
      display: block;
      padding: 10px; } }
  @media (min-width: 992px) {
    .Footer-extra {
      float: left; }
      .Footer-extra a {
        display: inline-block;
        padding: 10px; }
      .Footer-extra:first-child a {
        padding-left: 0; } }

.Footer-copyright {
  text-align: center; }
  @media (max-width: 992px) {
    .Footer-copyright a {
      display: block;
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media (min-width: 992px) {
    .Footer-copyright {
      text-align: center; } }

.Footer-legal {
  display: inline-block;
  padding: 10px 0 10px 10px; }

.Footer-social.footerEffect li.Footer-socialItem a:nth-child(1) {
  transform: rotateX(0deg) translateZ(50px); }
.Footer-social.footerEffect li.Footer-socialItem a:nth-child(2) {
  transform: rotateX(-90deg) translateZ(50px); }
.Footer-social.footerEffect li.Footer-socialItem a:nth-child(3) {
  transform: rotateX(-180deg) translateZ(50px); }
.Footer-social.footerEffect li.Footer-socialItem a:nth-child(4) {
  transform: rotateX(-270deg) translateZ(50px); }

.Footer-social.footerEffectIe li.Footer-socialItem div {
  overflow: hidden; }
.Footer-social.footerEffectIe li.Footer-socialItem a {
  transition: opacity .5s ease-out; }
  .Footer-social.footerEffectIe li.Footer-socialItem a:not(:first-child) {
    opacity: 0; }
.Footer-social.footerEffectIe li.Footer-socialItem:hover a:nth-child(3) {
  opacity: 1; }

.footer-master {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  color: #fff;
  background-color: #2c2a29;
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase; }

.f-logo {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: 1rem; }
  @media (max-width: 480px) {
    .f-logo {
      align-items: center;
      flex: 1 100%; } }
  @media (max-width: 768px) {
    .f-logo {
      margin-top: 1em; } }

.f-menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center; }

.f-menu-item {
  text-align: center;
  margin: 1em; }

.f-social-menu {
  display: flex;
  justify-content: space-around;
  flex-flow: column wrap;
  margin-left: auto; }
  @media (max-width: 992px) {
    .f-social-menu {
      margin: 0 auto; } }

.f-social-menu-inner {
  display: flex;
  flex-flow: row;
  justify-content: flex-end; }
  @media (max-width: 992px) {
    .f-social-menu-inner {
      justify-content: center; } }

.f-social-container {
  display: flex;
  margin: 1.8rem;
  align-items: center; }
  @media (max-width: 992px) {
    .f-social-container {
      margin: 2em; } }

.copyright {
  background: #fff;
  color: #FC4C02;
  display: flex; }
  .copyright .container {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75rem; }
  .copyright .handcrafted, .copyright .legal {
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 50%;
    float: left;
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    padding: .625rem auto;
    color: #232323;
    font-size: .75rem; }
  .copyright .legal {
    text-align: right; }
  .copyright i {
    color: #FC4C02;
    font-size: .9375rem; }

.FooterList {
  background-color: white; }

.FooterList-elements {
  margin-bottom: 40px;
  padding-top: 60px;
  background-image: url("../images/list-pic.png");
  background-repeat: no-repeat; }
  @media (min-width: 480px) {
    .FooterList-elements {
      padding-left: 90px;
      padding-top: 20px; } }

.FooterList-element {
  max-width: 500px;
  border-bottom: 1px solid #2c2a29;
  font-size: .8rem; }
  .FooterList-element a {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px; }
  @media (min-width: 992px) {
    .FooterList-element {
      max-width: 300px;
      font-size: 0.9rem; } }

.FooterList-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .FooterList-title {
      margin-bottom: 30px;
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .FooterList-title {
      margin-bottom: 40px;
      font-size: 2.5rem; } }

.FooterList-subBlock {
  margin-bottom: 15px;
  font-size: .8rem; }
  @media (min-width: 992px) {
    .FooterList-subBlock {
      margin-bottom: 30px;
      font-size: .9rem; } }

.FooterList-content {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif; }

.FooterList-button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.9rem;
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  color: white;
  background-color: #fc4c02;
  margin-top: 30px; }
  .FooterList-button:hover {
    color: white; }
  @media (max-width: 767px) {
    .FooterList-button {
      width: 100%;
      text-align: center;
      font-size: .8rem; } }

.FooterProject {
  min-height: 200px;
  background-image: url("../images/bg-footercontact.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 992px) {
  .FooterProject-side {
    text-align: center; } }
@media (min-width: 992px) {
  .FooterProject-side {
    display: inline-block; } }

.FooterProject-sideContainer {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 992px) {
    .FooterProject-sideContainer {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .FooterProject-sideContainer {
      padding-top: 50px;
      padding-bottom: 50px; } }

.FooterProject-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1; }
  @media (min-width: 992px) {
    .FooterProject-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .FooterProject-title {
      font-size: 2.5rem; } }

.FooterProject-text {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1; }
  @media (min-width: 992px) {
    .FooterProject-text {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .FooterProject-text {
      font-size: 1.5rem; } }

.FooterProject-line {
  display: block;
  text-align: center; }

.FooterProject-side--introduction {
  color: white; }
  .FooterProject-side--introduction .FooterProject-sideContainer {
    padding-top: 35px; }
    @media (min-width: 992px) {
      .FooterProject-side--introduction .FooterProject-sideContainer {
        padding-top: 64px; } }

@media (max-width: 992px) {
  .FooterProject-side--contact .FooterProject-sideContainer {
    padding-top: 0px; } }
@media (min-width: 992px) {
  .FooterProject-side--contact {
    float: right; } }

.FooterProject-line--black {
  background-color: #2c2a29;
  color: white;
  font-size: 1.4rem; }
  @media (max-width: 992px) {
    .FooterProject-line--black {
      font-size: 1.6rem; } }
  @media (min-width: 992px) {
    .FooterProject-line--black {
      padding: 5px 20px 5px 40px; } }
  @media (min-width: 1200px) {
    .FooterProject-line--black {
      font-size: 1.85rem; } }

.FooterProject-line--white {
  background-color: white;
  color: #2c2a29;
  font-size: .8rem;
  text-transform: uppercase;
  position: relative; }
  .FooterProject-line--white svg {
    display: none;
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 992px) {
    .FooterProject-line--white {
      font-size: .9rem; }
      .FooterProject-line--white svg {
        display: block; } }
  @media (min-width: 992px) {
    .FooterProject-line--white {
      padding: 15px 20px 15px 40px; } }

.FooterProject-map {
  background-size: 1300px;
  background-position-y: -425px;
  height: 200px;
  background-image: url("../images/IMG_2308.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1200px) {
    .FooterProject-map {
      background-position-y: -225px;
      background-size: 1000px; } }

.FooterProject-map .Wrapper--closed {
  background-color: rgba(238, 238, 238, 0.5);
  width: 100%;
  height: 100%; }

.FooterProject-map .FooterProject-sideContainer {
  color: black; }

.FourContentImg {
  display: none; }
  @media (min-width: 768px) {
    .FourContentImg {
      display: block; }
      .FourContentImg a {
        display: block; } }

.FiveContentImg-flex-container {
  display: flex;
  flex-flow: row nowrap; }

.FiveContentImg-flex-item {
  flex-basis: 20%; }

.FourContentImg-item {
  position: relative;
  overflow: hidden;
  height: 345px;
  padding: 20px;
  background-color: #2c2a29; }
  @media (max-width: 992px) {
    .FourContentImg-item {
      height: 140px; } }
  @media (min-width: 1200px) {
    .FourContentImg-item {
      padding: 50px; } }
  .FourContentImg-item h3 {
    text-align: center; }

.FourContentImg-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.FourContentImg-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  z-index: 10;
  position: relative;
  font-size: .8rem;
  line-height: 1;
  text-transform: uppercase;
  color: white; }
  @media (max-width: 768px) {
    .FourContentImg-title {
      position: absolute;
      top: 50%;
      display: block;
      left: 20px;
      right: 20px;
      transform: translateY(-50%);
      text-align: center; } }
  @media (min-width: 768px) {
    .FourContentImg-title {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .FourContentImg-title {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .FourContentImg-title {
      font-size: 1.5rem; } }

.FourContentImg-link {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff; }
  @media (max-width: 768px) {
    .FourContentImg-link {
      display: none; } }
  @media (min-width: 1200px) {
    .FourContentImg-link {
      bottom: 50px;
      right: 50px; } }

.FourContentImg-bg-mg {
  background-image: url("../images/fourcontent_bg_magento.jpg"); }

.FourContentImg-bg-dp {
  background-image: url("../images/fourcontent_bg_drupal.jpg"); }

.FourContentImg-bg-sf {
  background-image: url("../images/fourcontent_bg_symfony.jpg"); }

.FourContentImg-bg-ez {
  background-image: url("../images/fourcontent_bg_ezpublish.jpg"); }

.FourContentImg-bg-mg,
.FourContentImg-bg-dp,
.FourContentImg-bg-sf,
.FourContentImg-bg-ez {
  transition-duration: .8s;
  transition-property: all;
  transition-timing-function: ease;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center; }

.FourContentImg-bg-mg:hover,
.FourContentImg-bg-dp:hover,
.FourContentImg-bg-sf:hover,
.FourContentImg-bg-ez:hover {
  opacity: .4;
  transform: scale(1.08); }

.FourContentLogos {
  background: white;
  text-align: center; }

.FourContentLogos-item {
  padding: 30px; }
  @media (min-width: 1200px) {
    .FourContentLogos-item {
      padding: 50px 10px 150px; } }

.FourContentLogos-title {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 5px;
  text-transform: uppercase; }
  .FourContentLogos-title strong {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .FourContentLogos-title {
      margin-bottom: 30px; } }

.FourContentLogos-img {
  line-height: 100px;
  height: auto; }
  @media (max-width: 768px) {
    .FourContentLogos-img img {
      max-width: 100px; } }
  .FourContentLogos-img img {
    max-height: 80px;
    display: block;
    margin: 20px auto; }

.FourContentPictos {
  background-color: #2c2a29;
  color: white; }
  @media (min-width: 768px) and (max-width: 992px) {
    .FourContentPictos {
      font-size: 0; }
      .FourContentPictos > * {
        font-size: .9rem; } }

.FourContentPictos-white {
  background-color: white;
  color: #2c2a29; }
  @media (min-width: 768px) and (max-width: 992px) {
    .FourContentPictos-white {
      font-size: 0; }
      .FourContentPictos-white > * {
        font-size: .9rem; } }

.FourContentPictos-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center; }
  @media (max-width: 768px) {
    .FourContentPictos-item {
      min-height: 70px; } }
  @media (min-width: 768px) {
    .FourContentPictos-item {
      border-bottom: none; } }

@media (min-width: 768px) and (max-width: 992px) {
  .only-three-items .FourContentPictos-item {
    width: 100%; } }
@media (min-width: 768px) {
  .only-three-items .FourContentPictos-item {
    padding: 40px 0 40px;
    border-bottom: none;
    text-align: center; } }

.FourContentPictos-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  width: 50px; }
  @media (max-width: 768px) {
    .FourContentPictos-img {
      display: none;
      left: 10px;
      width: 25px; } }
  @media (min-width: 768px) {
    .FourContentPictos-img {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      display: inline-block;
      height: 80px;
      margin-bottom: 60px; } }

.ThreeContentPictos-svg-container {
  margin-bottom: 60px; }

.FourContentPictos-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-image: url("../images/border_bottom_small.jpg");
  background-repeat: no-repeat;
  background-position: left bottom; }
  @media (min-width: 768px) {
    .FourContentPictos-title {
      background-position: center bottom; } }

.FourContentPictos-content > * {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem; }
  @media (max-width: 1200px) {
    .FourContentPictos-content > * {
      font-size: 0.8rem; } }

.FourContentPictos-img i {
  font-size: 8em; }
  @media (max-width: 992px) {
    .FourContentPictos-img i {
      font-size: 5em; } }
  @media (max-width: 480px) {
    .FourContentPictos-img i {
      font-size: 4em; } }

.FourContentPictos-content.larger-box > * {
  max-width: 375px; }

.FourContentPictos-content.larger-box h2 {
  padding: 0px 44px 20px 44px; }
  @media (max-width: 1200px) {
    .FourContentPictos-content.larger-box h2 {
      font-size: 0.8rem;
      padding: 0px 51px 20px 51px; } }
  @media (max-width: 1057px) {
    .FourContentPictos-content.larger-box h2 {
      font-size: 0.7rem;
      padding: 0px 47px 20px 47px; } }

.FourContentPictos-content h2 {
  color: #fff;
  font-weight: bold; }

.HeadingOutside {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif; }

.HeadingOutside--big {
  font-size: 1.5rem;
  margin: 20px 0 50px;
  text-align: center;
  line-height: 1;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .HeadingOutside--big {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .HeadingOutside--big {
      margin: 40px 0 100px;
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .HeadingOutside--big {
      font-size: 4rem; } }

.HeadingOutside--medium {
  font-size: 1rem;
  text-align: center;
  margin: 30px 0;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .HeadingOutside--medium {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .HeadingOutside--medium {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .HeadingOutside--medium {
      font-size: 2.5rem; } }

.HeadingBlock {
  padding: 20px;
  text-align: center;
  background-color: white; }
  @media (min-width: 992px) {
    .HeadingBlock {
      padding: 30px; } }
  @media (min-width: 992px) {
    .HeadingBlock {
      padding: 40px 50px 30px 50px; } }
  @media (min-width: 1200px) {
    .HeadingBlock {
      padding: 70px 100px 60px 100px; } }
  .HeadingBlock > * {
    margin: 0 auto; }

.HeadingBlock-tagline {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #fc4c02;
  background: url("../images/headingblock_border_bottom.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }

.HeadingBlock-container {
  max-width: 800px; }

.HeadingBlock-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  font-size: 1.5rem;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .HeadingBlock-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .HeadingBlock-title {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

.HeadingBlock-intro {
  font-size: 0.9rem;
  line-height: 1.5; }
  .HeadingBlock-intro--light {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    padding: 0 50px;
    font-size: 1rem; }
    .HeadingBlock-intro--light p {
      padding-top: 20px; }

.HeadingBlock--dark {
  padding: 0px;
  background-color: #2c2a29;
  color: white; }

.banner-strip {
  display: flex;
  justify-content: center;
  background-color: red;
  color: white; }

.HeadingHome {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .HeadingHome {
      margin-bottom: 35px; } }

.HeadingHome-text {
  vertical-align: top;
  display: table-cell;
  line-height: 0; }
  .HeadingHome-text > * {
    display: block; }

.HeadingHome-smallLine {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 0.8;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .HeadingHome-smallLine {
      line-height: 0.5; } }

.HeadingHome-bigLine {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .HeadingHome-bigLine {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .HeadingHome-bigLine {
      font-size: 4rem; } }

.HeadingHome-link {
  vertical-align: middle;
  display: table-cell;
  text-align: right; }

.HeadingHome-plus {
  display: inline-block; }
  .HeadingHome-plus svg {
    fill: #fc4c02; }
  .HeadingHome-plus:hover svg, .HeadingHome-plus:focus svg {
    fill: #2c2a29; }
  @media (max-width: 768px) {
    .HeadingHome-plus svg {
      width: 40px;
      height: 40px; } }

.HeroInner {
  position: relative;
  overflow: hidden;
  font-size: 0;
  background-color: #2c2a29; }
  .HeroInner canvas {
    width: 100%; }
  .HeroInner > * {
    font-size: .8rem; }

.HeroInner-cover {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  .HeroInner-cover canvas {
    width: 100%; }

.HeroInner-img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  .HeroInner-img canvas {
    width: 100%; }

.HeroInner-content {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .HeroInner-content {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 1200px) {
  .HeroInner-content {
    padding-left: 60px;
    padding-right: 60px; } }
.HeroInner-logo {
  z-index: 20;
  display: none; }

@media (min-width: 768px) {
  .HeroInner-logo {
    display: block;
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .HeroInner-logo {
    margin-bottom: 40px; } }
.HeroInner-title {
  z-index: 20;
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  position: relative;
  color: white;
  font-size: 2.5rem;
  line-height: 0.9;
  text-transform: uppercase;
  transition: font-size 0.3s linear; }
  @media (max-width: 480px) {
    .HeroInner-title {
      font-size: 1.2rem; } }
  @media (min-width: 768px) {
    .HeroInner-title {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    .HeroInner-title {
      font-size: 4rem; } }

.HeroInner-text {
  display: none; }

@media (min-width: 768px) {
  .HeroInner-text {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.2rem;
    color: #fff; } }
@media (min-width: 992px) {
  .HeroInner-text {
    font-size: 1.5rem; } }
.HeroInner-scroll {
  z-index: 20;
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: none; }
  .HeroInner-scroll svg {
    fill: white;
    transform: rotate(90deg); }

@media (min-width: 992px) {
  .HeroInner-scroll {
    display: block; }
    .HeroInner-scroll svg {
      fill: white;
      width: 30px;
      height: 30px; } }
@media (min-width: 1200px) {
  .HeroInner-scroll {
    left: 60px;
    bottom: 40px; }
    .HeroInner-scroll svg {
      fill: white;
      width: 55px;
      height: 55px; } }
.HeroInner--blur {
  overflow: hidden; }
  .HeroInner--blur .HeroInner-img {
    opacity: .45;
    filter: blur(2px);
    width: calc(100% + 10px);
    margin: -5px; }

@media (max-width: 1200px) {
  .Homepage-header {
    background-color: #fff; } }
.Homepage-header .HeroInner-content {
  text-align: center;
  width: 100%; }
  .Homepage-header .HeroInner-content .HeroInner-title {
    margin-bottom: 30px; }
    @media (min-width: 1640px) {
      .Homepage-header .HeroInner-content .HeroInner-title {
        font-size: 3.6rem; } }
    @media (max-width: 1640px) {
      .Homepage-header .HeroInner-content .HeroInner-title {
        font-size: 3.5rem; } }
    @media (max-width: 1200px) {
      .Homepage-header .HeroInner-content .HeroInner-title {
        font-size: 2.0rem;
        margin: 0 0 20px 0; } }
    @media (max-width: 992px) {
      .Homepage-header .HeroInner-content .HeroInner-title {
        font-size: 1.7rem;
        margin: 5px 0 5px 0; } }
    @media (max-width: 480px) {
      .Homepage-header .HeroInner-content .HeroInner-title {
        font-size: 1.2rem; } }
  .Homepage-header .HeroInner-content .HeroInner-text {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .Homepage-header .HeroInner-content .HeroInner-text {
        font-size: 1.2rem; } }
    @media (max-width: 992px) {
      .Homepage-header .HeroInner-content .HeroInner-text {
        width: 100%; } }
.Homepage-header .FooterProject-line {
  width: 220px;
  margin: 50px auto 0 auto; }
  .Homepage-header .FooterProject-line svg {
    fill: #fc4c02; }
  @media (max-width: 1200px) {
    .Homepage-header .FooterProject-line {
      margin: 30px auto 15px auto;
      padding: 5px 20px 5px 40px; } }
  @media (max-width: 992px) {
    .Homepage-header .FooterProject-line {
      margin: 5px auto 0px auto;
      padding: 5px 5px 5px 5px; } }

.six-icons i {
  font-size: 6em;
  margin-bottom: 40px; }
.six-icons h3,
.six-icons h2 {
  color: #2c2a29;
  font-weight: bold; }

.Homepage-intro {
  padding: 0px; }
  .Homepage-intro .FourContentPictos-item {
    padding-bottom: 50px;
    padding-left: 0px; }
    @media (max-width: 992px) and (min-width: 768px) {
      .Homepage-intro .FourContentPictos-item {
        float: left; } }
  .Homepage-intro .six-icons {
    text-align: center; }

@media (max-width: 992px) {
  .homepage-main-block .TwoSidesImg-side img {
    display: none; } }
.homepage-main-block .TwoSidesImg-side--image {
  background-position-x: 0; }
  .homepage-main-block .TwoSidesImg-side--image canvas {
    height: 100%; }
.homepage-main-block .balnea-pos {
  background-position: 50%; }
.homepage-main-block .client-name {
  color: #fc4c02;
  padding: 20px 0px;
  font-size: 1.6em;
  display: inline-block; }
.homepage-main-block .blackfilter {
  background-color: black;
  opacity: 0.3; }
.homepage-main-block .economist-bg {
  background-color: #ff0000; }
.homepage-main-block svg {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 2; }
.homepage-main-block .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto; }

.fourblocksalign {
  border: 1px solid #000; }

.fourblocksalign {
  margin: 0 15px; }
  .fourblocksalign .col-md-3 {
    border-left: 1px solid black;
    height: 205px;
    padding: 0; }
    @media (max-width: 992px) {
      .fourblocksalign .col-md-3 {
        border-top: 1px solid black; } }
    .fourblocksalign .col-md-3 div {
      padding: 23px 0 14px 0;
      margin: 0 auto;
      width: 210px; }
      .fourblocksalign .col-md-3 div span {
        color: #fc4c02;
        margin-bottom: 20px;
        display: block; }
      .fourblocksalign .col-md-3 div p {
        padding-bottom: 30px; }
  .fourblocksalign i {
    font-size: 0.5em;
    color: #fc4c02;
    padding: 0 2px; }

.dark-first-block {
  border: none;
  background-color: #2c2a29; }
  .dark-first-block div {
    margin: 0 auto;
    width: 210px;
    color: #fff;
    padding: 40px 0 10px 0 !important;
    font-size: 1.5em; }
    .dark-first-block div h3 {
      font-size: 2.3rem; }
    .dark-first-block div a {
      border-left: 2px #fc4c02 solid;
      padding-left: 15px;
      font-size: 0.8em; }
    .dark-first-block div p {
      font-family: 'proxima_light';
      padding-bottom: 60px; }

.Hire-img {
  display: none;
  background-image: no-repeat;
  background-position: 50%;
  background-size: cover; }
  .Hire-img canvas {
    width: 100%; }

.IntroHome {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2c2a29; }
  .IntroHome canvas {
    width: 100%; }
    @media (max-width: 767px) {
      .IntroHome canvas {
        height: 300px; } }

.IntroHome-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.IntroHome-content {
  position: relative;
  vertical-align: middle;
  height: 100%;
  padding: 30px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.IntroHome-text {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  text-align: center;
  color: #FFF; }

.IntroHome-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .IntroHome-title {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .IntroHome-title {
      font-size: 3.5rem; } }

.IntroHome-tagline {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .IntroHome-tagline {
      font-size: 1.5rem; } }

.IntroHome-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .65;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.IntroHome--baseline {
  background-color: transparent;
  color: #2c2a29 !important; }
  .IntroHome--baseline .IntroHome-text {
    color: #2c2a29 !important; }
  .IntroHome--baseline .IntroHome-title {
    color: #2c2a29 !important; }

.IntroCentered {
  padding: 20px;
  background-color: white; }
  @media (min-width: 992px) {
    .IntroCentered {
      padding: 50px; } }
  @media (min-width: 1200px) {
    .IntroCentered {
      padding: 0 100px 80px; } }

.IntroCentered-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.IntroCentered-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 40px;
  line-height: 1; }
  @media (min-width: 992px) {
    .IntroCentered-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .IntroCentered-title {
      font-size: 3rem; } }

.IntroCentered-content {
  font-size: .9rem;
  line-height: 1.6; }
  @media (min-width: 992px) {
    .IntroCentered-content {
      font-size: 1rem; } }

.KeyPoints {
  background-color: #2c2a29;
  color: white; }
  @media (min-width: 992px) {
    .KeyPoints {
      display: flex; } }

@media (min-width: 992px) {
  .KeyPoints-side {
    height: 500px;
    width: 50%; } }

@media (min-width: 992px) {
  .KeyPoints-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

.KeyPoints-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1; }
  @media (min-width: 992px) {
    .KeyPoints-title {
      margin-bottom: 40px;
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .KeyPoints-title {
      font-size: 2.5rem; } }

.KeyPoints-intro {
  font-size: .9rem; }
  @media (min-width: 992px) {
    .KeyPoints-intro {
      font-size: 1rem; } }

.KeyPoints-cardContainer {
  font-size: 0; }
  .KeyPoints-cardContainer > * {
    font-size: .8rem; }

.KeyPoints-card {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-right: 1px solid #494747;
  border-bottom: 1px solid #494747;
  text-align: center; }
  .KeyPoints-card:nth-child(even) {
    border-right: none; }
  .KeyPoints-card div > * {
    display: block; }
  @media (min-width: 480px) {
    .KeyPoints-card {
      width: 50%; } }
  @media (min-width: 768px) {
    .KeyPoints-card {
      position: relative;
      height: 250px; }
      .KeyPoints-card div {
        position: absolute;
        top: 50%;
        left: 10%;
        right: 10%;
        transform: translateY(-50%); } }
  @media (min-width: 992px) {
    .KeyPoints-card {
      text-align: left; } }
  @media (min-width: 1200px) {
    .KeyPoints-card div {
      left: 25%;
      right: 25%; }
      .KeyPoints-card div.small-margin {
        left: 10%;
        right: 10%; } }
  .KeyPoints-card--full {
    width: 100%; }

.KeyPoints-figure {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .KeyPoints-figure {
      font-size: 4rem; } }
  .KeyPoints-figure--longText {
    white-space: nowrap;
    font-size: 3.2rem; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .KeyPoints-figure--longText {
        font-size: 2.5rem; } }
  .KeyPoints-figure--lessText {
    font-size: 3.2rem; }

.KeyPoints-description {
  font-size: 0.9em;
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .KeyPoints-description {
      font-size: 1rem; } }

.KeyPoints-legend {
  font-size: 0.6rem; }

.KeyPoints-side--full {
  padding: 20px;
  border-bottom: 1px solid #494747; }
  @media (min-width: 992px) {
    .KeyPoints-side--full {
      padding: 100px;
      border-right: 1px solid #494747;
      border-bottom: none; } }

/*  ========================================
    # COMPONENTS - Logo
    ======================================== */
.Logo {
  display: inline-block; }
  .Logo a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 10px; }
  @media (max-width: 991px) {
    .Logo svg {
      width: 150px !important; } }
  @media (min-width: 768px) {
    .Logo {
      padding-top: 13px;
      padding-bottom: 13px; } }
  @media (min-width: 992px) {
    .Logo svg {
      width: 205px !important; } }

.Life {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  position: relative;
  display: block;
  height: 300px;
  font-size: 1.2rem;
  text-align: center;
  color: white;
  background-image: url("../images/bg-life.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .Life:hover, .Life:focus {
    color: #fff; }
  .Life svg {
    width: 45px;
    height: 45px;
    fill: white; }
  @media (max-width: 992px) {
    .Life {
      background-position: 100% 50%; } }
  @media (min-width: 992px) {
    .Life {
      height: 400px;
      font-size: 1.5rem; }
      .Life svg {
        width: 90px;
        height: 90px; } }

.Life-container {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 100%; }

.Life-title {
  padding: 15px 0;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .Life-title {
      padding: 30px 0 10px 0; } }
  @media (max-width: 480px) {
    .Life-title {
      font-size: 1.5rem; } }

.Life-mail {
  position: absolute;
  bottom: 80px;
  text-transform: uppercase;
  color: #fc4c02;
  font-size: 1.1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: 'proxima_light', Arial, Helvetica, sans-serif; }
  @media (max-width: 480px) {
    .Life-mail {
      font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
      font-size: 0.8rem; } }

.List {
  display: table;
  table-layout: fixed;
  width: 100%; }

@media (max-width: 992px) {
  .List-block {
    margin-bottom: 40px; } }
@media (min-width: 992px) {
  .List-block {
    display: table-cell;
    width: 33%;
    padding: 0 30px; } }

.List-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .List-title {
      margin-bottom: 40px;
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .List-title {
      margin-bottom: 60px;
      font-size: 2.5rem; } }

.List-elements {
  margin-left: 20px;
  list-style-image: url("../images/round_li.png"); }
  @media (min-width: 992px) {
    .List-elements {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .List-elements {
      font-size: 2.5rem; } }

.List-element {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: .8rem; }
  .List-element:last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .List-element {
      margin-bottom: 30px;
      font-size: .9rem; } }
  @media (min-width: 1200px) {
    .List-element {
      margin-bottom: 40px; } }

.List-block--news .List-elements {
  margin-left: 0;
  margin-top: -15px;
  list-style-image: none; }
  @media (min-width: 992px) {
    .List-block--news .List-elements {
      margin-top: -30px; } }
.List-block--news .List-element {
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #222; }
.List-block--news .List-element a {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  background: url("../images/list-triangle.png");
  background-repeat: no-repeat;
  background-position: 95% 50%; }
  @media (max-width: 992px) {
    .List-block--news .List-element a {
      background-size: 15px; } }
  @media (min-width: 992px) {
    .List-block--news .List-element a {
      padding-top: 30px;
      padding-bottom: 30px; } }

/*  ========================================
    # COMPONENTS - Menu
    ======================================== */
.Menu {
  position: relative; }

.Menu-list {
  text-align: right; }
  @media (max-width: 991px) {
    .Menu-list {
      display: none; } }
  @media (min-width: 992px) {
    .Menu-list {
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .Menu-list {
      padding-right: 50px; } }

.Menu-item {
  text-align: center; }
  @media (min-width: 992px) {
    .Menu-item {
      display: inline-block; } }
  .Menu-item a {
    display: block;
    padding: 40px 25px;
    text-transform: uppercase;
    line-height: 20px;
    transition: padding 350ms linear; }
    @media (max-width: 991px) {
      .Menu-item a {
        color: #fff; } }
    @media (max-width: 1199px) {
      .Menu-item a {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 1199px) {
    .Menu-item:last-child a {
      padding-right: 25px; } }

.Menu-burger {
  position: absolute;
  top: 13px;
  right: 0px;
  margin-right: 0px;
  padding: 10px 0px; }
  @media (min-width: 992px) {
    .Menu-burger {
      display: none; } }
  .Menu-burger:hover, .Menu-burger:focus {
    color: #fc4c02; }

.Menu-mobile {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .Menu-mobile[data-state='close'] {
    display: none; }
  .Menu-mobile[data-state='open'] {
    display: block; }

.Menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  color: #fff; }
  .Menu-close:hover, .Menu-close:focus {
    color: #fc4c02; }
  .Menu-close svg {
    width: 30px;
    height: 30px; }
  @media (min-width: 768px) {
    .Menu-close {
      top: 50px;
      right: 50px;
      padding: 0; }
      .Menu-close svg {
        width: 30px;
        height: 30px; } }

.Menu-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff; }
  .Menu-content .Menu-list {
    display: block; }
  .Menu-content .Menu-item {
    font-size: 1rem;
    transition: font-size 300ms linear; }
    @media (min-width: 480px) {
      .Menu-content .Menu-item {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .Menu-content .Menu-item {
        font-size: 3rem;
        display: block; } }
    .Menu-content .Menu-item a {
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 1; }
      .Menu-content .Menu-item a:hover, .Menu-content .Menu-item a:focus {
        color: #fc4c02; }

.Menu-search {
  position: absolute;
  top: 10px;
  right: -10px;
  padding: 10px; }
  @media (min-width: 768px) {
    .Menu-search {
      top: 30px; } }
  @media (min-width: 1200px) {
    .Menu-search {
      right: -10px; } }
  .Menu-search:hover, .Menu-search:focus {
    color: #fc4c02; }

.Menu-item--active {
  color: #fc4c02; }

.MoreBottom {
  background-color: white;
  text-align: center;
  padding: 50px; }

.MoreBottom-button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.9rem;
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  color: white;
  background-color: #fc4c02; }
  .MoreBottom-button:hover {
    color: white; }

.MoreBottom--dark {
  background-color: #2c2a29;
  color: white; }

.align-left {
  margin-right: 2em;
  margin-bottom: 2em; }

.align-right {
  margin-left: 2em;
  margin-bottom: 2em; }

#tech-link {
  position: static;
  margin: 1rem;
  z-index: 0; }
  @media (max-width: 480px) {
    #tech-link {
      margin: 0; } }

.Page404 {
  text-align: center; }
  @media (max-width: 1200px) {
    .Page404 img {
      max-width: 200px; } }

.Page404-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    .Page404-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .Page404-title {
      font-size: 3rem; } }

.Page404-text {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  margin-bottom: 35px;
  font-size: 1rem; }
  @media (min-width: 992px) {
    .Page404-text {
      margin-bottom: 70px;
      font-size: 1.25rem; } }

.Pagination {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  font-size: .8rem; }

@media (min-width: 992px) {
  .Pagination {
    padding-left: 150px;
    padding-right: 150px;
    font-size: .9rem; } }
.Pagination-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  line-height: 30px; }
  .Pagination-arrow span {
    vertical-align: top;
    display: inline;
    height: 30px;
    line-height: 30px; }

@media (max-width: 480px) {
  .Pagination-arrow svg {
    padding: 5px; } }
@media (max-width: 992px) {
  .Pagination-arrow span {
    display: none; } }
.Pagination-arrow--left {
  left: 0; }
  .Pagination-arrow--left svg {
    margin-right: 20px;
    transform: rotate(180deg); }

.Pagination-arrow--right {
  right: 0; }
  .Pagination-arrow--right svg {
    margin-left: 20px; }

.Pagination-list {
  text-align: center; }

.Pagination-item {
  vertical-align: top;
  display: inline-block; }
  .Pagination-item a, .Pagination-item p {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 768px) {
  .Pagination-item:nth-child(n+2) {
    display: none; }

  .Pagination-item:nth-child(5),
  .Pagination-item:last-child {
    display: inline-block; } }
@media (min-width: 768px) {
  .Pagination-item a,
  .Pagination-item p {
    height: 40px;
    line-height: 40px; } }
.Pagination-item--active {
  margin-right: 10px; }
  .Pagination-item--active a {
    width: 30px;
    text-align: center;
    color: #fff;
    background-color: #fc4c02; }
    .Pagination-item--active a:hover, .Pagination-item--active a:focus {
      background-color: #2c2a29; }

@media (min-width: 768px) {
  .Pagination-item--active a {
    width: 40px; } }
/*  ========================================
    # COMPONENTS - People
    ======================================== */
.People {
  padding-top: 4px;
  padding-bottom: 4px; }
  @media (min-width: 500px) and (max-width: 768px) {
    .People {
      float: left;
      width: 50%; } }

.People-container {
  position: relative;
  font-size: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .People-container > * {
    font-size: .9rem; }
  .People-container canvas {
    width: 100%; }

.People-content {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: .8rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }
  .People-content strong {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    display: block;
    font-size: .9rem; }
  @media (min-width: 992px) {
    .People-content strong {
      font-size: 1rem; } }

.People--more .People-container {
  background-color: #fc4c02; }
.People--more .People-content {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  bottom: 50%;
  left: 15%;
  right: 15%;
  transform: translateY(50%);
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  background-color: transparent; }
  .People--more .People-content span {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    display: block;
    font-size: 7rem;
    line-height: .8; }
  .People--more .People-content strong {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-transform: uppercase; }

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }

.projects-gallery .card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none; }
  .projects-gallery .card .card-image img {
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .projects-gallery .card .card-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 20px;
    border-radius: 0 0 2px 2px; }
  .projects-gallery .card .card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    margin: auto; }
    .projects-gallery .card .card-title img {
      display: block;
      max-width: 65%;
      height: auto;
      margin: auto; }
  .projects-gallery .card .kaliop-arrow {
    position: absolute;
    right: 25px;
    bottom: 25px; }
.projects-gallery .card:hover .card-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.projects-gallery .card:hover .card-content {
  background: rgba(255, 255, 255, 0.5); }
.projects-gallery .row {
  padding: 0px 10px; }
.projects-gallery .col-md-6 {
  padding: 0px 10px; }
  @media (max-width: 600px) {
    .projects-gallery .col-md-6 {
      width: 100%; } }

.kaliop-svg-white-path path {
  fill: #fff; }

.Publications {
  font-size: 0; }
  .Publications > * {
    font-size: .8rem; }

.Publications-content {
  position: relative;
  overflow: hidden;
  height: 200px;
  padding: 10px;
  color: white;
  background-color: #00aec7;
  transition: background 100ms linear; }
  .Publications-content:before {
    content: '';
    position: absolute;
    bottom: 50px;
    opacity: .2;
    display: block;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover; }
  .Publications-content svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    fill: white; }

@media (min-width: 768px) {
  .Publications-content {
    display: inline-block;
    width: 50%; }
    .Publications-content svg {
      right: 30px;
      width: 51px;
      height: 54px; } }
.Publications-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 10px 45px 10px 10px; }
  @media (min-width: 992px) {
    .Publications-wrapper {
      width: 75%;
      padding: 30px 90px 30px 30px; } }

.Publications-title {
  font-size: 1.5rem;
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  color: white;
  line-height: 1;
  transition: font-size 0.3s linear; }
  @media (min-width: 992px) {
    .Publications-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .Publications-title {
      font-size: 3rem; } }

.Publications-legend {
  font-size: 0.9rem; }
  @media (min-width: 992px) {
    .Publications-legend {
      font-size: 1rem; } }

.Publications-link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Publications-content--web {
  background-color: #00aec7; }
  .Publications-content--web:hover, .Publications-content--web:focus {
    background-color: #0198ae; }
  .Publications-content--web:before {
    right: 110px;
    background-image: url("../images/svg/book.svg"); }
  @media (min-width: 992px) {
    .Publications-content--web .Publications-wrapper {
      right: 0;
      left: inherit; } }

.Publications-content--newsletter {
  background-color: #ffbf3f; }
  .Publications-content--newsletter:hover, .Publications-content--newsletter:focus {
    background-color: #e8ae3b; }
  .Publications-content--newsletter:before {
    left: 40%;
    background-image: url("../images/svg/news.svg"); }
  @media (min-width: 992px) {
    .Publications-content--newsletter .Publications-wrapper {
      left: 0; } }

/*  ========================================
    # COMPONENTS - Push
    ======================================== */
.Push {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
  padding: 20px 25px;
  border: 6px solid #fc4c02;
  font-size: .8rem; }
  .Push > :first-child {
    margin-top: 0 !important; }

@media (min-width: 992px) {
  .Push {
    padding: 40px 45px;
    font-size: .9rem; } }
/*  ========================================
    # COMPONENTS - Row
    ======================================== */
.Wrapper--closed {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }
  @media (min-width: 992px) {
    .Wrapper--closed {
      padding: 0 20px; } }
  .Wrapper--closed .container-fluid {
    max-width: 1600px; }
    .Wrapper--closed .container-fluid--small {
      max-width: 1000px; }
    .Wrapper--closed .container-fluid--white {
      padding: 20px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .Wrapper--closed .container-fluid--white {
          padding: 50px; } }
      @media (min-width: 992px) {
        .Wrapper--closed .container-fluid--white {
          padding: 100px; } }
    .Wrapper--closed .container-fluid--article {
      padding-top: 0; }

/*  ========================================
    # COMPONENTS - Search
    ======================================== */
.Search {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .Search[data-state='close'] {
    display: none; }
  .Search[data-state='open'] {
    display: block; }

.Search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  color: #fff; }
  .Search-close:hover, .Search-close:focus {
    color: #fc4c02; }
  .Search-close svg {
    width: 30px;
    height: 30px; }
  @media (min-width: 768px) {
    .Search-close {
      top: 50px;
      right: 50px;
      padding: 0; }
      .Search-close svg {
        width: 30px;
        height: 30px; } }

.Search-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff; }

.Search-input {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  width: 50%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
  font-size: 1rem;
  background-color: transparent;
  appearance: none !important;
  border-radius: 0;
  transition: font-size 300ms linear; }
  .Search-input:focus {
    outline: none; }
  @media (min-width: 768px) {
    .Search-input {
      font-size: 3rem; } }

/* WebKit, Blink, Edge */
.Search-input::-webkit-input-placeholder {
  color: #fff; }

/* Mozilla Firefox 19+ */
.Search-input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

/* Internet Explorer 10-11 */
.Search-input:-ms-input-placeholder {
  color: #fff; }

.Search-btn {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  vertical-align: -10px;
  margin-left: 30px;
  font-size: 2rem;
  transition: font-size 300ms linear; }
  .Search-btn:hover, .Search-btn:focus {
    color: #fc4c02; }
  @media (min-width: 768px) {
    .Search-btn {
      vertical-align: -19px;
      font-size: 4rem; } }

.SearchIntro-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .SearchIntro-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .SearchIntro-title {
      font-size: 3rem; } }

.SearchIntro-results {
  font-size: .8rem; }
  @media (min-width: 992px) {
    .SearchIntro-results {
      font-size: .9rem; } }

.SearchIntro-searchName {
  color: #fc4c02; }

.SearchResult {
  background-color: white; }
  .SearchResult:nth-of-type(2n) {
    background-color: transparent; }
  .SearchResult a {
    display: block;
    padding: 25px; }
    .SearchResult a:hover .SearchResult-title,
    .SearchResult a:hover .SearchResult-url {
      color: #2c2a29; }
  @media (min-width: 992px) {
    .SearchResult a {
      padding: 50px; } }

.SearchResult-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1rem; }
  @media (min-width: 992px) {
    .SearchResult-title {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .SearchResult-title {
      font-size: 1.5rem; } }

.SearchResult-meta {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  padding: 10px 0 30px 0; }

.SearchResult-category {
  background-color: #2c2a29;
  font-size: 0.75rem;
  padding: 5px 15px;
  border-radius: 15px;
  color: white; }

.SearchResult-url {
  padding-left: 10px; }
  @media (max-width: 992px) {
    .SearchResult-url {
      display: none; } }

.SearchResult-teaser {
  font-size: .8rem; }
  .SearchResult-teaser strong {
    font-family: 'proxima_regular', Arial, Helvetica, sans-serif;
    color: #fc4c02; }
  @media (min-width: 992px) {
    .SearchResult-teaser {
      font-size: .9rem; } }

.Social {
  max-width: 1600px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: .8rem; }
  @media (min-width: 768px) {
    .Social {
      padding-bottom: 40px;
      padding-top: 40px;
      font-size: .9rem; } }

.Social-title span {
  color: #fc4c02; }
@media (max-width: 768px) {
  .Social-title {
    margin-bottom: 2em; } }

.Social-link {
  margin-left: -10px;
  font-size: .9rem; }
  .Social-link a {
    display: inline-block;
    padding: 10px; }
  .Social-link svg {
    vertical-align: middle;
    margin-left: 40px;
    width: 31px;
    height: 31px; }
  @media (max-width: 768px) {
    .Social-link {
      display: none; } }
  @media (min-width: 768px) {
    .Social-link {
      font-size: 1rem; } }

.Social-share {
  float: right;
  margin-right: -10px;
  text-align: right; }
  .Social-share a {
    display: inline-block;
    padding: 10px; }
    .Social-share a:hover, .Social-share a:focus {
      color: #2c2a29; }
      .Social-share a:hover path:first-child, .Social-share a:focus path:first-child {
        fill: #FEBE3F; }
      .Social-share a:hover path:nth-child(2), .Social-share a:focus path:nth-child(2) {
        fill: #00AEC7; }
      .Social-share a:hover path:last-child, .Social-share a:focus path:last-child {
        fill: #F04F23; }
  .Social-share svg {
    vertical-align: -4px;
    display: inline-block;
    margin-right: 15px; }
    .Social-share svg path {
      fill: #2c2a29; }

.Social--white {
  padding: 20px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .Social--white {
      padding: 40px 80px 40px 50px; } }

.Speech canvas {
  width: 100%; }

.Speech-content {
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  background-color: #fff; }
  .Speech-content > * {
    font-size: .8rem; }

@media (max-width: 1200px) {
  .Speech-content canvas {
    display: none; } }
.Speech-text {
  padding: 20px 10px; }
  .Speech-text p {
    margin-bottom: 1.5em;
    font-size: .8rem; }
  .Speech-text strong {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1rem; }

@media (min-width: 768px) {
  .Speech-text {
    padding: 40px 20px; }
    .Speech-text p {
      font-size: .9rem; }
    .Speech-text strong {
      font-size: 1.25rem; } }
@media (min-width: 1200px) {
  .Speech-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 100px; } }
.Speech-facets {
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  color: #fff;
  background-color: #2c2a29; }
  .Speech-facets > * {
    font-size: .8rem; }
  .Speech-facets a {
    font-size: 0; }

.Speech-facet {
  position: relative;
  opacity: 1;
  font-size: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 150ms ease; }
  .Speech-facet > * {
    font-size: .8rem; }
  .Speech-facet:not([style=""]):hover, .Speech-facet:not([style=""]):focus {
    opacity: .7; }
  .Speech-facet:hover a, .Speech-facet:focus a {
    color: #fff; }

@media (min-width: 480px) {
  .Speech-facet {
    vertical-align: top;
    display: inline-block;
    width: 50%; } }
.Speech-title,
.Speech-extract,
.Speech-list {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 30px; }

@media (min-width: 992px) {
  .Speech-extract {
    padding: 24%; } }
@media (min-width: 992px) {
  .Speech-title,
  .Speech-list {
    padding: 0; } }
.Speech-extract {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 1.3rem; }
  .Speech-extract span {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    display: block;
    font-size: 2rem;
    line-height: .5; }

@media (min-width: 992px) {
  .Speech-extract {
    font-size: 1.2rem; }
    .Speech-extract span {
      font-size: 2rem; } }
@media (min-width: 1200px) {
  .Speech-extract {
    font-size: 1.5rem;
    line-height: 1.3; }
    .Speech-extract span {
      font-size: 4rem; } }
.Speech-title {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }
  .Speech-title span {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    display: block; }

@media (min-width: 992px) {
  .Speech-title {
    font-size: 1.2rem; } }
@media (min-width: 1200px) {
  .Speech-title {
    font-size: 2rem; } }
.Speech-list {
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase; }
  .Speech-list li {
    margin-bottom: 15px;
    text-align: center; }
    .Speech-list li:last-child {
      margin-bottom: 0; }

@media (min-width: 992px) {
  .Speech-list {
    font-size: 1rem; }
    .Speech-list li {
      margin-bottom: 30px; } }
@media (min-width: 480px) {
  .Speech--left .Speech-facet:first-child {
    float: right; } }
@media (min-width: 1200px) {
  .Speech--left .Speech-content {
    float: right; } }
@media (min-width: 480px) {
  .Speech--right .Speech-facet:last-child {
    float: left; } }
.SubNav {
  background-color: #2c2a29; }

.SubNav-element {
  font-size: 0.8rem;
  color: white;
  text-transform: uppercase; }
  .SubNav-element a {
    vertical-align: top;
    display: inline-block; }
  .SubNav-element a, .SubNav-element button {
    width: 100%;
    padding: 10px 0 10px 20px;
    text-align: left; }
    .SubNav-element a:hover, .SubNav-element button:hover {
      color: #fc4c02; }
  @media (max-width: 767px) {
    .SubNav-element {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 768px) {
    .SubNav-element {
      vertical-align: top;
      display: inline-block;
      height: 70px; }
      .SubNav-element a, .SubNav-element button {
        padding: 25px 10px 25px 10px; }
      .SubNav-element:first-child a, .SubNav-element:first-child button {
        padding-left: 40px; } }
  @media (min-width: 1142px) {
    .SubNav-element {
      font-size: 0.9rem; }
      .SubNav-element a, .SubNav-element button {
        padding: 22px 20px 23px 20px; } }

.sub-nav-rappel-orange {
  display: none; }
  @media (min-width: 796px) {
    .sub-nav-rappel-orange {
      display: inherit;
      float: right; } }

.SubNav-element .js-Filter-active, .SubNav-element--active {
  opacity: .3; }

.Subnav-element--special {
  position: relative;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.25;
  background: #fc4c02; }
  .Subnav-element--special:hover, .Subnav-element--special:focus {
    background: #e54806; }
    .Subnav-element--special:hover a, .Subnav-element--special:focus a {
      color: white; }
  .Subnav-element--special a {
    line-height: 1;
    text-transform: uppercase; }
  .Subnav-element--special svg {
    display: none; }

@media (min-width: 768px) {
  .Subnav-element--special {
    height: 70px;
    padding: 0;
    line-height: 70px;
    background: #2c2a29; }
    .Subnav-element--special a {
      padding: 27px 30px 25px 40px;
      color: #fc4c02;
      text-transform: none; } }
@media (min-width: 1142px) {
  .Subnav-element--special {
    float: right;
    height: 70px;
    font-size: 0.9rem;
    line-height: 70px;
    background: #fc4c02; }
    .Subnav-element--special a {
      color: #fff;
      text-transform: uppercase; }
    .Subnav-element--special svg {
      position: absolute;
      left: -6px;
      top: 50%;
      display: block;
      margin-top: -15px;
      fill: white; } }
.Testimony {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.Testimony-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  font-size: 2rem;
  transition: font-size 0.3s linear; }

@media (min-width: 992px) {
  .Testimony-title {
    margin-bottom: 80px;
    font-size: 3rem; } }
.Testimony-author {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .Testimony-author {
    float: left;
    max-width: 34%;
    margin-bottom: 100px;
    margin-right: 130px; } }
.Testimony-img {
  max-width: 200px;
  margin-bottom: 30px;
  border-radius: 100%; }

@media (min-width: 768px) {
  .Testimony-img {
    float: left;
    margin-right: 50px;
    margin-bottom: 50px; } }
@media (min-width: 992px) {
  .Testimony-img {
    float: none;
    margin-right: 0;
    margin-bottom: 30px; } }
.Testimony-name {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1; }

@media (min-width: 992px) {
  .Testimony-name {
    font-size: 1.5rem;
    white-space: nowrap; } }
.Testimony-subname {
  font-family: 'proxima_light', Arial, Helvetica, sans-serif;
  font-size: .9rem; }

@media (min-width: 992px) {
  .Testimony-subname {
    font-size: 1rem; } }
.Testimony-text {
  margin-bottom: 20px;
  font-size: .9rem;
  line-height: 1.6; }

@media (min-width: 992px) {
  .Testimony-text {
    margin-bottom: 40px;
    font-size: 1rem; } }
.Testimony-extract {
  position: relative;
  margin: 15px 0 30px 0;
  padding-left: 75px;
  font-size: 1rem; }
  .Testimony-extract span {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 75px;
    line-height: .9;
    color: #fc4c02; }

@media (min-width: 992px) {
  .Testimony-extract {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 150px;
    font-size: 1.5rem; }
    .Testimony-extract span {
      font-size: 150px; } }
/*  ========================================
    # COMPONENTS - Turnover
    ======================================== */
.Turnover-graphic {
  margin-bottom: 8px; }
  .Turnover-graphic svg {
    width: 100%;
    height: auto;
    background-image: url("../images/graph-bg.png"); }

.Turnover-item {
  position: relative;
  margin-bottom: 8px;
  font-size: 0; }
  .Turnover-item > * {
    font-size: 1rem; }
  .Turnover-item canvas {
    width: 100%; }

@media (max-width: 768px) {
  .Turnover-item canvas {
    height: 150px; } }
.Turnover-container {
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  height: 100%;
  background-color: #fff; }

.Turnover-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(-50%);
  font-size: .8rem;
  line-height: 1.1;
  text-align: center; }
  .Turnover-content .Turnover-logo {
    fill: white;
    width: 50px;
    height: 50px; }
    .Turnover-content .Turnover-logo path {
      fill: white; }
  .Turnover-content b {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
    color: #fc4c02; }
  .Turnover-content span {
    font-family: 'proxima_bold', Arial, Helvetica, sans-serif; }
  .Turnover-content i {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    font-style: normal; }

@media (min-width: 768px) {
  .Turnover-content {
    padding-left: 20%;
    padding-right: 20%;
    font-size: 1rem;
    text-align: left; }
    .Turnover-content b {
      display: block; }
    .Turnover-content span {
      font-size: 2.5rem; } }
.Turnover-item--brand .Turnover-container {
  background-color: #fc4c02; }
.Turnover-item--brand .Turnover-content {
  text-align: center; }
.Turnover-item--brand b, .Turnover-item--brand svg {
  color: #fff; }
.Turnover-item--brand b {
  display: block;
  font-size: .8rem; }
  @media (min-width: 768px) {
    .Turnover-item--brand b {
      letter-spacing: 4px;
      font-size: .9rem; } }

@media (min-width: 992px) {
  .TwoSidesImg {
    display: flex; } }

.TwoSidesImg-side {
  position: relative;
  background-color: white; }
  .TwoSidesImg-side > * {
    align-self: center; }
  @media (min-width: 992px) {
    .TwoSidesImg-side {
      width: 50%;
      min-height: 790px; } }

.TwoSidesImg-side--image {
  display: none; }
  @media (min-width: 768px) {
    .TwoSidesImg-side--image {
      display: block;
      order: 1;
      font-size: 0;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; } }
  .TwoSidesImg-side--image canvas {
    width: 100%; }

.TwoSidesImg-side--content {
  order: 2; }

.TwoSideImg-container {
  padding: 20px 30px 30px; }
  @media (min-width: 768px) {
    .TwoSideImg-container {
      padding: 30px 30px 40px; } }
  @media (min-width: 992px) {
    .TwoSideImg-container {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 60px 50px; } }
  @media (min-width: 1200px) {
    .TwoSideImg-container {
      padding: 110px 90px; } }

.TwoSideIcon-container {
  display: contents;
  width: auto; }
  @media (min-width: 480px) {
    .TwoSideIcon-container {
      display: flex;
      justify-content: center;
      padding: 20px 30px 30px; } }

.TwoSideIcon-panel {
  margin: auto;
  width: 50%; }
  @media (max-width: 480px) {
    .TwoSideIcon-panel {
      max-width: 100%;
      overflow: hidden; } }
  @media (max-width: 768px) {
    .TwoSideIcon-panel {
      width: 100%; } }
  .TwoSideIcon-panel svg {
    position: relative;
    right: 0px;
    bottom: 0px; }

@media (min-width: 768px) {
  .TwoSideIcon-panel-description {
    padding: 60px; } }
.TwoSideIcon-panel-description svg {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin-top: 40px; }

.TwoSideIcon-panel-description a {
  max-width: 100%; }

.orange-line {
  margin-bottom: 50px; }

.TwoSideIcon-item-icon {
  display: flex;
  margin: auto;
  justify-content: center; }
  @media (max-width: 480px) {
    .TwoSideIcon-item-icon {
      margin: 1em auto; } }
  .TwoSideIcon-item-icon img {
    height: 8rem; }
  .TwoSideIcon-item-icon .TwoSideIcon-item-icon-10rem img {
    height: 4rem; }

@media (min-width: 1200px) {
  .magento-techno-block .TwoSideImg-container {
    padding: 40px 60px; } }

.TwoSidesImg-title {
  font-family: 'proxima_bold', Arial, Helvetica, sans-serif;
  padding-bottom: 0;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .TwoSidesImg-title {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .TwoSidesImg-title {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .TwoSidesImg-title {
      font-size: 2.5rem; } }

.TwoSidesImg-editor {
  font-size: .9rem; }
  @media (min-width: 992px) {
    .TwoSidesImg-editor {
      font-size: 1rem; } }
  .TwoSidesImg-editor p {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif; }
  .TwoSidesImg-editor ul {
    margin-left: 20px;
    margin-top: 30px;
    list-style-image: url("../images/round_li.png"); }
  .TwoSidesImg-editor li {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    padding-left: 15px; }

TwoSidesIcon-editor {
  font-size: .9rem; }
  TwoSidesIcon-editor p {
    font-family: 'proxima_light', Arial, Helvetica, sans-serif; }

.TwoSidesImg-tags {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: .8rem; }
  @media (min-width: 768px) {
    .TwoSidesImg-tags {
      left: 30px;
      bottom: 30px; } }
  @media (min-width: 992px) {
    .TwoSidesImg-tags {
      left: 50px;
      bottom: 50px; } }
  @media (min-width: 1200px) {
    .TwoSidesImg-tags {
      left: 90px;
      bottom: 90px; } }
  .TwoSidesImg-tags ul {
    color: #bfbfbe;
    text-transform: uppercase;
    background-image: url("../images/tags.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; }
  .TwoSidesImg-tags li {
    display: inline-block;
    margin-left: 5px; }
  .TwoSidesImg-tags a {
    text-decoration: underline; }

.TwoSidesImg--even .TwoSidesImg-side--image {
  order: 2; }
.TwoSidesImg--even .TwoSidesImg-side--content {
  order: 1; }

.TwoSidesImg--full .TwoSideImg-container {
  position: relative;
  top: 0;
  transform: none; }
.TwoSidesImg--full .TwoSidesImg-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .TwoSidesImg--full .TwoSidesImg-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 6px;
    width: 35px;
    background-color: #fc4c02; }
  @media (min-width: 1200px) {
    .TwoSidesImg--full .TwoSidesImg-title {
      padding-bottom: 40px;
      margin-bottom: 50px; } }
.TwoSidesImg--full .TwoSidesImg-chapo {
  font-family: 'proxima_regular', Arial, Helvetica, sans-serif; }

@media (max-width: 767px) {
  .zopim {
    display: none !important; } }
.our-partners-wrapper {
  height: 80vh;
  background-color: #fcfcfc;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.new-partners-c {
  display: flex;
  justify-content: space-around;
  background-color: #fcfcfc; }

.new-partners {
  margin: auto; }
  @media (min-width: 768px) {
    .new-partners {
      margin-left: 1rem;
      margin-right: 1rem; } }

/*# sourceMappingURL=main.css.map */
