/*! 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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; }

@font-face {
  font-family: 'Montserrat-regular';
  src: url("../fonts/montserrat-regular.eot");
  src: url("../fonts/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff"), url("../fonts/montserrat-regular.ttf") format("truetype"), url("../fonts/montserrat-regular.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-medium';
  src: url("../fonts/montserrat-medium.eot");
  src: url("../fonts/montserrat-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff"), url("../fonts/montserrat-medium.ttf") format("truetype"), url("../fonts/montserrat-medium.svg#montserratmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-light';
  src: url("../fonts/montserrat-light.eot");
  src: url("../fonts/montserrat-light.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light.woff2") format("woff2"), url("../fonts/montserrat-light.woff") format("woff"), url("../fonts/montserrat-light.ttf") format("truetype"), url("../fonts/montserrat-light.svg#montserratmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Edenred-medium';
  src: url("../fonts/edenred_medium.eot");
  src: url("../fonts/edenred_medium?#iefix") format("embedded-opentype"), url("../fonts/edenred_medium.woff2") format("woff2"), url("../fonts/edenred_medium.woff") format("woff"), url("../fonts/edenred_medium.ttf") format("truetype"), url("../fonts/edenred_medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Edenred-light';
  src: url("../fonts/edenred_light.eot");
  src: url("../fonts/edenred_light?#iefix") format("embedded-opentype"), url("../fonts/edenred_light.woff2") format("woff2"), url("../fonts/edenred_light.woff") format("woff"), url("../fonts/edenred_light.ttf") format("truetype"), url("../fonts/edenred_light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Form */
form {
  margin: 0 0 1em 0; }
  @media only screen and (max-width: 880px) {
    form {
      margin: 0; } }
  form ul li {
    display: inline-block;
    width: 46%;
    margin-right: 7%;
    vertical-align: top; }
    @media only screen and (max-width: 880px) {
      form ul li {
        width: 100%;
        margin-right: 0; } }
    form ul li.child-select-2 select {
      display: inline-block;
      width: 48%;
      margin-right: 2%; }
      form ul li.child-select-2 select:last-child {
        margin-right: 0; }
    form ul li.child-select-2 div {
      display: inline-block;
      height: 40px;
      padding-top: 0.6rem;
      margin-left: 2rem; }
      @media only screen and (max-width: 880px) {
        form ul li.child-select-2 div {
          margin-left: 0.5rem; } }
      form ul li.child-select-2 div input {
        margin-right: 0.5rem; }
    form ul li.child-select-2 label label {
      position: relative;
      display: inline-block;
      min-width: 4em;
      vertical-align: super;
      cursor: pointer; }
      form ul li.child-select-2 label label:first-child {
        margin-right: 1rem; }
    form ul li:nth-child(1) span, form ul li:nth-child(2) span {
      margin: 0 0 1rem 2rem; }
      @media only screen and (max-width: 880px) {
        form ul li:nth-child(1) span, form ul li:nth-child(2) span {
          margin: 0 0 0.75rem 0.5rem; } }
  form ul.inline {
    margin-top: 2rem; }
    @media only screen and (max-width: 880px) {
      form ul.inline {
        margin-top: 0; } }
    form ul.inline li {
      width: 100%;
      margin-bottom: 1rem;
      margin-right: 0; }
      @media only screen and (max-width: 880px) {
        form ul.inline li {
          margin-bottom: 0; } }
      form ul.inline li span {
        display: inline-block;
        width: 73%;
        margin: 0 2% 0 0;
        text-align: right;
        line-height: 1.6em; }
        @media only screen and (max-width: 880px) {
          form ul.inline li span {
            width: 100%;
            text-align: left;
            margin: 0 0 0.5rem 0; } }
      form ul.inline li input {
        display: inline-block;
        width: 24%; }
        @media only screen and (max-width: 880px) {
          form ul.inline li input {
            width: 100%; } }
      form ul.inline li.child-select-2 label label {
        position: relative;
        display: inline-block;
        min-width: 4em;
        vertical-align: super;
        cursor: pointer; }
        form ul.inline li.child-select-2 label label:first-child {
          margin-right: 1rem; }
      form ul.inline li.child-select-2 div {
        display: inline-block;
        position: relative;
        width: 24%;
        margin: 0;
        vertical-align: super; }
        @media only screen and (max-width: 880px) {
          form ul.inline li.child-select-2 div {
            width: 100%; } }
      @media only screen and (max-width: 880px) {
        form ul.inline li.child-select-2 .right {
          text-align: left; } }
      form ul.inline li.child-select-2 .right label {
        padding-left: 1.8em; }
    form ul.inline p {
      font-size: 0.95em;
      margin: 0.5rem 0 0;
      color: #00859b;
      padding: 0 1rem; }
      @media only screen and (max-width: 880px) {
        form ul.inline p {
          padding: 0; } }
    form ul.inline.margin1 {
      margin-top: 1rem; }
  form .btn.btn-bg-blue {
    height: 40px;
    padding: 0.55rem 1.5rem;
    margin-top: 1rem;
    min-width: 40%;
    text-align: center; }

label {
  display: block;
  margin: 0 0 1em 0; }
  label span {
    display: block;
    margin: 1.5rem 0 1rem 2rem; }
    @media only screen and (max-width: 880px) {
      label span {
        margin: 0 0 0.75rem 0.5rem; } }
    label span.vTop {
      vertical-align: top; }

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  height: 35px;
  border-radius: 20px;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="tel"]:invalid,
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  select:invalid,
  textarea:invalid {
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type="tel"].cleaner,
  input[type="text"].cleaner,
  input[type="password"].cleaner,
  input[type="email"].cleaner,
  select.cleaner,
  textarea.cleaner {
    display: none; }

.select-wrapper {
  display: block;
  position: relative; }
  .select-wrapper:before {
    content: '\f078';
    display: block;
    height: _size(element-height);
    line-height: _size(element-height);
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: _size(element-height); }
  .select-wrapper select::-ms-expand {
    display: none; }

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: _size(element-height); }

textarea {
  padding: 0.75em 1em; }

.formNoMar {
  margin: 0; }

input[type="checkbox"] + label:before {
  border-radius: 20px; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  opacity: 1.0; }

:-moz-placeholder {
  opacity: 1.0; }

::-moz-placeholder {
  opacity: 1.0; }

:-ms-input-placeholder {
  opacity: 1.0; }

.formerize-placeholder {
  opacity: 1.0; }

label {
  color: _palette(, fg-bold); }

input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  background: #FFFFFF;
  border-color: #323232; }
  input[type="tel"]:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  select:hover,
  textarea:hover {
    background: #fafafa; }
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    border-color: #00859b; }

.select-wrapper:before {
  color: _palette(, border); }

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: _palette(, fg); }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    background: _palette(, border-bg);
    border-color: _palette(, border); }
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: _palette(, fg-bold);
  border-color: _palette(, fg-bold);
  color: _palette(, bg); }
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: _palette(accent);
  -webkit-box-shadow: 0 0 0 1px _palette(accent);
          box-shadow: 0 0 0 1px _palette(accent); }

::-webkit-input-placeholder {
  color: _palette(, fg-light) !important; }

:-moz-placeholder {
  color: _palette(, fg-light) !important; }

::-moz-placeholder {
  color: _palette(, fg-light) !important; }

:-ms-input-placeholder {
  color: _palette(, fg-light) !important; }

.formerize-placeholder {
  color: _palette(, fg-light) !important; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
  [type="radio"]:checked + span,
  [type="radio"]:not(:checked) + span {
    position: absolute;
    left: 0;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
    [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
      content: '';
      position: absolute;
      left: 6px;
      top: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #323232;
      border-radius: 100%;
      background: #fff; }
      .optionLine [type="radio"]:checked + span:before,
      .optionLine [type="radio"]:not(:checked) + span:before {
        left: -21px;
        top: -24px; }
        @media only screen and (max-width: 880px) {
          .optionLine [type="radio"]:checked + span:before,
          .optionLine [type="radio"]:not(:checked) + span:before {
            left: 6px;
            top: 0; } }
    [type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #00859b;
      position: absolute;
      top: 4px;
      left: 10px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .optionLine [type="radio"]:checked + span:after,
      .optionLine [type="radio"]:not(:checked) + span:after {
        top: -20px;
        left: -17px; }
        @media only screen and (max-width: 880px) {
          .optionLine [type="radio"]:checked + span:after,
          .optionLine [type="radio"]:not(:checked) + span:after {
            top: 4px;
            left: 10px; } }

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

html {
  font-size: 16px; }

body {
  font-family: 'Montserrat-light';
  color: #323232; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.nav-main a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: red; }
  .nav-main a:hover {
    color: #00859b; }

.nav-secondary a {
  text-decoration: none; }

abbr {
  cursor: help; }

a {
  color: #00859b;
  text-decoration: underline;
  font-family: 'Montserrat-medium';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: red; }
  a:hover {
    color: #162056; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    display: inline-block;
    /* &:last-child {
    	margin-bottom: 0;
    } */ }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Edenred-medium';
  margin: 0; }

h1 {
  font-size: 4rem; }
  @media only screen and (max-width: 880px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 2rem;
  color: #00859b;
  margin-bottom: 1rem; }
  h2 strong {
    font-family: 'Edenred-medium';
    color: #78BE20; }
  @media only screen and (max-width: 880px) {
    h2 {
      font-size: 1.25rem; } }

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #00859b; }
  h3.underline {
    padding-bottom: 1.5rem;
    position: relative; }
    h3.underline:after {
      display: block;
      width: 161px;
      height: 17px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .network h3 {
    text-align: center; }
  h3.blue.underline:after {
    content: url("../images/title_underline_blue.png"); }
  h3.white.underline:after {
    content: url("../images/title_underline_white.png"); }

h5 {
  font-size: 1.25rem;
  margin: 1rem 0; }
  @media only screen and (max-width: 880px) {
    h5 {
      font-size: 1.2rem; } }

p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 1rem; }
  @media only screen and (max-width: 880px) {
    p {
      font-size: 1rem; } }

strong {
  font-family: 'Montserrat-medium';
  font-weight: normal; }

.blue {
  color: #00859b; }

.white {
  color: #FFFFFF; }

.green {
  color: #78BE20; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.btn {
  font-family: 'Edenred-medium';
  text-transform: uppercase;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
  border-radius: 60px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  z-index: 2; }
  .btn.btn-blue {
    background: #00859b;
    color: #FFFFFF;
    border: 2px solid #FFFFFF; }
    .btn.btn-blue:hover {
      background: #FFFFFF;
      color: #00859b; }
    .mobilitycolor .btn.btn-blue {
      background-color: #162056; }
  .btn.btn-bg-blue {
    background: #00859b;
    color: #FFFFFF;
    border: 2px solid transparent; }
    .mobilitycolor .btn.btn-bg-blue {
      background-color: #162056; }
    .btn.btn-bg-blue:hover {
      background: #005968; }
    @media only screen and (max-width: 880px) {
      .btn.btn-bg-blue.active {
        background: #78BE20; }
        .btn.btn-bg-blue.active:hover {
          background: #78BE20; } }
  .btn.btn-white {
    background: #FFFFFF;
    color: #00859b;
    border: 2px solid #FFFFFF; }
    .btn.btn-white:hover {
      background: #78BE20;
      color: #FFFFFF;
      border: 2px solid #78BE20; }
  .btn.btn-grey {
    background: #E6E6E6;
    border: 2px solid #162056;
    color: #162056; }
    .mobilitycolor .btn.btn-grey {
      color: #00859b;
      border: 2px solid #00859b; }
    .btn.btn-grey:hover {
      background: #00859b;
      color: #FFFFFF; }
    .btn.btn-grey.visual {
      cursor: default;
      max-width: 24rem;
      border: 2px solid #162056;
      color: #162056; }
      .mobilitycolor .btn.btn-grey.visual {
        background: #E6E6E6;
        color: #00859b;
        border: 2px solid #00859b; }
      .btn.btn-grey.visual:hover {
        background: #E6E6E6;
        color: #00859b; }
  .btn.btn-contact {
    color: #FFFFFF;
    background: #00859b;
    padding: 1.25rem 2rem;
    padding-left: 120px;
    margin-top: 100px;
    border-radius: 10px; }
    .btn.btn-contact:hover {
      background: #00434f; }
    .btn.btn-contact.employer, .btn.btn-contact.employee {
      position: relative; }
      .btn.btn-contact.employer:after, .btn.btn-contact.employee:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        left: 20px; }
    .btn.btn-contact.employer:after {
      content: url("../images/contact_employer.png"); }
    .btn.btn-contact.employee:after {
      content: url("../images/contact_employee.png"); }
  .btn.no-margin {
    margin-right: 0; }
  .btn.btn-border {
    height: 40px;
    background-color: transparent;
    color: #00859b;
    border: 2px solid #00859b;
    padding: 0.45rem 1.5rem; }
    .btn.btn-border:hover {
      background: #00859b;
      color: #FFFFFF; }
  @media only screen and (max-width: 880px) {
    .btn {
      text-align: center;
      width: 100%;
      margin-top: 1rem;
      border-radius: 10px; } }

.network .btn.btn-bg-blue {
  background: #162056; }
  .mobilitycolor .network .btn.btn-bg-blue {
    background: #00859b; }

.btn-line {
  position: relative; }
  .btn-line:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 133, 155, 0)), color-stop(50%, #00859b), to(rgba(0, 133, 155, 0)));
    background: linear-gradient(to right, rgba(0, 133, 155, 0) 0%, #00859b 50%, rgba(0, 133, 155, 0) 100%);
    z-index: 1; }

.bg-blue {
  background: #00859b; }

.container {
  max-width: 1170px;
  padding: 0 1rem;
  margin: 0 auto; }

.hidden-mobile {
  display: block; }
  @media only screen and (max-width: 880px) {
    .hidden-mobile {
      display: none; } }

.hidden {
  display: none !important; }

.visible-mobile {
  display: none; }
  @media only screen and (max-width: 880px) {
    .visible-mobile {
      display: block; } }

header {
  background: #FFFFFF;
  width: 100%;
  height: 115px;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media only screen and (max-width: 880px) {
    header {
      height: 85px; } }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header nav .btn {
      margin: 0; }
    header nav .logo {
      width: auto;
      height: 50px; }
    header nav .nav-secondary {
      width: 100%;
      margin-bottom: 1rem; }
      header nav .nav-secondary li {
        padding-right: 1rem;
        margin-right: 1rem;
        border-right: 1px solid #323232; }
        header nav .nav-secondary li:last-child {
          padding-right: 0;
          margin-right: 0;
          border: none; }
        header nav .nav-secondary li .lang {
          font-family: 'Montserrat-medium'; }
      @media only screen and (max-width: 880px) {
        header nav .nav-secondary {
          display: none; } }
    header nav .nav-main {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      header nav .nav-main ul li {
        padding-right: 0;
        margin-right: 1.5rem; }
        header nav .nav-main ul li:last-child {
          padding-right: 0;
          margin-right: 0;
          border: none; }
        header nav .nav-main ul li a {
          font-family: 'Montserrat-medium';
          text-transform: uppercase; }
          header nav .nav-main ul li a.btn:hover {
            background: #78BE20;
            color: #fff; }
      @media only screen and (max-width: 880px) {
        header nav .nav-main {
          display: none; } }

.nav-mobile {
  width: 100%;
  display: none; }
  @media only screen and (max-width: 880px) {
    .nav-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .nav-mobile .menu-toggle {
        width: 35px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer; }
      .nav-mobile .menu-toggle span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #162056;
        border-radius: 60px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
      .nav-mobile .menu-toggle span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      .nav-mobile .menu-toggle span:nth-child(2) {
        top: 11px;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      .nav-mobile .menu-toggle span:nth-child(3) {
        top: 22px;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      .nav-mobile .menu-toggle.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 5px; }
      .nav-mobile .menu-toggle.open span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      .nav-mobile .menu-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 5px; } }

.menu-mobile {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0); }
  @media only screen and (max-width: 880px) {
    .menu-mobile {
      display: block;
      background: #FFFFFF;
      width: 100vw;
      min-height: 100vh;
      padding: 1.5rem;
      position: absolute;
      top: 85px;
      right: 0;
      z-index: 5; }
      .menu-mobile li {
        display: block; }
        .menu-mobile li a {
          display: block;
          width: 100%;
          font-size: 1.15rem;
          margin: 0 0 2rem;
          text-decoration: none; }
          .menu-mobile li a.main {
            font-family: 'Montserrat-medium';
            text-transform: uppercase; }
        .menu-mobile li .btn {
          display: inline-block;
          text-align: center;
          width: auto; } }
  .menu-mobile.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.hide-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh; }
  .hide-menu.visible {
    display: block; }

.presentation {
  color: #FFFFFF;
  background: url("../images/presentation_background.png") no-repeat;
  background-size: cover;
  padding: 7rem 0;
  margin-top: 115px;
  position: relative; }
  @media only screen and (max-width: 880px) {
    .presentation {
      padding: 1.5rem 0;
      margin-top: 85px; } }
  .presentation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .presentation-content {
    width: 70%; }
    @media only screen and (max-width: 880px) {
      .presentation-content {
        width: 100%; } }
    .presentation-content p {
      font-size: 1.5rem; }
      @media only screen and (max-width: 880px) {
        .presentation-content p {
          font-size: 1.125rem; } }
    .presentation-content-video {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      @media only screen and (max-width: 880px) {
        .presentation-content-video {
          text-align: center;
          position: relative; }
          .presentation-content-video img {
            max-width: 140px; } }
  .presentation .video-wrapper {
    background: #00859b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }
    .presentation .video-wrapper.in {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .presentation .video {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .presentation .video.in {
      opacity: 1; }

.budget,
.mobilityDeals {
  background: #E6E6E6;
  padding: 2rem 0;
  overflow: hidden; }
  @media only screen and (max-width: 880px) {
    .budget,
    .mobilityDeals {
      background: #FFFFFF;
      padding: 1.5rem 0 0; } }
  .budget h2 strong,
  .mobilityDeals h2 strong {
    text-transform: uppercase;
    text-decoration: none; }
  @media only screen and (max-width: 880px) {
    .budget h2 br,
    .mobilityDeals h2 br {
      display: none; } }
  .budget h3,
  .mobilityDeals h3 {
    margin: 2rem 0; }
  .budget-content,
  .mobilityDeals-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .budget-col,
  .mobilityDeals-col {
    width: 48%; }
    @media only screen and (max-width: 880px) {
      .budget-col,
      .mobilityDeals-col {
        width: 100%; } }
    .budget-col:nth-child(2),
    .mobilityDeals-col:nth-child(2) {
      margin-bottom: 2rem; }
  .budget-bloc,
  .mobilityDeals-bloc {
    background: #FFFFFF;
    font-size: 1.125rem;
    border-radius: 0 0 10px 10px; }
    @media only screen and (max-width: 880px) {
      .budget-bloc,
      .mobilityDeals-bloc {
        background: none;
        font-size: 1rem;
        border-radius: 0; } }
    .budget-bloc.mobilite-belgique,
    .mobilityDeals-bloc.mobilite-belgique {
      margin-bottom: 2rem; }
    .budget-bloc-content,
    .mobilityDeals-bloc-content {
      padding: 1rem 2rem; }
      @media only screen and (max-width: 880px) {
        .budget-bloc-content,
        .mobilityDeals-bloc-content {
          padding: 1rem 0 0; } }
      .budget-bloc-content .budget-pros,
      .mobilityDeals-bloc-content .budget-pros {
        padding: 2rem 0 2rem 5rem;
        position: relative;
        z-index: 2; }
        .budget-bloc-content .budget-pros:before, .budget-bloc-content .budget-pros:after,
        .mobilityDeals-bloc-content .budget-pros:before,
        .mobilityDeals-bloc-content .budget-pros:after {
          display: block;
          width: 60px;
          height: 54px;
          position: absolute;
          top: 1rem;
          left: 0;
          z-index: 2; }
        .budget-bloc-content .budget-pros span,
        .mobilityDeals-bloc-content .budget-pros span {
          display: block;
          position: relative;
          line-height: 1.5em;
          z-index: 2; }
        .budget-bloc-content .budget-pros.eco:before,
        .mobilityDeals-bloc-content .budget-pros.eco:before {
          content: url("../images/budget_pros_icon_eco.png"); }
        .budget-bloc-content .budget-pros.exchange,
        .mobilityDeals-bloc-content .budget-pros.exchange {
          /* &:after {
          	content:"";
          	background:url('../images/macaron-employee-best-choice.png');
          	background-size: contain;
          	height: 100px;
          	width: 100px;
          	transform: rotate(-20deg);
          	top: 15px;
          	left: -100px;
          
          	@include respond-to(mobile) {
          		top: 65px;
          		left: -20px;
          	}
          } */ }
          .budget-bloc-content .budget-pros.exchange:before,
          .mobilityDeals-bloc-content .budget-pros.exchange:before {
            content: url("../images/budget_pros_icon_exchange.png"); }
        .budget-bloc-content .budget-pros.cash:before,
        .mobilityDeals-bloc-content .budget-pros.cash:before {
          content: url("../images/budget_pros_icon_cash.png"); }
        @media only screen and (max-width: 880px) {
          .budget-bloc-content .budget-pros.exchange,
          .mobilityDeals-bloc-content .budget-pros.exchange {
            background: #00859b; } }
        .budget-bloc-content .budget-pros.exchange .arrow,
        .mobilityDeals-bloc-content .budget-pros.exchange .arrow {
          width: 140%;
          max-width: 720px;
          position: absolute;
          top: -38px;
          right: -135px;
          -webkit-transform: scaleX(-1);
                  transform: scaleX(-1);
          left: auto;
          z-index: 1; }
          @media only screen and (max-width: 1080px) {
            .budget-bloc-content .budget-pros.exchange .arrow,
            .mobilityDeals-bloc-content .budget-pros.exchange .arrow {
              top: 0;
              right: -80px; } }
          @media only screen and (max-width: 880px) {
            .budget-bloc-content .budget-pros.exchange .arrow,
            .mobilityDeals-bloc-content .budget-pros.exchange .arrow {
              display: none; } }
        @media only screen and (max-width: 880px) {
          .budget-bloc-content .budget-pros,
          .mobilityDeals-bloc-content .budget-pros {
            width: 100%;
            padding: 2rem 1rem 2rem 6rem; }
            .budget-bloc-content .budget-pros:before,
            .mobilityDeals-bloc-content .budget-pros:before {
              top: 0.5rem;
              left: 1rem; } }
    .budget-bloc-mobility,
    .mobilityDeals-bloc-mobility {
      background: url("../images/mobility_edenred.png") right top no-repeat;
      background-size: cover;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
      position: relative;
      margin-top: -3px; }
      .budget-bloc-mobility:after,
      .mobilityDeals-bloc-mobility:after {
        content: url("../images/card-small2.png");
        display: block;
        position: absolute;
        top: -86px;
        right: 285px;
        z-index: 20;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
        @media only screen and (max-width: 880px) {
          .budget-bloc-mobility:after,
          .mobilityDeals-bloc-mobility:after {
            content: url("../images/card-small.png");
            top: -56px;
            right: 205px; } }
      .budget-bloc-mobility .budget-bloc-content,
      .mobilityDeals-bloc-mobility .budget-bloc-content {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
        padding-left: 4rem; }
      @media only screen and (max-width: 880px) {
        .budget-bloc-mobility .budget-bloc-content,
        .mobilityDeals-bloc-mobility .budget-bloc-content {
          padding: 1rem 2rem; } }

.solution {
  padding: 3rem 0; }
  @media only screen and (max-width: 880px) {
    .solution {
      padding: 1.5rem 0; } }
  .solution .solution-title {
    margin-bottom: 2rem;
    clear: both; }
    .solution .solution-title .logo {
      height: 50px;
      margin-right: 2rem;
      float: left; }
    .solution .solution-title h2 {
      margin: 0; }
  .solution .solution-advantages {
    margin: 3rem 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .solution .solution-advantages > div {
      width: 30%;
      position: relative; }
      .solution .solution-advantages > div:after {
        content: url("../images/icon_separator_column.png");
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
      .solution .solution-advantages > div span {
        display: block;
        min-height: 5.8rem; }
      .solution .solution-advantages > div img {
        display: block;
        margin: 0 auto 1.5rem; }
      .solution .solution-advantages > div:last-child:after {
        content: none; }
      @media only screen and (max-width: 880px) {
        .solution .solution-advantages > div {
          width: 100%; }
          .solution .solution-advantages > div:after {
            content: none; } }
    @media only screen and (max-width: 880px) {
      .solution .solution-advantages {
        margin: 0; }
        .solution .solution-advantages > div {
          margin-top: 2rem; } }
  .solution .solution-card {
    padding: 2rem 0;
    margin: 10rem 0 6rem; }
    @media only screen and (max-width: 880px) {
      .solution .solution-card {
        text-align: center;
        margin: 400px 0 1.5rem; } }
    .solution .solution-card .container {
      position: relative; }
    .solution .solution-card .card {
      max-width: 35%;
      position: absolute;
      top: -70px;
      left: 1rem; }
      @media only screen and (max-width: 880px) {
        .solution .solution-card .card {
          max-width: 60%;
          top: -400px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }
    .solution .solution-card .woman {
      position: absolute;
      top: -300px;
      right: 0; }
      @media only screen and (max-width: 880px) {
        .solution .solution-card .woman {
          width: 300px;
          top: -217px; } }
    .solution .solution-card .card-actions {
      width: 60%;
      margin-left: 40%; }
      @media only screen and (max-width: 880px) {
        .solution .solution-card .card-actions {
          width: 100%;
          margin: 0; } }

.testimonial {
  padding: 2rem 0 1rem;
  position: relative; }
  .testimonial .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .testimonial img {
    border-radius: 50%; }
  .testimonial .testimonial-post {
    width: 80%; }
  @media only screen and (max-width: 880px) {
    .testimonial {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 100px;
      margin-top: 50px; }
      .testimonial .testimonial-post {
        width: 100%; }
      .testimonial .testimonial-profil {
        position: absolute;
        top: -55px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .testimonial .testimonial-profil img {
          border: 5px solid #FFFFFF; } }

.profils {
  background: #E6E6E6;
  padding: 3rem 0; }
  @media only screen and (max-width: 880px) {
    .profils {
      background: #FFFFFF;
      padding: 1.5rem 0 0; } }
  .profils .profil-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .profils .profil-choice .profil {
      width: 48%;
      text-align: center;
      cursor: pointer; }
      @media only screen and (max-width: 880px) {
        .profils .profil-choice .profil {
          width: 100%; }
          .profils .profil-choice .profil img {
            max-width: 50%; } }
      .profils .profil-choice .profil img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .profils .profil-choice .profil img.dezoom {
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
        .profils .profil-choice .profil img.zoom {
          -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      .profils .profil-choice .profil.off {
        opacity: 0.1; }
        @media only screen and (max-width: 880px) {
          .profils .profil-choice .profil.off {
            opacity: 0.5; } }
      .profils .profil-choice .profil:hover .btn {
        background: #005968; }
      @media only screen and (max-width: 880px) {
        .profils .profil-choice .profil:first-child {
          margin-bottom: 2rem; } }
    @media only screen and (max-width: 880px) {
      .profils .profil-choice.move {
        margin-bottom: 2rem; } }
    .profils .profil-choice.first .profil {
      margin-bottom: 0; }
  .profils .profil-actions {
    width: 100%;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none; }
    @media only screen and (max-width: 880px) {
      .profils .profil-actions {
        margin-top: 1.5rem;
        display: block; } }
    .profils .profil-actions .action {
      width: 49%;
      position: relative;
      padding: 1em 2em 1em 7em;
      background: #00859b;
      border-radius: 10px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      -webkit-box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.31);
      box-shadow: inset 0px -4px 5px 0px rgba(0, 0, 0, 0.31);
      cursor: pointer; }
      @media only screen and (max-width: 880px) {
        .profils .profil-actions .action {
          width: 100%;
          margin-bottom: 1.5rem;
          padding: 0 0.5em 0 3.75em;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          border: 1px solid #00859b;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: none; } }
      .profils .profil-actions .action.hidden {
        display: none; }
      .profils .profil-actions .action img {
        height: 40px; }
      .profils .profil-actions .action p {
        margin: 0.5rem 0;
        font-size: 1.5rem;
        line-height: 1.85rem;
        min-height: 5.45rem;
        font-family: 'Edenred-medium';
        text-align: left;
        color: #FFFFFF; }
        @media only screen and (max-width: 880px) {
          .profils .profil-actions .action p {
            font-size: 1.1rem;
            line-height: 1.55rem;
            min-height: 4.45rem; } }
      .profils .profil-actions .action.actif {
        background-color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .profils .profil-actions .action.actif p {
          color: #00859b; }
        .profils .profil-actions .action.actif .car::before,
        .profils .profil-actions .action.actif .eligible::before,
        .profils .profil-actions .action.actif .solution-tab::before,
        .profils .profil-actions .action.actif .documentation::before {
          background: url("../images/icon_car.png") no-repeat;
          background-size: contain; }
        .profils .profil-actions .action.actif .eligible::before,
        .profils .profil-actions .action.actif .solution-tab::before {
          background: url("../images/icon_eligible.png") no-repeat;
          background-size: contain; }
        .profils .profil-actions .action.actif .documentation::before {
          background: url("../images/icon_doc.png") no-repeat;
          background-size: contain; }
      .profils .profil-actions .action a {
        color: #FFFFFF; }
      .profils .profil-actions .action .car::before,
      .profils .profil-actions .action .eligible::before,
      .profils .profil-actions .action .solution-tab::before,
      .profils .profil-actions .action .documentation::before {
        content: "";
        display: block;
        position: absolute;
        top: 32%;
        left: 1.8em;
        width: 4em;
        height: 3em;
        background: url("../images/icon_car_neg.png") no-repeat;
        background-size: contain; }
        @media only screen and (max-width: 880px) {
          .profils .profil-actions .action .car::before,
          .profils .profil-actions .action .eligible::before,
          .profils .profil-actions .action .solution-tab::before,
          .profils .profil-actions .action .documentation::before {
            top: 38.3%;
            left: 0.75em;
            width: 2em;
            height: 2em; } }
      .profils .profil-actions .action .eligible::before {
        background: url("../images/icon_eligible_neg.png") no-repeat;
        background-size: contain; }
      .profils .profil-actions .action .eligible p {
        padding: 0.9rem 0; }
      .profils .profil-actions .action .solution-tab::before {
        background: url("../images/icon_eligible_neg.png") no-repeat;
        background-size: contain; }
      .profils .profil-actions .action .documentation::before {
        background: url("../images/icon_doc_neg.png") no-repeat;
        background-size: contain; }
      .profils .profil-actions .action .documentation p {
        padding: 0.5rem 0; }
  .profils *[class^="profil-actions-form"] {
    display: none;
    background-color: #FFFFFF;
    padding: 3rem 2rem 0;
    position: relative; }
    @media only screen and (max-width: 880px) {
      .profils *[class^="profil-actions-form"] {
        padding: 1rem 0 0; } }
    .profils *[class^="profil-actions-form"][class$="-employee-resultat"] {
      padding-bottom: 1rem; }
    .profils *[class^="profil-actions-form"] h3 {
      margin-bottom: 0; }
  .profils .abs-1 {
    position: absolute;
    width: 95%; }
    @media only screen and (max-width: 880px) {
      .profils .abs-1 {
        position: relative; } }

.table-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .table-result ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.6em;
    text-align: end; }
    .table-result ul li {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      padding: 1.5em;
      margin: 0; }
      @media only screen and (max-width: 880px) {
        .table-result ul li {
          padding: 0.5em; } }
      .table-result ul li:nth-child(1) {
        width: 60%; }
        @media only screen and (max-width: 880px) {
          .table-result ul li:nth-child(1) {
            width: 100%;
            text-align: left; } }
      .table-result ul li:nth-child(2) {
        background-color: #ebf5f7; }
      .table-result ul li:nth-child(2), .table-result ul li:nth-child(3) {
        width: 20%;
        font-family: 'Montserrat-medium'; }
        @media only screen and (max-width: 880px) {
          .table-result ul li:nth-child(2), .table-result ul li:nth-child(3) {
            width: 50%; } }
  .table-result + ul li {
    width: 49%;
    line-height: 1.6em;
    vertical-align: bottom; }
    @media only screen and (max-width: 880px) {
      .table-result + ul li {
        width: 100%;
        margin-bottom: 0.5em; } }
    .table-result + ul li label {
      margin: 0.5em 0 0 0; }
    .table-result + ul li:last-child {
      vertical-align: top; }
  .table-result.first ul:first-child {
    font-size: 1.15em;
    color: #C4D600; }
    .table-result.first ul:first-child span {
      border-bottom: 1px solid #C4D600; }
    @media only screen and (max-width: 880px) {
      .table-result.first ul:first-child li:first-child {
        display: none; } }
  .table-result.first + .inline {
    margin-bottom: 1.5rem; }
    .table-result.first + .inline span {
      width: 57.5%; }
      @media only screen and (max-width: 880px) {
        .table-result.first + .inline span {
          width: 100%; } }
    .table-result.first + .inline input {
      width: 40%; }
      @media only screen and (max-width: 880px) {
        .table-result.first + .inline input {
          width: 100%; } }
  .table-result.last ul:last-child {
    margin-bottom: 2em;
    border-bottom: none;
    font-size: 1.15em;
    font-family: 'Montserrat-medium';
    color: #162056; }
    .table-result.last ul:last-child li:first-child {
      background-color: #c7e3e8; }
      @media only screen and (max-width: 880px) {
        .table-result.last ul:last-child li:first-child {
          text-align: center; } }

iframe {
  width: 100%;
  height: 39rem; }
  @media only screen and (max-width: 880px) {
    iframe {
      height: 65rem; } }
  @media only screen and (max-width: 880px) {
    iframe.video {
      height: 26rem; } }
  iframe.survey {
    height: 25rem; }
  .iframeFilterPartner iframe {
    height: 76em; }
    @media only screen and (max-width: 880px) {
      .iframeFilterPartner iframe {
        height: 100em; } }

.network {
  padding: 3rem 0; }
  @media only screen and (max-width: 880px) {
    .network {
      padding: 0 0 1.5rem; } }
  .mobilitycolor .network {
    padding: 0; }
  .network .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .network h3 {
    margin: 1rem 0 2rem; }
  .network h2 {
    color: #162056; }
    .mobilitycolor .network h2 {
      color: #00859b; }
  .network .mobility-items {
    font-family: 'Montserrat-medium';
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .network .mobility-items .mobility-item {
      width: 15%;
      cursor: pointer; }
      .network .mobility-items .mobility-item img {
        height: 60px;
        margin-bottom: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .network .mobility-items .mobility-item img.dezoom {
          -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8); }
        .network .mobility-items .mobility-item img.zoom {
          -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }
        @media only screen and (max-width: 880px) {
          .network .mobility-items .mobility-item img {
            max-height: 25px; } }
      @media only screen and (max-width: 880px) {
        .network .mobility-items .mobility-item p {
          display: none; } }
      .network .mobility-items .mobility-item.off {
        opacity: 0.25; }
  .network .mobility-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .network .mobility-partners:before {
      content: url("../images/border_mobility_partners_mobilityColor.png");
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      .mobilitycolor .network .mobility-partners:before {
        content: url("../images/border_mobility_partners.png"); }
    .network .mobility-partners img {
      padding: 1rem;
      max-width: 10rem;
      margin: 0.9rem;
      vertical-align: middle; }
      @media only screen and (max-width: 880px) {
        .network .mobility-partners img {
          max-width: 5.5rem;
          margin: 1.5rem 0.4rem 0rem; } }
    .network .mobility-partners a {
      position: relative;
      color: #162056; }
    .network .mobility-partners h4 {
      position: absolute;
      width: 100%;
      top: 1.5em;
      text-decoration: none;
      text-align: center; }
    .network .mobility-partners p {
      margin: 3em; }
    .mobilitycolor .network .mobility-partners a, .mobilitycolor .network .mobility-partners h4 {
      color: #00859b; }
  .network .mobility-contact {
    margin-top: 2rem; }
  .network .hidden {
    display: none; }

.faq {
  background-color: #E6E6E6; }
  .faq .container {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .faq .contact {
    background-color: #FFFFFF; }
    .faq .contact h2 {
      font-family: 'Edenred-light';
      text-align: center;
      text-transform: uppercase; }
      .faq .contact h2 strong {
        font-family: 'Edenred-medium';
        color: #00859b; }
  .faq .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .faq .buttons a:first-child {
      margin-right: 4rem; }
  @media only screen and (max-width: 880px) {
    .faq {
      padding: 1.5rem 0; }
      .faq .buttons a, .faq .buttons a:first-child {
        margin-right: 0; } }

.survey {
  background-size: cover; }
  .survey.politique {
    background: url("../images/budget_survey.png") no-repeat;
    background-size: cover;
    margin: 0 0 1.5rem; }
  .survey.files {
    background: url("../images/files_survey.jpg") no-repeat;
    background-size: cover; }
  .survey .ribbon {
    width: 70%;
    position: relative; }
    @media only screen and (max-width: 880px) {
      .survey .ribbon {
        width: 100%; } }
    .survey .ribbon p {
      font-size: 1.75rem;
      padding: 3rem 4rem 3rem 0;
      margin: 0;
      position: relative;
      z-index: 2; }
      .survey .ribbon p .number {
        font-family: 'Edenred-medium';
        font-size: 3rem; }
      @media only screen and (max-width: 880px) {
        .survey .ribbon p {
          font-size: 1.25rem;
          padding: 1.5rem 2rem 1.5rem 0;
          line-height: 2.25rem; }
          .survey .ribbon p .number {
            line-height: 2.25rem; } }
    .survey .ribbon span {
      line-height: 0.6em; }
    .survey .ribbon:after {
      content: '';
      display: block;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 133, 155, 0)), to(#00859b));
      background: linear-gradient(to right, rgba(0, 133, 155, 0) 0%, #00859b 100%);
      height: 100%;
      width: calc(100% + 100vw);
      border-radius: 0 200px 200px 0;
      margin-left: -100vw;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

footer {
  color: #FFFFFF;
  background: #323232;
  padding: 2rem 0; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 880px) {
      footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media only screen and (max-width: 880px) {
    footer .footer-logo {
      display: none; } }
  footer .footer-nav {
    text-align: right; }
    @media only screen and (max-width: 880px) {
      footer .footer-nav {
        text-align: center; } }
    footer .footer-nav ul {
      margin-bottom: 2rem; }
      footer .footer-nav ul li {
        border-right: 1px solid #FFFFFF;
        padding-right: 1rem;
        margin-right: 1rem; }
        footer .footer-nav ul li:last-child {
          padding-right: 0;
          margin-right: 0;
          border: none; }
        @media only screen and (max-width: 880px) {
          footer .footer-nav ul li {
            display: block;
            padding-right: 0;
            margin-right: 0;
            margin-bottom: 1.5rem;
            border: none; }
            footer .footer-nav ul li:last-child {
              padding-right: 0;
              margin-right: 0;
              border: none; }
            footer .footer-nav ul li.social {
              display: inline-block; }
              footer .footer-nav ul li.social:first-child {
                margin-right: 1.5rem; } }
      footer .footer-nav ul a {
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase; }
      footer .footer-nav ul img {
        position: relative;
        top: 2px; }
  @media only screen and (max-width: 880px) {
    footer .footer-app {
      margin-bottom: 1rem; } }
  footer .footer-app .mobility-link {
    position: relative;
    margin: 0.4rem 0 1rem;
    text-align: center;
    font-family: 'Montserrat-medium';
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none; }
    @media only screen and (max-width: 880px) {
      footer .footer-app .mobility-link {
        text-align: center; } }
  footer .footer-app li {
    width: 49%;
    text-align: center; }
    footer .footer-app li a {
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase; }

[class$="image-desktop"],
[class$="section-desktop"] {
  display: block; }
  @media only screen and (max-width: 880px) {
    [class$="image-desktop"],
    [class$="section-desktop"] {
      display: none; } }

[class$="image-mobile"],
[class$="section-mobile"] {
  display: none; }
  @media only screen and (max-width: 880px) {
    [class$="image-mobile"],
    [class$="section-mobile"] {
      display: block; } }

[class$="section-desktop"],
[class$="section-mobile"] {
  text-align: center;
  width: 970px;
  margin: 0 auto; }
  @media only screen and (max-width: 880px) {
    [class$="section-desktop"],
    [class$="section-mobile"] {
      width: 300px;
      margin: auto; } }
  [class$="section-desktop"] iframe,
  [class$="section-mobile"] iframe {
    height: 250px;
    margin-bottom: 1.5em; }

.mobilityDeals {
  text-align: center; }

.imageBudgetMobility {
  position: relative; }
  .imageBudgetMobility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 880px) {
      .imageBudgetMobility ul {
        margin-top: 2.5rem; } }
    .imageBudgetMobility ul .imgMobility-item {
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .imageBudgetMobility ul .imgMobility-item:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

/*# sourceMappingURL=styles.css.map */