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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* color magritte 2015 */
/* offer colours */
/* =) */
/* Color product */
/* Nuance de gris */
/* HBO */
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
.presse-header {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 120px;
  background-image: url(/static/assets/images/presse/bg-header-mobile1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  font-size: 1rem; }
  @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .presse-header {
      background-image: url(/static/assets/images/presse/bg-header-mobile1@2x.jpg); } }
  @media (min-width: 375px) {
    .presse-header {
      background-size: 100% auto; } }
  .presse-header .innerContainer {
    padding: 1.25em;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    height: 100%; }
  .presse-header figure {
    margin: 0; }
    .presse-header figure svg {
      width: 3em;
      height: auto;
      fill: #fff; }
  .presse-header h1 {
    margin-top: 1.5em;
    font-family: "Avenir Next W04";
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .presse-header .colorsHeader {
    display: none; }

.presse-form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem; }
  .presse-form .innerContainer {
    padding: 2.5em 1.25em; }
  .presse-form h2 {
    font-family: "Avenir Next W01";
    font-weight: 400;
    font-style: normal; }
    .presse-form h2 .linebreak {
      display: none; }
  .presse-form p {
    padding: 0;
    margin: 0 0 0.625em 0; }
    .presse-form p:last-child {
      margin-top: 1.5em; }
  .presse-form input[type="text"], .presse-form .inputGroup input[type="password"] {
    background-color: #F2F2F2;
    border: none;
    width: 100%;
    padding: 1.25em;
    line-height: 2em; }
    .presse-form input:focus[type="text"], .presse-form .inputGroup input:focus[type="password"] {
      outline: none;
      box-shadow: inset 0 0 2px rgba(140, 140, 140, 0.5); }
    @media (min-width: 1024px) {
      .presse-form input[type="text"], .presse-form .inputGroup input[type="password"] {
        padding: 0.875rem 0.938rem 0.813rem; } }
  .presse-form .colors {
    width: 100%;
    height: 40px;
    background: #71297D;
    position: relative;
    bottom: 40px; }
    .presse-form .colors:before {
      display: block;
      width: 90%;
      height: 20px;
      background: #00A3E5;
      content: "";
      position: relative;
      bottom: 20px; }
    .presse-form .colors:after {
      display: block;
      width: 90%;
      height: 20px;
      background: #E8327C;
      content: "";
      position: relative;
      top: 20px; }
  .presse-form input[type="text"] {
    border-radius: 2px;
    max-width: 500px; }
  .presse-form .inputGroup {
    display: table;
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-collapse: collapse;
    width: 100%;
    max-width: 500px; }
    .presse-form .inputGroup input[type="password"] {
      border-radius: 2px 0 0 2px;
      display: table-cell; }
    .presse-form .inputGroup span {
      display: table-cell;
      border-radius: 2px;
      width: 75px;
      text-indent: -9999px;
      overflow: hidden;
      background-color: #f29633;
      background-image: url(/static/assets/images/icons/checkmark.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px auto;
      cursor: pointer; }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .presse-form .inputGroup span {
          background-image: url(/static/assets/images/icons/checkmark@2x.png); } }
    .presse-form .inputGroup span:hover {
      background-color: #ef7c00; }
    .presse-form .inputGroup.isCorrect span {
      background-color: #ef7c00; }
  .presse-form input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .presse-form input[type="checkbox"] + label {
      position: relative;
      padding-left: 25px;
      color: #8c8c8c;
      text-transform: uppercase;
      font-size: 0.7em;
      font-weight: 600;
      letter-spacing: 0.1em;
      font-family: "Avenir Next W04";
      font-weight: 400;
      font-style: normal; }
      .presse-form input[type="checkbox"] + label:before {
        position: absolute;
        left: 0;
        top: -3px;
        content: " ";
        display: block;
        width: 18px;
        height: 18px;
        background-color: #dedede;
        border-radius: 50%; }
    .presse-form input[type="checkbox"]:checked + label:before {
      background-color: #ef7c00;
      background-image: url(/static/assets/images/icons/checkmark.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 54%; }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .presse-form input[type="checkbox"]:checked + label:before {
          background-image: url(/static/assets/images/icons/checkmark@2x.png); } }
  .presse-form .error {
    color: #f29633;
    line-height: 1.7;
    margin-top: 50px;
    margin-left: .938rem;
    display: none; }
  .presse-form .footerPress {
    *zoom: 1;
    width: 100%;
    padding: 0 1.25rem 30px; }
    .presse-form .footerPress:after {
      content: "";
      display: table;
      clear: both; }
    .presse-form .footerPress .line {
      display: block;
      width: 100%;
      height: 1px;
      margin-bottom: 25px;
      background-color: #bfbfbf; }
    .presse-form .footerPress .contacts {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 30px; }
      .presse-form .footerPress .contacts h3 {
        padding: 0;
        font-family: "Avenir Next W04";
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 1.4; }
      .presse-form .footerPress .contacts p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 1.4; }
      .presse-form .footerPress .contacts a {
        color: #f9982d; }
    .presse-form .footerPress .socialIcons {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      height: 30px; }
      .presse-form .footerPress .socialIcons a {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 30px; }
      .presse-form .footerPress .socialIcons .facebook {
        background: url("/static/assets/images/icons/facebook.svg") 19px 3px no-repeat;
        background-size: 11px 21px; }
      .presse-form .footerPress .socialIcons .twitter {
        background: url("/static/assets/images/icons/twitter.svg") 15px 4px no-repeat;
        background-size: 23px 19px; }
      .presse-form .footerPress .socialIcons .youtube {
        background: url("/static/assets/images/icons/youtube.svg") 19px 3px no-repeat;
        background-size: 28px 22px; }

@media (min-width: 320px) {
  .presse-form .colors {
    width: 300px; } }

@media (min-width: 600px) {
  .presse-form .footerPress .contacts {
    width: 66.66667%;
    float: left; }
  .presse-form .footerPress .socialIcons {
    width: 33.33333%;
    float: right;
    margin-right: 0;
    text-align: right; } }

@media (min-width: 1024px) {
  html, body {
    height: 100%; }
  .presse-header {
    background-image: url(/static/assets/images/presse/bg-header-tab1.jpg);
    background-size: cover;
    background-position: center center;
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
    height: 100%;
    position: fixed; } }
  @media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5) {
    .presse-header {
      background-image: url(/static/assets/images/presse/bg-header-tab1@2x.jpg); } }

@media (min-width: 1024px) {
    .presse-header .innerContainer {
      padding: 2.5em 0 0 2.5rem; }
    .presse-header figure {
      display: inline-block;
      padding-right: 20px;
      vertical-align: middle; }
      .presse-header figure svg {
        width: 4em; }
    .presse-header h1 {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0.5em; }
    .presse-header .colorsHeader {
      display: inline-block;
      width: 300px;
      height: 40px;
      background: #ef7c00;
      position: absolute;
      right: 0;
      bottom: 40px; }
      .presse-header .colorsHeader:before {
        display: block;
        margin-left: 10%;
        width: 90%;
        height: 20px;
        background: #f4b839;
        content: "";
        position: relative;
        bottom: 20px;
        right: 0; }
      .presse-header .colorsHeader:after {
        display: block;
        margin-left: 10%;
        width: 90%;
        height: 20px;
        background: #91c44f;
        content: "";
        position: relative;
        top: 20px;
        right: 0; }
  .presse-form {
    padding-left: 5.68182%;
    width: 65.90909%;
    float: right;
    margin-right: 0;
    padding-right: 11.36364%;
    height: 100%;
    position: relative; }
    .presse-form .innerContainer {
      padding-top: 200px;
      margin-bottom: -154px;
      min-height: 100%;
      padding-bottom: 0; }
    .presse-form .push {
      height: 154px; }
    .presse-form .footerPress {
      padding-left: 1.25rem;
      padding-right: 0;
      margin-right: 0;
      height: 124px;
      position: static; } }

@media (min-width: 1440px) {
  .presse-header {
    background-image: url(/static/assets/images/presse/bg-header-desk1.jpg);
    background-size: cover;
    background-position: center center;
    width: 41.1215%;
    float: left;
    margin-right: 0.93458%; } }
  @media only screen and (min-width: 1440px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1440px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1440px) and (min-device-pixel-ratio: 1.5) {
    .presse-header {
      background-image: url(/static/assets/images/presse/bg-header-desk1@2x.jpg); } }

@media (min-width: 1440px) {
  .presse-form {
    padding-left: 5.88785%;
    width: 57.94393%;
    float: right;
    margin-right: 0;
    padding-right: 8.41121%; }
    .presse-form .innerContainer {
      max-width: 1000px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: -124px; }
      .presse-form .innerContainer .linebreak {
        display: inline-block; }
    .presse-form h2 {
      font-size: 2.2rem; }
    .presse-form .push {
      height: 124px; }
    .presse-form .footerPress {
      padding-left: 1.25rem;
      height: 124px; }
      .presse-form .footerPress .contacts {
        width: 49.53271%;
        float: left;
        margin-right: 0.93458%; }
      .presse-form .footerPress .socialIcons {
        width: 32.71028%;
        float: right;
        margin-right: 0; } }

.ie9 .presse-header figure svg, .ie10 .presse-header figure svg {
  height: 2em; }

.ie9 .presse-form .innerContainer .presseForm .inputGroup input[type="text"], .ie9 .presse-form .innerContainer .presseForm .inputGroup input[type="password"], .ie10 .presse-form .innerContainer .presseForm .inputGroup input[type="text"], .ie10 .presse-form .innerContainer .presseForm .inputGroup input[type="password"] {
  line-height: 1em; }

.ie9 .presse-form input[type="text"], .ie9 .presse-form input[type="password"], .ie10 .presse-form input[type="text"], .ie10 .presse-form input[type="password"] {
  line-height: 1em; }

.ie9 .presse-form .socialIcons .facebook, .ie10 .presse-form .socialIcons .facebook {
  background: url("/static/assets/images/icons/facebook.svg") 12px 3px no-repeat;
  background-size: 30px 17px; }

.ie9 .presse-form .socialIcons .twitter, .ie10 .presse-form .socialIcons .twitter {
  background: url("/static/assets/images/icons/twitter.svg") 10px 3px no-repeat;
  background-size: 21px 15px; }

.ie9 .presse-form .socialIcons .youtube, .ie10 .presse-form .socialIcons .youtube {
  background: url("/static/assets/images/icons/youtube.svg") 14px 3px no-repeat;
  background-size: 22px 15px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS here */
  .presse-header figure svg {
    height: 2em; }
  .presse-form .innerContainer .presseForm .inputGroup input[type="text"] {
    height: 4.5em;
    line-height: 2em; }
  .presse-form .innerContainer .presseForm .inputGroup input[type="password"] {
    height: 4.5em;
    line-height: 2em; }
  .presse-form input[type="text"] {
    height: 4.5em;
    line-height: 2em; }
  .presse-form input[type="password"] {
    height: 4.5em;
    line-height: 2em; } }
