@charset "UTF-8";
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,900&subset=latin,vietnamese,latin-ext);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*  XXS - XS - S - M - L - XL - XXL  */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.roll {
  text-decoration: none;
}
.roll:hover, .roll:focus {
  text-decoration: underline;
}

.hide {
  display: none;
}

.mask {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  width: 1px !important;
  height: 1px;
  overflow: hidden;
}

.unmask {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
}

.list {
  margin: 0;
  padding: 0;
  border: 0;
}
.list:after {
  content: "";
  display: table;
  clear: both;
}
.list li,
.list dt,
.list dd {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
}
.list li:first-child, .list li.first,
.list dt:first-child,
.list dt.first,
.list dd:first-child,
.list dd.first {
  padding-left: 0;
}
.list li:last-child,
.list dt:last-child,
.list dd:last-child {
  padding-right: 0;
}
.list li.last,
.list dt.last,
.list dd.last {
  padding-right: 0;
}

body {
  font-size: 100%;
  line-height: 1.25em;
}
body h6 {
  margin: 0;
  font-size: 0.625em;
  line-height: 2em;
  margin-bottom: 2em;
  padding-top: 4em;
}
body h5 {
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.538462em;
  margin-bottom: 1.538462em;
  padding-top: 3.076923em;
}
body h4 {
  margin: 0;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  padding-top: 2.5em;
}
body h3 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding-top: 2em;
}
body h2 {
  margin: 0;
  font-size: 1.5625em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  padding-top: 1.6em;
}
body h1 {
  margin: 0;
  font-size: 1.9375em;
  line-height: 1.290323em;
  margin-bottom: 0.645161em;
  padding-top: 1.290323em;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0 80px;
  margin-bottom: 1.25em;
}

p,
pre,
address {
  margin: 0;
  margin-bottom: 1.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
  margin-bottom: 1.25em;
}

dd {
  margin: 0 0 0 80px;
}

menu,
ol,
ul {
  padding: 0 0 0 80px;
}

fieldset {
  margin: 0;
  padding: 10px;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  margin-bottom: 1.25em;
}

table {
  margin-bottom: 1.25em;
}

td,
th,
caption {
  padding: 10px;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

html {
  overflow-y: scroll;
}

img,
audio,
video,
canvas,
svg,
object,
table {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  display: table;
}

small {
  line-height: 0;
}

.hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: black;
  margin-top: -1px;
  margin-bottom: 1.25em;
}
.hr hr {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  width: 1px !important;
  height: 1px;
  overflow: hidden;
}

ul ol,
ul ul,
ol ol,
ol ul {
  margin-bottom: 0;
}

.not-ie code, .not-ie
kbd, .not-ie
samp {
  line-height: 0;
}

header
, nav
, section
, article
, aside
, footer
, hgroup {
  display: block;
}

.clearer {
  clear: both;
}

fieldset {
  border: none;
  padding: 0;
}
fieldset legend span {
  display: block;
  padding-bottom: 1.25em;
}

.label {
  float: left;
  width: 8.75em;
  margin-right: 1.25em;
}

label sup {
  color: #d32d27;
}

span.help {
  margin-left: 20px;
  float: left;
  width: 8.75em;
  margin-right: 1.25em;
}

span.error {
  color: #F00;
  float: left;
  width: 13.75em;
  margin-right: 1.25em;
  margin-right: 0 !important;
}

.errors {
  color: #F00;
}

span.label,
span.help,
span.error {
  float: none;
  display: inline-block;
}

input,
select,
textarea,
span.label,
span.help,
span.error {
  vertical-align: top;
}

.radio .label,
.checkbox .label {
  width: auto;
  margin-right: 0;
}
.radio input,
.checkbox input {
  position: relative;
  top: 2px;
}

.line {
  min-height: 2.5em;
  *height: 2.5em;
  margin-bottom: 0;
}

input.text,
input.email,
input.search,
input.tel,
input.url,
input.password,
input.file,
input.color,
input.number,
input.range,
input.date,
input.month,
input.week,
input.datetime,
input.datetime-local {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=password],
input[type=file],
input[type=color],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local] {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 220px;
  padding: 1px;
}

input.range {
  padding: 0;
  border: 0;
  width: 220px;
}

input[type=range] {
  padding: 0;
  border: 0;
  width: 220px;
}

input.file {
  background-color: transparent;
  width: auto;
  border: 0;
  padding: 0;
}

input[type=file] {
  background-color: transparent;
  width: auto;
  border: 0;
  padding: 0;
}

textarea {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 5em;
  min-height: 5em;
  *height: 5em;
  max-height: 7.5em;
  font-size: 1em;
  line-height: 1.25em;
  -webkit-resize: vertical;
  -moz-resize: vertical;
  -ms-resize: vertical;
  -o-resize: vertical;
  resize: vertical;
}

.textarea {
  min-height: 8.75em;
  *height: 8.75em;
}

input[type=reset],
input[type=button],
input[type=submit] {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 220px;
}
input[type=reset]:focus,
input[type=button]:focus,
input[type=submit]:focus {
  outline: thin dotted;
}

input.reset,
input.button,
input.submit {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 220px;
}
input.reset:focus,
input.button:focus,
input.submit:focus {
  outline: thin dotted;
}

button {
  width: 214px;
  border: 1px solid #a6a6a6;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 220px;
}
button:focus {
  outline: thin dotted;
}

/*
.ch,
.sa
{
    select
    {
        @include appearance(none);
        @include border-radius(0);

        background-image: url(../img/bg/select.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;

        padding-right: 20px;
    }
}
*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides,
.flexslider .flex-control-nav,
.flexslider .flex-direction-nav {
  margin: 0;
  padding: 0;
  border: 0;
}
.flexslider .slides:after,
.flexslider .flex-control-nav:after,
.flexslider .flex-direction-nav:after {
  content: "";
  display: table;
  clear: both;
}
.flexslider .slides li,
.flexslider .slides dt,
.flexslider .slides dd,
.flexslider .flex-control-nav li,
.flexslider .flex-control-nav dt,
.flexslider .flex-control-nav dd,
.flexslider .flex-direction-nav li,
.flexslider .flex-direction-nav dt,
.flexslider .flex-direction-nav dd {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
}
.flexslider .slides li:first-child, .flexslider .slides li.first,
.flexslider .slides dt:first-child,
.flexslider .slides dt.first,
.flexslider .slides dd:first-child,
.flexslider .slides dd.first,
.flexslider .flex-control-nav li:first-child,
.flexslider .flex-control-nav li.first,
.flexslider .flex-control-nav dt:first-child,
.flexslider .flex-control-nav dt.first,
.flexslider .flex-control-nav dd:first-child,
.flexslider .flex-control-nav dd.first,
.flexslider .flex-direction-nav li:first-child,
.flexslider .flex-direction-nav li.first,
.flexslider .flex-direction-nav dt:first-child,
.flexslider .flex-direction-nav dt.first,
.flexslider .flex-direction-nav dd:first-child,
.flexslider .flex-direction-nav dd.first {
  padding-left: 0;
}
.flexslider .slides li:last-child,
.flexslider .slides dt:last-child,
.flexslider .slides dd:last-child,
.flexslider .flex-control-nav li:last-child,
.flexslider .flex-control-nav dt:last-child,
.flexslider .flex-control-nav dd:last-child,
.flexslider .flex-direction-nav li:last-child,
.flexslider .flex-direction-nav dt:last-child,
.flexslider .flex-direction-nav dd:last-child {
  padding-right: 0;
}
.flexslider .slides li.last,
.flexslider .slides dt.last,
.flexslider .slides dd.last,
.flexslider .flex-control-nav li.last,
.flexslider .flex-control-nav dt.last,
.flexslider .flex-control-nav dd.last,
.flexslider .flex-direction-nav li.last,
.flexslider .flex-direction-nav dt.last,
.flexslider .flex-direction-nav dd.last {
  padding-right: 0;
}
.flexslider .flex-control-nav button,
.flexslider .flex-direction-nav button,
.flexslider .flex-pauseplay button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: auto;
  color: #00F;
  text-decoration: underline;
}
.flexslider .flex-control-nav button.flex-active,
.flexslider .flex-direction-nav button.flex-active,
.flexslider .flex-pauseplay button.flex-active {
  color: #000;
  text-decoration: none;
  cursor: default;
}
.flexslider .slides {
  zoom: 1;
}
.js .flexslider .slides li {
  display: none;
}

#colorbox {
  outline: 0;
  /*
  #cboxPrevious,
  #cboxNext,
  #cboxSlideshow,
  #cboxClose
  {
      span
      {
          @include mask;
      }
  }
  */
}
#colorbox #cboxContent {
  position: relative;
}
#colorbox #cboxLoadedContent {
  overflow: auto;
}
#colorbox #cboxLoadingOverlay,
#colorbox #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxClose,
#colorbox #cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: auto;
  color: #00F;
  text-decoration: underline;
}
#colorbox .cboxPhoto {
  margin: auto;
  max-width: 100%;
  height: auto;
}
#colorbox .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#colorbox #cboxLoadedContent,
#colorbox #cboxLoadingOverlay {
  background: #fff;
  border: 1px solid #000;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 0;
}
#colorbox #cboxLoadingOverlay:before {
  content: 'Chargement…';
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #808080;
}

#grid {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#grid .vert-container {
  left: 1.25em;
  right: 1.25em;
}
#grid .vert {
  background-color: rgba(100, 100, 225, 0.25);
  margin-right: 0 !important;
}
#grid .vert.first-child {
  margin-left: 0;
}
#grid .horiz {
  height: 1.25em;
  background-image: linear, false, transparent 95%, rgba(100, 100, 225, 0.25) 95%;
}
#grid.grid-1 .vert {
  background-color: transparent;
}
#grid.grid-2 .horiz {
  background-image: none;
}

/*@font-face {
  font-family: 'sourcesanspro-regular';

  src: url('../fonts/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
       url('../fonts/sourcesanspro/SourceSansPro-Regular.ttf') format('truetype'),
       url('../fonts/sourcesanspro-regular-webfont.svg') format('svg');

  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'sourcesanspro-regular';
  src: url('../fonts/sourcesanspro-italic-webfont.eot');
  src: url('../fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/sourcesanspro-italic-webfont.woff') format('woff'),
  url('../fonts/sourcesanspro/SourceSansPro-Italic.ttf') format('truetype'),
  url('../fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'sourcesanspro-light';
  src: url('../fonts/sourcesanspro-light-webfont.eot');
  src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
  url('../fonts/sourcesanspro/SourceSansPro-Light.ttf') format('truetype'),
  url('../fonts/sourcesanspro-light-webfont.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'sourcesanspro-semibold';
  src: url('../fonts/sourcesanspro-semibold-webfont.eot');
  src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
  url('../fonts/sourcesanspro/SourceSansPro-Semibold.ttf') format('truetype'),
  url('../fonts/sourcesanspro-semibold-webfont.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'sourcesanspro-semibolditalic';
  src: url('../fonts/sourcesanspro-semibolditalic-webfont.eot');
  src: url('../fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff'),
  url('../fonts/sourcesanspro/SourceSansPro-SemiboldItalic.ttf') format('truetype'),
  url('../fonts/sourcesanspro-semibolditalic-webfont.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}*/
@media screen {
  /** --- @section LINKS AND BUTTONS --- */
  .btn-reset, button.link-delete, .nav-search-controler, .mobile-search-controler {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    background: none;
    border: 0;
    width: auto;
    padding: 0;
    color: inherit;
    font-family: inherit;
  }

  .title-links {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    padding-right: 18px;
    /*&:after{
      content: "";
      background: image-url("arrow-right.png");
      width: 8px;
      height: 14px;
      display: inline-block;
      @include margin-left(0.3);
      top: 50%; margin-top: -6px;
      right: 0;
    }*/
  }
  .title-links img {
    display: inline;
  }

  .pdf-link {
    padding-left: 1.875em;
    position: relative;
  }
  .pdf-link:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../bundles/cevacountrysitecommon/images/pdf-link@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 20px 38px;
    background-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }
  .no-backgroundsize .pdf-link:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pdf-link.png?1413972612');
  }
  .pdf-link:hover:before {
    background-position: 0 -20px;
  }

  [class*="link-button-ceva"],
  .blue-button,
  .grey-button {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    padding-right: 30px;
    text-decoration: none !important;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    -webkit-transition: background 0.5s !important;
    -moz-transition: background 0.5s !important;
    -o-transition: background 0.5s !important;
    transition: background 0.5s !important;
    color: white;
  }
  [class*="link-button-ceva"]:after,
  .blue-button:after,
  .grey-button:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: baseline;
    width: 6px;
    height: 10px;
    background: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h10@2x.png?1413972612') no-repeat;
    -webkit-background-size: 6px 10px;
    -moz-background-size: 6px 10px;
    -o-background-size: 6px 10px;
    background-size: 6px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .no-backgroundsize [class*="link-button-ceva"]:after, .no-backgroundsize
  .blue-button:after, .no-backgroundsize
  .grey-button:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h10.png?1413972612');
  }
  [class*="link-button-ceva"]:focus, [class*="link-button-ceva"]:hover, [class*="link-button-ceva"]:active,
  .blue-button:focus,
  .blue-button:hover,
  .blue-button:active,
  .grey-button:focus,
  .grey-button:hover,
  .grey-button:active {
    color: white !important;
  }
  [class*="link-button-ceva"]:focus:after, [class*="link-button-ceva"]:hover:after, [class*="link-button-ceva"]:active:after,
  .blue-button:focus:after,
  .blue-button:hover:after,
  .blue-button:active:after,
  .grey-button:focus:after,
  .grey-button:hover:after,
  .grey-button:active:after {
    right: 10px;
  }

  .link-button-ceva,
  .blue-button {
    background: #1a94ce;
  }
  .link-button-ceva:focus, .link-button-ceva:hover, .link-button-ceva:active,
  .blue-button:focus,
  .blue-button:hover,
  .blue-button:active {
    background: #1473a1;
  }

  .link-button-ceva-alt,
  .grey-button {
    background: #7e888e;
  }
  .link-button-ceva-alt:focus, .link-button-ceva-alt:hover, .link-button-ceva-alt:active,
  .grey-button:focus,
  .grey-button:hover,
  .grey-button:active {
    background: #656e74;
  }

  .ca_glossary {
    position: relative;
  }
  .ca_glossary span {
    background: #1a94ce;
    color: white;
    display: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    left: 50%;
    margin-left: -60px;
    padding: 5px 5px 5px 7px;
    position: absolute;
    bottom: 20px;
    width: 120px;
  }
  .ca_glossary:hover span, .ca_glossary:focus span {
    display: block;
  }

  .button-more {
    background: #1a94ce;
    color: white;
    padding: 7px 12px 5px;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-right: 0.625em;
    cursor: pointer;
  }
  a.map-info__itinary {
    font-size: 1.125em;
    line-height: 1.666667em;
    padding-left: 1.944444em;
    margin-top: 1.111111em;
    position: relative;
    display: block;
  }
  a.map-info__itinary:before {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/map-link.png?1413972612');
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    position: absolute;
  }

  .link-button,
  a.link-button,
  span.link-button,
  label.link-button,
  input.link-button,
  .content a.link-button {
    width: auto;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1a94ce;
    color: white;
    padding: 0.625em 1.875em 0.625em 0.625em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    text-decoration: none !important;
    position: relative;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
  }
  .link-button:after,
  .content a.link-button:after {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h10@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 6px 10px;
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }
  .no-backgroundsize .link-button:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h10.png?1413972612');
  }
  .link-button:hover,
  .content a.link-button:hover {
    background-color: #1473a1;
    color: white !important;
  }
  .link-button:hover:after {
    right: 10px !important;
  }
  .on-right.link-button,
  .content a.on-right.link-button {
    float: right;
    margin-left: 1.25em;
    margin-bottom: 1.25em;
  }
  .withMargin.link-button,
  .content a.withMargin.link-button {
    margin-top: 1.25em;
  }
  .before.link-button,
  .content a.before.link-button {
    padding: 0.625em 0.625em 0.625em 1.875em;
  }
  .before.link-button:after {
    background: none !important;
  }
  .before.link-button:before {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-left-white-h10@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 6px 10px;
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 15px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .no-backgroundsize .before.link-button:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-left-white-h10.png?1413972612');
  }
  .before.link-button:hover:before {
    left: 10px;
  }

  a.link-button input[type="submit"],
  span.link-button input[type="submit"],
  label.link-button input[type="submit"],
  .content a.link-button input[type="submit"] {
    background: #1a94ce;
    border: 0;
    padding: 0;
    margin-top: 0;
    color: white;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    font-family: inherit;
    font-style: inherit;
  }
  a.link-button:hover input[type="submit"],
  span.link-button:hover input[type="submit"],
  label.link-button:hover input[type="submit"],
  .content a.link-button:hover input[type="submit"] {
    background: #1473a1;
  }

  input.link-button {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h10@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: 93% 50%;
  }
  .no-backgroundsize input.link-button {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h10.png?1413972612');
  }
  input.link-button:hover {
    background-position: 96% 50%;
  }

  .admin-button,
  .content .admin-button {
    padding-left: 2.5em !important;
    position: relative;
  }
  .admin-button:before,
  .content .admin-button:before {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/lock@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 15px 19px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    left: 0.9375em;
  }
  .no-backgroundsize .admin-button:before, .no-backgroundsize
  .content .admin-button:before {
    background-image: url('../bundles/cevacountrysitecommon/images/lock.png?1413972612');
  }

  .link-pdf, .link-download {
    padding-left: 1.875em;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
  }
  .link-pdf:before, .link-download:before {
    content: "";
    width: 20px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
    left: 0;
  }

  .link-pdf {
    text-align: left;
  }
  .link-pdf:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pdf@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 20px 23px;
  }
  .no-backgroundsize .link-pdf:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pdf.png?1413972612');
  }

  .link-download:before {
    background-image: url('../bundles/cevacountrysitecommon/images/download-b@2x.png?1415351410');
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .no-backgroundsize .link-download:before {
    background-image: url('../bundles/cevacountrysitecommon/images/download-b.png?1415351410');
  }

  .link-fav {
    padding-left: 1.875em;
    position: relative;
  }
  .link-fav:before {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/star@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 22px 20px;
    width: 22px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }
  .no-backgroundsize .link-fav:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star.png?1413972612');
  }

  .return-link {
    position: absolute;
    background: #1a94ce;
    color: white;
    font-size: 1em;
    line-height: 1.25em;
    height: 2.5em;
    top: -2.5em;
    padding-top: 0.625em;
    padding-left: 2.5em;
    padding-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .return-link:before {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-left-white-h10@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0.9375em;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .no-backgroundsize .return-link:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-left-white-h10.png?1413972612');
  }
  .return-link:hover {
    background: #1473a1;
  }
  .return-link:hover:before {
    left: 0.625em;
  }
  .btn-search {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    background: none;
    border: 0;
    width: 40px;
    height: 50px;
  }
  form .btn-search {
    position: absolute;
    right: 10px;
    padding: 10px;
    top: 50%;
    margin-top: -25px;
  }

  .link-block {
    display: block;
    text-decoration: none !important;
  }

  .link-alt,
  .block-alt a,
  .content .link-alt,
  .content .block-alt a {
    font-style: normal;
    text-decoration: none;
    color: #1a94ce;
  }
  .link-alt:focus, .link-alt:hover, .link-alt:active,
  .block-alt a:focus,
  .block-alt a:hover,
  .block-alt a:active,
  .content .link-alt:focus,
  .content .link-alt:hover,
  .content .link-alt:active,
  .content .block-alt a:focus,
  .content .block-alt a:hover,
  .content .block-alt a:active {
    text-decoration: underline;
  }

  button.link-delete {
    width: 22px;
  }

  .alert,
  .content .alert {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-top: 1.25em;
  }
  .alert p,
  .content .alert p {
    margin: 0;
  }

  .alert--info {
    background: #f3f4f6;
    border-bottom: 2px solid #1a94ce;
  }

  .alert--error {
    background: rgba(211, 45, 39, 0.3);
    border-bottom: 2px solid #d32d27;
  }

  .alert--success {
    background: rgba(175, 214, 98, 0.3);
    border-bottom: 2px solid #afd662;
  }

  /** --- @section UI/TYPO --- */
  .title-level1, .title-level2, .title-level3 {
    text-transform: uppercase;
    color: #1a94ce;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }

  .title-level1 {
    font-size: 2.5em;
    line-height: 1.25em;
    line-height: 1em;
  }
  .title-level2 {
    font-size: 1.875em;
    line-height: 1.333333em;
  }
  .title-level3 {
    font-size: 1.5625em;
    line-height: 1.2em;
  }
  .txt-big p,
  .txt-big ul,
  .txt-big ol,
  .content .txt-big p,
  .content .txt-big ul,
  .content .txt-big ol {
    font-size: 1.125em;
    line-height: 1.666667em;
    margin-bottom: 1.111111em;
    line-height: 1.5em;
  }
  .two-cols .col .txt-big p:last-child, .two-cols .col
  .txt-big ul:last-child, .two-cols .col
  .txt-big ol:last-child, .two-cols .col
  .content .txt-big p:last-child, .two-cols .col
  .content .txt-big ul:last-child, .two-cols .col
  .content .txt-big ol:last-child {
    margin-bottom: 1.111111em;
  }

  .txt-small {
    font-size: 0.875em;
    line-height: 1.428571em;
    margin-bottom: 1.428571em;
  }

  .txt-dry {
    margin-bottom: 0 !important;
  }

  .l-content {
    width: 58.75em;
    margin: 0 auto;
    padding: 0 1.25em;
    /*@include mq($L, false, min)
    {
        @include container($columns-L);
    }*/
  }
  .l-content:after {
    content: "";
    display: table;
    clear: both;
  }
  #header:after,
  header:after {
    content: "";
    display: table;
    clear: both;
  }
  .header__top {
    border-bottom: 1px solid #edeff0;
    position: relative;
    z-index: 50;
  }
  .header__top .l-content {
    position: relative;
  }
  .header__top .l-content:before {
    content: "";
    position: absolute;
    background: #033153;
    width: 60px;
    height: 70px;
    top: 0;
    left: 100%;
    margin-left: -1.25em;
  }
  .header__left,
  .header__right {
    height: 70px;
    width: auto;
    display: table;
  }
  .header__left {
    float: left;
  }
  .header__left .main-logo {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
  }
  .header__left .main-logo a {
    text-decoration: none;
    display: table;
    height: 70px;
  }
  .header__left .main-logo span {
    display: table-cell;
    vertical-align: middle;
  }
  .header__left .main-logo img {
    width: 61px;
    height: 58px;
    margin-top: 3px;
  }
  .header__left .main-logo .tagline {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    padding-left: 0.625em;
    padding-top: 6px;
    color: #14266f;
  }
  .header__left .main-logo .tagline img {
    width: auto;
    height: auto;
  }
  .header__right__bloc--controler {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 5em;
    padding-right: 10px;
    padding-left: 20px;
  }
  header.fixed .header__right__bloc--controler, #header.fixed .header__right__bloc--controler {
    height: 2.857143em;
    padding-right: 10px;
    padding-left: 4px;
  }
  header.fixed .header__right__bloc--country .header__right__bloc--controler, #header.fixed .header__right__bloc--country .header__right__bloc--controler {
    padding-right: 4px;
  }

  .header__right {
    position: absolute;
    right: -40px;
  }
  .header__right .header__right__bloc {
    display: table-cell;
    padding-left: 1.428571em;
    padding-right: 1.428571em;
    font-size: 0.875em;
    line-height: 1.428571em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-align: center;
    position: relative;
    z-index: 15;
    vertical-align: middle;
    padding-top: 3px;
  }
  .header__right .header__right__bloc .inner {
    display: inline-block;
  }
  .header__right .header__right__bloc .inner:before, .header__right .header__right__bloc .inner:after {
    -webkit-transition: bottom 0.5s, top 0.5s, margin-top 0.5s;
    -moz-transition: bottom 0.5s, top 0.5s, margin-top 0.5s;
    -o-transition: bottom 0.5s, top 0.5s, margin-top 0.5s;
    transition: bottom 0.5s, top 0.5s, margin-top 0.5s;
  }
  .header__right .header__right__bloc.has-submenu {
    padding: 0 !important;
  }
  .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu {
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 100%;
    height: 0;
    overflow: hidden;
  }
  .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu ul li {
    text-align: left;
    line-height: normal;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu ul li a {
    display: block;
    padding-left: 1.25em;
    padding-right: 1.875em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    color: white;
    text-decoration: none;
    font-style: italic;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu ul li a:focus, .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu ul li a:hover, .header__right .header__right__bloc.has-submenu .header__right__bloc__submenu ul li a:active {
    padding-left: 1.875em;
    padding-right: 1.25em;
  }
  .header__right .header__right__bloc.header__right__bloc--pro {
    background: #1a94ce;
    padding-right: 1.25em;
    max-width: 280px;
  }
  .header__right .header__right__bloc.header__right__bloc--pro .inner {
    position: relative;
    padding-left: 25px;
    min-height: 20px;
  }
  .header__right .header__right__bloc.header__right__bloc--pro .inner:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 19px;
    left: 0;
    top: 0;
    background-image: url('../bundles/cevacountrysitecommon/images/lock@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 15px 19px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--pro .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/lock.png?1413972612');
  }
  .header__right .header__right__bloc.header__right__bloc--pro .inner .user-icon {
    display: none;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged .header__right__bloc--controler {
    position: relative;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged .inner {
    position: static;
    padding-left: 0;
    padding-right: 2.142857em;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged .inner:after {
    content: "";
    position: absolute;
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h8@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 15px 8px;
    width: 15px;
    height: 8px;
    left: auto;
    right: 13px;
    bottom: 31px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--pro.logged .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h8.png?1413972612');
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .header__right__bloc--controler {
    position: relative;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .inner {
    position: static;
    min-height: 0;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .inner:before {
    width: 23px;
    height: 23px;
    left: auto;
    top: 15px;
    right: 10px;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .inner:after {
    bottom: 20px;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .header__right__bloc--controler:focus .inner:after, .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .header__right__bloc--controler:hover .inner:after, .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .header__right__bloc--controler:active .inner:after {
    bottom: 17px;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.bronze .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-bronze@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 25px 24px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--pro.logged.bronze .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-bronze.png?1413972612');
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.silver .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-silver@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 25px 24px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--pro.logged.silver .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-silver.png?1413972612');
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.gold .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-gold@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 25px 24px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--pro.logged.gold .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-gold.png?1413972612');
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.platinum .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-platinum@2x.png?1415351410');
    background-repeat: no-repeat;
    background-size: 25px 24px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--pro.logged.platinum .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/star-platinum.png?1415351410');
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged .header__right__bloc--controler {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.no-loyalty .inner {
    position: relative;
    min-height: 0;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.no-loyalty .inner:before {
    display: none;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.no-loyalty .inner:after {
    right: 0;
    top: 50%;
    margin-top: -3px;
    bottom: auto;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged.no-loyalty .header__right__bloc--controler:focus .inner:after, .header__right .header__right__bloc.header__right__bloc--pro.logged.no-loyalty .header__right__bloc--controler:hover .inner:after, .header__right .header__right__bloc.header__right__bloc--pro.logged.no-loyalty .header__right__bloc--controler:active .inner:after {
    margin-top: 0;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged .header__right__bloc__submenu li {
    border-top: 1px solid #edeff0;
    background: #1a94ce;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged .header__right__bloc__submenu li .header__right__bloc--controler:focus, .header__right .header__right__bloc.header__right__bloc--pro.logged .header__right__bloc__submenu li .header__right__bloc--controler:hover, .header__right .header__right__bloc.header__right__bloc--pro.logged .header__right__bloc__submenu li .header__right__bloc--controler:active {
    background: #3d4e79;
  }
  .header__right .header__right__bloc.header__right__bloc--country {
    background: #46598a;
    border-right: 1px solid #50669e;
    padding-right: 1.25em;
  }
  .header__right .header__right__bloc.header__right__bloc--country .country_name {
    border: 1px solid white;
    font-style: italic;
    padding: 4px 7px 2px 6px;
    margin-left: 0.625em;
  }
  .header__right .header__right__bloc.header__right__bloc--country.has-submenu {
    padding-right: 0.625em;
  }
  .header__right .header__right__bloc.header__right__bloc--country.has-submenu .inner {
    position: relative;
    padding-right: 23px;
  }
  .header__right .header__right__bloc.header__right__bloc--country.has-submenu .inner:after {
    content: "";
    position: absolute;
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down.png?1413972612');
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h8@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 15px 8px;
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--country.has-submenu .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h8.png?1413972612');
  }
  .header__right .header__right__bloc.header__right__bloc--country.has-submenu .header__right__bloc--controler:focus, .header__right .header__right__bloc.header__right__bloc--country.has-submenu .header__right__bloc--controler:hover, .header__right .header__right__bloc.header__right__bloc--country.has-submenu .header__right__bloc--controler:active {
    background: #3d4e79;
  }
  .header__right .header__right__bloc.header__right__bloc--country.has-submenu .header__right__bloc--controler:focus .inner:after, .header__right .header__right__bloc.header__right__bloc--country.has-submenu .header__right__bloc--controler:hover .inner:after, .header__right .header__right__bloc.header__right__bloc--country.has-submenu .header__right__bloc--controler:active .inner:after {
    margin-top: -1px;
  }
  .header__right .header__right__bloc.header__right__bloc--country .header__right__bloc__submenu li {
    border-top: 1px solid #3d4e79;
    background: #50669e;
  }
  .header__right .header__right__bloc.header__right__bloc--country .header__right__bloc__submenu li .header__right__bloc--controler:focus, .header__right .header__right__bloc.header__right__bloc--country .header__right__bloc__submenu li .header__right__bloc--controler:hover, .header__right .header__right__bloc.header__right__bloc--country .header__right__bloc__submenu li .header__right__bloc--controler:active {
    background: #3d4e79;
  }
  .header__right .header__right__bloc.header__right__bloc--country.active .inner:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header__right .header__right__bloc.header__right__bloc--search {
    padding: 0;
  }
  .header__right .header__right__bloc.header__right__bloc--search .inner {
    background: #033153;
    font-style: italic;
    cursor: pointer;
    padding-top: 0.428571em;
    padding-left: 2.857143em;
    padding-right: 2.857143em;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__right .header__right__bloc.header__right__bloc--search .inner .header__right__bloc--controler:focus, .header__right .header__right__bloc.header__right__bloc--search .inner .header__right__bloc--controler:hover, .header__right .header__right__bloc.header__right__bloc--search .inner .header__right__bloc--controler:active {
    background: #011422;
  }
  .header__right .header__right__bloc.header__right__bloc--search .inner .text {
    display: block;
  }
  .header__right .header__right__bloc.header__right__bloc--search img {
    display: inline-block;
    max-width: none;
  }
  .header__right .header__right__bloc.header__right__bloc--search .search-form {
    position: absolute;
    background: #033153;
    top: 70px;
    right: 0;
    z-index: 20;
    min-height: 0;
    height: 0;
    width: auto;
    overflow: hidden;
  }
  .header__right .header__right__bloc.header__right__bloc--search .search-form input {
    width: 394px;
    border: 0;
    background: none;
    color: white;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.285714em;
    line-height: 1.111111em;
    padding-top: 0.714286em;
    padding-bottom: 0.714286em;
    padding-left: 0.714286em;
    padding-right: 0.714286em;
    padding-left: 1.428571em;
    padding-right: 4.285714em;
  }
  .header__right .header__right__bloc.header__right__bloc--basket {
    background: #033153;
    padding-left: 1.875em;
    padding-right: 0.625em;
  }
  .header__right .header__right__bloc.header__right__bloc--basket .inner {
    background: white;
    color: #1a94ce;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 7px 5px;
    margin-bottom: 4px;
    position: relative;
    min-width: 24px;
  }
  .header__right .header__right__bloc.header__right__bloc--basket .inner:after {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/basket@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 25px;
    position: absolute;
    z-index: -1;
    top: 11px;
    left: -15px;
  }
  .no-backgroundsize .header__right .header__right__bloc.header__right__bloc--basket .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/basket.png?1413972612');
  }
  .header__bottom {
    position: relative;
    z-index: 20;
  }
  .mobile-search-controler {
    background: #033153;
    padding-right: 1.25em;
    padding-left: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.375em;
    font-style: italic;
    cursor: pointer;
    text-align: center;
    height: 4.375em;
    min-width: 4.375em;
    float: left;
  }
  .mobile_search_bloc.is-active .mobile-search-controler {
    display: none;
  }

  .mobile_search_bloc {
    display: none;
    float: left;
  }
  .header__right .mobile_search_bloc {
    float: right;
  }
  .mobile_search_bloc:focus, .mobile_search_bloc:hover {
    background: #011422;
  }
  .mobile_search_bloc img {
    display: inline-block;
    max-width: none;
  }
  .mobile_search_bloc .search-form {
    position: absolute;
    background: #033153;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 20;
    height: 70px;
    width: auto;
    overflow: hidden;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    padding: 0;
  }
  .mobile_search_bloc .search-form.active {
    left: 0;
  }
  .mobile_search_bloc .search-form .search-form__inner {
    width: 100%;
  }
  .mobile_search_bloc .search-form input {
    width: 100%;
    max-width: none;
    border: 0;
    background: none;
    color: white;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
    padding-top: 0.555556em;
    padding-bottom: 0.555556em;
    padding-left: 0.555556em;
    padding-right: 0.555556em;
    padding-left: 1.111111em;
    padding-right: 3.333333em;
    height: 3.888889em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile_search_bloc .search-form input:focus {
    background: #033153;
    color: white;
  }
  .mobile_search_bloc .search-form .btn-search {
    right: 15px;
  }
  .mobile_search_bloc .search-form .btn-search img {
    margin-top: 5px;
  }
  .mobile_basket_bloc {
    display: none;
    background: #033153;
    padding-left: 1.875em;
    padding-right: 0.625em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    float: left;
    z-index: 2;
    position: relative;
  }
  .mobile_basket_bloc .inner {
    background: white;
    color: #1a94ce;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0.1875em 0.3125em;
    margin-bottom: 0.25em;
    display: inline-block;
    margin-top: 0.6875em;
    width: 1.0625em;
    text-align: center;
  }
  .mobile_basket_bloc .inner:after {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/basket@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 25px;
    position: absolute;
    z-index: -1;
    top: 27px;
    left: 15px;
  }
  .no-backgroundsize .mobile_basket_bloc .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/basket.png?1413972612');
  }
  .mobile-show-menu {
    display: none;
    position: relative;
    margin-left: 1.25em;
    padding-top: 0.625em;
    padding-right: 1.25em;
    padding-bottom: 0.625em;
    padding-left: 1.875em;
    float: left;
  }
  .mobile_basket_bloc + .mobile-show-menu {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .mobile-show-menu .inner {
    font-size: 1.25em;
    line-height: 1.5em;
    text-transform: uppercase;
  }
  .mobile-show-menu:before {
    content: "";
    position: absolute;
    background-image: url('../bundles/cevacountrysitecommon/images/menu-mobile.png?1413972612');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17.5px;
    height: 15.5px;
    top: 50%;
    margin-top: -7.75px;
    left: 0;
  }
  .header__menu {
    -webkit-transition: height 0.5s ease-in;
    -moz-transition: height 0.5s ease-in;
    -o-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;
  }
  .header__menu ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
  }
  .header__menu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header__menu li a,
  .header__menu li span {
    text-transform: uppercase;
    text-decoration: none;
    color: #34383b;
    font-size: 1em;
    line-height: 1.25em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-right: 0.625em;
    padding-left: 0.625em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
  .header__menu li a:before,
  .header__menu li span:before {
    content: "";
    position: absolute;
    background-image: url('../bundles/cevacountrysitecommon/images/menu-square.png?1413972612');
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    top: 50%;
    right: -3px;
    margin-top: -3px;
    z-index: 5;
  }
  .header__menu li:hover, .header__menu li:focus,
  .header__menu li .onHover, .header__menu li.active {
    text-decoration: none;
    background: #f3f4f6;
  }
  .header__menu li:hover a, .header__menu li:hover span, .header__menu li:focus a, .header__menu li:focus span,
  .header__menu li .onHover a,
  .header__menu li .onHover span, .header__menu li.active a, .header__menu li.active span {
    color: #1a94ce;
  }
  .header__menu li:last-child a:before, .header__menu li:last-child span:before {
    display: none;
  }
  .header__menu li .submenu {
    position: absolute;
    height: 0;
    overflow: hidden;
    z-index: 21;
    min-width: 100%;
  }
  .header__menu li .submenu ul {
    background: #f3f4f6;
    border-bottom: 3px solid #1a94ce;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .header__menu li .submenu ul li:last-child a:before, .header__menu li .submenu ul li:last-child span:before {
    display: block;
  }
  .header__menu li .submenu ul li a {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    text-align: left;
    padding-left: 2.5em;
    padding-right: 1.25em;
    text-transform: none;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    position: relative;
    color: #4c5a65;
    white-space: nowrap;
  }
  .header__menu li .submenu ul li a:hover, .header__menu li .submenu ul li a:focus {
    background: #1a94ce;
    color: white;
    padding-left: 3.125em;
  }
  .header__menu li .submenu ul li a:hover:before, .header__menu li .submenu ul li a:focus:before {
    background-color: white;
  }
  .header__menu li .submenu ul li a:before {
    content: "";
    position: absolute;
    background-color: #1a94ce;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 1.1875em;
    margin-top: -3px;
  }
  .header__menu li:last-child .submenu {
    right: 0;
  }
  header.fixed,
  #header.fixed {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 40;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }
  header.fixed .header__top,
  #header.fixed .header__top {
    border-bottom-color: #edeff0;
  }
  header.fixed .header__top .l-content:before,
  #header.fixed .header__top .l-content:before {
    height: 45px;
  }
  header.fixed .header__left,
  header.fixed .header__right,
  #header.fixed .header__left,
  #header.fixed .header__right {
    height: 45px;
  }
  header.fixed .header__right__bloc .text,
  #header.fixed .header__right__bloc .text {
    display: none;
  }
  header.fixed .header__right__bloc.has-submenu .header__right__bloc__submenu,
  #header.fixed .header__right__bloc.has-submenu .header__right__bloc__submenu {
    top: 45px;
    width: 120px;
  }
  header.fixed .header__right__bloc.header__right__bloc--pro,
  #header.fixed .header__right__bloc.header__right__bloc--pro {
    max-width: 47px;
  }
  header.fixed .header__right__bloc.header__right__bloc--pro .inner,
  #header.fixed .header__right__bloc.header__right__bloc--pro .inner {
    padding-left: 1.214286em;
  }
  header.fixed .header__right__bloc.header__right__bloc--pro .header__right__bloc--controler:focus .inner:after, header.fixed .header__right__bloc.header__right__bloc--pro .header__right__bloc--controler:hover .inner:after, header.fixed .header__right__bloc.header__right__bloc--pro .header__right__bloc--controler:active .inner:after,
  #header.fixed .header__right__bloc.header__right__bloc--pro .header__right__bloc--controler:focus .inner:after,
  #header.fixed .header__right__bloc.header__right__bloc--pro .header__right__bloc--controler:hover .inner:after,
  #header.fixed .header__right__bloc.header__right__bloc--pro .header__right__bloc--controler:active .inner:after {
    bottom: 0.285714em;
  }
  header.fixed .header__right__bloc.logged .inner:before,
  #header.fixed .header__right__bloc.logged .inner:before {
    top: 0.142857em;
    left: 50%;
    margin-left: -17px;
    margin-top: 0;
  }
  header.fixed .header__right__bloc.logged .inner:after,
  #header.fixed .header__right__bloc.logged .inner:after {
    bottom: 0.428571em;
    left: 50%;
    margin-left: -13px;
  }
  header.fixed .header__right__bloc.no-loyalty .inner:after,
  #header.fixed .header__right__bloc.no-loyalty .inner:after {
    bottom: 0;
    top: auto;
    margin-left: -11px;
  }
  header.fixed .header__right__bloc.no-loyalty .header__right__bloc--controler:focus .inner:after, header.fixed .header__right__bloc.no-loyalty .header__right__bloc--controler:hover .inner:after, header.fixed .header__right__bloc.no-loyalty .header__right__bloc--controler:active .inner:after,
  #header.fixed .header__right__bloc.no-loyalty .header__right__bloc--controler:focus .inner:after,
  #header.fixed .header__right__bloc.no-loyalty .header__right__bloc--controler:hover .inner:after,
  #header.fixed .header__right__bloc.no-loyalty .header__right__bloc--controler:active .inner:after {
    bottom: -0.214286em;
  }
  header.fixed .header__right__bloc.header__right__bloc--country,
  #header.fixed .header__right__bloc.header__right__bloc--country {
    padding-right: 0.3125em;
    padding-left: 0.3125em;
  }
  header.fixed .header__right__bloc.header__right__bloc--search .inner,
  #header.fixed .header__right__bloc.header__right__bloc--search .inner {
    height: 45px;
    padding-left: 1.428571em;
    padding-right: 1.428571em;
  }
  header.fixed .header__right__bloc.header__right__bloc--search .search-form,
  #header.fixed .header__right__bloc.header__right__bloc--search .search-form {
    top: 45px;
  }
  header.fixed .main-logo a,
  #header.fixed .main-logo a {
    height: 40px;
  }
  header.fixed .main-logo img,
  #header.fixed .main-logo img {
    width: auto;
    height: 40px;
  }
  header.fixed .tagline,
  #header.fixed .tagline {
    display: none;
  }
  header.fixed .header__bottom,
  #header.fixed .header__bottom {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
  }
  header.fixed .header__bottom .header__menu,
  #header.fixed .header__bottom .header__menu {
    max-width: 700px;
    position: absolute;
    left: 4.375em;
    right: 13.75em;
  }
  header.fixed .header__bottom .header__menu li,
  #header.fixed .header__bottom .header__menu li {
    height: 45px;
  }
  header.fixed .header__bottom .header__menu li a,
  header.fixed .header__bottom .header__menu li span,
  #header.fixed .header__bottom .header__menu li a,
  #header.fixed .header__bottom .header__menu li span {
    font-size: 0.8125em;
    line-height: 1.538462em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 0;
    padding-right: 0.384615em;
    padding-bottom: 0;
    padding-left: 0.384615em;
  }
  header.fixed .header__bottom .header__menu li a:before,
  header.fixed .header__bottom .header__menu li span:before,
  #header.fixed .header__bottom .header__menu li a:before,
  #header.fixed .header__bottom .header__menu li span:before {
    background: none;
  }
  header.fixed .header__bottom .header__menu li .submenu li a,
  #header.fixed .header__bottom .header__menu li .submenu li a {
    padding: 0.769231em 1.538462em 0.769231em 2.307692em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.fixed .header__bottom .header__menu li .submenu li a:before,
  #header.fixed .header__bottom .header__menu li .submenu li a:before {
    background-color: #1a94ce;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.fixed .header__bottom .header__menu li .submenu li a:hover,
  #header.fixed .header__bottom .header__menu li .submenu li a:hover {
    padding-left: 2.692308em;
  }
  header.fixed .header__bottom .header__menu li .submenu li a:hover:before,
  #header.fixed .header__bottom .header__menu li .submenu li a:hover:before {
    background-color: white;
  }

  .toolbar-cookie {
    border-bottom: 1px solid #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .toolbar-cookie > .l-content {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  .toolbar-cookie p {
    margin-bottom: 0;
  }

  .toolbar-cookie__table {
    display: table;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.428571em;
  }

  .toolbar-cookie__row {
    display: table-row;
  }

  .toolbar-cookie__cell {
    display: table-cell;
    vertical-align: top;
  }

  .toolbar-cookie__btn {
    padding-top: 0.714286em;
    padding-bottom: 0.714286em;
    padding-left: 0.714286em;
    padding-right: 0.714286em;
  }
  .toolbar-cookie__btn:after {
    content: "x";
    font-size: 1.285714em;
    line-height: 1.111111em;
    padding-left: 10px;
    font-family: "Lucida Grande", Lucida, sans-serif;
  }
  .toolbar-cookie__btn span, .toolbar-cookie__btn:after {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
  }
  .toolbar-cookie__btn span {
    text-decoration: underline;
  }
  .toolbar-cookie__btn:focus span, .toolbar-cookie__btn:hover span, .toolbar-cookie__btn:active span {
    text-decoration: none;
  }

  body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4c5a65;
    overflow: hidden;
  }

  h1, h2, h3 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  a {
    text-decoration: none;
    color: inherit;
  }
  a:hover {
    text-decoration: underline;
  }

  strong, b {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .l-content {
    position: relative;
  }

  .hide-tablet {
    display: none;
  }
  .hide-desktop {
    display: none;
    display: none !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .text-left {
    text-align: left;
  }

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

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

  .on-left {
    float: left;
  }

  .on-right {
    float: right;
  }

  .no-result {
    border-bottom: 1px solid #c4c6c7;
    margin-bottom: 2.5em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    background: #f0f0f0;
  }
  .no-result p {
    font-size: 1.125em;
    line-height: 1.111111em;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .txt-upper {
    text-transform: uppercase;
  }

  .txt-alpha {
    font-size: 1.125em;
    line-height: 1.388889em;
    margin-bottom: 1.111111em;
    margin-bottom: 1.25em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: normal;
  }

  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }

  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .list-reset,
  .content .list-reset {
    padding-left: 0;
    list-style: none;
  }

  .box-simple {
    background-color: #1a94ce;
    color: white;
  }

  .top-article {
    float: left;
    width: 40em;
    margin-right: 1.25em;
    background: white;
    position: relative;
    float: none;
  }
  .bloc-deco + .l-content .top-article {
    margin-top: -7.5em;
  }
  .heading {
    padding-top: 0.625em;
    padding-right: 20px;
    padding-bottom: 0.625em;
    padding-left: 20px;
  }
  .heading.heading--simple {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .heading.heading--simple .breadcrumb {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .heading.heading--simple .pre-h1 {
    font-size: 1.875em;
    line-height: 1.333333em;
    padding-left: 0.666667em;
    padding-right: 0.666667em;
    margin-bottom: 0.666667em;
    color: #033153;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .heading.heading--simple h1 {
    background: #f6f7f9;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .prequel {
    background: #1a94ce;
    padding-top: 0.625em;
    padding-right: 20px;
    padding-bottom: 0.625em;
    padding-left: 20px;
    color: white;
  }
  .prequel p,
  .prequel .eztext-field {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    font-style: italic;
    color: white;
    padding: 0;
    margin: 0;
  }
  .prequel.prequel--light {
    background: #f0f0f0;
  }
  .prequel.prequel--light p,
  .prequel.prequel--light .eztext-field {
    color: #4c5a65;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .prequel.prequel--light p.prequel--light__title,
  .prequel.prequel--light .eztext-field.prequel--light__title {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.833333em;
    line-height: normal;
  }
  .prequel.prequel--light a.link-button.on-right {
    margin-right: 1.25em;
  }
  .prequel.prequel--transparent {
    background: white;
  }
  .prequel.prequel--transparent .highlighted {
    margin-bottom: 0;
  }
  .prequel.prequel--simple {
    background: #f6f7f9;
    padding-top: 0.625em;
  }
  .prequel.prequel--simple p {
    font-size: 1em;
    line-height: 1.25em;
    color: #4c5a65;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .prequel form {
    color: #4c5a65;
  }
  .prequel form .search {
    width: 100%;
    max-width: none;
  }
  .prequel form .filters-search {
    margin-bottom: 1.25em;
    position: relative;
  }
  .prequel form .filters-search button {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0.625em;
    width: auto;
    background: none;
    border: 0;
  }
  .prequel form label,
  .prequel form .label {
    color: #4c5a65;
    padding-left: 1.25em;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    white-space: nowrap;
    cursor: pointer;
  }
  .prequel form label:hover,
  .prequel form .label:hover {
    color: #1a94ce;
  }
  .prequel form .label {
    width: auto;
    margin-right: 0;
  }

  .prequel--level1 p,
  .prequel--level1 .eztext-field {
    font-size: 1.375em;
    line-height: 1.363636em;
  }
  .prequel--level2 p,
  .prequel--level2 .eztext-field {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .prequel--level3 p,
  .prequel--level3 .eztext-field {
    font-size: 1em;
    line-height: 1.25em;
  }
  .prequel-filters .label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.625em;
    width: 33.3%;
  }

  .prequel-filters_title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
  .prequel-filters_content {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    margin-left: -20px;
  }

  article,
  #article {
    float: left;
    width: 40em;
    margin-right: 1.25em;
    background: white;
    position: relative;
    z-index: 10;
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
  }
  article article,
  #article article {
    clear: both;
    float: none;
    width: auto;
    margin-right: 0;
  }
  .l-content--full article, .l-content--full
  #article {
    width: 100%;
    background: none;
    margin-right: 0;
  }
  .l-content--full article .content, .l-content--full
  #article .content {
    background: white;
    margin-top: 1.25em;
    clear: both;
  }
  article .product-links a,
  #article .product-links a {
    line-height: normal;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #033153;
  }
  article .product-links a:hover,
  #article .product-links a:hover {
    color: #1a94ce;
  }

  .content-links.content-links--on-top {
    float: left;
    width: 38.75em;
    margin-right: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .prequel + .content-links.content-links--on-top {
    width: 640px;
    margin-right: 0;
    margin-top: 2.5em;
  }
  .content-links.content-links--on-top .content-links__content ul li a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125em;
    line-height: 1.111111em;
    line-height: normal;
  }
  .content-links .content-links__content {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .content-links .content-links__content ul li {
    padding-bottom: 0;
    color: #1a94ce;
    list-style: square;
    padding-bottom: 0.3125em;
    padding-left: 0.3125em;
  }
  .content-links .content-links__content ul li a {
    color: #4c5a65;
    text-decoration: underline;
    line-height: normal;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .content-links .content-links__content ul li a:focus, .content-links .content-links__content ul li a:hover, .content-links .content-links__content ul li a:active {
    color: #1a94ce;
    text-decoration: none !important;
  }
  .content-links .content-links__content ul li:nth-child(even) {
    margin-left: 8%;
    width: 42%;
  }
  .content-links .content-links__title {
    font-size: 1.25em;
    line-height: 1.5em;
    padding-left: 1em;
    text-transform: uppercase;
    border: solid #c4c6c7;
    border-width: 1px 0;
  }
  .content-links .content-links__title + .content-links__content {
    border-top: 0;
  }
  .content-links .content-links__content {
    border-top: 1px solid #c4c6c7;
    border-bottom: 1px solid #c4c6c7;
  }
  .content-links .content-links__content:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-links .content-links__content ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    position: relative;
  }
  .content-links .content-links__content ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-links .content-links__content ul:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #c4c6c7;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
  }
  .content-links .content-links__content ul li {
    width: 45%;
    float: left;
    margin: 0;
    margin-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
  }
  .content {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .content.noPadding {
    padding-left: 0;
    padding-right: 0;
  }
  .content h3, .content .h3, .content h4, .content .h4, .content h5, .content .h5, .content h6, .content .h6 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #033153;
    text-transform: uppercase;
  }
  .content h2, .content .h2 {
    margin-top: 0;
    font-size: 2em;
    line-height: 1.25em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-top: 0.625em;
    color: #033153;
  }
  .content h2 em, .content .h2 em {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #1a94ce;
  }
  .content h3, .content .h3 {
    font-size: 1.6875em;
    line-height: 1.481481em;
    line-height: normal;
    padding-top: 0.740741em;
  }
  .content h4, .content .h4 {
    font-size: 1.25em;
    line-height: 1.5em;
    line-height: normal;
    padding-top: 1em;
  }
  .content h5, .content .h5 {
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
    padding-top: 1.111111em;
  }
  .content h6, .content .h6 {
    font-size: 1em;
    line-height: 1.25em;
    line-height: normal;
    padding-top: 1.25em;
  }
  .content h1 + h2,
  .content .h1 + h2,
  .content h1 + .h2,
  .content .h1 + .h2,
  .content h2 + h3,
  .content .h2 + h3,
  .content h2 + .h3,
  .content .h2 + .h3,
  .content h3 + h4,
  .content .h3 + h4,
  .content h3 + .h4,
  .content .h3 + .h4,
  .content h4 + h5,
  .content .h4 + h5,
  .content h4 + .h5,
  .content .h4 + .h5,
  .content h5 + h6,
  .content .h5 + h6,
  .content h5 + .h6,
  .content .h5 + .h6 {
    padding-top: 0;
  }
  .content .quote {
    font-size: 1.5625em;
    line-height: 1.2em;
    line-height: normal;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    color: #1a94ce;
  }
  .content .quote .quote-author {
    display: block;
    text-align: right;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.64em;
    line-height: 1.25em;
  }
  .content .quote.quote--ontop {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  .content p {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
  }
  .content p.blue {
    color: #1a94ce;
  }
  .content p.blue strong {
    color: #1a94ce;
  }
  .content p.text-large,
  .content p .text-large {
    font-size: 1.5625em;
    line-height: 0.8em;
  }
  .content p.left {
    float: left;
    margin-right: 1.25em;
  }
  .content p.right {
    float: right;
    margin-left: 1.25em;
  }
  .content a {
    text-decoration: underline;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
  .content a:hover {
    color: #1a94ce;
  }
  .content label {
    font-size: 1em;
    line-height: 1.25em;
  }
  .content strong, .content em {
    color: #033153;
  }
  .content em {
    font-style: italic;
  }
  .content ul, .content ol {
    clear: both;
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 1.875em;
    padding-left: 2.5em;
  }
  .content ul li, .content ol li {
    position: relative;
    padding-left: 0.625em;
    margin-bottom: 0.625em;
  }
  .content ul {
    list-style: none;
  }
  .content ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    margin-top: 7px;
    left: -6px;
    background: #1a94ce;
  }
  .content ul li ul {
    margin-top: 0.625em;
    margin-bottom: 0;
  }
  .content ul li ul li {
    font-size: 0.875em;
    line-height: 1.428571em;
  }
  .content ul.disc li:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .content ol li {
    color: #1a94ce;
    padding-left: 0;
    list-style-position: inside;
  }
  .content ol li span {
    color: #4c5a65;
  }
  .content ol li ol {
    margin-top: 0.625em;
    margin-bottom: 0;
  }
  .content ol li ol li {
    font-size: 0.875em;
    line-height: 1.428571em;
  }
  .content .question {
    margin-bottom: 1.25em;
  }
  .content .question .button-more {
    font-size: 1em;
    line-height: 1em;
  }
  .content .question .title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .content .question .hidden {
    background: #1a94ce;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .content .question .hidden .inner {
    color: white;
    text-transform: none;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .content .question .hidden ul {
    padding: 0;
  }
  .content .question .hidden p,
  .content .question .hidden li {
    font-size: 0.8em;
    line-height: 1.25em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .content .question .hidden p:last-child {
    margin: 0;
  }
  .content > .content__image {
    width: auto;
    float: left;
    width: 13.75em;
    margin-right: 1.25em;
    max-width: 13.75em;
  }
  .content .content__image {
    margin-bottom: 1.25em;
    text-align: center;
  }
  .content .content__image img {
    display: inline-block;
  }
  .content .content__image .legend {
    display: inline-block;
    text-align: left;
    color: #6c6e6f;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.875em;
    line-height: 1.428571em;
  }
  .content .content__image.content__image--center {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .content .content__image.content__image--center,
  .content .content__image.content__image--center .legend {
    text-align: center;
  }
  .content .content__image.content__image--left {
    float: left;
    margin-right: 1.25em;
  }
  .content .content__image.content__image--right {
    float: right;
    margin-left: 1.25em;
    margin-right: 0em;
  }
  .content .content__image.content__image--right + h3,
  .content .content__image.content__image--right + .h3 {
    margin-top: 0;
    padding-top: 0;
  }
  .content .product-image {
    text-align: center;
  }
  .content .product-image img {
    display: inline-block;
  }
  .content table {
    border: 1px solid #c4c6c7;
    border-collapse: collapse;
    font-size: 1em;
    line-height: 1.25em;
  }
  .content table tbody tr:nth-child(odd) {
    background-color: #f5f7f8;
  }
  .content table tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content table tr td {
    border-right: 1px solid #c4c6c7;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content table tr td .head-label {
    display: none;
  }
  .content table tr td.text-right {
    text-align: right;
  }
  .content table tr td:last-child {
    border-right: 0;
  }
  .content table tr td p {
    margin-bottom: 0;
    margin-top: 1.25em;
  }
  .content table tr td p:first-child {
    margin-top: 0;
  }
  .content table tr th {
    border-bottom: 1px solid #c4c6c7;
    border-right: 1px solid #c4c6c7;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .content table tr th.order-action {
    padding-right: 1.875em;
    position: relative;
  }
  .content table tr th.order-action:after {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down.png?1413972612');
    width: 13px;
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    right: 0.625em;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .content table tr th.order-action.asc:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .content table tr th p {
    margin-bottom: 0;
  }
  .content table.light-blue tbody tr.even, .content table.dark-blue tbody tr.even {
    background-color: #e6ebee;
  }
  .content table.light-blue {
    border: 0;
    border-bottom: 1px solid #1a94ce;
  }
  .content table.light-blue tr th {
    background: #1a94ce;
    color: white;
  }
  .content table.light-blue tr th.order-action {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .content table.light-blue tr th.order-action:hover {
    background: #1473a1;
  }
  .content table.light-blue tr {
    background: #f5f7f8;
  }
  .content table.dark-blue {
    background: #f5f7f8;
    border: 0;
    border-bottom: 1px solid #033153;
  }
  .content table.dark-blue tr th {
    background: #033153;
    color: white;
  }
  .content table.dark-blue tr {
    background: #f5f7f8;
  }
  .content table.noborders {
    border: 0;
  }
  .content table.noborders tr {
    background: none !important;
  }
  .content table.noborders tr,
  .content table.noborders tr td,
  .content table.noborders tr th {
    border: 0;
  }
  .content table.noborders tr th {
    font-weight: normal;
  }
  .content .bloc-contact {
    background: #f5f7f8;
  }
  .content .bloc-contact .bloc-contact__name {
    border-bottom: 1px solid #c4c6c7;
    font-size: 1.3125em;
    line-height: 1.428571em;
    padding-left: 0.952381em;
    padding-top: 0.47619em;
    padding-bottom: 0.47619em;
  }
  .content .bloc-contact .bloc-contact__content:after {
    content: "";
    display: table;
    clear: both;
  }
  .content .bloc-contact table {
    border: 0;
  }
  .content .bloc-contact table td {
    padding-left: 1.25em;
  }
  .content .bloc-contact table td table {
    font-size: 1em;
    line-height: 1.25em;
  }
  .content .bloc-contact table td table tr td, .content .bloc-contact table td table tr th {
    text-align: left;
    padding: 0;
    padding-bottom: 0.625em;
    border: 0;
  }
  .content .bloc-contact table td table tr th {
    vertical-align: top;
  }
  .content .bloc-contact table td table tr td {
    padding-left: 0.625em;
  }
  .content .bloc-contact table td table tr:last-child td, .content .bloc-contact table td table tr:last-child th {
    padding-bottom: 0;
  }
  .content .content-video {
    margin-top: 2.5em;
  }
  .content .content-video .content-video__title {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.416667em;
    color: #033153;
  }
  .content .content-video .content-video__content iframe {
    width: 100% !important;
  }
  .content .content-update {
    margin-top: 2.5em;
  }
  .content .content-tag {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    background: #faf9f5;
  }
  .content .content-tag p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .content .content-tag .tag {
    display: inline-block;
    background: #1a94ce;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    color: white;
    font-size: 0.8em;
    line-height: 1.25em;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    margin-bottom: 2px;
  }
  .content .content-tag .tag:focus, .content .content-tag .tag:hover, .content .content-tag .tag:active {
    background: #1473a1;
  }
  .content .content-update + .content-tag {
    margin-top: 1.25em;
  }
  .content .bottom-content {
    border-top: 1px solid #1a94ce;
    padding-top: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .content.content--product .two-cols .col {
    padding-top: 1.25em;
    border: 0;
  }
  .content.content--product .two-cols .col:first-child {
    width: 35%;
  }
  .content.content--product .two-cols .col:last-child {
    width: 65%;
  }
  .content.content--product .order {
    margin-top: 2.5em;
    text-align: center;
  }
  .content.content--product .order strong {
    line-height: 40px;
    float: left;
  }
  .content.content--product .order .link-button {
    float: right;
  }
  .highlighted {
    background: #1a94ce;
    color: white;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-bottom: 1.25em;
  }
  .highlighted .highlighted__title {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.833333em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .highlighted .highlighted__title strong {
    display: block;
    color: yellow;
    color: white;
    text-transform: uppercase;
  }
  .highlighted .highlighted__content:after {
    content: "";
    display: table;
    clear: both;
  }
  .highlighted *:last-child {
    margin-bottom: 0 !important;
  }
  .highlighted .content__image {
    float: none !important;
  }
  .highlighted ul li {
    color: white;
  }
  .highlighted ul li:before {
    background-color: white;
  }
  .highlighted ol li {
    color: white;
  }
  .highlighted ol li span {
    color: white;
  }

  .highlighted--darkblue {
    background: #033153;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  .backtotop {
    display: block;
    float: left;
    width: 13.75em;
    margin-right: 1.25em;
    cursor: pointer;
    clear: both;
    margin-left: auto;
    float: none;
    text-align: left;
    padding-top: 0.625em;
    margin-bottom: 0;
  }
  .backtotop .inner {
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
    font-style: italic;
    position: relative;
    margin: 0;
  }
  .backtotop .inner:before {
    content: "";
    width: 19px;
    height: 10px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-top-lightblue-h10@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 19px 10px;
  }
  .no-backgroundsize .backtotop .inner:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-top-lightblue-h10.png?1413972612');
  }
  .in-bottom {
    margin-top: 1.25em;
  }

  h1 + .last-update {
    padding-top: 0.625em;
  }
  h1 + .last-update.txt-small {
    padding-top: 0.714286em;
  }

  .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .two-cols {
    margin-bottom: 2.5em;
  }
  .two-cols:after {
    content: "";
    display: table;
    clear: both;
  }
  .two-cols .col {
    width: 50%;
    padding-right: 1.25em;
  }
  .two-cols .col *:last-child {
    margin-bottom: 0;
  }
  .two-cols .col:last-child {
    padding-left: 1.25em;
    padding-right: 0em;
    border-left: 1px solid #c4c6c7;
  }
  .pagination {
    margin-bottom: 1.875em;
    text-align: center;
  }
  .pagination:after {
    content: "";
    display: table;
    clear: both;
  }
  .pagination .prev,
  .pagination .next {
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
    padding: 0.555556em 0.833333em 0.5em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    background: #1a94ce;
    color: white;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination .prev:before,
  .pagination .next:before {
    content: "";
    width: 8px;
    height: 15px;
    top: 50%;
    margin-top: -7.5px;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination .prev:hover,
  .pagination .next:hover {
    background: #1473a1;
  }
  .pagination .prev.inactive,
  .pagination .next.inactive {
    cursor: default;
    background: #d8d9db;
  }
  .pagination .prev.hide,
  .pagination .next.hide {
    display: none;
  }
  .pagination .prev {
    padding-left: 1.666667em;
    float: left;
  }
  .pagination .prev:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-left-white-h15@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 8px 15px;
    left: 15px;
  }
  .no-backgroundsize .pagination .prev:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-left-white-h15.png?1413972612');
  }
  .pagination .prev:hover:before {
    left: 10px;
  }
  .pagination .prev.inactive:hover:before {
    left: 15px;
  }
  .pagination .next {
    padding-right: 1.666667em;
    float: right;
  }
  .pagination .next:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h15@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 8px 15px;
    right: 15px;
  }
  .no-backgroundsize .pagination .next:before {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h15.png?1413972612');
  }
  .pagination .next:hover:before {
    right: 10px;
  }
  .pagination .next.inactive:hover:before {
    right: 15px;
  }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    clear: none;
    display: inline-block;
  }
  .pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .pagination ul li a, .pagination ul li span {
    display: inline-block;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.125em;
    line-height: 1.111111em;
    padding: 0.555556em 0.833333em 0.5em;
    border: 2px solid #1a94ce;
    color: #1a94ce;
    margin-right: 0.625em;
    margin-bottom: 0.625em;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination ul li.current a, .pagination ul li.current span {
    background: #1a94ce;
    color: white;
    cursor: default;
  }
  .pagination ul li:hover a, .pagination ul li:focus a {
    background: #1a94ce;
    color: white;
  }
  .pagination ul li:before {
    width: 0;
    height: 0;
    background: none;
  }

  .breadcrumb {
    padding-bottom: 0.625em;
  }
  .breadcrumb div {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    line-height: 1.428571em;
  }
  .breadcrumb .current span {
    color: #7e888e;
  }

  #sidebar {
    float: left;
    width: 13.75em;
    margin-right: 1.25em;
    margin-right: 0 !important;
    padding-top: 1.25em;
    padding-left: 3.75em;
    padding-bottom: 2.5em;
    position: relative;
  }
  #sidebar:after {
    content: "";
    display: table;
    clear: both;
  }
  .sidebarInFirst #sidebar {
    float: right;
  }
  #sidebar .bloc {
    margin-bottom: 1.25em;
    background-color: #f0f4f5;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #sidebar .bloc:last-child {
    margin-bottom: 0;
  }
  #sidebar .bloc p {
    margin-bottom: 0;
  }
  #sidebar .bloc ul,
  #sidebar .bloc ol {
    padding-left: 0;
  }
  #sidebar .bloc li {
    list-style-position: inside;
  }
  #sidebar .bloc .title {
    font-size: 1em;
    line-height: 1.25em;
    line-height: normal;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-left: 0.625em;
    padding-right: 0.625em;
    color: #4c5a65;
    display: block;
  }
  #sidebar .bloc .content {
    padding-left: 0.625em;
    padding-right: 0.625em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    display: block;
  }
  #sidebar .bloc .content .inner {
    font-size: 1em;
    line-height: 1.25em;
    display: block;
  }
  #sidebar .bloc .content .share-link {
    display: block;
    margin-top: 1.25em;
  }
  #sidebar .bloc .content .share-link img {
    display: inline-block;
  }
  #sidebar .bloc .bloc__image {
    max-width: none;
    margin-bottom: 0.9375em;
    text-align: center;
    position: static;
    display: block;
  }
  #sidebar .bloc .bloc__image img {
    display: inline-block;
    max-height: none;
  }
  #sidebar .bloc .read-it {
    margin-top: 1.25em;
    display: block;
  }
  #sidebar .bloc .socialnetwork_type {
    color: #4c5a65;
    font-size: 1em;
    line-height: 1.25em;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #sidebar .bloc .socialnetwork_type img {
    display: inline;
  }
  #sidebar .bloc.bloc--related-product .title {
    font-size: 1.25em;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #sidebar .bloc.bloc--related-product .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sidebar .bloc.bloc--related-product .related-product__item {
    display: block;
    border-bottom: 1px solid #c4c6c7;
    padding-bottom: 1.25em;
    padding-top: 1.25em;
    text-decoration: none;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #sidebar .bloc.bloc--related-product .related-product__item:first-child {
    padding-top: 0;
  }
  #sidebar .bloc.bloc--related-product .related-product__item:last-child {
    border: 0;
  }
  #sidebar .bloc.bloc--related-product .related-product__item .item__title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
  }
  #sidebar .bloc.bloc--related-product .related-product__item .item__image {
    text-align: center;
  }
  #sidebar .bloc.bloc--related-product .related-product__item .item__image img {
    display: inline-block;
  }
  #sidebar .bloc.bloc--filters {
    text-align: left;
    padding-left: 0.625em;
    padding-right: 0.625em;
    padding-top: 0.9375em;
    padding-bottom: 1.25em;
  }
  #sidebar .bloc.bloc--filters .title {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.5em;
    line-height: normal;
    margin-bottom: 0.5em;
    padding: 0;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__list {
    margin-bottom: 1.875em;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__list a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    padding-right: 0.3125em;
    white-space: nowrap;
    color: #033153;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__list a img {
    display: inline;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__list a:hover {
    color: #1a94ce;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__search {
    position: relative;
    margin-bottom: 1.875em;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__search .search {
    width: 100%;
    padding-right: 40px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white;
    padding-left: 0.625em;
    padding-top: 1.0625em;
    padding-bottom: 0.9375em;
    background: #1a94ce;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__search .search::-webkit-input-placeholder {
    color: white;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__search .search:-moz-placeholder, #sidebar .bloc.bloc--filters .bloc--filters__search .search::-moz-placeholder {
    color: white;
    opacity: 1;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__search .search:-ms-input-placeholder {
    color: white;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box {
    text-align: left;
    margin-bottom: 1.25em;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box .box-title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0.625em;
    padding-bottom: 0.3125em;
    border-bottom: 1px solid #c4c6c7;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box .box-title:after {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/small-arrow-down.png?1413972612');
    width: 10px;
    height: 6px;
    top: 50%;
    margin-top: -6px;
    right: 7px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box .box-title:hover {
    color: #1a94ce;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box .box-title:hover:after {
    margin-top: -3px;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box .inner {
    padding-left: 0.625em;
    padding-right: 0.625em;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box label {
    display: block;
    cursor: pointer;
    padding-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box.active .box-title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box.active .box-title:hover:after {
    margin-top: -9px;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__box.active .inner {
    height: auto;
  }
  #sidebar .bloc.bloc--share {
    text-align: left;
  }
  #sidebar .bloc.bloc--share .content {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--share .socialnetwork {
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle;
  }
  #sidebar .bloc.bloc--share .socialnetwork:focus, #sidebar .bloc.bloc--share .socialnetwork:hover, #sidebar .bloc.bloc--share .socialnetwork:active {
    background-position: 0 -15px;
  }
  #sidebar .bloc.bloc--share .socialnetwork.twitter {
    background-image: url('../bundles/cevacountrysitecommon/images/share/twitter-small@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 18px 30px;
    background-size: 18px;
  }
  .no-backgroundsize #sidebar .bloc.bloc--share .socialnetwork.twitter {
    background-image: url('../bundles/cevacountrysitecommon/images/share/twitter-small.png?1413972612');
  }
  #sidebar .bloc.bloc--share .socialnetwork.facebook {
    background-image: url('../bundles/cevacountrysitecommon/images/share/facebook-small@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 18px 30px;
    background-size: 18px;
  }
  .no-backgroundsize #sidebar .bloc.bloc--share .socialnetwork.facebook {
    background-image: url('../bundles/cevacountrysitecommon/images/share/facebook-small.png?1413972612');
  }
  #sidebar .bloc.bloc--share .socialnetwork.linkedin {
    background-image: url('../bundles/cevacountrysitecommon/images/share/linkedin-small@2x.png?1415351410');
    background-repeat: no-repeat;
    background-size: 18px 30px;
    background-size: 18px;
  }
  .no-backgroundsize #sidebar .bloc.bloc--share .socialnetwork.linkedin {
    background-image: url('../bundles/cevacountrysitecommon/images/share/linkedin-small.png?1415351410');
  }
  #sidebar .bloc.bloc--share .socialnetwork.googleplus {
    background-image: url('../bundles/cevacountrysitecommon/images/share/google-small@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 18px 30px;
    background-size: 18px;
  }
  .no-backgroundsize #sidebar .bloc.bloc--share .socialnetwork.googleplus {
    background-image: url('../bundles/cevacountrysitecommon/images/share/google-small.png?1413972612');
  }
  #sidebar .bloc.bloc--facebook .socialnetwork_type {
    background: #3d589b;
    color: white;
  }
  #sidebar .bloc.bloc--youtube .socialnetwork_type {
    background: #cc3333;
    color: white;
  }
  #sidebar .bloc.bloc--youtube .bloc__image {
    margin-top: 1.25em;
  }
  #sidebar .bloc.bloc--likedin .socialnetwork_type {
    background: #0274b3;
    color: white;
  }
  #sidebar .bloc.bloc--article .socialnetwork_type {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--small-padding .content {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--my-download {
    background-color: #46598a;
  }
  #sidebar .bloc.bloc--my-download .content a {
    color: white;
    text-decoration: underline;
  }
  #sidebar .bloc.bloc--my-download .content a:focus, #sidebar .bloc.bloc--my-download .content a:hover, #sidebar .bloc.bloc--my-download .content a:active {
    text-decoration: none;
  }
  #sidebar .bloc.bloc--text {
    overflow: hidden;
    padding-top: 0.625em;
  }
  #sidebar .bloc.bloc--text .inner {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  #sidebar .bloc.bloc--text .inner p {
    margin-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--text .inner ul {
    padding-left: 0;
    margin-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--text .inner ul li {
    text-align: left;
  }
  #sidebar .bloc.bloc--text .inner *:last-child {
    margin-bottom: 0;
  }
  #sidebar .bloc.bloc--links .socialnetwork_type {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--links .bloc__image {
    margin-bottom: 0;
  }
  #sidebar .bloc.bloc--links .content ul {
    padding-left: 0;
  }
  #sidebar .bloc.bloc--links .content ul li {
    text-align: left;
    margin-bottom: 0.625em;
  }
  #sidebar .bloc.bloc--links .content ul li:before {
    display: none;
  }
  #sidebar .bloc.bloc--links .content ul li .date {
    display: block;
    color: #1a94ce;
    font-size: 0.875em;
    line-height: 1.428571em;
  }
  #sidebar .bloc.bloc--links .inner * {
    margin-bottom: 0;
  }
  form {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  form .form-field-small {
    max-width: 10em !important;
  }
  form .form-field-tiny {
    max-width: 6em !important;
  }

  .form-group {
    width: 100%;
    display: table-row;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .form-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .form-group.form-group--inline {
    display: inline-block;
    width: auto;
  }
  .form-group.form-group--inline:after {
    display: none;
  }

  .form-group__label,
  .form-group__elements {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1.25em;
    position: relative;
  }

  .form-group__label {
    min-width: 8.125em;
    padding-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-group__elements .error,
  .form-group__elements .error-message,
  .form-validate .error,
  .form-validate .error-message {
    display: block;
    color: #d32d27;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 0.625em;
    margin-bottom: 0em;
    overflow: hidden;
    height: auto;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .form-group__elements .error.hide,
  .form-group__elements .error-message.hide,
  .form-validate .error.hide,
  .form-validate .error-message.hide {
    height: 0;
  }
  .form-group__elements input.error,
  .form-validate input.error {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.25em;
  }
  .form-group__elements .styled-select select.error,
  .form-validate .styled-select select.error {
    margin-top: 0;
    height: 2.375em;
  }

  .form-group__elements {
    width: 100%;
  }
  .form-group__elements img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.75em 1.25em 0.625em;
    background: whitesmoke;
    border: 1px solid rgba(161, 161, 161, 0.5);
    color: #a4a4a4;
    width: 20em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    background: white;
    color: #4c5a65;
    border-color: whitesmoke;
    -webkit-box-shadow: 0 0 2px 1px rgba(26, 148, 206, 0.75);
    box-shadow: 0 0 2px 1px rgba(26, 148, 206, 0.75);
    border: 1px solid #c4c6c7;
  }
  input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error {
    -webkit-box-shadow: 0 0 2px 1px rgba(211, 45, 39, 0.75);
    box-shadow: 0 0 2px 1px rgba(211, 45, 39, 0.75);
    border-color: #d32d27;
  }
  textarea {
    font-size: 1em;
    line-height: 1.25em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    background: whitesmoke;
    border: 1px solid rgba(161, 161, 161, 0.5);
    color: #a4a4a4;
    width: 100%;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  textarea:focus {
    background: white;
    color: #4c5a65;
    border-color: white;
    -webkit-box-shadow: 0 0 2px 1px rgba(26, 148, 206, 0.75);
    box-shadow: 0 0 2px 1px rgba(26, 148, 206, 0.75);
  }

  .fileUpload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #4c5a65;
    color: white;
    padding: 0.4375em 1.25em 0.3125em 2.5em;
    font-size: 1em;
    line-height: 1.25em;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .fileUpload:before {
    content: "";
    width: 17px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 0.625em;
    position: absolute;
    background-image: url('../bundles/cevacountrysitecommon/images/upload-link@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 17px 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .no-backgroundsize .fileUpload:before {
    background-image: url('../bundles/cevacountrysitecommon/images/upload-link.png?1413972612');
  }
  .fileUpload:hover {
    background: #364048;
  }
  .fileUpload:hover:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .uploadFileInput {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.4375em 0.625em 0.1875em;
    background: whitesmoke;
    border: 1px solid rgba(161, 161, 161, 0.5);
    color: #a4a4a4;
    width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    width: 170px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .uploadFileInfo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0.5em;
    left: 300px;
    margin-left: 0.625em;
    white-space: nowrap;
  }
  label input {
    margin-top: 0.25em;
    margin-right: 0.3125em;
  }
  .form-group__elements--radio label {
    margin-right: 1.25em;
  }

  select {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    text-align: center;
    color: #4c5a65;
    border: 1px solid #a1a1a1;
    margin-right: 0.625em;
  }
  .form-group .label-for-select select {
    width: 20em;
    text-align: left;
  }
  .styled-select {
    overflow: hidden;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c4c6c7;
    background-color: whitesmoke;
    min-width: 40px;
    padding-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .styled-select:after {
    content: " ";
    position: absolute;
    z-index: 1;
    background-image: url('../bundles/cevacountrysitecommon/images/select-down@2x.png?1417687149');
    background-repeat: no-repeat;
    background-size: 9px 6px;
    background-repeat: no-repeat;
    right: 8px;
    top: 50%;
    margin-top: -0.1875em;
    width: 9px;
    height: 0.375em;
  }
  .no-backgroundsize .styled-select:after {
    background-image: url('../bundles/cevacountrysitecommon/images/select-down.png?1417687149');
  }
  .form-group .styled-select {
    width: 20em;
  }
  .form-group .styled-select.styled-select-block {
    width: auto;
  }
  .styled-select select {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100% + 3em);
    width: calc(100% + 3em);
    min-width: 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0.3125em 5px 0.3125em 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #4c5a65;
    height: 2.375em;
    text-align: left;
  }
  .styled-select select:focus {
    outline: 1px dotted darkgrey;
  }

  .styled-select-block {
    display: block;
  }

  .styled-select-tiny {
    width: 60px;
  }
  .styled-select-tiny select {
    padding-left: 0.3125em;
  }

  input[type=text].search {
    position: relative;
    background: #1a94ce;
    color: white;
    border: 0;
  }
  input[type=text].search::-webkit-input-placeholder {
    color: white;
  }
  input[type=text].search:-moz-placeholder, input[type=text].search::-moz-placeholder {
    color: white;
    opacity: 1;
  }
  input[type=text].search:-ms-input-placeholder {
    color: white;
  }

  .field-checkbox:not(:checked), .field-checkbox:checked {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    margin: 0;
    border: 0;
    width: 1px !important;
    height: 1px;
    overflow: hidden;
  }
  .field-checkbox:not(:checked) + label, .field-checkbox:checked + label {
    position: relative;
    padding-left: 32px;
    padding-top: 2px;
    cursor: pointer;
  }
  .field-checkbox:not(:checked) + label:before, .field-checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #c4c6c7;
    background: white;
  }
  .field-checkbox:not(:checked) + label:after, .field-checkbox:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 30px;
    color: #09ad7e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .field-checkbox:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  .tab-container {
    margin-top: 2.5em;
  }
  .tab-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .tab-container .etabs {
    padding: 0;
    margin: 0;
  }
  .tab-container .etabs .tab {
    display: inline;
    padding: 0;
    margin: 0;
  }
  .tab-container .etabs .tab:before {
    background: none;
  }
  .tab-container .etabs .tab:first-child a {
    border-left-width: 0;
  }
  .tab-container .etabs .tab.active + li a {
    border-left-width: 0;
  }
  .tab-container .etabs .tab a {
    display: inline-block;
    width: 30%;
    background: #f3f4f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    text-align: center;
    border: solid #c4c6c7;
    border-width: 0 0 1px 1px;
    vertical-align: bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
  }
  .tab-container .etabs .tab a:hover, .tab-container .etabs .tab a:focus {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    background: #1a94ce;
    color: white;
  }
  .tab-container .etabs .tab a.active {
    width: 40%;
    background: white;
    font-size: 1.25em;
    line-height: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-width: 1px 1px 0;
    color: #4c5a65;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .tab-container .tabs-container {
    position: relative;
    top: -1px;
    border: 1px solid #c4c6c7;
  }
  .tab-container .tabs-container .tab-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .tab-container .tabs-container .tab-inner *:last-child {
    margin-bottom: 0;
  }
  .tab-container .tabs-container .tab-inner#tabs-pro .admin-button {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-top: 0.833333em;
    padding-bottom: 0.833333em;
    margin-bottom: 0.833333em;
    left: 0.625em;
  }

  /** --- @section IMAGE GRID --- */
  .img-grid {
    margin-bottom: 2.5em;
    border-bottom: 1px solid #c4c6c7;
    border-top: 1px solid #c4c6c7;
  }
  .img-grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .img-grid + .img-grid {
    margin-top: 2.5em;
  }
  .img-grid__row {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .img-grid__row h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.740741em;
    padding-bottom: 0.740741em;
    background-color: #fff;
  }

  [class*="img-grid__item"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  [class*="img-grid__item"] img {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    margin: auto;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    outline: 1px solid transparent;
  }
  [class*="img-grid__item"] a:focus img, [class*="img-grid__item"] a:hover img, [class*="img-grid__item"] a:active img {
    opacity: 0.8;
  }
  [class*="img-grid__item"] .txt-alpha {
    margin-top: 0.555556em;
    margin-bottom: 0;
  }
  [class*="img-grid__item"] span.txt-alpha {
    display: block;
  }
  .img-grid__item {
    float: left;
  }

  .img-grid__item--full {
    background-color: white;
  }
  .img-grid__inner {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .img-grid__sep {
    background-color: #c4c6c7;
    height: 1px;
  }
  .img-grid--6-cols .img-grid__row {
    background: url('../bundles/cevacountrysitecommon/images/grid-6-desktop.png?1415351410') repeat-y;
  }
  .img-grid--6-cols .img-grid__item {
    width: 16.666667%;
  }

  .home__actu a {
    color: #033153;
  }

  .home__actu__title h2, .home__actu__title a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 55px;
    color: white;
    display: block;
    float: left;
  }
  .home__actu__title h2 {
    background-color: #033153;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6875em;
    line-height: 1.481481em;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 0;
  }
  .home__actu__title a {
    display: block;
    float: left;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1em;
    line-height: 1.25em;
    background-color: #1a94ce;
    padding: 17px 20px;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
  }
  .home__actu__title a:hover {
    background-color: #11638a;
  }

  .home__actu__table {
    width: 100%;
    position: relative;
    z-index: 10;
    display: table;
    table-layout: fixed;
  }
  .home__actu__bloc + .home__actu__content .home__actu__table {
    background-color: white;
  }

  .home__actu__line {
    display: table-row;
  }
  .home__actu__line.empty {
    height: 6.875em;
    width: 100%;
  }

  .home__actu__container {
    position: relative;
  }
  .home__actu__container:before {
    content: "";
    float: none;
    height: 47%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    background-color: #1a94ce;
    z-index: 5;
  }
  .home__actu__container.with-promo {
    min-height: 110px;
  }
  .home__actu__container.with-promo .home__actu__table {
    width: 38.75em;
    margin-right: 0.5em;
    float: left;
    display: table;
    table-layout: fixed;
  }
  .home__actu__container.with-promo .bloc-promo {
    width: 19.5em;
    background: white;
    text-align: right;
    z-index: 10;
    position: absolute;
    bottom: 0;
  }
  .home__actu__container.with-promo .bloc-promo img {
    margin: 0 auto;
  }
  .home__actu__container.with-promo .bloc-promo.bloc-promo--video {
    display: inline-block;
  }
  .home__actu__container.with-promo .bloc-promo.bloc-promo--video:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .home__actu__container.with-promo .bloc-promo.bloc-promo--video:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('../bundles/cevacountrysitecommon/images/player@2x.png?1413972612') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    outline: 1px solid transparent;
  }
  .home__actu__container.with-promo .bloc-promo.bloc-promo--video:hover:before {
    background: rgba(0, 0, 0, 0.3);
  }
  .home__actu__container.with-promo .bloc-promo.bloc-promo--video:hover:after {
    opacity: 1;
  }

  .bloc {
    display: table-cell;
    background-color: white;
    vertical-align: middle;
    position: relative;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .bloc:hover {
    background: #f0f0f0;
  }
  .bloc .bloc__image {
    position: absolute;
    max-width: 120px;
  }
  .bloc .bloc__image img {
    width: auto;
    max-height: 110px;
  }
  .bloc .bloc__text,
  .bloc .bloc__title, .bloc.bloc--une .bloc__title {
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
    min-height: 6.111111em;
    display: block;
    padding: 0.555556em 0.555556em 0.277778em 7.222222em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .bloc.no-image .bloc__text {
    padding-left: 1.111111em;
    position: relative;
  }
  .bloc.no-image .bloc__text:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #4c5a65;
    left: 0.4375em;
    top: 0.875em;
  }
  .bloc.bloc--text .title + .bloc__image {
    margin-top: 0.625em;
  }
  .bloc.bloc--text > .content:first-child,
  .bloc.bloc--text > .bloc__image:first-child {
    margin-top: -0.625em;
  }
  .bloc.bloc--text > .bloc__image + .content {
    padding-top: 0 !important;
  }
  .bloc.bloc--une {
    height: 13.75em;
    vertical-align: top;
  }
  .bloc.bloc--une .bloc__title {
    color: #9c3956;
  }
  .bloc.bloc--une .bloc__text {
    clear: both;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    font-size: 1em;
    line-height: 1.25em;
  }
  .home__actu__table-master {
    display: table;
    width: 100%;
    position: relative;
  }
  .home__actu__table-master:before {
    content: "";
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -6px;
    left: 0;
    background-color: #1a94ce;
    z-index: -1;
  }
  .home__actu__table-row {
    display: table-row;
  }
  .home__actu__bloc,
  .home__actu__content {
    display: table-cell;
    vertical-align: bottom;
  }
  .home__actu__bloc {
    width: 19.5em;
    padding-right: 0.5em;
  }
  .home__actu__bloc .home__actu__title h2 {
    background-color: #9c3956;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .home__actu__content:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: -1;
  }
  .home__actu__content.with_1_actu:before, .home__actu__content.with_2_actu:before {
    bottom: 20%;
  }
  .home__actu__content.with_3_actu:before, .home__actu__content.with_4_actu:before {
    bottom: 60%;
  }
  .home.home--image .home__actu {
    margin-top: -11.25em;
  }
  .home.home--video .home__actu {
    margin-top: 1.875em;
  }
  .home__actu .l-content {
    position: relative;
  }
  .home__actu.left-bloc .home__actu__content.with_1_actu .home__actu__container:before, .home__actu.left-bloc .home__actu__content.with_2_actu .home__actu__container:before {
    height: 75%;
  }
  .home__actu .home__actu__content .home__actu__line .bloc {
    background: white;
  }
  .home__actu .home__actu__content .home__actu__line .bloc:hover {
    background: #e0e1e2 !important;
  }
  .home__actu .with_2_actu .home__actu__line--2 .actu-1 {
    background: #f0f0f0;
  }
  .home__actu .with_3_actu .home__actu__line--2 .actu-0 {
    background: #f0f0f0;
  }
  .home__actu.left-bloc .with_3_actu .home__actu__line--2 .actu-0 {
    background: #f0f0f0;
  }
  .home__actu.left-bloc .with_3_actu .home__actu__line--2 .actu-1 {
    background: white;
  }
  .home__actu .with_4_actu .home__actu__line--1 .actu-1,
  .home__actu .with_5_actu .home__actu__line--1 .actu-1,
  .home__actu .with_6_actu .home__actu__line--1 .actu-1 {
    background: #f0f0f0;
  }
  .home__actu .with_4_actu .home__actu__line--2 .actu-0,
  .home__actu .with_4_actu .home__actu__line--2 .actu-2,
  .home__actu .with_5_actu .home__actu__line--2 .actu-0,
  .home__actu .with_5_actu .home__actu__line--2 .actu-2,
  .home__actu .with_6_actu .home__actu__line--2 .actu-0,
  .home__actu .with_6_actu .home__actu__line--2 .actu-2 {
    background: #f0f0f0;
  }
  .home.home--video .bloc-deco--video {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
  }

  .bloc-deco {
    overflow: hidden;
    min-height: 200px;
  }
  .bloc-deco.bloc-deco--video {
    margin-bottom: 1.875em;
  }
  .bloc-deco img {
    margin: 0 auto;
    border-bottom: 8px solid #033153;
  }
  .home .bloc-deco img {
    border: 0;
  }
  .bloc-deco.bloc-deco--image {
    min-height: 18.75em;
  }
  .bloc-deco.bloc-deco--image img {
    max-width: 66.25em;
  }
  .bloc-deco.bloc-deco--empty {
    max-width: 1060px;
    height: 18.75em;
    margin-right: auto;
    margin-left: auto;
    min-height: 0;
    background: #1a94ce;
    border-bottom: 5px solid #033153;
  }
  .bloc-deco.bloc-deco--404 {
    position: relative;
  }
  .bloc-deco.bloc-deco--404 .content {
    width: 320px;
    height: 320px;
    background: rgba(32, 146, 191, 0.9);
    position: absolute;
    top: 50%;
    margin-top: -160px;
    left: 50%;
    margin-left: -160px;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #2092bf !important;
  }
  .bloc-deco.bloc-deco--404 .content:after {
    content: "";
    display: table;
    clear: both;
  }
  .bloc-deco.bloc-deco--404 .content .title {
    position: absolute;
    width: 160px;
    height: 60px;
    top: -30px;
    left: -80px;
    padding: 10px 20px;
    background: rgba(239, 239, 231, 0.9);
    color: #1a94ce;
    font-size: 2.8125em;
    line-height: 1.111111em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
  }
  .bloc-deco.bloc-deco--404 .content .inner {
    color: white;
    font-size: 1.25em;
    line-height: 1.5em;
    line-height: 1.375em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .bloc-deco.bloc-deco--404 .content .inner a {
    text-decoration: underline;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .bloc-deco.bloc-deco--404 .content .title {
    background: white !important;
  }
  #footer,
  footer {
    margin-top: 2.5em;
  }
  #footer h2,
  footer h2 {
    padding-top: 0;
    font-size: 1.75em;
    line-height: 1.428571em;
  }
  #footer .bloc,
  footer .bloc {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    vertical-align: middle;
  }
  #footer .bloc.bloc--left,
  footer .bloc.bloc--left {
    float: left;
    width: 21.25em;
    margin-right: 1.25em;
    display: table-cell;
    float: none;
  }
  #footer .bloc.bloc--left.bloc--full,
  footer .bloc.bloc--left.bloc--full {
    width: auto;
  }
  #footer .footer__info__top .bloc,
  footer .footer__info__top .bloc {
    vertical-align: top;
  }

  .footer__info {
    background: whitesmoke;
  }
  .footer__info ul {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.25em;
  }
  .footer__info ul li {
    padding-left: 0.9375em;
    margin-bottom: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer__info .footer__info__top,
  .footer__info .footer__info__bottom {
    display: table;
    width: 100%;
  }
  .footer__info__top .bloc.bloc--left {
    background: #1a94ce;
    color: white;
  }
  .footer__info__top .bloc.bloc--left h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-left: 0.833333em;
    position: relative;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .footer__info__top .bloc.bloc--left h2:before {
    content: "";
    position: absolute;
    background-image: url('../bundles/cevacountrysitecommon/images/lock@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 19px;
    top: 50%;
    margin-top: -9.5px;
    left: 0;
  }
  .no-backgroundsize .footer__info__top .bloc.bloc--left h2:before {
    background-image: url('../bundles/cevacountrysitecommon/images/lock.png?1413972612');
  }
  .footer__info__top .bloc.bloc--left ul {
    list-style: none;
  }
  .footer__info__top .bloc.bloc--left ul li {
    position: relative;
  }
  .footer__info__top .bloc.bloc--left ul li:before {
    content: "";
    background: white;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7.5px;
    left: 0;
  }
  .footer__info__top .bloc.bloc--left.contact-us h2 {
    padding-left: 0;
    text-transform: uppercase;
  }
  .footer__info__top .bloc.bloc--left.contact-us h2:before {
    content: "";
    width: 0;
    height: 0;
    background: none;
  }
  .footer__info__top .bloc.bloc--left.contact-us p {
    font-size: 1em;
    line-height: 1.25em;
  }
  .footer__info__top .bloc.bloc--left.contact-us p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer__info__top .bloc.bloc--left.contact-us p a {
    text-decoration: underline;
  }
  .footer__info__top .bloc.bloc--product-list {
    background-color: #f5f7f8;
  }
  .footer__info__top .bloc.bloc--product-list h2 {
    text-transform: uppercase;
  }
  .footer__info__top .bloc.bloc--product-list ul li {
    display: inline-block;
    width: 30%;
    margin-right: 3.5%;
    position: relative;
    vertical-align: top;
  }
  .footer__info__top .bloc.bloc--product-list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .footer__info__top .bloc.bloc--product-list ul li:before {
    content: "";
    background: #1a94ce;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0;
  }
  .footer__info__top .bloc.bloc--product-list ul li a {
    color: inherit;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer__info__top .bloc.bloc--product-list ul li a:hover {
    color: #1a94ce;
  }
  .footer__info__bottom .bloc {
    text-align: center;
    position: relative;
    background: #46598a;
    color: white;
    vertical-align: middle;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .footer__info__bottom .bloc:hover, .footer__info__bottom .bloc:focus {
    background: #354368;
  }
  .footer__info__bottom .bloc p {
    font-size: 1.5em;
    line-height: 1.25em;
    position: relative;
    margin-bottom: 0;
  }
  .footer__info__bottom .bloc.bloc--left {
    background: #033153;
    font-style: italic;
  }
  .footer__info__bottom .bloc.bloc--left:hover, .footer__info__bottom .bloc.bloc--left:focus {
    background: #011422;
  }
  .footer__info__bottom .bloc.bloc--right {
    background: #d8d9db;
    color: #4c5a65;
  }
  .footer__info__bottom .bloc.bloc--right p {
    font-size: 0.875em;
    line-height: 1.428571em;
    margin-bottom: 0.375em;
  }
  .footer__info__bottom .bloc.bloc--right ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .footer__info__bottom .bloc.bloc--right ul li span, .footer__info__bottom .bloc.bloc--right ul li a {
    border: 2px solid white;
    width: 1.785714em;
    height: 1.785714em;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.428571em;
    line-height: 1.785714em;
  }
  .footer__info__bottom .bloc.bloc--right ul li.current span {
    background: white;
  }
  .footer__share {
    font-size: 1.125em;
    line-height: 1.666667em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-style: italic;
    background: whitesmoke;
  }
  .footer__share p {
    margin: 0;
  }
  .footer__share .footer__share__element {
    display: inline-block;
    text-decoration: none;
    padding-right: 0.625em;
    padding-left: 1.25em;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  .footer__share .footer__share__element:first-child {
    margin-left: 0.625em;
  }
  .footer__share .footer__share__element.footer__share__element--fb {
    background-image: url('../bundles/cevacountrysitecommon/images/share/facebook.png?1413972612');
    width: 8px;
    height: 18px;
  }
  .footer__share .footer__share__element.footer__share__element--fb:hover {
    background-position: 50% -18px;
  }
  .footer__share .footer__share__element.footer__share__element--tw {
    background-image: url('../bundles/cevacountrysitecommon/images/share/twitter.png?1413972612');
    width: 16px;
    height: 14px;
  }
  .footer__share .footer__share__element.footer__share__element--tw:hover {
    background-position: 50% -14px;
  }
  .footer__share .footer__share__element.footer__share__element--in {
    background-image: url('../bundles/cevacountrysitecommon/images/share/likedin.png?1413972612');
    width: 16px;
    height: 16px;
  }
  .footer__share .footer__share__element.footer__share__element--in:hover {
    background-position: 50% -16px;
  }
  .footer__share .footer__share__element.footer__share__element--you {
    background-image: url('../bundles/cevacountrysitecommon/images/share/you-tube.png?1413972612');
    width: 25px;
    height: 17px;
  }
  .footer__share .footer__share__element.footer__share__element--you:hover {
    background-position: 50% -17px;
  }
  .footer__menu {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .footer__menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .footer__menu ul li {
    display: inline-block;
    font-size: 0.8125em;
    line-height: 1.538462em;
  }
  .footer__menu ul li a {
    color: inherit;
    text-decoration: none;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .footer__menu ul li a:hover {
    text-decoration: underline;
  }
  #map-canvas {
    float: left;
    width: 43.75em;
    margin-right: 1.25em;
    margin-right: 0 !important;
    height: 520px;
  }
  #map-canvas img {
    max-width: none;
  }
  #article .content .map-filters p.map_filters__title {
    display: none;
    font-size: 1.125em;
    line-height: 1.111111em;
    margin-bottom: 0.5em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #article .content .map-filters .form-group {
    display: inline-block;
    margin-right: 1.25em;
  }
  #article .content .map-filters .form-group .label-for-select,
  #article .content .map-filters .form-group .styled-select {
    text-align: left;
  }
  #article .content .map-filters .form-group--inline {
    width: 320px;
  }
  .map-container {
    position: relative;
    overflow: hidden;
  }

  .nothing-selected {
    position: absolute;
    height: 520px;
    top: 0;
    right: 0;
    width: 15em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nothing-selected .inner {
    font-size: 1em;
    line-height: 1.25em;
  }
  .nothing-selected .inner h2 {
    line-height: normal;
    margin-top: 0;
    padding-top: 0;
  }

  .map-info {
    width: 15em;
    float: left;
    height: 520px;
    background: #f3f4f6;
    overflow: hidden;
  }
  .map-info #marker-detail {
    margin-right: -15em;
    -webkit-transition: margin-right 0.5s;
    -moz-transition: margin-right 0.5s;
    -o-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
    position: absolute;
    width: 15em;
    height: 520px;
    right: 0;
    top: 0;
    background: #f3f4f6;
  }
  .map-info #marker-detail.active {
    margin-right: 0;
  }
  .map-info #marker-detail.active .map-info__title:before {
    left: -15px;
  }
  .map-info .map-info__title {
    background: #1a94ce;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    position: relative;
  }
  .map-info .map-info__title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #1a94ce transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: left 0.3s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition: left 0.3s ease 0.5s;
    -o-transition: left 0.3s ease 0.5s;
    transition: left 0.3s ease 0.5s;
  }
  .map-info .map-info__title h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.25em;
    line-height: 1.5em;
    line-height: normal;
  }
  .map-info .map-info__content {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border-bottom: 1px solid #c4c6c7;
  }
  .map-info .map-info__content p {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0;
    margin: 0;
  }
  .map-info .map-info__content p a {
    font-size: 1em;
    line-height: 1.25em;
  }
  .map-info .map-info__content a {
    text-decoration: underline;
    -webkit-transition: color 0.3s !important;
    -moz-transition: color 0.3s !important;
    -o-transition: color 0.3s !important;
    transition: color 0.3s !important;
    font-size: 1em;
    line-height: 1.25em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .map-info .map-info__content a:hover {
    color: #1a94ce;
    text-decoration: none !important;
  }
  .map-info .map-info__office-type {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .map-info .map-info__office-type p {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
  }
  .map-info .map-info__office-type #marker__office-type__list {
    padding: 0;
    list-style: none;
  }
  .map-info .map-info__office-type #marker__office-type__list li {
    display: none;
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
    padding-left: 1.5625em;
    position: relative;
  }
  .map-info .map-info__office-type #marker__office-type__list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
  }
  .map-info .map-info__office-type #marker__office-type__list li.visible {
    display: list-item;
  }
  .map-info .map-info__office-type #marker__office-type__list li#marker__office-type--headquarters:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-headquarters.png?1413972612');
    width: 17px;
    height: 16px;
    margin-top: -8px;
  }
  .map-info .map-info__office-type #marker__office-type__list li#marker__office-type--subsidiary:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-subsidiary.png?1413972612');
    width: 16px;
    height: 14px;
    margin-top: -7px;
  }
  .map-info .map-info__office-type #marker__office-type__list li#marker__office-type--commercial:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-commercial.png?1413972612');
    width: 16px;
    height: 14px;
    margin-top: -7px;
  }
  .map-info .map-info__office-type #marker__office-type__list li#marker__office-type--research:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-research.png?1413972612');
    width: 13px;
    height: 16px;
    margin-top: -8px;
  }
  .map-info .map-info__office-type #marker__office-type__list li#marker__office-type--factory:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-factory.png?1413972612');
    width: 16px;
    height: 17px;
    margin-top: -8.5px;
  }

  .office-list__item {
    border-bottom: 1px solid #c4c6c7;
    margin-bottom: 2.5em;
    background: #f0f0f0;
  }
  .office-list__item .office-list__item__title {
    background: #1a94ce;
    font-size: 1.5em;
    line-height: 1.25em;
    padding-top: 0.833333em;
    padding-bottom: 0.833333em;
    padding-left: 0.833333em;
    padding-right: 0.833333em;
    margin-bottom: 0.833333em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
  }
  .office-list__item .office-list__item__address,
  .office-list__item .office-list__item__phone,
  .office-list__item .office-list__item__fax,
  .office-list__item .office-list__item__contact,
  .office-list__item .office-list__item__itinary {
    display: block;
    font-size: 1em;
    line-height: 1.25em;
    margin-left: 1.25em;
    margin-right: 1.25em;
    margin-bottom: 0.625em;
    line-height: normal;
  }
  .office-list__item a {
    text-decoration: underline;
  }
  .office-list__item .office-list__item__types {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-top: 1.25em;
    border-top: 1px solid #c4c6c7;
  }
  .office-list__item .office-list__item__types p {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
  .office-list__item .office-list__item__types ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .office-list__item .office-list__item__types ul li {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
    padding-left: 1.5625em;
    position: relative;
  }
  .office-list__item .office-list__item__types ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
  }
  .office-list__item .office-list__item__types ul li.visible {
    display: list-item;
  }
  .office-list__item .office-list__item__types ul li#mobile_marker__office-type--headquarters:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-headquarters.png?1413972612');
    width: 17px;
    height: 16px;
    margin-top: -8px;
  }
  .office-list__item .office-list__item__types ul li#mobile_marker__office-type--subsidiary:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-subsidiary.png?1413972612');
    width: 16px;
    height: 14px;
    margin-top: -7px;
  }
  .office-list__item .office-list__item__types ul li#mobile_marker__office-type--commercial:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-commercial.png?1413972612');
    width: 16px;
    height: 14px;
    margin-top: -7px;
  }
  .office-list__item .office-list__item__types ul li#mobile_marker__office-type--research:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-research.png?1413972612');
    width: 13px;
    height: 16px;
    margin-top: -8px;
  }
  .office-list__item .office-list__item__types ul li#mobile_marker__office-type--factory:before {
    background-image: url('../bundles/cevacountrysitecommon/images/pointer-factory.png?1413972612');
    width: 16px;
    height: 17px;
    margin-top: -8.5px;
  }

  .list-result {
    margin-bottom: 1.25em;
  }
  .list-result .item {
    display: block;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 1em;
    line-height: 1.25em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-decoration: none;
    border-bottom: 1px solid #d8d9db;
  }
  .list-result .item:after {
    content: "";
    display: table;
    clear: both;
  }
  .list-result .item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
  }
  .list-result .item:hover .item__content span {
    padding-left: 5px;
  }
  .list-result .item:hover .item__content .item__breadcrumb span {
    padding-left: 0;
  }
  .list-result .item h2 a {
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
  .list-result .item .item__date {
    margin-bottom: 0.625em;
  }
  .list-result .item .item__date .inner {
    background: #1a94ce;
    color: white;
    display: inline-block;
    padding: 0.4375em 1.25em 0.3125em;
  }
  .list-result .item .item__image {
    display: block;
    float: left;
    min-width: 140px;
    margin-right: 1.875em;
    margin-bottom: 0.625em;
  }
  .list-result .item .item__breadcrumb {
    margin-bottom: 0.625em;
    color: #7e888e;
  }
  .list-result .item .item__breadcrumb a {
    color: #7e888e;
  }
  .list-result .item .item__breadcrumb a:hover {
    color: #1a94ce;
  }
  .list-result .item .item__content h2 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.625em;
    line-height: 0.769231em;
    margin-bottom: 0.384615em;
    line-height: normal;
    color: #033153;
    padding-top: 0;
  }
  .list-result .item .item__content h2 span {
    color: #1a94ce;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
  }
  .list-result .item .item__content p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.25em;
  }
  .list-result.list-result--search .item h2 {
    margin-bottom: 0.384615em;
  }

  p.search-info {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-left: 0.833333em;
    padding-right: 0.833333em;
    margin-top: 0.833333em;
    margin-bottom: 0.833333em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  p.search-info strong {
    color: #1a94ce;
  }

  .job-type {
    background: #edeff0;
    margin-bottom: 1.25em;
  }
  .job-type:last-child {
    margin-bottom: 0;
  }
  .job-type .job-type-desc {
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 1.25em;
  }
  .job-type .job-type-desc h3 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    margin-bottom: 0.625em;
    color: #627482;
  }
  .job-type .job-type-desc .desc {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    color: #627482;
  }
  .job-type .inner {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-right: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background: #edeff0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .job-type .inner:after {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-darkblue-h22@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 30px 16px;
    width: 30px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 1.25em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .no-backgroundsize .job-type .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-darkblue-h22.png?1413972612');
  }
  .job-type .inner h2 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .job-type .inner:hover {
    background-color: #1a94ce;
  }
  .job-type .inner:hover:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h22@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 30px 16px;
  }
  .no-backgroundsize .job-type .inner:hover:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h22.png?1413972612');
  }
  .job-type .inner:hover h2 {
    color: white;
  }
  .job-type.active .inner h2 {
    color: #1a94ce;
  }
  .job-type.active .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-blue-h22@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 30px 16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .no-backgroundsize .job-type.active .inner:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-blue-h22.png?1413972612');
  }
  .job-type.active .inner:hover h2 {
    color: white;
  }
  .job-type.active .inner:hover:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h22@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 30px 16px;
  }
  .no-backgroundsize .job-type.active .inner:hover:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-down-white-h22.png?1413972612');
  }

  .job-list {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .job-list .job {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .job h3 {
    padding-top: 0;
  }
  .job ul:last-child,
  .job p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .job-list__filters {
    margin-bottom: 1.25em;
  }
  .job-list__filters:after {
    content: "";
    display: table;
    clear: both;
  }
  .job-list__filters .job-list__filter__group {
    float: left;
    width: 11.5625em;
    margin-right: 1.25em;
  }
  .job-list__filters .job-list__filter__group:last-child {
    width: 19.375em;
    margin-right: 0 !important;
    margin-left: 1.25em;
  }
  .job-list__filters .job-list__filter__group label {
    display: block;
    margin-bottom: 0.3125em;
  }
  .job-list__filters .job-list__filter__group input {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.4375em 0.625em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4c5a65;
    width: 100%;
  }
  .job-list__filters .job-list__filter__group .styled-select {
    padding-left: 0.3125em;
  }
  .job-list__filters .job-list__filter__group .styled-select select {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .job-list__filters .job-list__filter__group.group--numberofjob {
    float: left;
    width: 8.75em;
    margin-right: 1.25em;
  }
  .job-list__filters .job-list__filter__group.group--numberofjob .label-for-select select {
    width: auto;
  }
  #jobsList {
    width: 100%;
  }
  #jobsList .job-type {
    background-color: transparent;
  }
  #jobsList tr td {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #jobsList tr td a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #jobsList tr td.job-location {
    white-space: nowrap;
  }
  #jobsList tr:hover {
    cursor: pointer;
  }
  #jobsList tr:hover td {
    background: #1a94ce;
    color: white;
  }
  #jobsList tr:hover td a {
    color: white;
  }
  .content .product-list {
    border-bottom: 1px solid #c4c6c7;
    border-top: 1px solid #c4c6c7;
  }
  .content .product-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .content .product-list__filet {
    background: #c4c6c7;
    height: 1px;
  }
  .content .product-list__row {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    background-image: url('../bundles/cevacountrysitecommon/images/grid-wide.png?1413972612');
    background-repeat: repeat-y;
  }
  .content .product-list__item {
    width: 33.333333%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .content .product-list__item .item__inner {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .content .product-list__item .item__inner h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    text-align: center;
    min-height: 3em;
    *height: 3em;
    text-transform: none;
    color: #4c5a65;
    margin-bottom: 0;
    display: table;
    width: 100%;
    height: 2.222222em;
  }
  .content .product-list__item .item__inner h3 a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: normal;
    text-decoration: none;
    display: table-cell;
    vertical-align: top;
  }
  .content .product-list__item .item__inner h3 a:focus, .content .product-list__item .item__inner h3 a:hover, .content .product-list__item .item__inner h3 a:active {
    text-decoration: underline;
  }
  .content .product-list__item .item__inner select.quantity {
    padding-left: 0.3125em;
    margin: 0;
  }
  .content .product-list__item .item__inner .link-button {
    padding-right: 1.25em;
  }
  .content .product-list__item .item__inner .link-button:after {
    right: 10px;
  }
  .content .product-list__item .item__inner-regular {
    min-height: 12.5em;
    *height: 12.5em;
  }
  .content .product-list__item .item__inner-large {
    min-height: 28.75em;
    *height: 28.75em;
  }
  .content .product-list__item .item__image {
    display: block;
    height: 11.875em;
    line-height: 11.875em;
  }
  .content .product-list__item .item__image img {
    display: inline;
    width: auto;
    max-height: 11.875em;
    vertical-align: middle;
  }
  .content .product-list__item .item__content {
    min-height: 5em;
    *height: 5em;
    overflow: hidden;
  }
  .content .product-list__item:nth-child(3n) .item__inner {
    border-right: 0;
  }
  .content .product-list__item:nth-child(3n + 1) {
    clear: both;
  }
  .content .product-list--tablet .product-list__item {
    width: 50%;
  }
  .content .product-list--tablet .product-list__row {
    background-image: url('../bundles/cevacountrysitecommon/images/grid-tablet.png?1413972612');
    background-position: 50%;
  }
  .content .product-list--tablet .item__image,
  .content .product-list--tablet .item__desc {
    float: left;
    width: 50%;
    margin-bottom: 1.25em;
  }
  .content .product-list--tablet .item__image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5%;
  }
  .content .product-list--tablet h3,
  .content .product-list--tablet .item__content {
    text-align: left;
  }
  .content .product-list--tablet .product-list__item .item__inner .link-button {
    padding-right: 2.5em;
  }
  .content .product-list--tablet .item__inner-regular {
    min-height: 12.5em;
    *height: 12.5em;
  }
  .content .product-list--tablet .item__inner-large {
    min-height: 17.5em;
    *height: 17.5em;
  }
  .steps {
    display: table;
    width: 100%;
    margin-bottom: 1.25em;
  }
  .steps .step {
    display: table-cell;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border: solid #babec2;
    border-width: 1px 1px 1px 0;
  }
  .steps .step.step--1 {
    border-left-width: 1px;
  }
  .steps .step.current {
    background: #1a94ce;
    border-color: #1a94ce;
  }
  .steps .step.current .number {
    border-color: white;
    color: white;
  }
  .steps .step.current .inner {
    color: white;
  }
  .steps .step.past {
    background: #f6f7f9;
  }
  .steps .step .number {
    display: inline-block;
    border: 1px solid #666666;
    color: #687277;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.375em;
    text-align: center;
    width: 34px;
    height: 34px;
    margin-right: 1.25em;
  }
  .steps .step .inner {
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.428571em;
    color: #687277;
  }
  table.cart {
    width: 100%;
    border: 0;
    margin-bottom: 1.25em;
  }
  table.cart thead tr th {
    border: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.cart tbody tr {
    border: 1px solid #c4c6c7;
  }
  table.cart tbody tr td {
    border: 0;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.cart tbody tr td.cart--image {
    padding-left: 2.5em;
    padding-top: 1.25em;
  }
  table.cart tbody tr td.cart--image img {
    width: auto;
    height: 150px;
  }
  table.cart tbody tr td.cart--productName {
    padding-left: 0.625em;
    padding-right: 0.625em;
    max-width: 19.375em;
  }
  table.cart tbody tr td.cart--productName strong {
    font-size: 1.25em;
    line-height: 1.5em;
    line-height: normal;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4c5a65;
  }
  table.cart tbody tr td.cart--productName em {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4c5a65;
  }
  table.cart tbody tr td.cart--productName .title {
    margin-bottom: 0.625em;
  }
  table.cart tbody tr td.cart--quantity, table.cart tbody tr td.cart--point {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  table.cart tbody tr td.cart--point {
    white-space: nowrap;
  }
  table.cart tbody tr td.cart--last-col {
    width: 210px;
  }
  table.cart tbody tr td .styled-select {
    margin-bottom: 0.625em;
  }
  table.cart tfoot tr td {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border: 0;
  }
  table.cart tfoot tr td.dark-blue {
    background: #4c5a65;
    color: white;
  }
  table.cart tfoot tr td.total {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-top: 0.416667em;
    padding-bottom: 0.416667em;
    padding-left: 0.833333em;
    padding-right: 0.833333em;
  }
  table.cart tfoot tr td.resume {
    border: solid #c4c6c7;
  }
  table.cart tfoot tr td.resume.left {
    border-width: 0 0 0 1px;
  }
  table.cart tfoot tr td.resume.right {
    border-width: 0 1px 0 0;
  }
  table.cart tfoot tr.last td.resume {
    border-bottom-width: 1px;
  }
  .personal-informations {
    margin-top: 2.5em;
  }
  .personal-informations .col {
    border: 1px solid #c4c6c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 49%;
    position: relative;
  }
  .personal-informations .col:first-child {
    margin-right: 2%;
  }
  .personal-informations .col h2 {
    padding-top: 0;
    font-size: 1.25em;
    line-height: 1.5em;
    line-height: normal;
    color: #4c5a65;
  }
  .personal-informations .set {
    position: absolute;
    top: 1.5em;
    right: 3.75em;
  }
  .info-perso__commentaire {
    padding-top: 1.25em;
    padding-right: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    background: #f6f7f9;
    margin-bottom: 1.25em;
  }
  .info-perso__commentaire h2 {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
  }
  .info-perso__commentaire textarea {
    border: 0;
    background: white;
    color: #4c5a65;
  }
  .info-perso__commentaire p {
    background: white;
    min-height: 6.25em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .cart-validation {
    background: #1a94ce;
    color: white;
    padding: 2.5em 1.25em 3.75em 10.9375em;
    margin-bottom: 2.5em;
    position: relative;
  }
  .cart-validation:before {
    content: "";
    background-image: url('../bundles/cevacountrysitecommon/images/check@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 91px;
    height: 91px;
    position: absolute;
    top: 1.25em;
    left: 3.75em;
  }
  .mobile-current-step {
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
    padding-left: 1.111111em;
    padding-right: 1.111111em;
    margin-bottom: 1.111111em;
  }
  .mobile-current-step strong {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1a94ce;
    text-transform: uppercase;
  }
  .download-list {
    padding-top: 2.5em;
  }

  .dl-element {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 1.25em;
    padding-right: 10.9375em;
    overflow: hidden;
    margin-bottom: 1.25em;
    background-color: #edeff0;
    position: relative;
  }
  .dl-element h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    padding-left: 2.083333em;
    position: relative;
  }
  .dl-element h2:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-image: url('../bundles/cevacountrysitecommon/images/file@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
  .no-backgroundsize .dl-element h2:before {
    background-image: url('../bundles/cevacountrysitecommon/images/file.png?1413972612');
  }
  .dl-element .dl-element__btn {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .dl-element a {
    height: 3.75em;
  }
  .dl-element a,
  .dl-element input {
    position: absolute;
    display: block;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
    margin-top: -1.875em;
    background-color: #edeff0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .dl-element a:hover,
  .dl-element input:hover {
    background-color: #dfe3e4;
  }
  .dl-element .dl-element__btn-download {
    right: 131px;
    width: 40px;
  }
  .dl-element .download {
    width: 40px;
  }
  .dl-element .download:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    background-image: url('../bundles/cevacountrysitecommon/images/download@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .no-backgroundsize .dl-element .download:before {
    background-image: url('../bundles/cevacountrysitecommon/images/download.png?1413972612');
  }
  .dl-element .dl-element__btn-send {
    right: 61px;
    width: 70px;
  }
  .dl-element .send {
    width: 70px;
  }
  .dl-element .send:before {
    content: "";
    width: 46px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -23px;
    background-image: url('../bundles/cevacountrysitecommon/images/send@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 46px 22px;
  }
  .no-backgroundsize .dl-element .send:before {
    background-image: url('../bundles/cevacountrysitecommon/images/send.png?1413972612');
  }
  .dl-element .dl-element__btn-delete {
    right: 0;
    width: 60px;
    border-left: 1px solid white;
  }
  .dl-element .delete {
    width: 22px;
    height: 1.5em;
    padding: 1.1875em 19px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .no-touch .dl-element .delete:hover {
    background: #d32d27 !important;
  }
  .dl-element.dl-element--all {
    padding-left: 1.25em;
    background-color: #d7d9da;
  }
  .dl-element.dl-element--all h2:before {
    display: none;
    padding-left: 0;
  }
  .dl-element.dl-element--all a,
  .dl-element.dl-element--all input {
    background-color: #d7d9da;
  }
  .no-touch .dl-element.dl-element--all a:hover, .no-touch
  .dl-element.dl-element--all input:hover {
    background-color: #e4e6e6;
  }
  .dl-element.dl-element--all input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .separator {
    height: 1px;
    background: #c4c6c7;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .separator:after {
    content: "";
    display: table;
    clear: both;
  }
  #sitemap ul li h2 {
    font-size: 1em;
    line-height: 1.153846em;
    padding-left: 0.208333em;
    padding-bottom: 0.208333em;
    margin-bottom: 0.416667em;
    border-bottom: 1px solid #1a94ce;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  #sitemap {
    padding-top: 3.75em;
  }
  #sitemap a {
    font-style: normal;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #4c5a65;
  }
  #sitemap a:focus, #sitemap a:hover, #sitemap a:active {
    color: #1a94ce;
  }
  #sitemap ul {
    padding-left: 0;
  }
  #sitemap ul li {
    font-size: 1.625em;
    line-height: 1.153846em;
    line-height: normal;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 1.538462em;
  }
  #sitemap ul li:before {
    display: none;
  }
  #sitemap ul li .backtotop {
    font-size: 0.615385em;
    line-height: 1.25em;
    width: auto;
    border: 0;
    bottom: 0.769231em;
    margin-right: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  #sitemap ul ul {
    padding-left: 0.769231em;
    margin: 0;
  }
  #sitemap ul ul li {
    font-size: 0.692308em;
    line-height: 1.111111em;
    line-height: normal;
    padding: 0;
  }
  #sitemap ul ul li ul {
    padding-left: 1.111111em;
    margin-bottom: 0.555556em;
  }
  #sitemap ul ul li ul li {
    font-size: 0.888889em;
    line-height: 1.25em;
    line-height: normal;
  }
  #sitemap ul ul li ul li a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .login-zone {
    position: relative;
    width: 100%;
    min-height: 28.125em;
  }

  .login-zone__form {
    position: absolute;
    top: 0;
    bottom: 60px;
    right: 0;
    width: 300px;
    background: #f5f7f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .login-zone__form form {
    position: absolute;
    padding-left: 1.25em;
    padding-right: 1.25em;
    top: 50%;
    margin-top: -60%;
  }
  .login-zone__form input[type=email],
  .login-zone__form input[type=password],
  .login-zone__form input[type=submit] {
    width: 100%;
    max-width: none;
  }
  .login-zone__form .label {
    margin-bottom: 0.625em;
    display: block;
    float: none;
  }
  .login-zone__form sup {
    color: #d32d27;
  }
  .login-zone__form .form-group {
    margin-bottom: 1.25em;
    display: block;
  }
  .login-zone__form .form-group a {
    font-size: 0.875em;
    line-height: 1.428571em;
    margin-top: 0.714286em;
    text-align: right;
    display: block;
  }
  .login-zone__form .form-group .error-message[style] + a {
    margin-top: 0;
  }
  .login-zone__form .link-button {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .login-zone__signup {
    position: absolute;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    background: #e6ebee;
    border-top: 1px solid #1a94ce;
  }
}
@media only screen and (min-width: 45em) {
  .button-more:hover {
    background: #1473a1;
    color: white !important;
  }
}

@media only screen and (max-width: 45em) {
  .return-link {
    position: relative;
    display: inline-block;
    top: 0;
  }
}

@media only screen and (max-width: 30em) {
  .title-level1 {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 30em) {
  .title-level2 {
    font-size: 1.6875em;
    line-height: 1.481481em;
  }
}

@media only screen and (max-width: 30em) {
  .title-level3 {
    font-size: 1.4375em;
    line-height: 1.304348em;
  }
}

@media only screen and (max-width: 63.125em) {
  .l-content {
    width: 43.75em;
    margin: 0 auto;
    padding: 0 1.25em;
  }
  .l-content:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 45em) {
  .l-content {
    width: auto;
  }
}

@media only screen and (max-width: 63.125em) {
  #header.no-login .header__right__bloc.header__right__bloc--country .inner .text,
  header.no-login .header__right__bloc.header__right__bloc--country .inner .text {
    display: inline-block;
  }
}

@media only screen and (max-width: 45em) {
  .header__top {
    border: 0;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__top .l-content:before {
    width: 0;
  }
}
@media only screen and (max-width: 45em) {
  .header__top .l-content {
    padding: 0;
  }
}

@media only screen and (max-width: 45em) {
  .header__left,
  .header__right {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 45em) {
  .header__left {
    height: auto;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__left .main-logo {
    font-size: 1.125em;
    line-height: 1.666667em;
  }
}
@media only screen and (max-width: 45em) {
  .header__left .main-logo {
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  .header__left .main-logo span {
    font-size: 1.333333em;
    line-height: 0.833333em;
    line-height: normal;
  }
  .header__left .main-logo img {
    width: 74px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 66.25em) {
  .header__right {
    right: 0;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc .inner .text {
    display: none;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc.header__right__bloc--pro .inner:before {
    left: 50%;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 45em) {
  .header__right .header__right__bloc.header__right__bloc--pro .inner:before {
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc.header__right__bloc--pro .inner .user-icon {
    display: inline;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc.header__right__bloc--pro.logged.loyalty .inner:before {
    margin-left: 0;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc.header__right__bloc--pro {
    width: 70px;
    text-align: center;
  }
  .header__right .header__right__bloc.header__right__bloc--pro.logged {
    width: auto;
  }
}
@media only screen and (max-width: 45em) {
  .header__right .header__right__bloc.header__right__bloc--pro.logged {
    width: 100%;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc.header__right__bloc--search .inner .text {
    display: block;
  }
}
@media only screen and (max-width: 63.125em) {
  .header__right .header__right__bloc.header__right__bloc--search .inner {
    padding-left: 1.428571em;
    padding-right: 1.428571em;
  }
}
@media only screen and (max-width: 45em) {
  .header__right {
    display: table;
    position: static;
  }
  .header__right.header__right--no-pro {
    height: auto;
  }
  .header__right .header__right__bloc {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .header__right .header__right__bloc .inner {
    font-size: 1.25em;
  }
  .header__right .header__right__bloc .inner .text {
    display: inline-block;
  }
  .header__right .header__right__bloc.header__right__bloc--pro {
    width: 100%;
  }
  .header__right .header__right__bloc.header__right__bloc--pro .inner {
    display: inline-block;
  }
  .header__right .header__right__bloc.header__right__bloc--pro .inner .user-icon {
    display: none;
  }
  .header__right .header__right__bloc.header__right__bloc--country {
    display: none;
  }
  .header__right .header__right__bloc.header__right__bloc--search {
    display: none;
  }
  .header__right .header__right__bloc.header__right__bloc--basket {
    display: none;
  }
}

@media only screen and (max-width: 45em) {
  .header__bottom .l-content {
    padding: 0;
  }
  .header__bottom .mobile_basket_bloc + .mobile-show-menu,
  .header__bottom .mobile_search_bloc + .mobile-show-menu {
    float: right;
  }
}

@media only screen and (max-width: 45em) {
  .mobile_search_bloc {
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  .mobile_basket_bloc {
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  .mobile-show-menu {
    display: block;
  }
}

@media only screen and (min-width: 45em) {
  .header__menu li:first-child a {
    padding-left: 0;
  }
  .header__menu li:last-child a {
    padding-right: 0;
  }
  .header__menu li:last-child a:before {
    background-image: none;
  }
}
@media only screen and (max-width: 45em) {
  .header__menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: white;
    z-index: 10;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__menu li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #edeff0;
    font-size: 1.5em;
    line-height: 0.833333em;
  }
  .header__menu li:last-child a:before, .header__menu li:last-child span:before {
    display: block;
  }
  .header__menu li:hover {
    background: white;
  }
  .header__menu li a,
  .header__menu li span {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-right: 1.25em;
    padding-left: 1.875em;
  }
  .header__menu li a:before,
  .header__menu li span:before {
    right: auto;
    top: 26px;
    margin-top: 0;
    margin-left: -0.9375em;
    background-color: #babec2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 10px;
    height: 10px;
  }
  .header__menu li .submenu {
    position: relative;
    display: block;
    z-index: 21;
  }
  .header__menu li .submenu a {
    color: #1a94ce;
  }
  .header__menu li .submenu ul {
    display: block;
    border: solid #1a94ce;
    border-width: 1px 0 5px;
    background: white;
    padding: 0;
  }
  .header__menu li .submenu ul li {
    font-size: 0.666667em;
    line-height: 1.25em;
  }
  .header__menu li .submenu ul li a {
    color: #4c5a65;
    padding-left: 3.75em;
    position: relative;
    white-space: normal;
  }
  .header__menu li .submenu ul li a:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    margin-left: 1.25em;
  }
  .header__menu li .submenu ul li a:hover, .header__menu li .submenu ul li a:focus {
    padding-left: 3.75em;
    background: white;
    color: #4c5a65;
  }
}

@media only screen and (max-width: 45em) {
  .toolbar-cookie__table,
  .toolbar-cookie__row,
  .toolbar-cookie__cell {
    display: block;
  }

  .toolbar-cookie__cell:last-child {
    text-align: right;
  }

  .toolbar-cookie__btn {
    padding-left: 0;
  }
}
@media only screen and (max-width: 30em) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 63.125em) {
  .hide-tablet {
    display: block !important;
  }
}

@media only screen and (max-width: 30em) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 30em) {
  .visible-mobile {
    display: block !important;
  }
}

@media only screen and (min-width: 63.125em) {
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 63.125em) {
  .visible-desktop {
    display: block !important;
  }
}

@media only screen and (max-width: 30em) {
  .container .l-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 45em) {
  .bloc-deco + .l-content .top-article {
    margin-top: 0em;
  }
}
@media only screen and (max-width: 63.125em) {
  .top-article {
    margin-top: -3.75em;
    width: 100%;
    float: none;
    display: block;
  }
  .sidebarInFirst .top-article {
    margin-top: -2.5em;
  }
}
@media only screen and (max-width: 45em) {
  .top-article {
    margin-top: 0em;
  }
}

@media only screen and (max-width: 45em) {
  .heading {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 30em) {
  .heading h1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading .item__breadcrumb {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media only screen and (max-width: 30em) {
  .prequel--level1 p,
  .prequel--level1 .eztext-field {
    font-size: 1.125em;
    line-height: 1.666667em;
  }
}

@media only screen and (max-width: 30em) {
  .prequel--level2 p,
  .prequel--level2 .eztext-field {
    font-size: 1em;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 30em) {
  .prequel--level3 p,
  .prequel--level3 .eztext-field {
    font-size: 1em;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 45em) {
  .prequel-filters_title, .prequel .prequel-filters_title {
    margin-bottom: 0.625em;
  }
}

@media only screen and (max-width: 45em) {
  .prequel-filters_title,
  .prequel-filters_content {
    display: block;
    width: auto;
  }
}
@media only screen and (max-width: 30em) {
  form .prequel-filters_title label, form .prequel-filters_title .label, form
  .prequel-filters_content label, form
  .prequel-filters_content .label {
    display: block;
    margin-bottom: 0.625em;
  }
}

@media only screen and (max-width: 63.125em) {
  article,
  #article {
    width: 100%;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 63.125em) {
  .prequel + .content-links.content-links--on-top {
    width: auto;
  }
}
@media only screen and (max-width: 63.125em) {
  .content-links.content-links--on-top {
    width: 100%;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 45em) {
  .content-links.content-links--on-top {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media only screen and (max-width: 30em) {
  .content-links .content-links__content ul li:nth-child(even) {
    margin-left: 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .content-links .content-links__content ul {
    padding-left: 1.25em;
  }
  .content-links .content-links__content ul:before {
    display: none;
  }
  .content-links .content-links__content ul li {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  .content .quote {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 30em) {
  .content p.right {
    float: none;
    text-align: right;
  }
}
@media only screen and (max-width: 30em) {
  .content ul, .content ol {
    padding-left: 0;
  }
}
@media only screen and (max-width: 45em) {
  .content .content__image.content__image--left, .content .content__image.content__image--right {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .content .content__image.content__image--left,
  .content .content__image.content__image--left .legend, .content .content__image.content__image--right,
  .content .content__image.content__image--right .legend {
    text-align: center;
  }
}
@media only screen and (max-width: 45em) {
  .content table {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
  .content table.light-blue {
    border: 0;
  }
  .content table.dark-blue {
    background: none;
    border: 0;
  }
  .content table thead,
  .content table tfoot {
    display: none;
  }
  .content table tbody {
    display: block;
    width: 100%;
  }
  .content table tr th {
    display: none;
  }
  .content table tr {
    display: block;
    margin-bottom: 1.25em;
    width: 100%;
    border: solid #c4c6c7;
    border-width: 1px 1px 0;
  }
  .content table tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid #c4c6c7;
    border-width: 0 0 1px;
  }
  .content table tr td.text-right {
    text-align: left;
  }
  .content table tr td .head-label {
    display: inline;
  }
}
@media only screen and (max-width: 63.125em) {
  .content .bloc-contact {
    padding-bottom: 0.625em;
  }
  .content .bloc-contact table {
    width: 100%;
  }
  .content .bloc-contact table td {
    display: block;
    width: auto;
    border-right: 0;
    box-sizing: border-box;
    float: left;
    padding-bottom: 0;
  }
  .content .bloc-contact table td table {
    margin-bottom: 0;
  }
  .content .bloc-contact table td table td {
    display: table-cell;
  }
}
@media only screen and (max-width: 45em) {
  .content .bloc-contact table tr {
    border: 0;
    margin-bottom: 0;
  }
  .content .bloc-contact table tr td {
    border: 0;
    float: none;
    width: 100%;
  }
  .content .bloc-contact table tr td table tr:last-child th {
    padding-bottom: 0.3125em;
  }
}
@media only screen and (max-width: 45em) {
  .content.content--product .two-cols .col {
    width: 100%;
    float: none;
  }
  .content.content--product .two-cols .col:first-child, .content.content--product .two-cols .col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .content h2, .content h3, .content h4, .content h5, .content h6,
  .content p, .content .question,
  .content ul, .content ol,
  .content table {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content .content__image.content__image--left, .content .content__image.content__image--right {
    float: none;
    display: block;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }
  .content table .content__image.content__image--left, .content table .content__image.content__image--right {
    margin-right: 0;
    margin-left: 0;
  }
  .content .content-video .content-video__title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content .bloc-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content .bloc-contact .bloc-contact__name {
    padding-left: 0;
  }
  .content .bloc-contact .bloc-contact__content {
    padding-top: 1.25em;
  }
  .content .bloc-contact .bloc-contact__content table {
    margin: 0;
  }
  .content .bloc-contact .bloc-contact__content table td {
    padding: 0;
    float: none;
    width: 100%;
  }
  .content .bloc-contact .bloc-contact__content table td table th, .content .bloc-contact .bloc-contact__content table td table td {
    display: block;
    width: 100%;
  }
  .content .bloc-contact .bloc-contact__content table td table th {
    padding-bottom: 0.3125em;
  }
  .content .bloc-contact .bloc-contact__content table td table th:last-child {
    padding-bottom: 1.25em;
  }
  .content .bloc-contact .bloc-contact__content table td table td {
    padding-bottom: 1.25em;
  }
  .content .bloc-contact .bloc-contact__content table td table td:last-child {
    padding-bottom: 1.25em;
  }
  .content .content-links__title {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0;
  }
  .content .content-links__title + .content-links__content ul {
    margin-bottom: 0;
  }
  .content .content-links__content {
    border-bottom: 1px solid #c4c6c7;
  }
  .content .content-links__content ul {
    border: 0;
  }
  .content .content-links__content ul li {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    border: 0;
  }
}

@media only screen and (max-width: 63.125em) {
  .highlighted .highlighted__title {
    font-size: 1.125em;
    line-height: 1.666667em;
    margin-bottom: 1.111111em;
  }
}
@media only screen and (max-width: 63.125em) {
  .highlighted--darkblue {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
  }
}

@media only screen and (max-width: 63.125em) {
  .backtotop {
    position: static;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 30em) {
  .col {
    float: none;
  }
}

@media only screen and (max-width: 30em) {
  .two-cols .col {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }
  .two-cols .col:last-child {
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }
}

@media only screen and (max-width: 45em) {
  .pagination .prev,
  .pagination .next {
    display: none;
  }
}
@media only screen and (max-width: 30em) {
  .breadcrumb {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media only screen and (max-width: 63.125em) {
  .sidebarInFirst #sidebar {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 45em) {
  .sidebarInFirst #sidebar {
    float: none;
  }
}
@media only screen and (max-width: 45em) {
  #sidebar .bloc .bloc__image {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 45em) {
  #sidebar .bloc .socialnetwork_type {
    height: 60px;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}
@media only screen and (max-width: 63.125em) {
  #sidebar .bloc.bloc--related-product {
    width: 100%;
    background: none;
  }
  #sidebar .bloc.bloc--related-product .title {
    background-color: #f0f4f5;
    margin-bottom: 1em;
  }
  #sidebar .bloc.bloc--related-product .content {
    padding: 0;
  }
  #sidebar .bloc.bloc--related-product .content:after {
    content: "";
    display: table;
    clear: both;
  }
  #sidebar .bloc.bloc--related-product .related-product__item {
    float: left;
    width: 13.75em;
    margin-right: 1.25em;
    background-color: #f0f4f5;
    border-bottom: 0;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.25em;
  }
  #sidebar .bloc.bloc--related-product .related-product__item:first-child {
    padding-top: 0.625em;
  }
  #sidebar .bloc.bloc--related-product .related-product__item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 45em) {
  #sidebar .bloc.bloc--related-product .related-product__item {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 1.25em;
  }
}
@media only screen and (max-width: 63.125em) {
  #sidebar .bloc.bloc--filters {
    width: 100%;
  }
  #sidebar .bloc.bloc--filters .bloc--filters__search .search {
    max-width: none;
  }
  #sidebar .bloc.bloc--filters .bloc--filters_conteneur {
    border: 1px solid #c4c6c7;
  }
  #sidebar .bloc.bloc--filters .bloc--filters_conteneur .bloc--filters__box {
    margin-bottom: 0;
  }
  #sidebar .bloc.bloc--filters .bloc--filters_conteneur .box-title {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    margin-bottom: 0;
  }
  #sidebar .bloc.bloc--filters .bloc--filters_conteneur .elements {
    padding-top: 0.625em;
  }
  #sidebar .bloc.bloc--filters .bloc--filters_conteneur .active .inner {
    border-bottom: 1px solid #c4c6c7;
  }
}
@media only screen and (max-width: 63.125em) {
  #sidebar .bloc.bloc--my-download {
    width: 100%;
  }
}
@media only screen and (max-width: 63.125em) {
  #sidebar {
    padding-left: 0em;
    display: block;
    float: none;
    width: auto;
  }
  #sidebar .bloc {
    float: left;
    width: 13.75em;
    margin-right: 1.25em;
  }
  #sidebar .bloc.bloc--share {
    width: 100%;
  }
  #sidebar .bloc.third {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 45em) {
  #sidebar .bloc {
    width: 100%;
    margin-right: 0;
    float: none;
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    width: 100%;
    max-width: 20em;
  }
}
@media only screen and (max-width: 30em) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    max-width: none;
  }
}

@media only screen and (max-width: 63.125em) {
  .uploadFileInput {
    width: 11.5625em;
  }
}

@media only screen and (min-width: 45em) and (max-width: 63.125em) {
  .uploadFileInfo {
    left: 315px;
  }
}
@media only screen and (max-width: 45em) {
  .uploadFileInfo {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    padding-top: 0.357143em;
    margin-left: 0;
    white-space: normal;
  }
}

@media only screen and (max-width: 30em) {
  .form-group {
    display: block;
  }

  .form-group__label,
  .form-group__elements {
    display: block;
    width: 100%;
  }

  .form-group__label {
    padding-bottom: 0.3125em;
  }
}
@media only screen and (max-width: 45em) {
  .form-group .label-for-select select {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 30em) {
  .img-grid {
    border-top: 0;
  }
}

@media only screen and (max-width: 30em) {
  [class*="img-grid__item"] {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 30em) {
  .img-grid__item--full {
    max-width: none;
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 30em) {
  .img-grid__sep {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 63.125em) {
  .img-grid--6-cols .img-grid__row {
    background-image: url('../bundles/cevacountrysitecommon/images/grid-tablet.png?1413972612');
    background-position: 50%;
  }
  .img-grid--6-cols .img-grid__item {
    width: 50%;
  }
}
@media only screen and (max-width: 30em) {
  .img-grid--6-cols .img-grid__row {
    background: none;
  }
  .img-grid--6-cols .img-grid__item {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 63.125em) {
  .with_4_actu .home__actu__container.with-promo:before {
    height: 200px;
    top: auto;
  }
}
@media only screen and (max-width: 45em) {
  .bloc.bloc--une .bloc__image {
    display: none;
  }
}

@media only screen and (max-width: 45em) {
  .home__actu__table-master {
    display: block;
  }
  .home__actu__table-master:before {
    height: 6px;
    top: auto;
  }
}

@media only screen and (max-width: 45em) {
  .home__actu__table-row {
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  .home__actu__bloc,
  .home__actu__content {
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  .home__actu__bloc {
    width: auto;
    padding-right: 0;
  }
  .home__actu__bloc .bloc.bloc--une {
    height: auto;
    background: #faf9f5;
  }
}
@media only screen and (max-width: 45em) {
  .home__actu__content:before {
    display: none;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu__content.with_2_actu:before {
    bottom: 60%;
  }
  .home__actu__content.with_3_actu:before {
    bottom: 40%;
  }
}

@media only screen and (max-width: 45em) {
  .home.home--image .home__actu {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu .with_3_actu .with-promo .home__actu__line--2 .actu-0 {
    background: #f0f0f0;
  }
  .home__actu .with_3_actu .with-promo .home__actu__line--2 .actu-1 {
    background: white;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu .with_4_actu .with-promo .home__actu__line--2 .actu-0 {
    background: white;
  }
  .home__actu .with_4_actu .with-promo .home__actu__line--2 .actu-1 {
    background: #f0f0f0;
  }
}
@media only screen and (min-width: 45em) and (max-width: 63.125em) {
  .home__actu .with_4_actu .two-bloc .home__actu__line--2 {
    display: none;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu.left-bloc .with_4_actu .home__actu__line--2 .actu-0 {
    background: white;
  }
  .home__actu.left-bloc .with_4_actu .home__actu__line--2 .actu-1 {
    background: #f0f0f0;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu .with_4_actu .home__actu__line--2 .actu-2,
  .home__actu .with_5_actu .home__actu__line--2 .actu-2,
  .home__actu .with_6_actu .home__actu__line--2 .actu-2 {
    background: white;
  }
}
@media only screen and (max-width: 45em) {
  .home__actu .with_4_actu .home__actu__line--2 .actu-0,
  .home__actu .with_5_actu .home__actu__line--2 .actu-0,
  .home__actu .with_6_actu .home__actu__line--2 .actu-0 {
    background: white;
  }
  .home__actu .with_4_actu .home__actu__line--2 .actu-1,
  .home__actu .with_5_actu .home__actu__line--2 .actu-1,
  .home__actu .with_6_actu .home__actu__line--2 .actu-1 {
    background: #f0f0f0;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu .with_6_actu .home__actu__line--1 .actu-2 {
    background: #f0f0f0;
  }
  .home__actu .with_6_actu .home__actu__line--2 .actu-0 {
    background: white;
  }
  .home__actu .with_6_actu .home__actu__line--2 .actu-2 {
    background: #f0f0f0;
  }
}
@media only screen and (max-width: 45em) {
  .home__actu .with_6_actu .home__actu__line--1 .actu-2 {
    background: white;
  }
  .home__actu .with_6_actu .home__actu__line--2 .actu-0 {
    background: #f0f0f0;
  }
  .home__actu .with_6_actu .home__actu__line--2 .actu-1 {
    background: white;
  }
}
@media only screen and (max-width: 63.125em) {
  .home__actu .home__actu__container .home__actu__line,
  .home__actu .home__actu__container .bloc {
    display: block;
  }
  .home__actu .home__actu__container.with-promo .home__actu__table {
    width: 25em;
  }
  .home__actu .home__actu__container.with-promo .home__actu__table .home__actu__line,
  .home__actu .home__actu__container.with-promo .home__actu__table .bloc {
    width: 100%;
  }
  .home__actu .home__actu__container.with-promo .bloc-promo {
    width: 18.25em;
  }
  .home__actu.left-bloc .home__actu__content .bloc {
    width: 100%;
  }
  .home__actu .with_1_actu .bloc {
    width: 100%;
  }
  .home__actu .with_3_actu .actu-1 {
    clear: both;
  }
  .home__actu .with_5_actu .home__actu__line--1 .actu-1 {
    clear: both;
  }
  .home__actu .with_5_actu .home__actu__line--2 .actu-0 {
    background: white;
  }
  .home__actu .with_5_actu .home__actu__line--2 .actu-2 {
    background: #f0f0f0;
  }
}
@media only screen and (max-width: 45em) {
  .home__actu .bloc.no-image .bloc__text {
    height: auto;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .home__actu .bloc.no-image .bloc__text:before {
    top: 1.75em;
  }
  .home__actu .home__actu__container .bloc {
    width: 100%;
  }
  .home__actu .home__actu__container.with-promo:before {
    top: 0;
    height: auto;
  }
  .home__actu .home__actu__container.with-promo .home__actu__table {
    width: 100%;
    float: none;
  }
  .home__actu .home__actu__container.with-promo .bloc-promo {
    position: relative;
    float: none;
    width: 100%;
    display: block;
  }
  .home__actu .with_5_actu .home__actu__line--2 .actu-2 {
    background: white;
  }
  .home__actu.left-bloc .home__actu__bloc {
    width: 100%;
    position: relative;
    margin-bottom: 0.625em;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une {
    height: auto;
    background: #faf9f5;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une .bloc__image {
    position: relative;
    float: left;
    width: 50%;
    margin-right: 0.625em;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une .bloc__image img {
    width: 100%;
    height: auto;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une .bloc__title {
    padding: 20px 20px 0;
    min-height: 0;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une .bloc__text {
    padding: 20px;
    height: auto;
    clear: none;
  }
  .home__actu.left-bloc .home__actu__content {
    width: 100%;
    margin: 0;
  }
  .home__actu.left-bloc .home__actu__content .home__actu__title,
  .home__actu.left-bloc .home__actu__content .home__actu__container {
    padding-left: 0;
  }
  .home__actu.left-bloc .home__actu__content .bloc {
    width: 100%;
  }
}
@media only screen and (max-width: 45em) and (max-width: 45em) {
  .home__actu.left-bloc .home__actu__bloc {
    margin-bottom: 1.25em;
  }
}
@media only screen and (max-width: 30em) {
  .home__actu .l-content:before {
    background: none;
  }
  .home__actu .home__actu__container .bloc {
    width: 100%;
    float: none;
  }
  .home__actu .home__actu__container.with-promo .home__actu__table {
    width: 100%;
    float: none;
  }
  .home__actu .home__actu__container.with-promo .bloc-promo {
    width: 100%;
    position: relative;
  }
  .home__actu .home__actu__container.with-promo .bloc-promo img {
    width: 100%;
  }
  .home__actu .bloc .bloc__text {
    font-size: 1.125em;
    line-height: 1.666667em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    min-height: 6.111111em;
    height: auto;
    display: block;
    padding: 0.555556em 0.555556em 0.555556em 7.222222em;
  }
  .home__actu .bloc.no-image .bloc__text {
    padding-top: 1.111111em;
    padding-bottom: 1.111111em;
    padding-left: 1.666667em;
    min-height: 0;
    word-break: break-word;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une .bloc__image {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .home__actu.left-bloc .home__actu__bloc .bloc.bloc--une .bloc__image img {
    width: auto;
    height: 110px;
  }
}

@media only screen and (max-width: 63.125em) {
  .bloc-deco.bloc-deco--image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 63.125em) {
  .bloc-deco.bloc-deco--image {
    min-height: 0;
  }
}
@media only screen and (max-width: 63.125em) {
  .bloc-deco.bloc-deco--empty {
    height: 7.5em;
  }
}
@media only screen and (max-width: 45em) {
  .bloc-deco.bloc-deco--empty {
    display: none;
  }
}
@media only screen and (max-width: 30em) {
  .bloc-deco.bloc-deco--404 {
    height: 400px;
  }
  .bloc-deco.bloc-deco--404 img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .bloc-deco.bloc-deco--404 .content {
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
  .bloc-deco.bloc-deco--404 .content .title {
    left: -10px;
  }
}
@media only screen and (max-width: 45em) {
  .bloc-deco {
    display: none;
    min-height: 0;
  }
  .home .bloc-deco, .bloc-deco.bloc-deco--404 {
    display: block;
  }
}

@media only screen and (max-width: 30em) {
  #footer .l-content,
  footer .l-content {
    padding: 0;
  }
}
@media only screen and (max-width: 63.125em) {
  #footer .bloc.bloc--left,
  footer .bloc.bloc--left {
    float: left;
    width: 16.25em;
    margin-right: 1.25em;
    display: table-cell;
    float: none;
  }
}
@media only screen and (max-width: 45em) {
  #footer .bloc.bloc--left.bloc--full,
  footer .bloc.bloc--left.bloc--full {
    margin-right: 0;
  }
}
@media only screen and (max-width: 45em) {
  #footer .bloc,
  footer .bloc {
    display: block;
    width: 100%;
  }
  #footer .bloc.bloc--left, #footer .bloc.bloc--right,
  footer .bloc.bloc--left,
  footer .bloc.bloc--right {
    display: block;
    width: 100%;
  }
  #footer .bloc.bloc--center,
  footer .bloc.bloc--center {
    display: none;
  }
}
@media only screen and (max-width: 30em) {
  .footer__info .footer__info__top,
  .footer__info .footer__info__bottom {
    display: block;
  }
}

@media only screen and (max-width: 30em) {
  .footer__info__top .bloc.bloc--left h2 {
    font-size: 1.875em;
    line-height: 1.333333em;
  }
  .footer__info__top .bloc.bloc--left ul {
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
  }
  .footer__info__top .bloc.bloc--left.contact-us p {
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
  }
}
@media only screen and (max-width: 45em) {
  .footer__info__top .bloc.bloc--product-list ul li {
    width: 49%;
    padding-right: 2%;
    margin-right: 0;
  }
  .footer__info__top .bloc.bloc--product-list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 30em) {
  .footer__info__top .bloc.bloc--product-list {
    display: none;
  }
}

@media only screen and (max-width: 63.125em) {
  .footer__info__bottom .bloc p {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 45em) {
  .footer__info__bottom .bloc {
    text-align: left;
  }
  .footer__info__bottom .bloc.bloc--left, .footer__info__bottom .bloc.bloc--right {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  .footer__info__bottom .bloc.bloc--left {
    display: block;
  }
  .footer__info__bottom .bloc.bloc--right {
    display: table;
  }
  .footer__info__bottom .bloc.bloc--right p, .footer__info__bottom .bloc.bloc--right ul {
    display: table-cell;
    vertical-align: middle;
  }
  .footer__info__bottom .bloc.bloc--right p {
    width: 30%;
    font-size: 1.125em;
    line-height: 1.666667em;
    line-height: normal;
  }
  .footer__info__bottom .bloc.bloc--right ul li {
    text-align: center;
    margin-right: 5px;
  }
  .footer__info__bottom .bloc.bloc--right ul li a, .footer__info__bottom .bloc.bloc--right ul li span {
    font-size: 1.125em;
    line-height: 1.666667em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    width: 2.222222em;
    height: 2.222222em;
    padding-top: 0.333333em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .footer__info__bottom .bloc.bloc--right ul li:last-child {
    margin-right: 0;
  }
  .footer__info__bottom .bloc p {
    font-size: 1.75em;
    line-height: 1.428571em;
  }
}

@media only screen and (max-width: 45em) {
  .footer__share p {
    text-align: center;
  }
  .footer__share .footer__share__list {
    display: block;
  }
}
@media only screen and (max-width: 30em) {
  .footer__share {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .footer__share .footer__share__text {
    display: none;
  }
  .footer__share .footer__share__list {
    display: table;
    width: 100%;
  }
  .footer__share .footer__share__list__element {
    display: table-cell;
    padding: 0;
    width: 25%;
  }
  .footer__share .footer__share__list__element:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 30em) {
  .footer__menu {
    margin-top: 3.75em;
  }
  .footer__menu ul li {
    display: block;
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.625em;
  }
}

@media only screen and (max-width: 63.125em) {
  #map-canvas {
    float: left;
    width: 28.75em;
    margin-right: 1.25em;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 45em) {
  #map-canvas {
    width: 70%;
  }
}

@media only screen and (max-width: 63.125em) {
  #article .content .map-filters .form-group--inline {
    width: auto;
  }
}
@media only screen and (max-width: 30em) {
  #article .content .map-filters {
    margin-bottom: 1.25em;
  }
  #article .content .map-filters p.map_filters__title {
    display: block;
  }
  #article .content .map-filters .form-group {
    display: block;
    padding-top: 0.625em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin: 0;
  }
  #article .content .map-filters .form-group .css-select {
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  #article .content .map-filters .form-group .css-select select {
    width: 100%;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    border: 1px solid #c4c6c7;
  }
}

@media only screen and (max-width: 45em) {
  .nothing-selected {
    width: 30%;
  }

  .map-info {
    width: 30%;
  }
  .map-info #marker-detail {
    width: 30%;
    margin-right: -30%;
  }
}
@media only screen and (max-width: 30em) {
  .list-result .item .item__image {
    margin-right: 0.625em;
  }
  .list-result .item .item__image img {
    width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 30em) {
  .list-result .item .item__content h2 {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 30em) {
  .list-result .item .item__content p {
    clear: both;
  }
}
@media only screen and (max-width: 45em) {
  .job {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 45em) {
  .job-description .prequel {
    position: relative;
    padding-bottom: 5em;
  }
  .job-description .prequel .link-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 63.125em) {
  .job-list__filters .job-list__filter__group {
    width: 9.375em;
  }
  .job-list__filters .job-list__filter__group:last-child {
    width: 11.875em;
    margin-left: 0;
  }
  .job-list__filters .job-list__filter__group.group--numberofjob {
    width: 6.875em;
  }
}
@media only screen and (max-width: 45em) {
  .job-list__filters .job-list__filter__group {
    width: 48%;
    margin-bottom: 0.625em;
    margin-right: 4%;
  }
  .job-list__filters .job-list__filter__group:nth-child(2n) {
    margin-right: 0;
  }
  .job-list__filters .job-list__filter__group:last-child {
    width: 48%;
  }
  .job-list__filters .job-list__filter__group.group--numberofjob {
    width: 48%;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 30em) {
  .job-list__filters .job-list__filter__group {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .job-list__filters .job-list__filter__group:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 45em) {
  .job-list__filters {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #c4c6c7;
    background: #f0f0f0;
  }
}

@media only screen and (max-width: 45em) {
  #jobsList {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
  }
  #jobsList.hide {
    display: none;
  }
  #jobsList thead {
    display: none;
  }
  #jobsList tr,
  #jobsList tr.alternative {
    display: block;
    border: 0;
    border-bottom: 1px solid #c4c6c7;
    margin-bottom: 1.25em;
    position: relative;
    background: #edeff0;
    padding: 0.625em 5em 0.625em 1.25em;
  }
  #jobsList tr.hide,
  #jobsList tr.alternative.hide {
    display: none;
  }
  #jobsList tr.alternative .job-type,
  #jobsList tr.alternative.alternative .job-type {
    background: none;
  }
  #jobsList tr:hover td,
  #jobsList tr.alternative:hover td {
    background: none;
    color: inherit;
  }
  #jobsList tr:hover td a,
  #jobsList tr.alternative:hover td a {
    color: inherit;
  }
  #jobsList tr td,
  #jobsList tr.alternative td {
    display: block;
    border: 0;
    padding: 0;
    background: #edeff0;
  }
  #jobsList tr td a,
  #jobsList tr.alternative td a {
    text-decoration: none;
  }
  #jobsList tr td.hide-mobile,
  #jobsList tr.alternative td.hide-mobile {
    display: none;
  }
  #jobsList tr td.job-type,
  #jobsList tr.alternative td.job-type {
    background: none;
    margin: 0;
    position: absolute;
    top: 0.625em;
    right: 1.25em;
    font-size: 0.875em;
    line-height: 1.428571em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #9c3956;
    width: auto;
  }
  #jobsList tr td.job-title,
  #jobsList tr.alternative td.job-title {
    font-size: 1.125em;
    line-height: 1.111111em;
    margin-bottom: 0.555556em;
    line-height: normal;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #34383b;
  }
  #jobsList tr td.job-location, #jobsList tr td.job-domain,
  #jobsList tr.alternative td.job-location,
  #jobsList tr.alternative td.job-domain {
    font-size: 0.9375em;
    line-height: 1.333333em;
    display: inline-block;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  #jobsList tr td.job-domain,
  #jobsList tr.alternative td.job-domain {
    color: #1a94ce;
  }
}

@media only screen and (max-width: 63.125em) {
  .online-application .content {
    padding-left: 0;
    padding-right: 0;
  }
  .online-application form {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media only screen and (max-width: 30em) {
  .content .product-list__item .item__inner h3 {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    padding-bottom: 1em;
  }
  .content .product-list__item .item__inner h3 a {
    display: inline-block;
  }
}
@media only screen and (max-width: 45em) {
  .content .product-list--tablet .item__image,
  .content .product-list--tablet .item__desc {
    float: none;
    width: auto;
  }
  .content .product-list--tablet .item__image {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 0;
    margin-bottom: 0;
  }
  .content .product-list--tablet h3,
  .content .product-list--tablet .item__content {
    text-align: center;
  }
  .content .product-list--tablet .item__content {
    min-height: 3.75em;
    *height: 3.75em;
  }
  .content .product-list--tablet .item__inner-large {
    min-height: 27.5em;
    *height: 27.5em;
  }
}
@media only screen and (max-width: 30em) {
  .content .product-list--tablet .product-list__item {
    width: 100%;
    float: none;
  }
  .content .product-list--tablet .product-list__item .quantity {
    margin-right: 1.25em;
  }
  .content .product-list--tablet .product-list__row {
    background: none;
    padding: none;
    margin: none;
  }
  .content .product-list--tablet .product-list__filet {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
  .content .product-list--tablet .item__content,
  .content .product-list--tablet .item__inner-large {
    min-height: 0;
  }
}

@media only screen and (max-width: 63.125em) {
  .steps .step {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  .steps .step .number {
    margin-right: 0.625em;
  }
}
@media only screen and (max-width: 45em) {
  .steps .step {
    text-align: center;
  }
  .steps .step .inner {
    display: none;
  }
  .steps .step .number {
    margin-right: 0;
  }
}

@media only screen and (min-width: 45em) and (max-width: 63.125em) {
  table.cart tbody tr td.cart--productName {
    max-width: 11.25em;
  }
}
@media only screen and (max-width: 45em) {
  table.cart tbody tr td.cart--last-col {
    width: auto;
  }
}
@media only screen and (max-width: 63.125em) {
  table.cart thead tr th {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  table.cart tbody tr td {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  table.cart tbody tr td.cart--image {
    padding-left: 0.625em;
    min-width: 8.5625em;
  }
}
@media only screen and (max-width: 45em) {
  table.cart {
    display: block;
  }
  table.cart thead {
    display: none;
  }
  table.cart tbody {
    display: block;
  }
  table.cart tbody tr {
    display: block;
    width: 100%;
    padding-bottom: 1.25em;
    border: 1px solid #c4c6c7;
  }
  table.cart tbody tr td {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.625em;
    padding-right: 0.625em;
    border-bottom: 0;
  }
  table.cart tbody tr td.cart--image {
    text-align: center;
  }
  table.cart tbody tr td.cart--image img {
    display: inline-block;
  }
  table.cart tbody tr td.cart--productName {
    width: 100%;
  }
  table.cart tbody tr td.cart--productName p {
    margin-bottom: 0;
  }
  table.cart tbody tr td.cart--point {
    margin-top: 0.9375em;
  }
  table.cart tbody tr td.cart--quantity {
    padding-top: 2.5em;
  }
  table.cart tbody tr td.cart--quantity .td-title {
    vertical-align: top;
    padding-top: 0.625em;
  }
  table.cart tbody tr td.cart--quantity .label-for-select {
    margin: 0;
    margin-right: 1.25em;
  }
  table.cart tbody tr td.cart--quantity p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom;
  }
  table.cart tbody tr td .td-title {
    display: inline-block;
    width: 6.875em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  table.cart tfoot {
    display: block;
  }
  table.cart tfoot tr {
    display: block;
    border: 1px solid #c4c6c7;
    margin-top: 1.25em;
  }
  table.cart tfoot tr:after {
    content: "";
    display: table;
    clear: both;
  }
  table.cart tfoot tr td {
    padding: 0;
    display: block;
    width: 100%;
  }
  table.cart tfoot tr td.resume {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: transparent;
    color: #4c5a65;
    text-align: left;
    border: 0;
    width: 50%;
    float: left;
  }
  table.cart tfoot tr td.resume.left {
    font-size: 1.5em;
    line-height: 1.25em;
    line-height: normal;
    padding-top: 0.833333em;
    padding-bottom: 0.833333em;
    padding-left: 0.833333em;
    padding-right: 0;
  }
  table.cart tfoot tr td.resume.right {
    vertical-align: top;
    font-size: 1.375em;
    line-height: 1.363636em;
    line-height: normal;
    padding-top: 0.909091em;
    padding-bottom: 0.909091em;
    padding-left: 0.909091em;
    padding-right: 0.909091em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  table.cart tfoot tr.last {
    display: none;
  }
  table.cart.cart--recap tbody tr td.cart--quantity .td-title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 30em) {
  table.cart {
    margin-right: 1.25em;
    width: auto;
  }
  table.cart tbody tr td.cart--productName p {
    margin: 0;
  }
  table.cart tbody tr td.cart--quantity p {
    margin-left: 0;
    margin-right: 0;
  }
  table.cart tfoot tr td.resume {
    float: none;
    width: 100%;
  }
  table.cart tfoot tr td.resume.left {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 63.125em) {
  .personal-informations .set {
    right: 1.25em;
  }
}
@media only screen and (max-width: 45em) {
  .personal-informations .col {
    width: auto;
    float: none;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    margin-bottom: 1.25em;
    margin-left: 1.25em;
    margin-right: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .personal-informations .col h2, .personal-informations .col p {
    margin-left: 0;
    margin-right: 0;
  }
  .personal-informations .col:first-child {
    margin-right: 1.25em;
  }
  .personal-informations .col:last-child {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .personal-informations .set {
    position: static;
    float: right;
    padding-left: 0.3125em;
    padding-top: 0.3125em;
  }
}

@media only screen and (max-width: 45em) {
  .info-perso__commentaire {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .info-perso__commentaire h2, .info-perso__commentaire p {
    margin: 0;
  }
}

@media only screen and (max-width: 45em) {
  .cart-validation {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .cart-validation:before {
    position: static;
    display: block;
    margin: 0 auto 1.25em;
  }
}

@media only screen and (max-width: 45em) {
  .cart--next {
    text-align: center;
  }
  .cart--next a {
    font-size: 1.75em;
    line-height: 1.428571em;
    padding-top: 0.714286em;
    padding-bottom: 0.714286em;
    padding-left: 0.714286em;
    padding-right: 0.714286em;
    display: block;
  }
  .cart--next a:after {
    right: auto;
    margin-left: 1.25em;
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h15@2x.png?1413972612');
    background-repeat: no-repeat;
    background-size: 8px 15px;
    width: 8px;
    height: 15px;
    margin-top: -7.5px;
  }
  .no-backgroundsize .cart--next a:after {
    background-image: url('../bundles/cevacountrysitecommon/images/arrow-right-white-h15.png?1413972612');
  }
  .cart--next a:hover:after {
    right: auto;
  }
}
@media only screen and (max-width: 30em) {
  .cart--next a:after {
    right: 10px;
  }
  .cart--next a:hover:after {
    right: 10px;
  }
}

@media only screen and (max-width: 45em) {
  .mobile-current-step {
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  .dl-element {
    padding-right: 1.25em;
  }
  .dl-element .dl-element__action {
    margin-top: 0.3125em;
    display: table;
    width: 100%;
    height: 60px;
  }
  .dl-element .dl-element__btn {
    display: table-cell;
    top: auto;
    position: static;
  }
  .dl-element .dl-element__btn-download,
  .dl-element .dl-element__btn-send,
  .dl-element .dl-element__btn-delete {
    right: auto;
    width: 33.3%;
  }
  .dl-element .dl-element__btn-delete {
    border: 0;
  }
  .dl-element a,
  .dl-element input {
    position: relative;
    top: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 45em) {
  .separator {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

@media only screen and (max-width: 45em) {
  .login-zone__image {
    display: none;
  }
}

@media only screen and (max-width: 45em) {
  .login-zone__form {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 2.5em;
    padding-bottom: 1.25em;
    background: none;
  }
  .login-zone__form form {
    position: static;
    top: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 45em) {
  .login-zone__signup {
    position: static;
    width: auto;
    bottom: auto;
    right: auto;
  }
}
