@charset "UTF-8";
/**
 * Global Project Specific Variables
 */
/* =========================================
		Paths
   ========================================= */
/**
 * Prefix paths with $p_ to make
 * them easier to find with
 * autocomplete
 *
 */
/*
$p_assets: '../';

$p_images: $p_assets + 'img/';

$p_fonts: $p_assets + 'fonts/';

$p_svg: $p_assets + 'svg/';*/
/* =========================================
		Color Index
   ========================================= */
/* =========================================
		Colors Applied
   ========================================= */
/* =========================================
		Typography
   ========================================= */
/**
 * Prefix typography vars with $t_
 * to make them easier to find with
 * autocomplete
 *
 */
/*$t_size_base: 16px;
$t_body: 16;
$t_body_lh: 1.5;
$base__font-size: $t_size_base;*/
/* Sizes --------------------------------------------------- */
/* =========================================
		Dimensions
   ========================================= */
/**
 * Prefix dimensions with $d_
 * to make them easier to find
 * with autocomplete
 *
 */
/* Inputs btn --------------------------------------------------- */
/* =========================================
		Breakpoints
   ========================================= */
/**
 * Functions & Mixins & Animations
 */
/* =========================================
		Opposite Direction Function
   ========================================= */
/**
 * Returns the opposite direction of each direction in a list
 * @author Hugo Giraudel
 *
 * @param {List} $directions - List of initial directions
 *
 * @return {List} - List of opposite directions
 */
/* =========================================
		Functions -- ParseInt
   ========================================= */
/**
 * Parses the input string into
 * an integer
 *
 * @param $n string
 *
 * @returns int
 */
/* =========================================
		Functions -- Easing
   ========================================= */
/**
 * Returns robert penners easing curves
 * for use in css3 transitions and animations
 *
 * @src <https://github.com/matthewlein/Ceaser/blob/master/developer/ceaser-easings.scss>
 *
 * @param $easing {string}
 */
/* =========================================
		Functions -- Convert
   ========================================= */
/* =========================================
		BP - Breakpoint Mixin
   ========================================= */
/**
 * Helper to make it
 * easier to print
 * media queries
 *
 * @param $query
 * @param $context
 */
/*
*/
/* =========================================
		Object Fit
   ========================================= */
/**
 * Cover a parent element
 *
 */
/* =========================================
		List
   ========================================= */
/* =========================================
		Reset
   ========================================= */
/* =========================================
		Clearfix
   ========================================= */
/**
 * De-Collapse Floated content within
 * element
 *
 */
/* =========================================
		No Collapse
   ========================================= */
/**
 * De-Collapse Margins
 *
 * Prevent Margins within element
 * from collapsing
 */
/* =========================================
		Visuallyhidden
   ========================================= */
/**
 * Clear the visuallyhidden styles from
 * an element given by the visuallyhidden
 * mixin
 *
 */
/**
 * Hide only visually, but have it available
 * for screenreaders: h5bp.com/v
 *
 */
/* =========================================
		Shape --- Triangle Mixin
   ========================================= */
/**
 * Prints the styles to display a CSS
 * Triangle using the transparent borders trick.
 *
 * @param {Value} $direction - direction the triangle should be pointing
 * @param {Value|List} $dimensions - dimensions of the triangle. Accepts between 1 and 3 separate dimensions
 * @param {Value} $color - color the triangle should have
 */
/* =========================================
		Range Input Styling
   ========================================= */
/**
 * Convenience mixin to
 * help style input
 * type range
 * track
 *
 */
/**
 * Convenience mixin to
 * help style input
 * type range
 * "thumb" grip
 *
 */
/* =========================================
		Placeholder
   ========================================= */
/**
 * Convenience mixin to
 * help style input
 * placeholder
 * text
 *
 */
/* =========================================
		Cascade
   ========================================= */
/**
 * Mixin to help create transitions that cascade
 * down/up a given set of elements
 *
 */
/**
 * Fonts, Icon Fonts & Sprites
 * ( - Each one requests external resources, keep out of critical css? - )
 */
/*
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/PlayfairDisplay-BlackItalic.eot');
	src: url('../fonts/PlayfairDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlayfairDisplay-BlackItalic.woff2') format('woff2'),
		url('../fonts/PlayfairDisplay-BlackItalic.woff') format('woff'),
		url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype'),
		url('../fonts/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
}*/
/**
 * Vendor Styles
 * ( - Not Modified for Maintainability - )
 * ( - Reset/Normalize First - )
 */
/**
 * Your Custom Styles
 */
/* Base --------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600");
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* Inputs --------------------------------------------------- */
button, input, select, textarea {
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  button:hover, button:active, button:focus, input:hover, input:active, input:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

button:hover {
  cursor: pointer; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  max-width: 100%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  background: white;
  color: #636363;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-weight: 100;
  /*&::-webkit-scrollbar {
        transition: all 0.3s ease-out;
        width: 8px;
        opacity: 0.5;
    }
    &::-webkit-scrollbar-thumb {
        background: $color__action;
        border-radius: 0px;
    }
    &::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 0px;
    }*/ }

p {
  margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 400; }

li {
  list-style: none; }

em {
  font-style: normal; }

img {
  vertical-align: bottom; }

video {
  width: 100%; }

a {
  color: #000000;
  text-decoration: none; }

.content {
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 180px); }

/* Animations page --------------------------------------------------- */
img {
  vertical-align: bottom; }

/* Html transition overlay --------------------------------------------------- */
html {
  position: relative; }
  html:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -9999999999; }
  html.no-interaction {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 100%;
    overflow: hidden; }
    html.no-interaction:before {
      z-index: 9999999999; }

.title {
  font-size: 32px;
  color: #636363;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.25; }
  @media all and (max-width: 750px) {
    .title {
      font-size: 27.2px; } }

.text-content {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10.4px;
  color: #636363;
  text-align: left;
  margin-bottom: 0;
  /* lh --------------------------------------------------- */ }
  .text-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10.4px;
    max-width: 780px;
    font-weight: 100; }
  .text-content a {
    color: #000000;
    text-decoration: underline;
    /*&:hover {
            text-decoration: underline;
        }*/ }
  .text-content p, .text-content ul, .text-content ol, .text-content li, .text-content blockquote {
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #636363;
    font-weight: 100; }
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto; }
  .text-content table {
    width: 100%;
    margin-bottom: 28px; }
  .text-content strong, .text-content b {
    font-weight: 600; }
  .text-content em {
    font-style: italic; }
  .text-content img {
    height: auto;
    margin: 2em 0 3em 0; }
  .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    font-weight: normal; }
  .text-content h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 33.8px; }
    @media all and (max-width: 900px) {
      .text-content h1 {
        font-size: 41.6px; } }
  .text-content h2 {
    font-size: 40px;
    line-height: 1.3; }
    @media all and (max-width: 900px) {
      .text-content h2 {
        font-size: 32px; } }
  .text-content h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 23.4px; }
    @media all and (max-width: 900px) {
      .text-content h3 {
        font-size: 28.8px;
        line-height: 1.3; } }
  .text-content h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 18.2px; }
    @media all and (max-width: 900px) {
      .text-content h4 {
        font-size: 22.4px; } }
  .text-content h5 {
    font-size: 24px;
    margin-bottom: 15.6px; }
  .text-content h6 {
    font-size: 18px;
    margin-bottom: 11.7px; }
  .text-content .lh--1 {
    line-height: 1; }
  .text-content .lh--1-5 {
    line-height: 1.5; }
  .text-content .lh--2 {
    line-height: 2; }
  .text-content .text--uppercase {
    text-transform: uppercase; }
  .text-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 60px;
    margin-top: 60px; }
    .text-content img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .text-content img.alignright {
      float: right;
      margin-left: 30px; }
    .text-content img.alignleft {
      float: left;
      margin-right: 30px; }
    .text-content img.image--25 {
      width: 25%;
      margin-bottom: 0; }
    .text-content img.image--33 {
      width: 33.3333333%;
      margin-bottom: 0; }
    .text-content img.image--50 {
      width: 50%;
      margin-bottom: 0; }
    .text-content img.image--100 {
      width: 100%;
      margin-bottom: 0; }
  .text-content .size-auto,
  .text-content .size-full,
  .text-content .size-large,
  .text-content .size-medium,
  .text-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .text-content .alignleft, .text-content .alignright {
    margin-top: 0; }
  .text-content ul li:before, .text-content ol > li:before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    height: 7px;
    width: 7px;
    border-radius: 3.5px;
    background: grey; }
  .text-content ul, .text-content ol {
    counter-reset: section;
    list-style-type: none;
    line-height: 1.5;
    padding-left: 0;
    margin-bottom: 1.875em; }
    .text-content ul li, .text-content ol li {
      position: relative;
      margin-bottom: 0.75em;
      padding-left: 1.875em; }
    .text-content ul > li:first-child, .text-content ol > li:first-child {
      margin-top: 0.75em; }
    .text-content ul > li:last-child, .text-content ol > li:last-child {
      margin-bottom: 0; }
    .text-content ul:last-child, .text-content ol:last-child {
      margin-bottom: 0; }
  .text-content ol > li:before {
    background: none;
    top: 0;
    counter-increment: section;
    content: counter(section, decimal) ". "; }
  .text-content ol > li ol {
    counter-reset: section; }
    .text-content ol > li ol li:before {
      counter-increment: section; }
  .text-content blockquote {
    width: 100%;
    padding: 30px;
    background: #FBD7DB;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }
    .text-content blockquote p:last-child, .text-content blockquote small:last-child, .text-content blockquote a:last-child {
      margin-bottom: 0; }
  .text-content .wp-caption {
    max-width: 100%;
    height: auto;
    text-align: center; }
    .text-content .wp-caption img {
      max-width: 100%;
      height: auto;
      margin-bottom: inherit; }
    .text-content .wp-caption.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .text-content .wp-caption.alignright {
      float: right;
      margin-left: 30px; }
    .text-content .wp-caption.alignleft {
      float: left;
      margin-right: 30px; }
  .text-content .wp-caption-text {
    font-size: 14px; }
  .text-content table {
    border: 1px solid #000000;
    box-shadow: none;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0; }
    .text-content table tr td, .text-content table tr th {
      padding: 1em; }
    .text-content table tr td {
      border-top: 1px solid #000000;
      border-left: 1px solid #000000; }
      .text-content table tr td:first-child {
        border-left: 0; }
    .text-content table tr:first-child td {
      border-top: 0; }
  .text-content .btn-wrapper {
    position: relative;
    max-width: 780px;
    margin: 20px auto auto auto; }

.text-content.on-black {
  color: white !important; }
  .text-content.on-black p, .text-content.on-black h1, .text-content.on-black h2, .text-content.on-black h3, .text-content.on-black h4, .text-content.on-black h5, .text-content.on-black h6 {
    color: white !important; }

/* Raw --------------------------------------------------- */
.text-content--raw p, .text-content--raw ul, .text-content--raw ol, .text-content--raw li, .text-content--raw h1, .text-content--raw h2, .text-content--raw h3, .text-content--raw h4, .text-content--raw h5, .text-content--raw h6 {
  max-width: initial;
  width: 100%; }

.text-content--raw p, .text-content--raw ul, .text-content--raw ol, .text-content--raw li {
  font-weight: 100 !important; }

/* Float --------------------------------------------------- */
.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

/* Text --------------------------------------------------- */
.u-text-left {
  text-align: left; }

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

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

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

.u-uppercase {
  text-transform: uppercase; }

.u-lowercase {
  text-transform: lowercase; }

/* Clearfix --------------------------------------------------- */
.u-clearfix {
  *zoom: 1; }
  .u-clearfix:before, .u-clearfix:after {
    content: " ";
    display: table; }
  .u-clearfix:after {
    clear: both; }

/* Display --------------------------------------------------- */
.u-inline {
  display: inline; }

.u-inline-block {
  display: inline-block; }

.u-block {
  display: block; }

.u-table {
  display: table; }

/* Vertical align --------------------------------------------------- */
.u-va-top {
  vertical-align: top; }

.u-va-middle {
  vertical-align: middle; }

.u-va-bottom {
  vertical-align: bottom; }

/* Hide things --------------------------------------------------- */
.u-hidden {
  display: none; }

.u-invisible {
  visibility: hidden; }

.u-text-hidden {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

.u-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .u-hidden--focusable:active, .u-hidden--focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.u-text-italic {
  font-style: italic; }

/* Clears --------------------------------------------------- */
.u-clear {
  clear: both; }

.u-clear-l {
  clear: left; }

.u-clear-r {
  clear: right; }

/* Reset button style --------------------------------------------------- */
.u-button-reset {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: transparent; }
  .u-button-reset:focus {
    outline: 0; }

/* Center --------------------------------------------------- */
.box-padding {
  padding-left: 40px;
  padding-right: 40px; }
  @media all and (max-width: 650px) {
    .box-padding {
      padding-left: 20px;
      padding-right: 20px; } }

.u-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  width: 100%;
  position: relative; }
  .u-center.box-padding {
    max-width: 1240px; }
  @media all and (max-width: 650px) {
    .u-center.box-padding {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1200px; } }

.u-center--smaller {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  width: 100%;
  position: relative; }
  .u-center--smaller.box-padding {
    max-width: 700px; }
  @media all and (max-width: 650px) {
    .u-center--smaller.box-padding {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1200px; } }

/* Padding on each parts --------------------------------------------------- */
.box-padding {
  padding-left: 40px;
  padding-right: 40px; }

/* img wrapper --------------------------------------------------- */
.u-img-wrapper {
  text-align: center; }
  .u-img-wrapper img {
    width: 100%;
    vertical-align: top; }

.u-font-zero {
  font-size: 0; }

/* no scroll --------------------------------------------------- */
.no-scroll {
  height: 100vh !important;
  overflow: hidden !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.body-no-scroll {
  height: 100vh;
  overflow: hidden;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.u-center-y {
  /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;*/ }

/* mbs --------------------------------------------------- */
.u-no-mb {
  margin-bottom: 0 !important; }

.u-text-zero {
  font-size: 0; }

/* Textes sizes --------------------------------------------------- */
.text-6 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 33.8px; }
  @media all and (max-width: 900px) {
    .text-6 {
      font-size: 41.6px; } }

.text-5 {
  font-size: 40px;
  line-height: 1.3; }
  @media all and (max-width: 900px) {
    .text-5 {
      font-size: 32px; } }

.text-4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 23.4px; }
  @media all and (max-width: 900px) {
    .text-4 {
      font-size: 28.8px;
      line-height: 1.3; } }

.text-3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 18.2px; }
  @media all and (max-width: 900px) {
    .text-3 {
      font-size: 22.4px; } }

.text-2 {
  font-size: 24px;
  margin-bottom: 15.6px; }

.text-1 {
  font-size: 18px;
  margin-bottom: 11.7px; }

.text-0 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10.4px; }

.text-m1 {
  font-size: 14px;
  margin-bottom: 9.1px; }

.text-m2 {
  font-size: 12px;
  margin-bottom: 7.8px; }

.text-m3 {
  font-size: 10px;
  margin-bottom: 6.5px; }

.text-content .text-6 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 33.8px; }
  @media all and (max-width: 900px) {
    .text-content .text-6 {
      font-size: 41.6px; } }

.text-content .text-5 {
  font-size: 40px;
  line-height: 1.3; }
  @media all and (max-width: 900px) {
    .text-content .text-5 {
      font-size: 32px; } }

.text-content .text-4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 23.4px; }
  @media all and (max-width: 900px) {
    .text-content .text-4 {
      font-size: 28.8px;
      line-height: 1.3; } }

.text-content .text-3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 18.2px; }
  @media all and (max-width: 900px) {
    .text-content .text-3 {
      font-size: 22.4px; } }

.text-content .text-2 {
  font-size: 24px;
  margin-bottom: 15.6px; }

.text-content .text-1 {
  font-size: 18px;
  margin-bottom: 11.7px; }

.text-content .text-0 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10.4px; }

.text-content .text-m1 {
  font-size: 14px;
  margin-bottom: 9.1px; }

.text-content .text-m2 {
  font-size: 12px;
  margin-bottom: 7.8px; }

.text-content .text-m3 {
  font-size: 10px;
  margin-bottom: 6.5px; }

.text-p {
  font-size: 16px;
  line-height: 24px; }

/* Titles --------------------------------------------------- */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .title--page, .title--section, .modal__title, .heading {
  font-weight: 500;
  color: #444444; }

.title--page {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 23.4px;
  margin-bottom: 56px; }
  @media all and (max-width: 900px) {
    .title--page {
      font-size: 28.8px;
      line-height: 1.3; } }

.title--section {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 18.2px;
  margin-bottom: 56px; }
  @media all and (max-width: 900px) {
    .title--section {
      font-size: 22.4px; } }

.title--label {
  font-size: 24px;
  margin-bottom: 15.6px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
  color: #9B9B9B; }

.button, .font-main {
  font-family: "Montserrat", sans-serif; }

.font-secondary {
  font-family: "Playfair Display", serif; }

/* Text colors --------------------------------------------------- */
.color-main {
  color: #0499FF !important; }

.color-error {
  color: #F34235 !important; }

.color-light-grey {
  color: #858585 !important; }

.color-white {
  color: white !important; }

/* Bgs --------------------------------------------------- */
.bg-light-grey {
  background-color: #F5F8FC !important; }

/* Text --------------------------------------------------- */
.t-upper {
  text-transform: uppercase !important; }
  .t-upper.text-m1 {
    letter-spacing: 1.62px; }

/* Line height --------------------------------------------------- */
.lh-1 {
  line-height: 1 !important; }

.lh-1-5 {
  line-height: 1.5 !important; }

.lh-2 {
  line-height: 2 !important; }

/* Bg color app --------------------------------------------------- */
.bg-red {
  background-color: #F34235; }

.bg-yellow {
  background-color: #F5B041; }

.bg-green {
  background-color: #4BAE4F; }

.bg-blue {
  background-color: #0499FF; }

.bg-dark-blue {
  background-color: #34495E; }

.bg-grey {
  background-color: #7F8C8D; }

/* tex shadow --------------------------------------------------- */
.t-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

/* Page-content --------------------------------------------------- */
.page-content.offset-nav {
  padding-top: 95px; }

/* Page header --------------------------------------------------- */
.page-header > * {
  margin-bottom: 0; }

/* Modules --------------------------------------------------- */
/* wrapper --------------------------------------------------- */
.btn-block-wrapper {
  margin: 10px 0; }

/* Classic icon --------------------------------------------------- */
.button {
  background: #0499FF;
  color: white;
  text-decoration: none !important;
  position: relative;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 4px;
  transition: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19); }
  .button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition: 0.2s ease-out all;
    background: #008bea;
    z-index: 1; }
  .button:hover:before, .button.is-active:before {
    opacity: 1; }
  .button .button__text {
    position: relative;
    z-index: 2;
    color: white;
    transition: 0.3s ease-out all; }
  .button .icon-wrapper, .button .button__inner {
    position: relative;
    z-index: 3; }
  .button.icon svg {
    transition: 0.3s ease-out all;
    fill: white; }
  .button.icon.stroke svg {
    fill: transparent;
    stroke: white; }
  .button.icon.stroke-fill svg {
    fill: white;
    stroke: white; }
  .button .button__text {
    color: white; }

.button[disabled] {
  cursor: not-allowed;
  border-color: transparent;
  opacity: 0.7; }

.button.fullwidth {
  width: 100%;
  text-align: center; }

/* Button:hover --------------------------------------------------- */
/* Bold --------------------------------------------------- */
.button.bold .button__text {
  font-weight: 600; }

/* big --------------------------------------------------- */
.button.small {
  padding: 4px 17px;
  font-size: 12px; }
  .button.small.icon.left {
    padding-left: 44px;
    padding-right: 12px; }
    .button.small.icon.left .icon-wrapper {
      left: 12px; }
  .button.small.icon.right {
    padding-left: 12px;
    padding-right: 33px; }
    .button.small.icon.right .icon-wrapper {
      right: 12px; }

/* big --------------------------------------------------- */
.button.mid {
  padding: 13px 25px;
  font-size: 18px; }

/* big --------------------------------------------------- */
.button.big {
  padding: 17px 24px;
  font-size: 18px; }
  .button.big.icon.icon--bigger .icon-wrapper {
    width: 28px;
    height: 28px; }
  .button.big.icon .icon-wrapper {
    width: 20px;
    height: 20px; }
  .button.big.icon.left {
    padding-left: 62px; }
    .button.big.icon.left .icon-wrapper {
      left: 22px; }

/* Font --------------------------------------------------- */
.button.lowercase {
  text-transform: inherit;
  letter-spacing: 0; }

/* Transparent --------------------------------------------------- */
.button.transparent {
  background: transparent !important; }

/* white red --------------------------------------------------- */
.button.white-red {
  background: white;
  color: #F34235; }
  .button.white-red:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition: 0.2s ease-out all;
    background: #f2f2f2;
    z-index: 1; }
  .button.white-red:hover:before, .button.white-red.is-active:before {
    opacity: 1; }
  .button.white-red .button__text {
    position: relative;
    z-index: 2;
    color: #636363;
    transition: 0.3s ease-out all; }
  .button.white-red .icon-wrapper, .button.white-red .button__inner {
    position: relative;
    z-index: 3; }
  .button.white-red.icon svg {
    transition: 0.3s ease-out all;
    fill: #F34235; }
  .button.white-red.icon.stroke svg {
    fill: transparent;
    stroke: #F34235; }
  .button.white-red.icon.stroke-fill svg {
    fill: #F34235;
    stroke: #F34235; }

/* Grey  --------------------------------------------------- */
.button.grey {
  background: #e1eaf6;
  color: #0499FF; }
  .button.grey:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition: 0.2s ease-out all;
    background: #ceddf0;
    z-index: 1; }
  .button.grey:hover:before, .button.grey.is-active:before {
    opacity: 1; }
  .button.grey .button__text {
    position: relative;
    z-index: 2;
    color: #0499FF;
    transition: 0.3s ease-out all; }
  .button.grey .icon-wrapper, .button.grey .button__inner {
    position: relative;
    z-index: 3; }
  .button.grey.icon svg {
    transition: 0.3s ease-out all;
    fill: #0499FF; }
  .button.grey.icon.stroke svg {
    fill: transparent;
    stroke: #0499FF; }
  .button.grey.icon.stroke-fill svg {
    fill: #0499FF;
    stroke: #0499FF; }

/* white red --------------------------------------------------- */
.button.red-white {
  background: linear-gradient(-180deg, #fb7765 0%, #f34235 100%);
  color: white; }
  .button.red-white:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition: 0.2s ease-out all;
    background: linear-gradient(-180deg, #fa614c 0%, #f22b1d 100%);
    z-index: 1; }
  .button.red-white:hover:before, .button.red-white.is-active:before {
    opacity: 1; }
  .button.red-white .button__text {
    position: relative;
    z-index: 2;
    color: white;
    transition: 0.3s ease-out all; }
  .button.red-white .icon-wrapper, .button.red-white .button__inner {
    position: relative;
    z-index: 3; }
  .button.red-white.icon svg {
    transition: 0.3s ease-out all;
    fill: white; }
  .button.red-white.icon.stroke svg {
    fill: transparent;
    stroke: white; }
  .button.red-white.icon.stroke-fill svg {
    fill: white;
    stroke: white; }

/* white blue --------------------------------------------------- */
.button.white-blue {
  background: white;
  color: #0499FF; }
  .button.white-blue:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    transition: 0.2s ease-out all;
    background: #f2f2f2;
    z-index: 1; }
  .button.white-blue:hover:before, .button.white-blue.is-active:before {
    opacity: 1; }
  .button.white-blue .button__text {
    position: relative;
    z-index: 2;
    color: #0499FF;
    transition: 0.3s ease-out all; }
  .button.white-blue .icon-wrapper, .button.white-blue .button__inner {
    position: relative;
    z-index: 3; }
  .button.white-blue.icon svg {
    transition: 0.3s ease-out all;
    fill: #0499FF; }
  .button.white-blue.icon.stroke svg {
    fill: transparent;
    stroke: #0499FF; }
  .button.white-blue.icon.stroke-fill svg {
    fill: #0499FF;
    stroke: #0499FF; }

/* border-white-transparente --------------------------------------------------- */
.button.border {
  box-sizing: border-box;
  border: 2px solid white;
  background: #0499FF;
  padding-top: 6px;
  padding-bottom: 6px; }
  .button.border.small {
    padding-top: 2px;
    padding-bottom: 2px; }

/* Button with a icon --------------------------------------------------- */
.button.icon .icon-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  z-index: 1;
  display: inline-block;
  left: 26px; }

.button.icon.icon--small .icon-wrapper {
  width: 12px;
  height: 12px; }

.button.icon.icon--bigger .icon-wrapper {
  width: 20px;
  height: 20px; }

.button.icon svg {
  height: 100%;
  width: 100%;
  fill: white;
  display: block; }

.button.icon.stroke svg {
  fill: transparent;
  stroke: white; }

.button.icon.left {
  padding-left: 46px; }
  .button.icon.left .icon-wrapper {
    left: 17px; }

.button.icon.right {
  padding-right: 46px; }
  .button.icon.right .icon-wrapper {
    left: initial;
    right: 17px; }

.button.icon[target="_blank"] .icon-wrapper {
  width: 14px;
  height: 14px; }

/* Square --------------------------------------------------- */
.button.square {
  height: 44px;
  width: 44px;
  padding: 0 !important; }
  .button.square .button__text {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .button.square.icon .button__text {
    display: none; }
  .button.square.icon .icon-wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .button.square.big {
    height: 58px;
    width: 58px; }

/* Square button with a texte --------------------------------------------------- */
.button.square.square--text {
  height: 83px;
  width: 83px;
  position: relative;
  padding: 0 !important; }
  .button.square.square--text .button__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 10px;
    width: 100%; }
  .button.square.square--text.icon .icon-wrapper {
    width: 26px;
    height: 26px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto 8px auto;
    display: block; }
  .button.square.square--text.icon .button__text {
    display: block;
    line-height: 1;
    font-size: 10px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

/* Circle --------------------------------------------------- */
.button.circle {
  height: 22px;
  width: 22px;
  padding: 0 !important;
  border-radius: 11px; }
  .button.circle:before {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius: 11px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  .button.circle:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .button.circle .button__text {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .button.circle.icon .button__text {
    display: none; }
  .button.circle.icon .icon-wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 11px;
    width: 11px; }
  .button.circle.big {
    height: 58px;
    width: 58px;
    border-radius: 29px; }
    .button.circle.big:before {
      border-radius: 29px; }
  .button.circle.huge {
    height: 72px;
    width: 72px;
    border-radius: 36px; }
    .button.circle.huge:before {
      border-radius: 36px; }
    .button.circle.huge .icon-wrapper {
      width: 20px;
      height: 20px; }

/* Icon alone --------------------------------------------------- */
.button-icon-only {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 34px;
  padding: 0;
  border-radius: 17px !important;
  background: transparent;
  transition: 0.2s ease-out all; }
  .button-icon-only .button__text {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .button-icon-only .button__text {
    display: none; }
  .button-icon-only .icon-wrapper {
    line-height: 0;
    font-size: 0;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 16px;
    width: 16px;
    margin: 0; }
  .button-icon-only svg {
    width: 16px;
    height: 16px;
    fill: #4A4A4A; }
  .button-icon-only.stroke svg {
    stroke: #4A4A4A; }
  .button-icon-only.small {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px; }
    .button-icon-only.small .icon-wrapper {
      height: 11px;
      width: 11px; }
  .button-icon-only.white svg {
    fill: white; }
  .button-icon-only.white.stroke svg {
    stroke: white; }
  .button-icon-only.beige svg {
    fill: #F9EDD7; }
  .button-icon-only.beige.stroke svg {
    stroke: #F9EDD7; }
  .button-icon-only:hover {
    background: #0499FF; }
    .button-icon-only:hover svg {
      fill: white; }
    .button-icon-only:hover.stroke svg {
      stroke: white; }

.button-icon-only.white svg {
  fill: white; }

.button-icon-only.white.stroke svg {
  stroke: white; }

.button-icon-only.white:hover {
  background: white; }
  .button-icon-only.white:hover svg {
    fill: #FBD7DB; }
  .button-icon-only.white:hover.stroke svg {
    stroke: #FBD7DB; }

.button-icon-only.pink {
  background: #FBD7DB; }
  .button-icon-only.pink svg {
    fill: white; }
  .button-icon-only.pink.stroke svg {
    stroke: white; }
  .button-icon-only.pink:hover {
    background: white; }
    .button-icon-only.pink:hover svg {
      fill: #FBD7DB; }
    .button-icon-only.pink:hover.stroke svg {
      stroke: #FBD7DB; }

/* Btn no bg --------------------------------------------------- */
.button.no-bg {
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 30px !important;
  padding-right: 0 !important; }
  .button.no-bg.icon.left .icon-wrapper {
    left: 0; }

/* Button tooltip --------------------------------------------------- */
.tooltip {
  position: absolute;
  display: block;
  background: white;
  padding: 10px 20px;
  color: #4A4A4A;
  height: auto;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.4;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease-out all;
  font-size: 14px;
  text-transform: initial !important;
  letter-spacing: 0 !important; }
  .tooltip.shadow {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1); }
  .tooltip.left {
    top: 50%;
    left: -20px;
    -webkit-transform: translateX(-105%) translateY(-50%);
        -ms-transform: translateX(-105%) translateY(-50%);
            transform: translateX(-105%) translateY(-50%); }
  .tooltip.bottom {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(105%);
        -ms-transform: translateX(-50%) translateY(105%);
            transform: translateX(-50%) translateY(105%); }

.button.tooltip-in-disabled[disabled]:hover .button__tooltip.left,
.button.tooltip-always:hover .button__tooltip.left {
  opacity: 1;
  -webkit-transform: translateX(-100%) translateY(-50%);
      -ms-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%); }

.button.tooltip-in-disabled[disabled]:hover .button__tooltip.bottom,
.button.tooltip-always:hover .button__tooltip.bottom {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%); }

/* Btn/links hybrid --------------------------------------------------- */
.btn-links {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block; }
  .btn-links > svg {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    fill: #4A4A4A; }

/* Inputs --------------------------------------------------- */
.input {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  background: none;
  color: #4A4A4A;
  resize: none;
  font-size: 16px;
  line-height: 22px;
  border-radius: 4px;
  padding: 11px 14px;
  background: #F5F8FC;
  border: 1px solid #D1D1D1;
  transition: 0.2s ease-out all;
  position: relative;
  background: white; }

/* Textarea --------------------------------------------------- */
textarea.input {
  height: 224px; }

/* Select --------------------------------------------------- */
/* Icon next to input --------------------------------------------------- */
.input-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .input-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #4A4A4A; }

/* input with icon --------------------------------------------------- */
.input.icon {
  padding-right: 24px; }

/* Wrapper when using absolute elements --------------------------------------------------- */
.input-wrapper {
  position: relative;
  z-index: 1; }

/* Wrapper with button --------------------------------------------------- */
.input-wrapper--button {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*> .input {
        width: calc(100% - 44px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
    }
    > .button-for-input {
        position: absolute;
        top: 0;
        right: 0;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }*/ }
  .input-wrapper--button > .button-for-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 1.2;
    box-shadow: none; }
  .input-wrapper--button > .input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

/* Field --------------------------------------------------- */
.field {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  /*&:last-child{
        margin-bottom: 0;
    }*/ }
  .field.is-active .label {
    opacity: 1; }
  .field.is-invalide .icon.success {
    opacity: 0; }
  .field.is-invalide .icon.error {
    opacity: 1; }
  .field.is-invalide .input {
    border-color: #F34235; }
  .field.is-valide .icon.success {
    opacity: 1; }
  .field.is-valide .icon.error {
    opacity: 0; }

/* field button --------------------------------------------------- */
.field--button {
  margin-top: 40px !important; }
  .field--button:last-child {
    margin-bottom: 0; }

/* Labels --------------------------------------------------- */
.label {
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-out all;
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #858585; }

.label-sub {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  color: #858585;
  padding-left: 14px;
  position: relative; }
  .label-sub:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #0499FF;
    height: 82%;
    width: 2px; }

/* labels after text --------------------------------------------------- */
.label--after-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -10px; }

/* label group --------------------------------------------------- */
.label-group {
  font-size: 24px;
  margin-bottom: 15.6px;
  margin-bottom: 18px; }
  .label-group.inline {
    display: inline-block;
    margin-right: 18px; }

/* field inline --------------------------------------------------- */
.field--inline > * {
  vertical-align: bottom;
  display: inline-block;
  width: auto; }

.field--inline .label-group {
  margin-bottom: 0; }

.field--inline .checkbox {
  margin-bottom: 6px; }

.field--inline .input-wrapper {
  position: relative;
  top: 6px; }

@media all and (max-width: 750px) {
  .field--inline .label-group {
    margin-bottom: 14px; }
  .field--inline > * {
    width: 100% !important;
    display: block !important; } }

/* field group --------------------------------------------------- */
.field-group {
  margin-bottom: 50px; }
  .field-group > *:last-child {
    margin-bottom: 0; }

/* On black --------------------------------------------------- */
.field--on-black .label {
  opacity: 1;
  color: white;
  font-weight: 100; }

.field--on-black .label-group {
  color: #F9EDD7; }

.field--on-black .input {
  background: white; }

/* Validations --------------------------------------------------- */
.label:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%) scale(0);
      -ms-transform: translate(-100%, -50%) scale(0);
          transform: translate(-100%, -50%) scale(0);
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: white;
  transition: 0.2s ease-out all; }

.field.is-valide .label:before {
  background: #2FA964;
  box-shadow: 0 0 20px rgba(47, 169, 100, 0.8);
  -webkit-transform: translate(-100%, -50%) scale(1);
      -ms-transform: translate(-100%, -50%) scale(1);
          transform: translate(-100%, -50%) scale(1); }

.field.is-invalide .label:before {
  background: #E52E2E;
  box-shadow: 0 0 20px rgba(229, 46, 46, 0.8);
  -webkit-transform: translate(-100%, -50%) scale(1);
      -ms-transform: translate(-100%, -50%) scale(1);
          transform: translate(-100%, -50%) scale(1); }

/* transition --------------------------------------------------- */
.label {
  transition: 0.2s ease-out all; }

/* Field active --------------------------------------------------- */
.field.is-active .label {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px); }

/* button info --------------------------------------------------- */
.button-info {
  position: absolute;
  bottom: 0;
  right: -8px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%); }

/* Form layout --------------------------------------------------- */
.field.offset-left > .label, .field.offset-left > .input {
  width: calc(100% - 30px);
  margin-left: 30px; }

@media all and (max-width: 750px) {
  .field.offset-left > .label, .field.offset-left > .input {
    width: 100%;
    margin-left: auto; } }

.form .col-half {
  width: 48.92086%;
  margin-left: 2.15827%;
  float: left; }
  .form .col-half:nth-child(2n-1) {
    margin-left: 0; }

@media all and (max-width: 750px) {
  .form .col-half {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; }
  .form .label-group {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .form .field {
    max-width: 360px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    float: none; } }

/* Sucess --------------------------------------------------- */
.form-status {
  height: 0;
  overflow: hidden; }
  .form-status .btn-wrapper .button {
    margin-left: 10px; }
    .form-status .btn-wrapper .button:first-child {
      margin-left: 0; }

.form-status__inner {
  padding-bottom: 80px; }

.form-status.error {
  /*height: inherit;
    overflow: inherit;*/ }
  .form-status.error .form-status__inner {
    /*& > *:last-child{
            margin-bottom: 60px;
        }*/ }

.form-status__fatal-errors, .form-status__simple-errors {
  display: none; }

/* Input status --------------------------------------------------- */
.status {
  display: none;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #858585;
  padding-left: 14px;
  position: relative; }
  .status:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #0499FF;
    height: 82%;
    width: 2px; }
  .status.error {
    color: #F34235; }
    .status.error:before {
      background: #F34235; }
  .status.success {
    color: #4BAE4F; }
    .status.success:before {
      background: #4BAE4F; }

/*
.form-status__errors-listing {
    margin-top: 20px;
}*/
.banner {
  position: relative;
  opacity: 0;
  max-width: 500px;
  width: 100%; }

.banner__inner {
  width: 100%;
  height: 100%;
  padding: 14px 30px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  pointer-events: none;
  transition: none;
  border-radius: 4px;
  margin-bottom: 30px; }
  .banner__inner p {
    text-align: center;
    font-weight: 400; }
    .banner__inner p:last-child {
      margin-bottom: 0; }

.banner--success .banner__inner {
  background: #0499FF; }
  .banner--success .banner__inner p {
    color: white; }

.banner.error .banner__inner {
  background: #E52E2E; }
  .banner.error .banner__inner p {
    color: white; }

.banner.normal .banner__inner {
  background: #0499FF; }
  .banner.normal .banner__inner p {
    color: white; }

.banner.bottom {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: 0;
  z-index: 9999; }
  .banner.bottom.error {
    z-index: 99999; }

.media-item {
  *zoom: 1;
  margin-bottom: 40px;
  position: relative; }
  .media-item:before, .media-item:after {
    content: " ";
    display: table; }
  .media-item:after {
    clear: both; }
  .media-item:last-child {
    margin-bottom: 0; }

.media-item__img-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 218px; }
  .media-item__img-wrapper img {
    width: 100%; }

.media-item__content {
  padding-left: 22px; }

/* Layout --------------------------------------------------- */
.media-item__content {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.media-item__img-wrapper {
  float: left; }

.media-item__img-wrapper {
  width: 35.16129%; }

.media-item__content {
  width: 64.83871%; }

.media-item.no-image .media-item__content {
  position: relative;
  right: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  padding: 0; }

/* Thumbs --------------------------------------------------- */
.thumbs-group {
  position: relative; }

.thumb {
  height: 41px;
  width: 41px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 10px;
  overflow: hidden; }
  .thumb:last-child {
    margin-right: 0; }
  .thumb a {
    display: block;
    width: 100%;
    height: 100%; }

.thumb__img {
  height: 100%;
  width: 100%;
  background-color: grey;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* Bigs thumb --------------------------------------------------- */
.thumb.big {
  width: 304px;
  height: 304px; }

/* faded --------------------------------------------------- */
.thumbs-group--fade .thumb {
  opacity: 0.21;
  transition: 0.3s ease-out all; }

.thumbs-group--fade .thumb.is-active {
  opacity: 1; }

/*
Exemple d'utilisation du slider:
<div class="slider">
    <button class="slider__btn slider__btn--prev">
        <span class="u-hidden"><?= __("Précédent", $td) ?></span>
    </button>
    <button class="slider__btn slider__btn--next">
        <span class="u-hidden"><?= __("Suivant", $td) ?></span>
    </button>
    <div class="slider__frame center">
        <ul class="slider__slides">
            <li class="slider__item"><img class="slider__img" src="<?= $image["sizes"]["thumb-960w"]; ?>" alt=""></li>
            <li class="slider__item"><img class="slider__img" src="<?= $image["sizes"]["thumb-960w"]; ?>" alt=""></li>
            <li class="slider__item"><img class="slider__img" src="<?= $image["sizes"]["thumb-960w"]; ?>" alt=""></li>
        </ul>
    </div>
</div>
*/
/* The div containing the slider --------------------------------------------------- */
.slider {
  position: relative;
  margin: 0 auto 60px auto; }

.slider__frame-wrapper {
  position: relative;
  z-index: -10; }

/* Frame the slide in a rectangle --------------------------------------------------- */
.slider__frame {
  position: relative;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background: #F5F8FC;
  height: 660px; }

/* Contains all items --------------------------------------------------- */
.slider__slides {
  *zoom: 1;
  height: 100%;
  font-size: 0;
  white-space: nowrap; }
  .slider__slides:before, .slider__slides:after {
    content: " ";
    display: table; }
  .slider__slides:after {
    clear: both; }

/* Each items --------------------------------------------------- */
.slider__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  right: 0;
  width: 100%;
  text-align: center; }
  .slider__item.with-bg {
    background: #000000; }

.slider__item-inner {
  margin: 0 auto;
  position: relative; }

.slider--simple {
  /* Bands --------------------------------------------------- */ }
  .slider--simple .slider__img {
    width: 100%;
    vertical-align: bottom; }
  .slider--simple .slider__item-inner {
    overflow: hidden; }
  .slider--simple .slider__frame-frapper {
    position: relative; }
  .slider--simple .slider__frame {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto; }
  .slider--simple .slider__band-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 10;
    white-space: normal; }
    @media all and (max-width: 750px) {
      .slider--simple .slider__band-wrapper {
        left: 0;
        bottom: 59px; }
        .slider--simple .slider__band-wrapper > div {
          padding: 0 40px; } }
    @media all and (max-width: 650px) {
      .slider--simple .slider__band-wrapper {
        display: none; } }
  .slider--simple .slider__band {
    position: relative;
    padding: 20px 31px;
    background: transparent;
    display: inline-block; }
  .slider--simple .slider__title {
    position: relative;
    z-index: 12; }
  .slider--simple .slider__desc {
    margin-top: 5px; }
  .slider--simple .slider__controllers {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .slider--simple .slider__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    height: 100% !important;
    width: 50% !important;
    box-shadow: none;
    background: transparent !important; }
    .slider--simple .slider__btn .icon-wrapper {
      width: 30px !important;
      height: 30px !important;
      display: block;
      -webkit-transform: translateY(-50%) !important;
          -ms-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important; }
    .slider--simple .slider__btn svg {
      stroke: white !important; }
    .slider--simple .slider__btn--next {
      right: 0; }
      .slider--simple .slider__btn--next .icon-wrapper {
        left: initial !important;
        right: 30px !important; }
    .slider--simple .slider__btn--prev {
      left: 0;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .slider--simple .slider__btn--prev .icon-wrapper {
        left: initial !important;
        right: 30px !important; }
  .slider--simple .slider-thumb {
    margin-top: 24px; }
  .slider--simple .slider-thumb__item {
    cursor: pointer; }

.slider--bg .slider__img {
  width: 100%;
  vertical-align: bottom; }

.slider--bg .slider__frame {
  margin: 0 auto;
  height: 100%;
  white-space: inherit; }

.slider--bg .slider__item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0; }
  .slider--bg .slider__item:first-child {
    opacity: 1; }

.slider--bg .slider__slides {
  white-space: inherit !important; }

.slider--bg .slider__item, .slider--bg .slider__item-inner, .slider--bg .slider__img {
  height: 100%;
  width: 100%; }

.slider--bg .slider__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.photo-rounded {
  position: relative;
  height: 208px;
  width: 100%;
  box-shadow: 0 15px 35px 0 rgba(50, 50, 93, 0.18), 0 5px 15px 0 rgba(116, 116, 116, 0.2);
  background: #FFFFFF;
  border-radius: 13px;
  display: block;
  cursor: auto; }

.photo-rounded__img-wrapper, .photo-rounded__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 13px; }

.photo-rounded__img-wrapper {
  overflow: hidden; }

.photo-rounded__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* Hover transitions --------------------------------------------------- */
.photo-rounded:before {
  transition: 0.3s ease-out all; }

.photo-rounded__img {
  transition: 0.3s ease-out all; }
  .photo-rounded__img .photo-rounded__img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.photo-rounded.with-hover:hover {
  cursor: pointer; }
  .photo-rounded.with-hover:hover .photo-rounded__img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .photo-rounded.with-hover:hover .photo-rounded__content {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%); }

.play-card {
  height: 388px; }

.play-card:before {
  content: "";
  position: absolute;
  border-radius: 13px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.73;
  z-index: 2;
  background-image: linear-gradient(-180deg, #0499FF 0%, #0B69A8 100%); }

.play-card__center-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4; }

.play-card__content {
  color: white;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px 35px 20px; }
  .play-card__content > * {
    color: white;
    line-height: 1; }
    .play-card__content > *:last-child {
      margin-bottom: 0; }

/* Hover transitions --------------------------------------------------- */
.play-card:before {
  transition: 0.3s ease-out all; }

.play-card__content {
  transition: 0.3s ease-out all;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.play-card__center-btn {
  transition: 0.3s ease-out all;
  -webkit-transform-origin: center !important;
      -ms-transform-origin: center !important;
          transform-origin: center !important; }
  .play-card__center-btn:before {
    transition: 0.3s ease-out all !important; }

.play-card:hover .play-card__center-btn:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.play-card:hover:before {
  opacity: 0.8; }

.play-card:hover .play-card__center-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2); }

.bullets-group {
  position: relative;
  z-index: 11; }

.bullet {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  height: 16px;
  width: 16px;
  border: 2px solid #FBD7DB;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer; }
  .bullet:last-child {
    margin-right: 0; }
  .bullet:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: #FBD7DB;
    border-radius: 8px;
    transition: 0.2s ease-out all;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .bullet.is-active:after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); }

/* on black --------------------------------------------------- */
.bullets-group.on-black .bullet {
  border-color: white; }
  .bullets-group.on-black .bullet:after {
    background: white; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden; }

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10; }

.modal__overlay {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  opacity: 0;
  cursor: pointer; }

.modal__content {
  position: relative;
  z-index: 9;
  height: calc(100vh - 154px);
  opacity: 0; }

.modal__content-inner {
  position: relative;
  height: 100%;
  overflow-y: auto; }

/* Modal heading --------------------------------------------------- */
.modal__heading {
  position: relative;
  padding-top: 46px;
  z-index: 9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px; }
  .modal__heading > * {
    margin-bottom: 0;
    opacity: 0; }
  .modal__heading > *:last-child {
    margin-left: auto; }

/* title --------------------------------------------------- */
.modal__title {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 33.8px; }
  @media all and (max-width: 900px) {
    .modal__title {
      font-size: 41.6px; } }

/* modal video --------------------------------------------------- */
.modal--video iframe {
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 494px; }
  .modal--video iframe.is-active {
    display: block; }

.modal--video .video {
  border-radius: 4px;
  height: 540px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.modal--video .modal__content-inner {
  overflow: inherit; }

.modal--video-history iframe {
  display: none; }

@media all and (max-width: 650px) {
  .modal__heading {
    text-align: center;
    display: block;
    margin-bottom: 24px; }
  .modal__title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
    display: block; } }
  @media all and (max-width: 650px) and (max-width: 900px) {
    .modal__title {
      font-size: 32px; } }

@media all and (max-width: 650px) {
  .modal--video iframe {
    height: 100%; }
  .modal--video .video {
    height: 314px; } }

@media all and (max-width: 360px) {
  .modal--video .video {
    height: 164px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.slider--quote {
  margin: 0 auto;
  /* Frame all --------------------------------------------------- */
  /* Slides wrapper --------------------------------------------------- */
  /* Slider item --------------------------------------------------- */
  /* Quotes --------------------------------------------------- */
  /* Content --------------------------------------------------- */
  /* author --------------------------------------------------- */
  /* Controllers --------------------------------------------------- */ }
  .slider--quote .slider__frame {
    background: transparent;
    height: auto;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../svg//twoquotes.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .slider--quote .slider__slides {
    position: relative;
    white-space: initial;
    font-size: initial;
    height: 300px; }
  .slider--quote .slider__item {
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    padding-top: 40px;
    padding-bottom: 40px; }
    .slider--quote .slider__item:first-child {
      display: block;
      opacity: 1; }
  .slider--quote .quotes-wrapper {
    position: absolute;
    display: block;
    width: 400px;
    height: 400px;
    opacity: 0.7;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .slider--quote .quotes-wrapper > svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }
  .slider--quote .slider__desc {
    font-weight: 100 !important;
    margin-bottom: 24px; }
  .slider--quote .slider__author {
    color: white;
    font-weight: 100 !important; }
    .slider--quote .slider__author:before {
      content: "";
      height: 2px;
      width: 36px;
      margin-right: 10px;
      background: white;
      display: inline-block;
      vertical-align: middle; }
    .slider--quote .slider__author p {
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
  .slider--quote .slider__btn {
    box-shadow: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    background: transparent; }
    .slider--quote .slider__btn .icon-wrapper {
      width: 30px !important;
      height: 30px !important; }
    .slider--quote .slider__btn:before {
      display: none; }
  .slider--quote .slider__btn--prev {
    -webkit-transform: rotate(-180deg) translateY(50%);
        -ms-transform: rotate(-180deg) translateY(50%);
            transform: rotate(-180deg) translateY(50%);
    left: 0; }
  .slider--quote .slider__btn--next {
    right: 0; }

/* Partials --------------------------------------------------- */
.page-template-homepage .nav {
  background: transparent; }

.nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95px;
  background: #0499FF;
  opacity: 1;
  z-index: 999; }
  .nav > .u-center {
    height: 100%; }

.nav__logo {
  position: absolute;
  height: 62px;
  width: 62px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 15px; }

.ctas {
  font-size: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.ctas__item {
  margin-right: 15px; }
  .ctas__item:last-child {
    margin-right: 0; }

.footer__contact {
  *zoom: 1;
  padding-top: 112px;
  padding-bottom: 112px; }
  .footer__contact:before, .footer__contact:after {
    content: " ";
    display: table; }
  .footer__contact:after {
    clear: both; }
  .footer__contact .text-content {
    max-width: 500px;
    margin-bottom: 24px; }
    .footer__contact .text-content > p:last-child {
      margin-bottom: 0; }
  .footer__contact .col {
    float: left;
    padding-top: 50px;
    padding-bottom: 50px; }
  .footer__contact .btn-wrapper {
    text-align: left;
    position: relative;
    left: -16px; }
    .footer__contact .btn-wrapper .button {
      margin-right: 16px;
      margin-left: 16px;
      margin-bottom: 20px; }
  .footer__contact .col.try {
    width: 34.48276%;
    padding-right: 60px; }
  .footer__contact .col.rdv {
    padding-left: 100px;
    padding-right: 40px;
    border-radius: 13px;
    width: 65.51724%;
    position: relative; }
    .footer__contact .col.rdv .or {
      font-size: 14px;
      margin-bottom: 9.1px;
      display: block;
      height: 64px;
      width: 64px;
      border-radius: 32px;
      color: white;
      text-transform: uppercase;
      background: #BBBBBB;
      text-align: center;
      line-height: 64px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.footer__citations {
  background: #0499FF;
  padding: 90px 40px;
  text-align: center; }

.footer__mentions {
  background: #008AD9;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

@media all and (max-width: 900px) {
  .footer__contact .col.try, .footer__contact .col.rdv {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; }
  .footer__contact .btn-wrapper {
    text-align: center !important; }
  .footer__contact .col.try {
    padding: 0;
    padding-bottom: 50px; }
    .footer__contact .col.try .text-content {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 24px; }
  .footer__contact .col.rdv {
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px; }
    .footer__contact .col.rdv .text-content {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 24px; }
    .footer__contact .col.rdv .or {
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

/* On first time --------------------------------------------------- */
.on-first-time {
  /* Header --------------------------------------------------- */
  /* Header devices --------------------------------------------------- */
  /* log --------------------------------------------------- */
  /* Header content --------------------------------------------------- */ }
  .on-first-time .ctas {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px; }
    .on-first-time .ctas .button {
      position: relative;
      -webkit-transform: translateY(170%);
          -ms-transform: translateY(170%);
              transform: translateY(170%); }
  .on-first-time .devices-hero {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); }
  .on-first-time .nav__logo {
    opacity: 0;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%); }
  .on-first-time .content-hero .omenu-text, .on-first-time .content-hero .catch-phrase {
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0; }
  .on-first-time .content-hero .btn-wrapper {
    overflow: hidden; }
  .on-first-time .content-hero .button {
    position: relative;
    -webkit-transform: translateY(170%);
        -ms-transform: translateY(170%);
            transform: translateY(170%); }
  .on-first-time .content__main,
  .on-first-time .page-content,
  .on-first-time .page-header__bg,
  .on-first-time .page-header__overlay {
    opacity: 0; }
  .on-first-time .page-header {
    opacity: 1; }

/* Scroll things --------------------------------------------------- */
.with-scroll-animations .scroll-item--singular {
  opacity: 0;
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px); }

.with-scroll-animations .scroll-stagger-item-wrapper .scroll-item {
  opacity: 0;
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px); }

/* Pages --------------------------------------------------- */
#home {
  /* Pag header --------------------------------------------------- */
  /* Page header center --------------------------------------------------- */
  /* OMENU texte --------------------------------------------------- */
  /* Catch phrase --------------------------------------------------- */
  /* Buttons --------------------------------------------------- */
  /* Devices --------------------------------------------------- */
  /* Hero content --------------------------------------------------- */
  /* S1 --------------------------------------------------- */
  /* features --------------------------------------------------- */
  /* Colors --------------------------------------------------- */
  /* Slider colors --------------------------------------------------- */
  /* Slider iphone --------------------------------------------------- */
  /* Setup animations --------------------------------------------------- */
  /* BREAKPOINTS --------------------------------------------------- */ }
  #home .page-header {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 800px; }
  #home .page-header__overlay {
    /* pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(-180deg, #0499FF 0%, #0B69A8 100%);
        z-index: 2;
        opacity: 0.73;*/ }
  #home .page-header__center {
    max-width: 893.33333px !important; }
    #home .page-header__center.box-padding {
      max-width: 960px !important; }
  #home .page-header__bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover; }
    #home .page-header__bg:before {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(-180deg, #0499FF 0%, #0B69A8 100%);
      z-index: 2;
      opacity: 0.73; }
  #home .page-header__center {
    *zoom: 1;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 4; }
    #home .page-header__center:before, #home .page-header__center:after {
      content: " ";
      display: table; }
    #home .page-header__center:after {
      clear: both; }
    #home .page-header__center .col {
      width: 43.34061%;
      margin-left: 13.31878%;
      float: left; }
      #home .page-header__center .col:first-child {
        margin-left: 0; }
  #home .omenu-text {
    font-size: 42px;
    text-transform: uppercase;
    color: white;
    line-height: 52px;
    margin-bottom: 8px; }
  #home .omenu-text__o {
    font-weight: 100; }
  #home .omenu-text__menu {
    font-weight: 600; }
  #home .catch-phrase {
    font-weight: 100;
    margin-bottom: 22px;
    letter-spacing: 1px;
    line-height: 1;
    opacity: 0.8; }
  #home .page-header .btn-wrapper {
    text-align: left; }
    #home .page-header .btn-wrapper .button {
      margin-right: 14px;
      margin-bottom: 14px; }
      #home .page-header .btn-wrapper .button:first-child {
        margin-bottom: 14px; }
      #home .page-header .btn-wrapper .button:last-child {
        margin-right: 0; }
  #home .devices-hero {
    position: relative;
    width: 340px; }
  #home .devices-hero__img {
    width: 100%;
    display: block;
    position: relative; }
    #home .devices-hero__img.iphone {
      width: 43.23529%;
      position: absolute;
      bottom: 0;
      right: 0; }
    #home .devices-hero__img.ipad {
      width: 73.52941%; }
  #home .content-hero {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #home #s-catch {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 160px; }
    #home #s-catch h3 {
      font-size: 36px;
      line-height: 1.2;
      margin-bottom: 23.4px;
      line-height: 1.4;
      text-transform: uppercase; }
      @media all and (max-width: 900px) {
        #home #s-catch h3 {
          font-size: 28.8px;
          line-height: 1.3; } }
  #home #s-features {
    padding-top: 68px;
    padding-bottom: 68px; }
    #home #s-features .btn-wrapper {
      text-align: left; }
    #home #s-features .text-content {
      margin: 0 0 32px 0 !important; }
    #home #s-features .feature-btn-wrapper {
      margin-right: 18px;
      margin-bottom: 18px;
      display: inline-block; }
      #home #s-features .feature-btn-wrapper.scroll-item {
        -webkit-transform: translateY(70px);
            -ms-transform: translateY(70px);
                transform: translateY(70px); }
      #home #s-features .feature-btn-wrapper:last-child {
        margin-right: 0; }
    #home #s-features .col.iphone {
      *zoom: 1;
      width: 28.38284%;
      margin-left: 7.42574%;
      float: left;
      position: absolute;
      padding-left: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      #home #s-features .col.iphone:before, #home #s-features .col.iphone:after {
        content: " ";
        display: table; }
      #home #s-features .col.iphone:after {
        clear: both; }
      #home #s-features .col.iphone:first-child {
        margin-left: 0; }
      #home #s-features .col.iphone img {
        display: block;
        float: right;
        width: 100%; }
      #home #s-features .col.iphone.scroll-item--singular {
        -webkit-transform: translateY(-10%);
            -ms-transform: translateY(-10%);
                transform: translateY(-10%); }
    #home #s-features .col.desc {
      width: 64.19142%;
      margin-left: 7.42574%;
      float: left;
      float: right; }
      #home #s-features .col.desc .text-content {
        max-width: 620px; }
  #home #s-colors {
    padding-top: 260px;
    padding-bottom: 160px; }
    #home #s-colors .col.ipad {
      *zoom: 1;
      width: 55.23927%;
      margin-left: 7.42574%;
      float: left;
      float: right; }
      #home #s-colors .col.ipad:before, #home #s-colors .col.ipad:after {
        content: " ";
        display: table; }
      #home #s-colors .col.ipad:after {
        clear: both; }
      #home #s-colors .col.ipad:first-child {
        margin-left: 0; }
      #home #s-colors .col.ipad img {
        display: block;
        float: right;
        width: 100%; }
    #home #s-colors .col.desc {
      width: 37.33498%;
      margin-left: 7.42574%;
      float: left; }
      #home #s-colors .col.desc .text-content {
        margin-bottom: 20px; }
        #home #s-colors .col.desc .text-content > p:last-child {
          margin-bottom: 0; }
    #home #s-colors .btn-wrapper {
      text-align: left; }
    #home #s-colors .color-btn-wrapper {
      margin-right: 14px;
      display: inline-block; }
      #home #s-colors .color-btn-wrapper.scroll-item {
        -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
                transform: translateY(50px); }
    #home #s-colors .button-color {
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      border: 3px solid white; }
      #home #s-colors .button-color:last-child {
        margin-right: 0; }
      #home #s-colors .button-color:before {
        content: "";
        background: #979797;
        position: absolute;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
            -ms-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        z-index: -1;
        transition: 0.2s ease-out all; }
      #home #s-colors .button-color.is-active:before, #home #s-colors .button-color:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
  #home #slider-colors {
    width: 100%;
    margin: 0;
    z-index: 999;
    box-shadow: none;
    float: right;
    height: 300px; }
    #home #slider-colors .slider__item-inner {
      *zoom: 1; }
      #home #slider-colors .slider__item-inner:before, #home #slider-colors .slider__item-inner:after {
        content: " ";
        display: table; }
      #home #slider-colors .slider__item-inner:after {
        clear: both; }
    #home #slider-colors .slider__frame-frapper {
      height: 100%; }
    #home #slider-colors .slider__frame {
      box-shadow: none;
      background: transparent; }
    #home #slider-colors .button:before {
      display: none; }
  #home #s-from-app {
    padding-top: 120px;
    padding-bottom: 120px; }
    #home #s-from-app .col.photo {
      *zoom: 1;
      width: 56.79012%;
      margin-left: 3.7037%;
      float: left; }
      #home #s-from-app .col.photo:before, #home #s-from-app .col.photo:after {
        content: " ";
        display: table; }
      #home #s-from-app .col.photo:after {
        clear: both; }
      #home #s-from-app .col.photo:first-child {
        margin-left: 0; }
      #home #s-from-app .col.photo img {
        display: block;
        float: right;
        width: 100%; }
    #home #s-from-app .col.desc {
      width: 39.50617%;
      margin-left: 3.7037%;
      float: left;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    #home #s-from-app .photo-rounded {
      height: 333px; }
  #home #s-admin .desc {
    padding-top: 130px;
    padding-bottom: 200px; }
    #home #s-admin .desc > p {
      max-width: 400px; }
      #home #s-admin .desc > p:last-child {
        margin-bottom: 0; }
  #home #s-admin .bg-light-grey {
    height: 333px;
    position: relative; }
  #home #s-admin .img-wrapper {
    min-height: 50px;
    max-width: 1007px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -42%);
        -ms-transform: translate(-50%, -42%);
            transform: translate(-50%, -42%); }
    #home #s-admin .img-wrapper img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  #home #s-auto {
    padding-top: 280px;
    padding-bottom: 190px; }
    #home #s-auto .col {
      width: 30.8642%;
      margin-left: 3.7037%;
      float: left; }
      #home #s-auto .col:nth-child(3n-2) {
        margin-left: 0; }
    #home #s-auto .text-content {
      margin-bottom: 60px; }
  #home #s-discover {
    padding-top: 120px;
    padding-bottom: 120px; }
    #home #s-discover .col {
      width: 30.8642%;
      margin-left: 3.7037%;
      float: left; }
      #home #s-discover .col:nth-child(3n-2) {
        margin-left: 0; }
    #home #s-discover .text-content {
      margin-bottom: 60px; }
  #home #slider-iphone {
    height: 75.6%;
    width: 75.8%;
    position: absolute;
    top: 12.48%;
    right: 6%;
    border: 0px solid transparent;
    overflow: hidden;
    margin: 0;
    z-index: 999;
    /* Slider Iframe --------------------------------------------------- */ }
    #home #slider-iphone .button:before {
      display: none; }
    #home #slider-iphone .slider__frame, #home #slider-iphone .slider__frame-frapper, #home #slider-iphone .slider__frame {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto; }
    #home #slider-iphone .slider__item {
      height: 100%;
      width: 100%; }
    #home #slider-iphone .slider__img {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%; }
    #home #slider-iphone .slider__item--iframe {
      background: purple; }
      #home #slider-iphone .slider__item--iframe iframe {
        height: 180%;
        width: 180%;
        -webkit-transform: scale(0.56);
            -ms-transform: scale(0.56);
                transform: scale(0.56);
        -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
                transform-origin: left top;
        display: block;
        overflow: hidden; }
  #home .devices-hero__img.iphone {
    -webkit-animation-name: floating;
            animation-name: floating;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  #home .devices-hero__img.ipad {
    -webkit-animation-name: floating;
            animation-name: floating;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px); }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }
  @media all and (max-width: 1112px) {
    #home {
      /* features --------------------------------------------------- */ }
      #home #s-features .col.desc .btn-wrapper {
        *zoom: 1; }
        #home #s-features .col.desc .btn-wrapper:before, #home #s-features .col.desc .btn-wrapper:after {
          content: " ";
          display: table; }
        #home #s-features .col.desc .btn-wrapper:after {
          clear: both; }
      #home #s-features .col.desc .feature-btn-wrapper {
        float: left; }
        #home #s-features .col.desc .feature-btn-wrapper:nth-child(4) {
          clear: left; } }
  @media all and (max-width: 900px) {
    #home {
      /* bp header --------------------------------------------------- */
      /* bp features --------------------------------------------------- */
      /* Slider iphone --------------------------------------------------- */
      /* bp Colors --------------------------------------------------- */
      /* bp From app --------------------------------------------------- */
      /* bp auto --------------------------------------------------- */
      /* bp discover --------------------------------------------------- */ }
      #home .page-header {
        /*position: relative;
            height: 100vh;
            min-height: 600px;
            max-height: 800px;*/
        height: auto;
        min-height: inherit;
        max-height: inherit;
        padding-top: 120px;
        padding-bottom: 80px; }
      #home .page-header__center {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        #home .page-header__center .col {
          width: 100% !important;
          margin-left: auto !important;
          margin-right: auto !important;
          float: none !important; }
      #home .devices-hero {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 40px; }
      #home .content-hero {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      #home .btn-wrapper {
        text-align: center !important; }
      #home #s-features .col.iphone, #home #s-features .col.desc {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        max-width: 620px;
        margin: 0 auto; }
      #home #s-features .col.desc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        #home #s-features .col.desc .text-content {
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; }
      #home #s-features .col.iphone {
        position: relative;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 0;
        margin-bottom: 40px;
        padding: 0; }
        #home #s-features .col.iphone > img {
          display: block;
          float: none;
          height: 300px;
          width: auto; }
      #home #slider-iphone {
        height: 75%;
        width: 127px;
        position: absolute;
        top: 12.8%;
        left: 11px;
        right: initial;
        margin: 0; }
      #home #s-colors .col.desc, #home #s-colors .col.ipad {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        max-width: 620px;
        margin-bottom: 40px; }
      #home #s-from-app .col.photo, #home #s-from-app .col.desc {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        max-width: 620px; }
      #home #s-from-app .col.photo {
        margin-bottom: 40px; }
      #home #s-from-app .col.desc {
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      #home #s-auto .col {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        max-width: 620px; }
      #home #s-auto .text-content {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
      #home #s-auto .photo-rounded {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 60px; }
      #home #s-auto .text-content {
        margin-bottom: 60px; }
      #home #s-discover .col {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        max-width: 620px; }
      #home #s-discover .photo-rounded {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 60px; } }

#dev .play-card {
  width: 30.8642%;
  margin-left: 3.7037%;
  float: left; }
  #dev .play-card:nth-child(3n-2) {
    margin-left: 0; }

#dev .photo-rounded {
  width: 30.8642%;
  margin-left: 3.7037%;
  float: left; }
  #dev .photo-rounded:nth-child(3n-2) {
    margin-left: 0; }

#dev .page-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  #dev .page-content .btn-block-wrapper {
    margin: 0;
    font-size: 0; }
    #dev .page-content .btn-block-wrapper > * {
      margin: 0 10px 10px 0; }
  #dev .page-content > section {
    margin-bottom: 100px; }

#dev section > .title--section {
  position: relative; }
  #dev section > .title--section:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    background: rgba(0, 0, 0, 0.16); }

#dev .card {
  max-width: 480px;
  width: 100%;
  display: inline-block;
  margin-right: 30px; }

#inscription .page-content > *:first-child {
  margin-top: 110px; }

#inscription form {
  max-width: 780px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(116, 116, 116, 0.2); }

#inscription .box__header {
  background: #0499FF;
  padding: 24px 40px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  #inscription .box__header > * {
    margin-bottom: 0; }

#inscription .box__content {
  padding: 50px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
