/*! normalize.css v3.0.1 | 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,
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: 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-family: fortuneo-futura-bold, sans-serif; }

/**
 * 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-family: fortuneo-futura-bold, sans-serif; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'fortuneo-serif';
  src: url("/static/common/types/gotham/book/Gotham-Book.eot");
  src: url("/static/common/types/gotham/book/Gotham-Book.woff2") format("woff2"), url("/static/common/types/gotham/book/Gotham-Book.woff") format("woff"), url("/static/common/types/gotham/book/Gotham-Book.ttf") format("truetype"), url("/static/common/types/gotham/book/Gotham-Book.svg#Gotham-Book") format("svg"), url("/static/common/types/gotham/book/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fortuneo-futura-medium';
  src: url("/static/common/types/gotham/book/Gotham-Book.eot");
  src: url("/static/common/types/gotham/book/Gotham-Book.woff2") format("woff2"), url("/static/common/types/gotham/book/Gotham-Book.woff") format("woff"), url("/static/common/types/gotham/book/Gotham-Book.ttf") format("truetype"), url("/static/common/types/gotham/book/Gotham-Book.svg#Gotham-Book") format("svg"), url("/static/common/types/gotham/book/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'fortuneo-futura-medium';
  src: url("/static/common/types/gotham/book-italic/Gotham-BookItalic.eot");
  src: url("/static/common/types/gotham/book-italic/Gotham-BookItalic.woff2") format("woff2"), url("/static/common/types/gotham/book-italic/Gotham-BookItalic.woff") format("woff"), url("/static/common/types/gotham/book-italic/Gotham-BookItalic.ttf") format("truetype"), url("/static/common/types/gotham/book-italic/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg"), url("/static/common/types/gotham/book-italic/Gotham-BookItalic.eot?#iefix") format("embedded-opentype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'fortuneo-futura-bold';
  src: url("/static/common/types/gotham/medium/Gotham-Medium.eot");
  src: url("/static/common/types/gotham/medium/Gotham-Medium.woff2") format("woff2"), url("/static/common/types/gotham/medium/Gotham-Medium.woff") format("woff"), url("/static/common/types/gotham/medium/Gotham-Medium.ttf") format("truetype"), url("/static/common/types/gotham/medium/Gotham-Medium.svg#Gotham-Bold") format("svg"), url("/static/common/types/gotham/medium/Gotham-Medium.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'fortuneo-futura-bold';
  src: url("/static/common/types/gotham/medium-italic/Gotham-MediumItalic.eot");
  src: url("/static/common/types/gotham/medium-italic/Gotham-MediumItalic.woff2") format("woff2"), url("/static/common/types/gotham/medium-italic/Gotham-MediumItalic.woff") format("woff"), url("/static/common/types/gotham/medium-italic/Gotham-MediumItalic.ttf") format("truetype"), url("/static/common/types/gotham/medium-italic/Gotham-MediumItalic.svg#Gotham-BoldItalic") format("svg"), url("/static/common/types/gotham/medium-italic/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: italic;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'BLOKKNeue-Regular';
  src: url("/static/common/types/BLOKKNeue-Regular.eot?#iefix") format("embedded-opentype"), url("/static/common/types/BLOKKNeue-Regular.woff") format("woff"), url("/static/common/types/BLOKKNeue-Regular.svg#BLOKKNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*$standard-font-family: 'fortuneo-futura';*/
/* TODO: one day maybe... */
/*$size-hero-title : $base-font-size * 1.5;*/
/* hero */
/* ad */
/* offer */
/* section */
/*$base-font-size * 1;*/
/* TO DELETE ?*/
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-family: fortuneo-futura-bold, sans-serif;
  line-height: 1em; }

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

body {
  color: #232323;
  font-family: "fortuneo-futura-medium";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px; }

.section-title h1, .section-title h2 {
  font-family: fortuneo-futura-bold, sans-serif;
  font-size: 1.07143em;
  line-height: 21px;
  text-transform: uppercase; }
  .section-title h1.green, .section-title h2.green {
    color: #7bb310; }
  @media screen and (min-width: 767px) {
    .section-title h1, .section-title h2 {
      font-size: 1.35714em;
      line-height: 25px; } }

.section-title, .section-title h2 {
  font-size: 16px; }
  @media screen and (min-width: 767px) {
    .section-title, .section-title h2 {
      font-size: 19px; } }

.section-title, .section-title em {
  font-size: 10px;
  vertical-align: 8px;
  font-style: normal; }

.section-subtitle {
  font-family: "fortuneo-futura-medium", Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px; }
  @media screen and (min-width: 767px) {
    .section-subtitle {
      font-size: 18px;
      line-height: 21px; } }
  .section-subtitle h3 {
    font-family: "fortuneo-futura-medium", Arial, Verdana, sans-serif;
    font-size: 1.21429em;
    line-height: 20px; }
    @media screen and (min-width: 767px) {
      .section-subtitle h3 {
        font-size: 1.35714em;
        line-height: 21px; } }

.several-cols .cols-item .cols-text code {
  font-family: "fortuneo-futura-medium", Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 20px; }
  @media screen and (min-width: 767px) {
    .several-cols .cols-item .cols-text code {
      font-size: 14px;
      line-height: 20px; } }
  .several-cols .cols-item .cols-text code a {
    color: #232323;
    text-decoration: none;
    cursor: hand;
    cursor: pointer; }
    .several-cols .cols-item .cols-text code a:hover {
      text-decoration: underline; }

.several-cols .cols-item .cols-textbig strong, .several-cols .cols-item .cols-textbig em {
  font-family: "fortuneo-serif", "Times New Roman", serif;
  color: #232323;
  font-size: 5.71429em;
  font-weight: normal;
  letter-spacing: -4px; }
  @media screen and (min-width: 767px) and (max-width: 1024px) {
    .several-cols .cols-item .cols-textbig strong, .several-cols .cols-item .cols-textbig em {
      font-size: 4.28571em; } }

.several-cols .cols-item .cols-textbig code strong {
  font-size: inherit;
  font-family: inherit;
  font-family: fortuneo-futura-bold, sans-serif;
  line-height: inherit;
  color: inherit;
  display: inline;
  position: inherit;
  letter-spacing: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "fortuneo-futura-medium";
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-family: fortuneo-futura-bold, sans-serif;
  font-size: 16px; }
  @media screen and (min-width: 767px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 14px; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 21px; } }

h3 {
  font-weight: normal;
  font-size: 14px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 17.5px; }

h6 {
  font-size: 14px; }

p {
  margin: 0 0 4px; }

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #232323; }
  a:active, a:focus {
    color: #232323;
    outline: none; }

hr {
  border-bottom: 1px solid #d0d0d0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 16px 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #d0d0d0;
  cursor: help; }

address {
  display: block;
  margin: 0 0 8px; }

hgroup {
  margin-bottom: 8px; }

del {
  color: #494949; }

blockquote {
  border-left: 2px solid #d0d0d0;
  color: #494949;
  margin: 16px 0;
  padding-left: 8px; }

cite {
  color: #636363;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

b, strong {
  font-family: "fortuneo-futura-bold", sans-serif;
  font-weight: normal; }

fieldset {
  background: #eaeaea;
  border: 1px solid #d0d0d0;
  margin: 0 0 8px 0;
  padding: 16px; }

input,
label,
select {
  display: block;
  font-family: "fortuneo-futura-medium";
  font-size: 14px; }

label {
  margin-bottom: 4px; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.21429em;
  border: 1px solid transparent;
  box-shadow: none;
  font-family: "fortuneo-futura-medium";
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0 12px;
  width: 100%; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #232323;
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 4px; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 16px; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  margin: 8px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #aaaaaa;
  font-family: fortuneo-futura-bold, sans-serif;
  padding: 8px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #d0d0d0;
  padding: 8px 0; }

tr, td, th {
  vertical-align: middle; }

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

dl {
  line-height: 16px;
  margin-bottom: 8px; }
  dl dt {
    font-family: fortuneo-futura-bold, sans-serif;
    margin-top: 8px; }
  dl dd {
    margin: 0; }

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

/*
To insert an IE8 compatible pictogram:
add generated grunticon classes on the element and includ this mixin
add position: relative on the parent element
*/
@media screen and (max-width: 767px) {
  .hide-small {
    display: none; } }

@media screen and (min-width: 767px) {
  .hide-small {
    display: block; } }

@media screen and (max-width: 767px) {
  .hide-large-medium {
    display: none; } }

@media screen and (min-width: 767px) {
  .hide-large-medium {
    display: none; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .hide-large-medium {
      display: block; } }

/* Same height 4 divs */
.container4 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden; }

.container3 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 25%; }

.container2 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 25%; }

.container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 25%; }

.col1 {
  left: 75%; }

.col2 {
  left: 75%; }
  @media screen and (min-width: 767px) {
    .col2 {
      left: 77%; } }

.col3 {
  left: 75%; }
  @media screen and (min-width: 767px) {
    .col3 {
      left: 79%; } }

.col4 {
  left: 75%; }
  @media screen and (min-width: 767px) {
    .col4 {
      left: 81%; } }

.col1, .col2, .col3, .col4 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 767px) {
    .col1, .col2, .col3, .col4 {
      width: 23%; } }

.outline {
  position: absolute;
  height: 100%;
  width: 23%;
  right: 2%;
  border: 1px solid #d0d0d0; }
  @media screen and (max-width: 767px) {
    .outline {
      display: none; } }

/*
To insert an IE8 compatible pictogram:
add generated grunticon classes on the element and includ this mixin
add position: relative on the parent element
*/
@media screen and (max-width: 767px) {
  .hide-small {
    display: none; } }

@media screen and (min-width: 767px) {
  .hide-small {
    display: block; } }

@media screen and (max-width: 767px) {
  .hide-large-medium {
    display: none; } }

@media screen and (min-width: 767px) {
  .hide-large-medium {
    display: none; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .hide-large-medium {
      display: block; } }

/* Same height 4 divs */
.container4 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden; }

.container3 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 25%; }

.container2 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 25%; }

.container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 25%; }

.col1 {
  left: 75%; }

.col2 {
  left: 75%; }
  @media screen and (min-width: 767px) {
    .col2 {
      left: 77%; } }

.col3 {
  left: 75%; }
  @media screen and (min-width: 767px) {
    .col3 {
      left: 79%; } }

.col4 {
  left: 75%; }
  @media screen and (min-width: 767px) {
    .col4 {
      left: 81%; } }

.col1, .col2, .col3, .col4 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 767px) {
    .col1, .col2, .col3, .col4 {
      width: 23%; } }

.outline {
  position: absolute;
  height: 100%;
  width: 23%;
  right: 2%;
  border: 1px solid #d0d0d0; }
  @media screen and (max-width: 767px) {
    .outline {
      display: none; } }

.icon-logo-img img {
  width: 130px; }

@media screen and (min-width: 767px) {
  .icon-logo-img img {
    width: 170px; } }

@media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
  .icon-logo-img img {
    width: 150px; } }

.wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

.gutter {
  margin-left: 4.16667%;
  float: left;
  display: block;
  margin-right: 0%;
  width: 91.66667%; }
  .gutter:last-child {
    margin-right: 0; }
  @media screen and (min-width: 767px) {
    .gutter {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .gutter:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .gutter {
      margin-left: 4.16667%;
      float: left;
      display: block;
      margin-right: 0%;
      width: 91.66667%; }
      .gutter:last-child {
        margin-right: 0; } }

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d0d0; }
  .header .header-logo {
    background-color: #ffffff; }
    .header .header-logo .icon-logo-header {
      width: 170px; }

.zombie .page-section {
  padding: 10px 0; }

.zombie .title-border {
  padding-bottom: 0; }

.zombie .picto-border .picto-container, .zombie .picto-border .picto-text-content {
  height: 80px;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0; }

.zombie .content-title h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: fortuneo-futura-bold, sans-serif; }

.zombie .article-text {
  padding-top: 30px; }

section {
  padding-bottom: 50px; }

.section-title-wrapper {
  padding-top: 30px;
  padding-bottom: 35px; }

.several-cols .cols-item {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  float: left;
  display: block;
  margin-right: 0%;
  width: 91.66667%; }
  .several-cols .cols-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .several-cols .cols-item {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 30px; }
      .several-cols .cols-item:last-child {
        margin-right: 0; }
      .several-cols .cols-item:last-child {
        padding-bottom: 0px;
        border-bottom: none; }
      .several-cols .cols-item:first-child {
        margin-top: 0; } }
  @media screen and (min-width: 767px) {
    .several-cols .cols-item {
      border-bottom: none;
      padding-bottom: none;
      margin-left: 3%; } }
  .several-cols .cols-item .cols-title strong {
    font-family: "fortuneo-futura-bold"; }
  .several-cols .cols-item .cols-item-image-container {
    height: 100%;
    display: block;
    width: 100%;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    line-height: 0px;
    padding-bottom: 20px; }
    @media screen and (min-width: 767px) {
      .several-cols .cols-item .cols-item-image-container {
        padding-bottom: 20px; } }
    @media screen and (min-width: 767px) and (max-width: 1024px) {
      .several-cols .cols-item .cols-item-image-container {
        padding-bottom: 20px; } }
    .several-cols .cols-item .cols-item-image-container img {
      display: inline-block; }
    .several-cols .cols-item .cols-item-image-container.content-image-svg img {
      width: 100%; }
    .several-cols .cols-item .cols-item-image-container.left {
      text-align: left; }
  .several-cols .cols-item .cols-text {
    float: left; }

@media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
  .several-cols .cols-item .cols-text {
    font-size: 1em; } }
    .several-cols .cols-item .cols-text em {
      font-family: "fortuneo-futura-bold", Arial, Verdana, sans-serif;
      color: #7bb310;
      font-style: normal;
      text-transform: uppercase; }
      .several-cols .cols-item .cols-text em a {
        position: relative; }
      .several-cols .cols-item .cols-text em a:after {
        content: " ";
        display: inline-block;
        background-image: url(/static/common/assets/images/icon/png/arrow-right-black.png);
        position: absolute;
        top: auto;
        left: auto;
        right: -20px;
        width: 16px;
        height: 12px;
        background-size: 16px 12px;
        bottom: 2px; }
        @media screen and (min-width: 767px) {
          .several-cols .cols-item .cols-text em a:after {
            bottom: 4px; } }
    .several-cols .cols-item .cols-text ul {
      list-style-type: none;
      list-style-size: 1em;
      padding-left: 20px; }
      .several-cols .cols-item .cols-text ul > li {
        margin-top: 0; }
        @media screen and (min-width: 767px) {
          .several-cols .cols-item .cols-text ul > li {
            margin-top: 10px; } }
      @media screen and (min-width: 767px) {
        .several-cols .cols-item .cols-text ul > li:first-child {
          margin-top: 0; } }
      .several-cols .cols-item .cols-text ul > li:before {
        position: absolute;
        margin-left: -20px;
        margin-top: -1px;
        font-size: 15px;
        color: #7bb310;
        content: "\25A0"; }
    .several-cols .cols-item .cols-text ol {
      list-style-type: decimal;
      padding-left: 20px;
      padding-bottom: 20px; }
      .several-cols .cols-item .cols-text ol > li {
        margin-top: 10px; }
    .several-cols .cols-item .cols-text img {
      margin-top: 10px;
      margin-bottom: -5px; }
    .several-cols .cols-item .cols-text code {
      display: block;
      border-bottom: 1px solid #d0d0d0;
      margin-bottom: 10px;
      color: #757575;
      padding-top: 20px; }
    .several-cols .cols-item .cols-text table {
      margin-bottom: 20px !important; }
    .several-cols .cols-item .cols-text *:last-child {
      padding-bottom: 0;
      margin-bottom: 0 !important; }
  .several-cols .cols-item .cols-textbig {
    float: left;
    padding-top: 0;
    position: relative;
    width: 100%;
    text-align: center; }
    .several-cols .cols-item .cols-textbig ul {
      list-style-type: none;
      list-style-size: 1em;
      padding-left: 20px; }
      .several-cols .cols-item .cols-textbig ul > li {
        font-family: fortuneo-futura-bold, sans-serif;
        margin-top: 0; }
        @media screen and (min-width: 767px) {
          .several-cols .cols-item .cols-textbig ul > li {
            margin-top: 10px; } }
      .several-cols .cols-item .cols-textbig ul > li:before {
        position: absolute;
        margin-left: -20px;
        margin-top: -1px;
        font-size: 15px;
        color: #7bb310;
        content: "\25A0"; }
    .several-cols .cols-item .cols-textbig strong {
      display: inline-block;
      line-height: 80px; }
      @media screen and (min-width: 767px) and (max-width: 1024px) {
        .several-cols .cols-item .cols-textbig strong {
          line-height: 60px; } }
    .several-cols .cols-item .cols-textbig p, .several-cols .cols-item .cols-textbig pre {
      margin: 0; }
    .several-cols .cols-item .cols-textbig em {
      display: inline-block;
      margin-top: 17px;
      vertical-align: top;
      font-size: 2.85714em;
      font-style: normal; }
      @media screen and (min-width: 767px) and (max-width: 1024px) {
        .several-cols .cols-item .cols-textbig em {
          font-size: 2.5em; } }
    .several-cols .cols-item .cols-textbig code {
      font-family: "fortuneo-futura-medium";
      border-bottom: none;
      color: #757575;
      display: block;
      margin-top: 32px;
      margin-bottom: 0;
      padding-top: 0; }
      @media screen and (min-width: 767px) {
        .several-cols .cols-item .cols-textbig code {
          font-size: 0.92857em;
          line-height: 1.5em;
          margin-top: 2px; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .several-cols .cols-item .cols-textbig code {
      line-height: 15px; } }
  .several-cols .cols-item .cols-link {
    padding-top: 20px;
    float: left;
    display: block;
    margin-right: 0%;
    width: 95.83333%;
    position: relative; }
    .several-cols .cols-item .cols-link:last-child {
      margin-right: 0; }
    @media screen and (min-width: 767px) {
      .several-cols .cols-item .cols-link {
        border-bottom: 0px;
        padding-top: 0; } }
    .several-cols .cols-item .cols-link .content-link {
      padding-left: 0; }
      @media screen and (min-width: 767px) {
        .several-cols .cols-item .cols-link .content-link {
          padding-top: 15px; } }

@media screen and (min-width: 767px) {
  .two-cols .cols-item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 45.83333%; }
    .two-cols .cols-item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 767px) {
  .three-cols .cols-item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 29.16667%; }
    .three-cols .cols-item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 767px) {
  .four-cols .cols-item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20.83333%; }
    .four-cols .cols-item:last-child {
      margin-right: 0; } }

.cols-images {
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 0px; }
  .cols-images .cols-item {
    float: none;
    display: inline-block;
    margin-left: 3%;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    vertical-align: bottom; }

.cols-images:after, .cols-title:after, .cols-subtitle:after, .cols-imageTex:after, .cols-text:after, .cols-link:after {
  content: " ";
  display: block;
  clear: both; }

.cols-images, .cols-title, .cols-subtitle, .cols-imageTex, .cols-link {
  display: none; }
  @media screen and (min-width: 767px) {
    .cols-images, .cols-title, .cols-subtitle, .cols-imageTex, .cols-link {
      display: block; } }

.cols-text .cols-item-image-container, .cols-text .content-title, .cols-text .content-subtitle, .cols-text .content-title-spacing, .cols-text .content-imagetext, .cols-text .cols-link {
  display: block; }
  @media screen and (min-width: 767px) {
    .cols-text .cols-item-image-container, .cols-text .content-title, .cols-text .content-subtitle, .cols-text .content-title-spacing, .cols-text .content-imagetext, .cols-text .cols-link {
      display: none !important; } }

.cols-item-space {
  display: none; }
  @media screen and (min-width: 767px) {
    .cols-item-space {
      display: block;
      height: 1px; } }

.fortuneo-footer {
  border-top: 1px solid #d0d0d0;
  padding-top: 30px;
  padding-bottom: 40px; }
  @media screen and (min-width: 767px) {
    .fortuneo-footer {
      padding-top: 50px;
      padding-bottom: 35px; } }
  .fortuneo-footer .footerLogo-container {
    padding-bottom: 30px; }
  @media screen and (min-width: 767px) {
    .fortuneo-footer .footer-logo {
      margin-top: -16px;
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%;
      margin-left: 0%; }
      .fortuneo-footer .footer-logo:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .fortuneo-footer .footer-logo {
      float: left;
      display: block;
      margin-right: 0%;
      width: 20.83333%;
      margin-top: -13px; }
      .fortuneo-footer .footer-logo:last-child {
        margin-right: 0; } }
  .fortuneo-footer .footer-logo .icon-logo-footer {
    float: left;
    display: block;
    margin-right: 0%;
    width: 41.66667%; }
    .fortuneo-footer .footer-logo .icon-logo-footer:last-child {
      margin-right: 0; }
    @media screen and (min-width: 767px) {
      .fortuneo-footer .footer-logo .icon-logo-footer {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        height: 57px; }
        .fortuneo-footer .footer-logo .icon-logo-footer:last-child {
          margin-right: 0; } }
  .fortuneo-footer .footer-logo .footer-logo-subtitle {
    color: #232323;
    font-size: 1em;
    padding-top: 10px;
    white-space: nowrap;
    text-align: left;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .fortuneo-footer .footer-logo .footer-logo-subtitle:last-child {
      margin-right: 0; }
    @media screen and (min-width: 767px) {
      .fortuneo-footer .footer-logo .footer-logo-subtitle {
        text-align: left;
        font-size: 1.25em;
        line-height: 1em; } }
  .fortuneo-footer .footer-social-follow {
    display: none !important;
    position: relative;
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
    margin-left: 4.16667%; }
    .fortuneo-footer .footer-social-follow:last-child {
      margin-right: 0; }
    @media screen and (min-width: 767px) {
      .fortuneo-footer .footer-social-follow {
        display: block !important;
        margin-left: 58.33333%; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .fortuneo-footer .footer-social-follow {
      margin-left: 54.16667%; } }
    .fortuneo-footer .footer-social-follow .social-follow {
      text-transform: uppercase;
      font-family: fortuneo-futura-bold, sans-serif;
      margin-bottom: 20px;
      font-size: 1.1em; }
  .fortuneo-footer .social-mobile {
    display: none;
    position: relative; }
    @media screen and (min-width: 767px) {
      .fortuneo-footer .social-mobile {
        display: none; } }
  .fortuneo-footer .social-twitter, .fortuneo-footer .social-google, .fortuneo-footer .social-facebook, .fortuneo-footer .social-youtube {
    opacity: 0.4; }
    .fortuneo-footer .social-twitter:hover, .fortuneo-footer .social-google:hover, .fortuneo-footer .social-facebook:hover, .fortuneo-footer .social-youtube:hover {
      cursor: hand;
      opacity: 0.6; }
  @media screen and (min-width: 767px) {
    .fortuneo-footer .social-twitter {
      position: absolute;
      top: 40px;
      left: -5px;
      right: auto;
      width: 50px;
      height: 40px;
      background-size: 50px 40px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/twitter.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/twitter.png',sizingMethod='scale')"; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .fortuneo-footer .social-twitter {
      position: absolute;
      top: 35px;
      left: -5px;
      right: auto;
      width: 45px;
      height: 35px;
      background-size: 45px 35px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/twitter.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/twitter.png',sizingMethod='scale')"; } }
  @media screen and (min-width: 767px) {
    .fortuneo-footer .social-google {
      position: absolute;
      top: 40px;
      left: 0;
      right: auto;
      width: 50px;
      height: 40px;
      background-size: 50px 40px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/googleplus.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/googleplus.png',sizingMethod='scale')";
      margin-left: 50px; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .fortuneo-footer .social-google {
      position: absolute;
      top: 35px;
      left: 0;
      right: auto;
      width: 45px;
      height: 35px;
      background-size: 45px 35px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/googleplus.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/googleplus.png',sizingMethod='scale')";
      margin-left: 45px; } }
  @media screen and (min-width: 767px) {
    .fortuneo-footer .social-facebook {
      position: absolute;
      top: 40px;
      left: 0;
      right: auto;
      width: 50px;
      height: 40px;
      background-size: 50px 40px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/facebook.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/facebook.png',sizingMethod='scale')";
      margin-left: 105px; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .fortuneo-footer .social-facebook {
      position: absolute;
      top: 35px;
      left: 0;
      right: auto;
      width: 45px;
      height: 35px;
      background-size: 45px 35px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/facebook.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/facebook.png',sizingMethod='scale')";
      margin-left: 95px; } }
  @media screen and (min-width: 767px) {
    .fortuneo-footer .social-youtube {
      position: absolute;
      top: 40px;
      left: 0;
      right: auto;
      width: 50px;
      height: 40px;
      background-size: 50px 40px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/youtube.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/youtube.png',sizingMethod='scale')";
      margin-left: 160px; } }
  @media screen and (min-width: 767px) and (min-width: 767px) and (max-width: 1024px) {
    .fortuneo-footer .social-youtube {
      position: absolute;
      top: 35px;
      left: 0;
      right: auto;
      width: 45px;
      height: 35px;
      background-size: 45px 35px;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/youtube.png',sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/assets/images/icon/png/youtube.png',sizingMethod='scale')";
      margin-left: 145px; } }

.legal-footer {
  border-top: 20px solid #88c648; }

/*# sourceMappingURL=oldBrowsers.css.map */
