@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
.moteur-de-recherche select,
.moteur-de-recherche .select,
.search-engine select,
.search-engine .select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select,
.moteur-de-recherche select,
.moteur-de-recherche .select,
.search-engine select,
.search-engine .select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"],
.noviusos_form .foundation input[type="checkbox"],
.noviusos_form.foundation input[type="checkbox"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select, .moteur-de-recherche select,
.moteur-de-recherche .select,
.search-engine select,
.search-engine .select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button, .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation
.moteur-de-recherche .select input[type='submit'],
.moteur-de-recherche .noviusos_form .foundation .select input[type='submit'], .noviusos_form .foundation
.search-engine .select input[type='submit'],
.search-engine .noviusos_form .foundation .select input[type='submit'],
.noviusos_form .foundation #form_submit, .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation
.moteur-de-recherche .select input[type='submit'],
.moteur-de-recherche .noviusos_form.foundation .select input[type='submit'], .noviusos_form.foundation
.search-engine .select input[type='submit'],
.search-engine .noviusos_form.foundation .select input[type='submit'],
.noviusos_form.foundation #form_submit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #ffffff; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse'] .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse']
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse'] .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse']
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse']
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation [data-whatinput='mouse'] #form_submit, [data-whatinput='mouse'] .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse'] .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse']
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse'] .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse']
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse']
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation [data-whatinput='mouse'] #form_submit {
    outline: 0; }
  .button:hover, .noviusos_form .foundation select input[type='submit']:hover, .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:hover,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:hover, .noviusos_form .foundation
  .search-engine .select input[type='submit']:hover,
  .search-engine .noviusos_form .foundation .select input[type='submit']:hover,
  .noviusos_form .foundation #form_submit:hover, .noviusos_form.foundation select input[type='submit']:hover, .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:hover,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:hover, .noviusos_form.foundation
  .search-engine .select input[type='submit']:hover,
  .search-engine .noviusos_form.foundation .select input[type='submit']:hover,
  .noviusos_form.foundation #form_submit:hover, .button:focus, .noviusos_form .foundation select input[type='submit']:focus, .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:focus,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:focus, .noviusos_form .foundation
  .search-engine .select input[type='submit']:focus,
  .search-engine .noviusos_form .foundation .select input[type='submit']:focus,
  .noviusos_form .foundation #form_submit:focus, .noviusos_form.foundation select input[type='submit']:focus, .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:focus,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:focus, .noviusos_form.foundation
  .search-engine .select input[type='submit']:focus,
  .search-engine .noviusos_form.foundation .select input[type='submit']:focus,
  .noviusos_form.foundation #form_submit:focus {
    background-color: #1583cc;
    color: #ffffff; }
  .button.tiny, .noviusos_form .foundation select input.tiny[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.tiny[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.tiny[type='submit'], .noviusos_form .foundation
  .search-engine .select input.tiny[type='submit'],
  .search-engine .noviusos_form .foundation .select input.tiny[type='submit'],
  .noviusos_form .foundation .tiny#form_submit, .noviusos_form.foundation select input.tiny[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.tiny[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.tiny[type='submit'], .noviusos_form.foundation
  .search-engine .select input.tiny[type='submit'],
  .search-engine .noviusos_form.foundation .select input.tiny[type='submit'],
  .noviusos_form.foundation .tiny#form_submit {
    font-size: 0.6rem; }
  .button.small, .noviusos_form .foundation select input.small[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.small[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.small[type='submit'], .noviusos_form .foundation
  .search-engine .select input.small[type='submit'],
  .search-engine .noviusos_form .foundation .select input.small[type='submit'],
  .noviusos_form .foundation .small#form_submit, .noviusos_form.foundation select input.small[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.small[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.small[type='submit'], .noviusos_form.foundation
  .search-engine .select input.small[type='submit'],
  .search-engine .noviusos_form.foundation .select input.small[type='submit'],
  .noviusos_form.foundation .small#form_submit {
    font-size: 0.75rem; }
  .button.large, .noviusos_form .foundation select input.large[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.large[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.large[type='submit'], .noviusos_form .foundation
  .search-engine .select input.large[type='submit'],
  .search-engine .noviusos_form .foundation .select input.large[type='submit'],
  .noviusos_form .foundation .large#form_submit, .noviusos_form.foundation select input.large[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.large[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.large[type='submit'], .noviusos_form.foundation
  .search-engine .select input.large[type='submit'],
  .search-engine .noviusos_form.foundation .select input.large[type='submit'],
  .noviusos_form.foundation .large#form_submit {
    font-size: 1.25rem; }
  .button.expanded, .noviusos_form .foundation select input.expanded[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.expanded[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.expanded[type='submit'], .noviusos_form .foundation
  .search-engine .select input.expanded[type='submit'],
  .search-engine .noviusos_form .foundation .select input.expanded[type='submit'],
  .noviusos_form .foundation .expanded#form_submit, .noviusos_form.foundation select input.expanded[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.expanded[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.expanded[type='submit'], .noviusos_form.foundation
  .search-engine .select input.expanded[type='submit'],
  .search-engine .noviusos_form.foundation .select input.expanded[type='submit'],
  .noviusos_form.foundation .expanded#form_submit {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary, .noviusos_form .foundation select input.primary[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.primary[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.primary[type='submit'], .noviusos_form .foundation
  .search-engine .select input.primary[type='submit'],
  .search-engine .noviusos_form .foundation .select input.primary[type='submit'],
  .noviusos_form .foundation .primary#form_submit, .noviusos_form.foundation select input.primary[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.primary[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.primary[type='submit'], .noviusos_form.foundation
  .search-engine .select input.primary[type='submit'],
  .search-engine .noviusos_form.foundation .select input.primary[type='submit'],
  .noviusos_form.foundation .primary#form_submit {
    background-color: #2199e8;
    color: #ffffff; }
    .button.primary:hover, .noviusos_form .foundation select input.primary[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.primary[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.primary[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.primary[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.primary[type='submit']:hover,
    .noviusos_form .foundation .primary#form_submit:hover, .noviusos_form.foundation select input.primary[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.primary[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.primary[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.primary[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.primary[type='submit']:hover,
    .noviusos_form.foundation .primary#form_submit:hover, .button.primary:focus, .noviusos_form .foundation select input.primary[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.primary[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.primary[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.primary[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.primary[type='submit']:focus,
    .noviusos_form .foundation .primary#form_submit:focus, .noviusos_form.foundation select input.primary[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.primary[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.primary[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.primary[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.primary[type='submit']:focus,
    .noviusos_form.foundation .primary#form_submit:focus {
      background-color: #147cc0;
      color: #ffffff; }
  .button.secondary, .noviusos_form .foundation select input.secondary[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.secondary[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.secondary[type='submit'], .noviusos_form .foundation
  .search-engine .select input.secondary[type='submit'],
  .search-engine .noviusos_form .foundation .select input.secondary[type='submit'],
  .noviusos_form .foundation .secondary#form_submit, .noviusos_form.foundation select input.secondary[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.secondary[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.secondary[type='submit'], .noviusos_form.foundation
  .search-engine .select input.secondary[type='submit'],
  .search-engine .noviusos_form.foundation .select input.secondary[type='submit'],
  .noviusos_form.foundation .secondary#form_submit {
    background-color: #777;
    color: #ffffff; }
    .button.secondary:hover, .noviusos_form .foundation select input.secondary[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.secondary[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.secondary[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.secondary[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.secondary[type='submit']:hover,
    .noviusos_form .foundation .secondary#form_submit:hover, .noviusos_form.foundation select input.secondary[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.secondary[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.secondary[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.secondary[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.secondary[type='submit']:hover,
    .noviusos_form.foundation .secondary#form_submit:hover, .button.secondary:focus, .noviusos_form .foundation select input.secondary[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.secondary[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.secondary[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.secondary[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.secondary[type='submit']:focus,
    .noviusos_form .foundation .secondary#form_submit:focus, .noviusos_form.foundation select input.secondary[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.secondary[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.secondary[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.secondary[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.secondary[type='submit']:focus,
    .noviusos_form.foundation .secondary#form_submit:focus {
      background-color: #5f5f5f;
      color: #ffffff; }
  .button.success, .noviusos_form .foundation select input.success[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.success[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.success[type='submit'], .noviusos_form .foundation
  .search-engine .select input.success[type='submit'],
  .search-engine .noviusos_form .foundation .select input.success[type='submit'],
  .noviusos_form .foundation .success#form_submit, .noviusos_form.foundation select input.success[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.success[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.success[type='submit'], .noviusos_form.foundation
  .search-engine .select input.success[type='submit'],
  .search-engine .noviusos_form.foundation .select input.success[type='submit'],
  .noviusos_form.foundation .success#form_submit {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .noviusos_form .foundation select input.success[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.success[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.success[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.success[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.success[type='submit']:hover,
    .noviusos_form .foundation .success#form_submit:hover, .noviusos_form.foundation select input.success[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.success[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.success[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.success[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.success[type='submit']:hover,
    .noviusos_form.foundation .success#form_submit:hover, .button.success:focus, .noviusos_form .foundation select input.success[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.success[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.success[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.success[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.success[type='submit']:focus,
    .noviusos_form .foundation .success#form_submit:focus, .noviusos_form.foundation select input.success[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.success[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.success[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.success[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.success[type='submit']:focus,
    .noviusos_form.foundation .success#form_submit:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning, .noviusos_form .foundation select input.warning[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.warning[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.warning[type='submit'], .noviusos_form .foundation
  .search-engine .select input.warning[type='submit'],
  .search-engine .noviusos_form .foundation .select input.warning[type='submit'],
  .noviusos_form .foundation .warning#form_submit, .noviusos_form.foundation select input.warning[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.warning[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.warning[type='submit'], .noviusos_form.foundation
  .search-engine .select input.warning[type='submit'],
  .search-engine .noviusos_form.foundation .select input.warning[type='submit'],
  .noviusos_form.foundation .warning#form_submit {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .noviusos_form .foundation select input.warning[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.warning[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.warning[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.warning[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.warning[type='submit']:hover,
    .noviusos_form .foundation .warning#form_submit:hover, .noviusos_form.foundation select input.warning[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.warning[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.warning[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.warning[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.warning[type='submit']:hover,
    .noviusos_form.foundation .warning#form_submit:hover, .button.warning:focus, .noviusos_form .foundation select input.warning[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.warning[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.warning[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.warning[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.warning[type='submit']:focus,
    .noviusos_form .foundation .warning#form_submit:focus, .noviusos_form.foundation select input.warning[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.warning[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.warning[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.warning[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.warning[type='submit']:focus,
    .noviusos_form.foundation .warning#form_submit:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert, .noviusos_form .foundation select input.alert[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.alert[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.alert[type='submit'], .noviusos_form .foundation
  .search-engine .select input.alert[type='submit'],
  .search-engine .noviusos_form .foundation .select input.alert[type='submit'],
  .noviusos_form .foundation .alert#form_submit, .noviusos_form.foundation select input.alert[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.alert[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.alert[type='submit'], .noviusos_form.foundation
  .search-engine .select input.alert[type='submit'],
  .search-engine .noviusos_form.foundation .select input.alert[type='submit'],
  .noviusos_form.foundation .alert#form_submit {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .noviusos_form .foundation select input.alert[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.alert[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.alert[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.alert[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.alert[type='submit']:hover,
    .noviusos_form .foundation .alert#form_submit:hover, .noviusos_form.foundation select input.alert[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.alert[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.alert[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.alert[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.alert[type='submit']:hover,
    .noviusos_form.foundation .alert#form_submit:hover, .button.alert:focus, .noviusos_form .foundation select input.alert[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.alert[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.alert[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.alert[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.alert[type='submit']:focus,
    .noviusos_form .foundation .alert#form_submit:focus, .noviusos_form.foundation select input.alert[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.alert[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.alert[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.alert[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.alert[type='submit']:focus,
    .noviusos_form.foundation .alert#form_submit:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow, .noviusos_form .foundation select input.hollow[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.hollow[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.hollow[type='submit'], .noviusos_form .foundation
  .search-engine .select input.hollow[type='submit'],
  .search-engine .noviusos_form .foundation .select input.hollow[type='submit'],
  .noviusos_form .foundation .hollow#form_submit, .noviusos_form.foundation select input.hollow[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.hollow[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.hollow[type='submit'], .noviusos_form.foundation
  .search-engine .select input.hollow[type='submit'],
  .search-engine .noviusos_form.foundation .select input.hollow[type='submit'],
  .noviusos_form.foundation .hollow#form_submit {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .noviusos_form .foundation select input.hollow[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow[type='submit'], .noviusos_form .foundation
    .search-engine .select input.hollow[type='submit'],
    .search-engine .noviusos_form .foundation .select input.hollow[type='submit'],
    .noviusos_form .foundation .hollow#form_submit, .noviusos_form.foundation select input.hollow[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow[type='submit'], .noviusos_form.foundation
    .search-engine .select input.hollow[type='submit'],
    .search-engine .noviusos_form.foundation .select input.hollow[type='submit'],
    .noviusos_form.foundation .hollow#form_submit, .button.hollow:hover, .noviusos_form .foundation select input.hollow[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.hollow[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.hollow[type='submit']:hover,
    .noviusos_form .foundation .hollow#form_submit:hover, .noviusos_form.foundation select input.hollow[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.hollow[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.hollow[type='submit']:hover,
    .noviusos_form.foundation .hollow#form_submit:hover, .button.hollow:focus, .noviusos_form .foundation select input.hollow[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.hollow[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.hollow[type='submit']:focus,
    .noviusos_form .foundation .hollow#form_submit:focus, .noviusos_form.foundation select input.hollow[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.hollow[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.hollow[type='submit']:focus,
    .noviusos_form.foundation .hollow#form_submit:focus {
      background-color: transparent; }
    .button.hollow:hover, .noviusos_form .foundation select input.hollow[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.hollow[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.hollow[type='submit']:hover,
    .noviusos_form .foundation .hollow#form_submit:hover, .noviusos_form.foundation select input.hollow[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.hollow[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.hollow[type='submit']:hover,
    .noviusos_form.foundation .hollow#form_submit:hover, .button.hollow:focus, .noviusos_form .foundation select input.hollow[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.hollow[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.hollow[type='submit']:focus,
    .noviusos_form .foundation .hollow#form_submit:focus, .noviusos_form.foundation select input.hollow[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.hollow[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.hollow[type='submit']:focus,
    .noviusos_form.foundation .hollow#form_submit:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary, .noviusos_form .foundation select input.hollow.primary[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow.primary[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow.primary[type='submit'], .noviusos_form .foundation
    .search-engine .select input.hollow.primary[type='submit'],
    .search-engine .noviusos_form .foundation .select input.hollow.primary[type='submit'],
    .noviusos_form .foundation .hollow.primary#form_submit, .noviusos_form.foundation select input.hollow.primary[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow.primary[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow.primary[type='submit'], .noviusos_form.foundation
    .search-engine .select input.hollow.primary[type='submit'],
    .search-engine .noviusos_form.foundation .select input.hollow.primary[type='submit'],
    .noviusos_form.foundation .hollow.primary#form_submit {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .noviusos_form .foundation select input.hollow.primary[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.primary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.primary[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.hollow.primary[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.hollow.primary[type='submit']:hover,
      .noviusos_form .foundation .hollow.primary#form_submit:hover, .noviusos_form.foundation select input.hollow.primary[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.primary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.primary[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.hollow.primary[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.hollow.primary[type='submit']:hover,
      .noviusos_form.foundation .hollow.primary#form_submit:hover, .button.hollow.primary:focus, .noviusos_form .foundation select input.hollow.primary[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.primary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.primary[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.hollow.primary[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.hollow.primary[type='submit']:focus,
      .noviusos_form .foundation .hollow.primary#form_submit:focus, .noviusos_form.foundation select input.hollow.primary[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.primary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.primary[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.hollow.primary[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.hollow.primary[type='submit']:focus,
      .noviusos_form.foundation .hollow.primary#form_submit:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary, .noviusos_form .foundation select input.hollow.secondary[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow.secondary[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow.secondary[type='submit'], .noviusos_form .foundation
    .search-engine .select input.hollow.secondary[type='submit'],
    .search-engine .noviusos_form .foundation .select input.hollow.secondary[type='submit'],
    .noviusos_form .foundation .hollow.secondary#form_submit, .noviusos_form.foundation select input.hollow.secondary[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow.secondary[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow.secondary[type='submit'], .noviusos_form.foundation
    .search-engine .select input.hollow.secondary[type='submit'],
    .search-engine .noviusos_form.foundation .select input.hollow.secondary[type='submit'],
    .noviusos_form.foundation .hollow.secondary#form_submit {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .noviusos_form .foundation select input.hollow.secondary[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.secondary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.secondary[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.hollow.secondary[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.hollow.secondary[type='submit']:hover,
      .noviusos_form .foundation .hollow.secondary#form_submit:hover, .noviusos_form.foundation select input.hollow.secondary[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.secondary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.secondary[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.hollow.secondary[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.hollow.secondary[type='submit']:hover,
      .noviusos_form.foundation .hollow.secondary#form_submit:hover, .button.hollow.secondary:focus, .noviusos_form .foundation select input.hollow.secondary[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.secondary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.secondary[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.hollow.secondary[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.hollow.secondary[type='submit']:focus,
      .noviusos_form .foundation .hollow.secondary#form_submit:focus, .noviusos_form.foundation select input.hollow.secondary[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.secondary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.secondary[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.hollow.secondary[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.hollow.secondary[type='submit']:focus,
      .noviusos_form.foundation .hollow.secondary#form_submit:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success, .noviusos_form .foundation select input.hollow.success[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow.success[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow.success[type='submit'], .noviusos_form .foundation
    .search-engine .select input.hollow.success[type='submit'],
    .search-engine .noviusos_form .foundation .select input.hollow.success[type='submit'],
    .noviusos_form .foundation .hollow.success#form_submit, .noviusos_form.foundation select input.hollow.success[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow.success[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow.success[type='submit'], .noviusos_form.foundation
    .search-engine .select input.hollow.success[type='submit'],
    .search-engine .noviusos_form.foundation .select input.hollow.success[type='submit'],
    .noviusos_form.foundation .hollow.success#form_submit {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .noviusos_form .foundation select input.hollow.success[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.success[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.success[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.hollow.success[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.hollow.success[type='submit']:hover,
      .noviusos_form .foundation .hollow.success#form_submit:hover, .noviusos_form.foundation select input.hollow.success[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.success[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.success[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.hollow.success[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.hollow.success[type='submit']:hover,
      .noviusos_form.foundation .hollow.success#form_submit:hover, .button.hollow.success:focus, .noviusos_form .foundation select input.hollow.success[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.success[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.success[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.hollow.success[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.hollow.success[type='submit']:focus,
      .noviusos_form .foundation .hollow.success#form_submit:focus, .noviusos_form.foundation select input.hollow.success[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.success[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.success[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.hollow.success[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.hollow.success[type='submit']:focus,
      .noviusos_form.foundation .hollow.success#form_submit:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .noviusos_form .foundation select input.hollow.warning[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow.warning[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow.warning[type='submit'], .noviusos_form .foundation
    .search-engine .select input.hollow.warning[type='submit'],
    .search-engine .noviusos_form .foundation .select input.hollow.warning[type='submit'],
    .noviusos_form .foundation .hollow.warning#form_submit, .noviusos_form.foundation select input.hollow.warning[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow.warning[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow.warning[type='submit'], .noviusos_form.foundation
    .search-engine .select input.hollow.warning[type='submit'],
    .search-engine .noviusos_form.foundation .select input.hollow.warning[type='submit'],
    .noviusos_form.foundation .hollow.warning#form_submit {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .noviusos_form .foundation select input.hollow.warning[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.warning[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.warning[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.hollow.warning[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.hollow.warning[type='submit']:hover,
      .noviusos_form .foundation .hollow.warning#form_submit:hover, .noviusos_form.foundation select input.hollow.warning[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.warning[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.warning[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.hollow.warning[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.hollow.warning[type='submit']:hover,
      .noviusos_form.foundation .hollow.warning#form_submit:hover, .button.hollow.warning:focus, .noviusos_form .foundation select input.hollow.warning[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.warning[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.warning[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.hollow.warning[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.hollow.warning[type='submit']:focus,
      .noviusos_form .foundation .hollow.warning#form_submit:focus, .noviusos_form.foundation select input.hollow.warning[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.warning[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.warning[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.hollow.warning[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.hollow.warning[type='submit']:focus,
      .noviusos_form.foundation .hollow.warning#form_submit:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .noviusos_form .foundation select input.hollow.alert[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.hollow.alert[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.hollow.alert[type='submit'], .noviusos_form .foundation
    .search-engine .select input.hollow.alert[type='submit'],
    .search-engine .noviusos_form .foundation .select input.hollow.alert[type='submit'],
    .noviusos_form .foundation .hollow.alert#form_submit, .noviusos_form.foundation select input.hollow.alert[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.hollow.alert[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.hollow.alert[type='submit'], .noviusos_form.foundation
    .search-engine .select input.hollow.alert[type='submit'],
    .search-engine .noviusos_form.foundation .select input.hollow.alert[type='submit'],
    .noviusos_form.foundation .hollow.alert#form_submit {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .noviusos_form .foundation select input.hollow.alert[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.alert[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.alert[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.hollow.alert[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.hollow.alert[type='submit']:hover,
      .noviusos_form .foundation .hollow.alert#form_submit:hover, .noviusos_form.foundation select input.hollow.alert[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.alert[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.alert[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.hollow.alert[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.hollow.alert[type='submit']:hover,
      .noviusos_form.foundation .hollow.alert#form_submit:hover, .button.hollow.alert:focus, .noviusos_form .foundation select input.hollow.alert[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.hollow.alert[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.hollow.alert[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.hollow.alert[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.hollow.alert[type='submit']:focus,
      .noviusos_form .foundation .hollow.alert#form_submit:focus, .noviusos_form.foundation select input.hollow.alert[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.hollow.alert[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.hollow.alert[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.hollow.alert[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.hollow.alert[type='submit']:focus,
      .noviusos_form.foundation .hollow.alert#form_submit:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .noviusos_form .foundation select input.disabled[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input.disabled[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input.disabled[type='submit'], .noviusos_form .foundation
  .search-engine .select input.disabled[type='submit'],
  .search-engine .noviusos_form .foundation .select input.disabled[type='submit'],
  .noviusos_form .foundation .disabled#form_submit, .noviusos_form.foundation select input.disabled[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input.disabled[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input.disabled[type='submit'], .noviusos_form.foundation
  .search-engine .select input.disabled[type='submit'],
  .search-engine .noviusos_form.foundation .select input.disabled[type='submit'],
  .noviusos_form.foundation .disabled#form_submit, .button[disabled], .noviusos_form .foundation select input[disabled][type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input[disabled][type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input[disabled][type='submit'], .noviusos_form .foundation
  .search-engine .select input[disabled][type='submit'],
  .search-engine .noviusos_form .foundation .select input[disabled][type='submit'],
  .noviusos_form .foundation [disabled]#form_submit, .noviusos_form.foundation select input[disabled][type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input[disabled][type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input[disabled][type='submit'], .noviusos_form.foundation
  .search-engine .select input[disabled][type='submit'],
  .search-engine .noviusos_form.foundation .select input[disabled][type='submit'],
  .noviusos_form.foundation [disabled]#form_submit {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .noviusos_form .foundation select input.disabled[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input.disabled[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input.disabled[type='submit']:hover,
    .noviusos_form .foundation .disabled#form_submit:hover, .noviusos_form.foundation select input.disabled[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input.disabled[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input.disabled[type='submit']:hover,
    .noviusos_form.foundation .disabled#form_submit:hover, .button.disabled:focus, .noviusos_form .foundation select input.disabled[type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled[type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled[type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input.disabled[type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input.disabled[type='submit']:focus,
    .noviusos_form .foundation .disabled#form_submit:focus, .noviusos_form.foundation select input.disabled[type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled[type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled[type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input.disabled[type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input.disabled[type='submit']:focus,
    .noviusos_form.foundation .disabled#form_submit:focus, .button[disabled]:hover, .noviusos_form .foundation select input[disabled][type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled][type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled][type='submit']:hover, .noviusos_form .foundation
    .search-engine .select input[disabled][type='submit']:hover,
    .search-engine .noviusos_form .foundation .select input[disabled][type='submit']:hover,
    .noviusos_form .foundation [disabled]#form_submit:hover, .noviusos_form.foundation select input[disabled][type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled][type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled][type='submit']:hover, .noviusos_form.foundation
    .search-engine .select input[disabled][type='submit']:hover,
    .search-engine .noviusos_form.foundation .select input[disabled][type='submit']:hover,
    .noviusos_form.foundation [disabled]#form_submit:hover, .button[disabled]:focus, .noviusos_form .foundation select input[disabled][type='submit']:focus, .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled][type='submit']:focus,
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled][type='submit']:focus, .noviusos_form .foundation
    .search-engine .select input[disabled][type='submit']:focus,
    .search-engine .noviusos_form .foundation .select input[disabled][type='submit']:focus,
    .noviusos_form .foundation [disabled]#form_submit:focus, .noviusos_form.foundation select input[disabled][type='submit']:focus, .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled][type='submit']:focus,
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled][type='submit']:focus, .noviusos_form.foundation
    .search-engine .select input[disabled][type='submit']:focus,
    .search-engine .noviusos_form.foundation .select input[disabled][type='submit']:focus,
    .noviusos_form.foundation [disabled]#form_submit:focus {
      background-color: #2199e8;
      color: #ffffff; }
    .button.disabled.primary, .noviusos_form .foundation select input.disabled.primary[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled.primary[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled.primary[type='submit'], .noviusos_form .foundation
    .search-engine .select input.disabled.primary[type='submit'],
    .search-engine .noviusos_form .foundation .select input.disabled.primary[type='submit'],
    .noviusos_form .foundation .disabled.primary#form_submit, .noviusos_form.foundation select input.disabled.primary[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled.primary[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled.primary[type='submit'], .noviusos_form.foundation
    .search-engine .select input.disabled.primary[type='submit'],
    .search-engine .noviusos_form.foundation .select input.disabled.primary[type='submit'],
    .noviusos_form.foundation .disabled.primary#form_submit, .button[disabled].primary, .noviusos_form .foundation select input[disabled].primary[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled].primary[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled].primary[type='submit'], .noviusos_form .foundation
    .search-engine .select input[disabled].primary[type='submit'],
    .search-engine .noviusos_form .foundation .select input[disabled].primary[type='submit'],
    .noviusos_form .foundation [disabled].primary#form_submit, .noviusos_form.foundation select input[disabled].primary[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled].primary[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled].primary[type='submit'], .noviusos_form.foundation
    .search-engine .select input[disabled].primary[type='submit'],
    .search-engine .noviusos_form.foundation .select input[disabled].primary[type='submit'],
    .noviusos_form.foundation [disabled].primary#form_submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .noviusos_form .foundation select input.disabled.primary[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.primary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.primary[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.disabled.primary[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.disabled.primary[type='submit']:hover,
      .noviusos_form .foundation .disabled.primary#form_submit:hover, .noviusos_form.foundation select input.disabled.primary[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.primary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.primary[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.disabled.primary[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.disabled.primary[type='submit']:hover,
      .noviusos_form.foundation .disabled.primary#form_submit:hover, .button.disabled.primary:focus, .noviusos_form .foundation select input.disabled.primary[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.primary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.primary[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.disabled.primary[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.disabled.primary[type='submit']:focus,
      .noviusos_form .foundation .disabled.primary#form_submit:focus, .noviusos_form.foundation select input.disabled.primary[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.primary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.primary[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.disabled.primary[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.disabled.primary[type='submit']:focus,
      .noviusos_form.foundation .disabled.primary#form_submit:focus, .button[disabled].primary:hover, .noviusos_form .foundation select input[disabled].primary[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].primary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].primary[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input[disabled].primary[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input[disabled].primary[type='submit']:hover,
      .noviusos_form .foundation [disabled].primary#form_submit:hover, .noviusos_form.foundation select input[disabled].primary[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].primary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].primary[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input[disabled].primary[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input[disabled].primary[type='submit']:hover,
      .noviusos_form.foundation [disabled].primary#form_submit:hover, .button[disabled].primary:focus, .noviusos_form .foundation select input[disabled].primary[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].primary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].primary[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input[disabled].primary[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input[disabled].primary[type='submit']:focus,
      .noviusos_form .foundation [disabled].primary#form_submit:focus, .noviusos_form.foundation select input[disabled].primary[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].primary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].primary[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input[disabled].primary[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input[disabled].primary[type='submit']:focus,
      .noviusos_form.foundation [disabled].primary#form_submit:focus {
        background-color: #2199e8;
        color: #ffffff; }
    .button.disabled.secondary, .noviusos_form .foundation select input.disabled.secondary[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled.secondary[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled.secondary[type='submit'], .noviusos_form .foundation
    .search-engine .select input.disabled.secondary[type='submit'],
    .search-engine .noviusos_form .foundation .select input.disabled.secondary[type='submit'],
    .noviusos_form .foundation .disabled.secondary#form_submit, .noviusos_form.foundation select input.disabled.secondary[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled.secondary[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled.secondary[type='submit'], .noviusos_form.foundation
    .search-engine .select input.disabled.secondary[type='submit'],
    .search-engine .noviusos_form.foundation .select input.disabled.secondary[type='submit'],
    .noviusos_form.foundation .disabled.secondary#form_submit, .button[disabled].secondary, .noviusos_form .foundation select input[disabled].secondary[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled].secondary[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled].secondary[type='submit'], .noviusos_form .foundation
    .search-engine .select input[disabled].secondary[type='submit'],
    .search-engine .noviusos_form .foundation .select input[disabled].secondary[type='submit'],
    .noviusos_form .foundation [disabled].secondary#form_submit, .noviusos_form.foundation select input[disabled].secondary[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled].secondary[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled].secondary[type='submit'], .noviusos_form.foundation
    .search-engine .select input[disabled].secondary[type='submit'],
    .search-engine .noviusos_form.foundation .select input[disabled].secondary[type='submit'],
    .noviusos_form.foundation [disabled].secondary#form_submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .noviusos_form .foundation select input.disabled.secondary[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.secondary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.secondary[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.disabled.secondary[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.disabled.secondary[type='submit']:hover,
      .noviusos_form .foundation .disabled.secondary#form_submit:hover, .noviusos_form.foundation select input.disabled.secondary[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.secondary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.secondary[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.disabled.secondary[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.disabled.secondary[type='submit']:hover,
      .noviusos_form.foundation .disabled.secondary#form_submit:hover, .button.disabled.secondary:focus, .noviusos_form .foundation select input.disabled.secondary[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.secondary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.secondary[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.disabled.secondary[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.disabled.secondary[type='submit']:focus,
      .noviusos_form .foundation .disabled.secondary#form_submit:focus, .noviusos_form.foundation select input.disabled.secondary[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.secondary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.secondary[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.disabled.secondary[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.disabled.secondary[type='submit']:focus,
      .noviusos_form.foundation .disabled.secondary#form_submit:focus, .button[disabled].secondary:hover, .noviusos_form .foundation select input[disabled].secondary[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].secondary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].secondary[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input[disabled].secondary[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input[disabled].secondary[type='submit']:hover,
      .noviusos_form .foundation [disabled].secondary#form_submit:hover, .noviusos_form.foundation select input[disabled].secondary[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].secondary[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].secondary[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input[disabled].secondary[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input[disabled].secondary[type='submit']:hover,
      .noviusos_form.foundation [disabled].secondary#form_submit:hover, .button[disabled].secondary:focus, .noviusos_form .foundation select input[disabled].secondary[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].secondary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].secondary[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input[disabled].secondary[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input[disabled].secondary[type='submit']:focus,
      .noviusos_form .foundation [disabled].secondary#form_submit:focus, .noviusos_form.foundation select input[disabled].secondary[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].secondary[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].secondary[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input[disabled].secondary[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input[disabled].secondary[type='submit']:focus,
      .noviusos_form.foundation [disabled].secondary#form_submit:focus {
        background-color: #777;
        color: #ffffff; }
    .button.disabled.success, .noviusos_form .foundation select input.disabled.success[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled.success[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled.success[type='submit'], .noviusos_form .foundation
    .search-engine .select input.disabled.success[type='submit'],
    .search-engine .noviusos_form .foundation .select input.disabled.success[type='submit'],
    .noviusos_form .foundation .disabled.success#form_submit, .noviusos_form.foundation select input.disabled.success[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled.success[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled.success[type='submit'], .noviusos_form.foundation
    .search-engine .select input.disabled.success[type='submit'],
    .search-engine .noviusos_form.foundation .select input.disabled.success[type='submit'],
    .noviusos_form.foundation .disabled.success#form_submit, .button[disabled].success, .noviusos_form .foundation select input[disabled].success[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled].success[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled].success[type='submit'], .noviusos_form .foundation
    .search-engine .select input[disabled].success[type='submit'],
    .search-engine .noviusos_form .foundation .select input[disabled].success[type='submit'],
    .noviusos_form .foundation [disabled].success#form_submit, .noviusos_form.foundation select input[disabled].success[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled].success[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled].success[type='submit'], .noviusos_form.foundation
    .search-engine .select input[disabled].success[type='submit'],
    .search-engine .noviusos_form.foundation .select input[disabled].success[type='submit'],
    .noviusos_form.foundation [disabled].success#form_submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .noviusos_form .foundation select input.disabled.success[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.success[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.success[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.disabled.success[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.disabled.success[type='submit']:hover,
      .noviusos_form .foundation .disabled.success#form_submit:hover, .noviusos_form.foundation select input.disabled.success[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.success[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.success[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.disabled.success[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.disabled.success[type='submit']:hover,
      .noviusos_form.foundation .disabled.success#form_submit:hover, .button.disabled.success:focus, .noviusos_form .foundation select input.disabled.success[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.success[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.success[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.disabled.success[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.disabled.success[type='submit']:focus,
      .noviusos_form .foundation .disabled.success#form_submit:focus, .noviusos_form.foundation select input.disabled.success[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.success[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.success[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.disabled.success[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.disabled.success[type='submit']:focus,
      .noviusos_form.foundation .disabled.success#form_submit:focus, .button[disabled].success:hover, .noviusos_form .foundation select input[disabled].success[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].success[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].success[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input[disabled].success[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input[disabled].success[type='submit']:hover,
      .noviusos_form .foundation [disabled].success#form_submit:hover, .noviusos_form.foundation select input[disabled].success[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].success[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].success[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input[disabled].success[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input[disabled].success[type='submit']:hover,
      .noviusos_form.foundation [disabled].success#form_submit:hover, .button[disabled].success:focus, .noviusos_form .foundation select input[disabled].success[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].success[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].success[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input[disabled].success[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input[disabled].success[type='submit']:focus,
      .noviusos_form .foundation [disabled].success#form_submit:focus, .noviusos_form.foundation select input[disabled].success[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].success[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].success[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input[disabled].success[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input[disabled].success[type='submit']:focus,
      .noviusos_form.foundation [disabled].success#form_submit:focus {
        background-color: #3adb76;
        color: #ffffff; }
    .button.disabled.warning, .noviusos_form .foundation select input.disabled.warning[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled.warning[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled.warning[type='submit'], .noviusos_form .foundation
    .search-engine .select input.disabled.warning[type='submit'],
    .search-engine .noviusos_form .foundation .select input.disabled.warning[type='submit'],
    .noviusos_form .foundation .disabled.warning#form_submit, .noviusos_form.foundation select input.disabled.warning[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled.warning[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled.warning[type='submit'], .noviusos_form.foundation
    .search-engine .select input.disabled.warning[type='submit'],
    .search-engine .noviusos_form.foundation .select input.disabled.warning[type='submit'],
    .noviusos_form.foundation .disabled.warning#form_submit, .button[disabled].warning, .noviusos_form .foundation select input[disabled].warning[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled].warning[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled].warning[type='submit'], .noviusos_form .foundation
    .search-engine .select input[disabled].warning[type='submit'],
    .search-engine .noviusos_form .foundation .select input[disabled].warning[type='submit'],
    .noviusos_form .foundation [disabled].warning#form_submit, .noviusos_form.foundation select input[disabled].warning[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled].warning[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled].warning[type='submit'], .noviusos_form.foundation
    .search-engine .select input[disabled].warning[type='submit'],
    .search-engine .noviusos_form.foundation .select input[disabled].warning[type='submit'],
    .noviusos_form.foundation [disabled].warning#form_submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .noviusos_form .foundation select input.disabled.warning[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.warning[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.warning[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.disabled.warning[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.disabled.warning[type='submit']:hover,
      .noviusos_form .foundation .disabled.warning#form_submit:hover, .noviusos_form.foundation select input.disabled.warning[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.warning[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.warning[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.disabled.warning[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.disabled.warning[type='submit']:hover,
      .noviusos_form.foundation .disabled.warning#form_submit:hover, .button.disabled.warning:focus, .noviusos_form .foundation select input.disabled.warning[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.warning[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.warning[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.disabled.warning[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.disabled.warning[type='submit']:focus,
      .noviusos_form .foundation .disabled.warning#form_submit:focus, .noviusos_form.foundation select input.disabled.warning[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.warning[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.warning[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.disabled.warning[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.disabled.warning[type='submit']:focus,
      .noviusos_form.foundation .disabled.warning#form_submit:focus, .button[disabled].warning:hover, .noviusos_form .foundation select input[disabled].warning[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].warning[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].warning[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input[disabled].warning[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input[disabled].warning[type='submit']:hover,
      .noviusos_form .foundation [disabled].warning#form_submit:hover, .noviusos_form.foundation select input[disabled].warning[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].warning[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].warning[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input[disabled].warning[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input[disabled].warning[type='submit']:hover,
      .noviusos_form.foundation [disabled].warning#form_submit:hover, .button[disabled].warning:focus, .noviusos_form .foundation select input[disabled].warning[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].warning[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].warning[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input[disabled].warning[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input[disabled].warning[type='submit']:focus,
      .noviusos_form .foundation [disabled].warning#form_submit:focus, .noviusos_form.foundation select input[disabled].warning[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].warning[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].warning[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input[disabled].warning[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input[disabled].warning[type='submit']:focus,
      .noviusos_form.foundation [disabled].warning#form_submit:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .noviusos_form .foundation select input.disabled.alert[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input.disabled.alert[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input.disabled.alert[type='submit'], .noviusos_form .foundation
    .search-engine .select input.disabled.alert[type='submit'],
    .search-engine .noviusos_form .foundation .select input.disabled.alert[type='submit'],
    .noviusos_form .foundation .disabled.alert#form_submit, .noviusos_form.foundation select input.disabled.alert[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input.disabled.alert[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input.disabled.alert[type='submit'], .noviusos_form.foundation
    .search-engine .select input.disabled.alert[type='submit'],
    .search-engine .noviusos_form.foundation .select input.disabled.alert[type='submit'],
    .noviusos_form.foundation .disabled.alert#form_submit, .button[disabled].alert, .noviusos_form .foundation select input[disabled].alert[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select input[disabled].alert[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select input[disabled].alert[type='submit'], .noviusos_form .foundation
    .search-engine .select input[disabled].alert[type='submit'],
    .search-engine .noviusos_form .foundation .select input[disabled].alert[type='submit'],
    .noviusos_form .foundation [disabled].alert#form_submit, .noviusos_form.foundation select input[disabled].alert[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select input[disabled].alert[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select input[disabled].alert[type='submit'], .noviusos_form.foundation
    .search-engine .select input[disabled].alert[type='submit'],
    .search-engine .noviusos_form.foundation .select input[disabled].alert[type='submit'],
    .noviusos_form.foundation [disabled].alert#form_submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .noviusos_form .foundation select input.disabled.alert[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.alert[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.alert[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input.disabled.alert[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input.disabled.alert[type='submit']:hover,
      .noviusos_form .foundation .disabled.alert#form_submit:hover, .noviusos_form.foundation select input.disabled.alert[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.alert[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.alert[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input.disabled.alert[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input.disabled.alert[type='submit']:hover,
      .noviusos_form.foundation .disabled.alert#form_submit:hover, .button.disabled.alert:focus, .noviusos_form .foundation select input.disabled.alert[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input.disabled.alert[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input.disabled.alert[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input.disabled.alert[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input.disabled.alert[type='submit']:focus,
      .noviusos_form .foundation .disabled.alert#form_submit:focus, .noviusos_form.foundation select input.disabled.alert[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input.disabled.alert[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input.disabled.alert[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input.disabled.alert[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input.disabled.alert[type='submit']:focus,
      .noviusos_form.foundation .disabled.alert#form_submit:focus, .button[disabled].alert:hover, .noviusos_form .foundation select input[disabled].alert[type='submit']:hover, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].alert[type='submit']:hover,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].alert[type='submit']:hover, .noviusos_form .foundation
      .search-engine .select input[disabled].alert[type='submit']:hover,
      .search-engine .noviusos_form .foundation .select input[disabled].alert[type='submit']:hover,
      .noviusos_form .foundation [disabled].alert#form_submit:hover, .noviusos_form.foundation select input[disabled].alert[type='submit']:hover, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].alert[type='submit']:hover,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].alert[type='submit']:hover, .noviusos_form.foundation
      .search-engine .select input[disabled].alert[type='submit']:hover,
      .search-engine .noviusos_form.foundation .select input[disabled].alert[type='submit']:hover,
      .noviusos_form.foundation [disabled].alert#form_submit:hover, .button[disabled].alert:focus, .noviusos_form .foundation select input[disabled].alert[type='submit']:focus, .noviusos_form .foundation
      .moteur-de-recherche .select input[disabled].alert[type='submit']:focus,
      .moteur-de-recherche .noviusos_form .foundation .select input[disabled].alert[type='submit']:focus, .noviusos_form .foundation
      .search-engine .select input[disabled].alert[type='submit']:focus,
      .search-engine .noviusos_form .foundation .select input[disabled].alert[type='submit']:focus,
      .noviusos_form .foundation [disabled].alert#form_submit:focus, .noviusos_form.foundation select input[disabled].alert[type='submit']:focus, .noviusos_form.foundation
      .moteur-de-recherche .select input[disabled].alert[type='submit']:focus,
      .moteur-de-recherche .noviusos_form.foundation .select input[disabled].alert[type='submit']:focus, .noviusos_form.foundation
      .search-engine .select input[disabled].alert[type='submit']:focus,
      .search-engine .noviusos_form.foundation .select input[disabled].alert[type='submit']:focus,
      .noviusos_form.foundation [disabled].alert#form_submit:focus {
        background-color: #ec5840;
        color: #ffffff; }
  .button.dropdown::after, .noviusos_form .foundation select input.dropdown[type='submit']::after, .noviusos_form .foundation
  .moteur-de-recherche .select input.dropdown[type='submit']::after,
  .moteur-de-recherche .noviusos_form .foundation .select input.dropdown[type='submit']::after, .noviusos_form .foundation
  .search-engine .select input.dropdown[type='submit']::after,
  .search-engine .noviusos_form .foundation .select input.dropdown[type='submit']::after,
  .noviusos_form .foundation .dropdown#form_submit::after, .noviusos_form.foundation select input.dropdown[type='submit']::after, .noviusos_form.foundation
  .moteur-de-recherche .select input.dropdown[type='submit']::after,
  .moteur-de-recherche .noviusos_form.foundation .select input.dropdown[type='submit']::after, .noviusos_form.foundation
  .search-engine .select input.dropdown[type='submit']::after,
  .search-engine .noviusos_form.foundation .select input.dropdown[type='submit']::after,
  .noviusos_form.foundation .dropdown#form_submit::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after, .noviusos_form .foundation select input.arrow-only[type='submit']::after, .noviusos_form .foundation
  .moteur-de-recherche .select input.arrow-only[type='submit']::after,
  .moteur-de-recherche .noviusos_form .foundation .select input.arrow-only[type='submit']::after, .noviusos_form .foundation
  .search-engine .select input.arrow-only[type='submit']::after,
  .search-engine .noviusos_form .foundation .select input.arrow-only[type='submit']::after,
  .noviusos_form .foundation .arrow-only#form_submit::after, .noviusos_form.foundation select input.arrow-only[type='submit']::after, .noviusos_form.foundation
  .moteur-de-recherche .select input.arrow-only[type='submit']::after,
  .moteur-de-recherche .noviusos_form.foundation .select input.arrow-only[type='submit']::after, .noviusos_form.foundation
  .search-engine .select input.arrow-only[type='submit']::after,
  .search-engine .noviusos_form.foundation .select input.arrow-only[type='submit']::after,
  .noviusos_form.foundation .arrow-only#form_submit::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label, .noviusos_form .foundation [type='checkbox'] + span.label, .noviusos_form.foundation [type='checkbox'] + span.label,
[type='radio'] + label, .noviusos_form .foundation
[type='radio'] + span.label, .noviusos_form.foundation
[type='radio'] + span.label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for], .noviusos_form .foundation [type='checkbox'] + span[for].label, .noviusos_form.foundation [type='checkbox'] + span[for].label,
  [type='radio'] + label[for], .noviusos_form .foundation
  [type='radio'] + span[for].label, .noviusos_form.foundation
  [type='radio'] + span[for].label {
    cursor: pointer; }

label > [type='checkbox'], .noviusos_form .foundation span.label > [type='checkbox'], .noviusos_form.foundation span.label > [type='checkbox'],
label > [type='radio'], .noviusos_form .foundation span.label > [type='radio'], .noviusos_form.foundation span.label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label, .noviusos_form .foundation span.label, .noviusos_form.foundation span.label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle, .noviusos_form .foundation span.middle.label, .noviusos_form.foundation span.middle.label {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select, .moteur-de-recherche select,
.moteur-de-recherche .select,
.search-engine select,
.search-engine .select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select, .moteur-de-recherche select,
    .moteur-de-recherche .select,
    .search-engine select,
    .search-engine .select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled,
  .moteur-de-recherche .select:disabled,
  .search-engine .select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand, .moteur-de-recherche select::-ms-expand,
  .moteur-de-recherche .select::-ms-expand,
  .search-engine select::-ms-expand,
  .search-engine .select::-ms-expand {
    display: none; }
  select[multiple],
  .moteur-de-recherche [multiple].select,
  .search-engine [multiple].select {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .blognews_post .newspost-content-container .gerflor-news-content::before, .blognews_post_show .newspost-content-container .gerflor-news-content::before, .clearfix::after, .blognews_post .newspost-content-container .gerflor-news-content::after, .blognews_post_show .newspost-content-container .gerflor-news-content::after {
  content: ' ';
  display: table; }

.clearfix::after, .blognews_post .newspost-content-container .gerflor-news-content::after, .blognews_post_show .newspost-content-container .gerflor-news-content::after {
  clear: both; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .top-bar input[type='submit'], .top-bar .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select .top-bar input[type='submit'], .top-bar
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select .top-bar input[type='submit'], .top-bar .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select .top-bar input[type='submit'], .top-bar
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select .top-bar input[type='submit'], .top-bar
  .noviusos_form .foundation input#form_submit,
  .noviusos_form .foundation .top-bar input#form_submit, .top-bar .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .top-bar input[type='submit'], .top-bar .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select .top-bar input[type='submit'], .top-bar
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select .top-bar input[type='submit'], .top-bar .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select .top-bar input[type='submit'], .top-bar
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select .top-bar input[type='submit'], .top-bar
  .noviusos_form.foundation input#form_submit,
  .noviusos_form.foundation .top-bar input#form_submit {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont5b625b625b62.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfontd41dd41dd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont5b625b625b62.html?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont5b625b625b62.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont5b625b625b62.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont5b625b625b62.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .slideshow-style-standard .owl-buttons .owl-prev, .slideshow-style-standard .owl-buttons .owl-next {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #efefef;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .slideshow-style-standard .owl-buttons .fa-pull-left.owl-prev, .slideshow-style-standard .owl-buttons .fa-pull-left.owl-next {
  margin-right: .3em; }

.fa.fa-pull-right, .slideshow-style-standard .owl-buttons .fa-pull-right.owl-prev, .slideshow-style-standard .owl-buttons .fa-pull-right.owl-next {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .slideshow-style-standard .owl-buttons .pull-left.owl-prev, .slideshow-style-standard .owl-buttons .pull-left.owl-next {
  margin-right: .3em; }

.fa.pull-right, .slideshow-style-standard .owl-buttons .pull-right.owl-prev, .slideshow-style-standard .owl-buttons .pull-right.owl-next {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before, .slideshow-style-standard .owl-buttons .owl-prev:before {
  content: "\f053"; }

.fa-chevron-right:before, .slideshow-style-standard .owl-buttons .owl-next:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0; }

.mm-hidden {
  display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  transition: transform .4s ease;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0; }

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #efefef;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10; }

html.mm-opening .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%; }

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important; }

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-menu.mm-columns {
  transition-property: transform,width,max-width; }

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: transform,width; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); } }

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0); } }

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(880px, 0);
    transform: translate3d(880px, 0, 0); } }

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(-880px, 0);
    transform: translate3d(-880px, 0, 0); } }

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(1320px, 0);
    transform: translate3d(1320px, 0, 0); } }

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(-1320px, 0);
    transform: translate3d(-1320px, 0, 0); } }

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(1760px, 0);
    transform: translate3d(1760px, 0, 0); } }

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(-1760px, 0);
    transform: translate3d(-1760px, 0, 0); } }

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  transform: translate(600%, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px; }

html.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(2200px, 0);
    transform: translate3d(2200px, 0, 0); } }

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(-2200px, 0);
    transform: translate3d(-2200px, 0, 0); } }

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  transform: translate(600%, 0);
  transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  transform: translate(700%, 0);
  transform: translate3d(700%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px; }

html.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(2640px, 0);
    transform: translate3d(2640px, 0, 0); } }

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(-2640px, 0);
    transform: translate3d(-2640px, 0, 0); } }

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panel {
  transition-property: transform,left; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-keyboardfocus a:focus {
  outline: 0; }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5); }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-menu.mm-rtl {
  direction: rtl; }

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto; }

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0); }

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px; }

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important; }

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px; }

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px; }

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl .noviusos_form .foundation span.mm-check.label, .noviusos_form .foundation .mm-menu.mm-rtl span.mm-check.label, .mm-menu.mm-rtl .noviusos_form.foundation span.mm-check.label, .noviusos_form.foundation .mm-menu.mm-rtl span.mm-check.label, .mm-menu.mm-rtl label.mm-toggle, .mm-menu.mm-rtl .noviusos_form .foundation span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-rtl span.mm-toggle.label, .mm-menu.mm-rtl .noviusos_form.foundation span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-rtl span.mm-toggle.label {
  left: 20px;
  right: auto !important; }

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl .noviusos_form .foundation span.mm-toggle.label + a, .noviusos_form .foundation .mm-menu.mm-rtl span.mm-toggle.label + a, .mm-menu.mm-rtl .noviusos_form.foundation span.mm-toggle.label + a, .noviusos_form.foundation .mm-menu.mm-rtl span.mm-toggle.label + a, .mm-menu.mm-rtl label.mm-toggle + span, .mm-menu.mm-rtl .noviusos_form .foundation span.mm-toggle.label + span, .noviusos_form .foundation .mm-menu.mm-rtl span.mm-toggle.label + span, .mm-menu.mm-rtl .noviusos_form.foundation span.mm-toggle.label + span, .noviusos_form.foundation .mm-menu.mm-rtl span.mm-toggle.label + span {
  padding-left: 80px; }

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl .noviusos_form .foundation span.mm-check.label + a, .noviusos_form .foundation .mm-menu.mm-rtl span.mm-check.label + a, .mm-menu.mm-rtl .noviusos_form.foundation span.mm-check.label + a, .noviusos_form.foundation .mm-menu.mm-rtl span.mm-check.label + a, .mm-menu.mm-rtl label.mm-check + span, .mm-menu.mm-rtl .noviusos_form .foundation span.mm-check.label + span, .noviusos_form .foundation .mm-menu.mm-rtl span.mm-check.label + span, .mm-menu.mm-rtl .noviusos_form.foundation span.mm-check.label + span, .noviusos_form.foundation .mm-menu.mm-rtl span.mm-check.label + span {
  padding-left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-check.label, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-check.label, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label, .mm-menu.mm-rtl a.mm-next + label.mm-toggle, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label {
  left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-check.label + a, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + a, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-check.label + a, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-check.label + span, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + span, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-check.label + span, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-toggle.label + a, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + a, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-toggle.label + a, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-toggle.label + span, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + span, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-toggle.label + span, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + span {
  margin-left: 50px; }

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-toggle.label + a, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + a, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-toggle.label + a, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-toggle.label + span, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + span, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-toggle.label + span, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-toggle.label + span {
  padding-left: 70px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-check.label + a, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + a, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-check.label + a, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl .noviusos_form .foundation a.mm-next + span.mm-check.label + span, .noviusos_form .foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + span, .mm-menu.mm-rtl .noviusos_form.foundation a.mm-next + span.mm-check.label + span, .noviusos_form.foundation .mm-menu.mm-rtl a.mm-next + span.mm-check.label + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-check.label, .noviusos_form .foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-check.label, .mm-menu.mm-rtl .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-check.label, .noviusos_form.foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-check.label, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle, .mm-menu.mm-rtl .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-toggle.label, .mm-menu.mm-rtl .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-toggle.label {
  left: 100px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-check.label + a, .noviusos_form .foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-check.label + a, .mm-menu.mm-rtl .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-check.label + a, .noviusos_form.foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-check.label + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-check.label + span, .noviusos_form .foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-check.label + span, .mm-menu.mm-rtl .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-check.label + span, .noviusos_form.foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-check.label + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-toggle.label + a, .noviusos_form .foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-toggle.label + a, .mm-menu.mm-rtl .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-toggle.label + a, .noviusos_form.foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-toggle.label + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span, .mm-menu.mm-rtl .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-toggle.label + span, .noviusos_form .foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-toggle.label + span, .mm-menu.mm-rtl .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-toggle.label + span, .noviusos_form.foundation .mm-menu.mm-rtl em.mm-counter + a.mm-next + span.mm-toggle.label + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: transform,right; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1; }

.mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right .4s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, .noviusos_form .foundation span.mm-check.label, .noviusos_form.foundation span.mm-check.label, label.mm-toggle, .noviusos_form .foundation span.mm-toggle.label, .noviusos_form.foundation span.mm-toggle.label {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, .noviusos_form .foundation span.mm-check.label:before, .noviusos_form.foundation span.mm-check.label:before, label.mm-toggle:before, .noviusos_form .foundation span.mm-toggle.label:before, .noviusos_form.foundation span.mm-toggle.label:before {
  content: '';
  display: block; }

label.mm-toggle, .noviusos_form .foundation span.mm-toggle.label, .noviusos_form.foundation span.mm-toggle.label {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before, .noviusos_form .foundation span.mm-toggle.label:before, .noviusos_form.foundation span.mm-toggle.label:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before, .noviusos_form .foundation input.mm-toggle:checked ~ span.mm-toggle.label:before, .noviusos_form.foundation input.mm-toggle:checked ~ span.mm-toggle.label:before {
  float: right; }

label.mm-check, .noviusos_form .foundation span.mm-check.label, .noviusos_form.foundation span.mm-check.label {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before, .noviusos_form .foundation span.mm-check.label:before, .noviusos_form.foundation span.mm-check.label:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before, .noviusos_form .foundation input.mm-check:checked ~ span.mm-check.label:before, .noviusos_form.foundation input.mm-check:checked ~ span.mm-check.label:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical .noviusos_form .foundation span.mm-check.label, .noviusos_form .foundation li.mm-vertical span.mm-check.label, li.mm-vertical .noviusos_form.foundation span.mm-check.label, .noviusos_form.foundation li.mm-vertical span.mm-check.label, li.mm-vertical label.mm-toggle, li.mm-vertical .noviusos_form .foundation span.mm-toggle.label, .noviusos_form .foundation li.mm-vertical span.mm-toggle.label, li.mm-vertical .noviusos_form.foundation span.mm-toggle.label, .noviusos_form.foundation li.mm-vertical span.mm-toggle.label {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, .noviusos_form .foundation span.mm-toggle.label + a, .noviusos_form.foundation span.mm-toggle.label + a, label.mm-toggle + span, .noviusos_form .foundation span.mm-toggle.label + span, .noviusos_form.foundation span.mm-toggle.label + span {
  padding-right: 80px; }

label.mm-check + a, .noviusos_form .foundation span.mm-check.label + a, .noviusos_form.foundation span.mm-check.label + a, label.mm-check + span, .noviusos_form .foundation span.mm-check.label + span, .noviusos_form.foundation span.mm-check.label + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, .noviusos_form .foundation a.mm-next + span.mm-check.label, .noviusos_form.foundation a.mm-next + span.mm-check.label, a.mm-next + label.mm-toggle, .noviusos_form .foundation a.mm-next + span.mm-toggle.label, .noviusos_form.foundation a.mm-next + span.mm-toggle.label {
  right: 60px; }

a.mm-next + label.mm-check + a, .noviusos_form .foundation a.mm-next + span.mm-check.label + a, .noviusos_form.foundation a.mm-next + span.mm-check.label + a, a.mm-next + label.mm-check + span, .noviusos_form .foundation a.mm-next + span.mm-check.label + span, .noviusos_form.foundation a.mm-next + span.mm-check.label + span, a.mm-next + label.mm-toggle + a, .noviusos_form .foundation a.mm-next + span.mm-toggle.label + a, .noviusos_form.foundation a.mm-next + span.mm-toggle.label + a, a.mm-next + label.mm-toggle + span, .noviusos_form .foundation a.mm-next + span.mm-toggle.label + span, .noviusos_form.foundation a.mm-next + span.mm-toggle.label + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, .noviusos_form .foundation a.mm-next + span.mm-toggle.label + a, .noviusos_form.foundation a.mm-next + span.mm-toggle.label + a, a.mm-next + label.mm-toggle + span, .noviusos_form .foundation a.mm-next + span.mm-toggle.label + span, .noviusos_form.foundation a.mm-next + span.mm-toggle.label + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, .noviusos_form .foundation a.mm-next + span.mm-check.label + a, .noviusos_form.foundation a.mm-next + span.mm-check.label + a, a.mm-next + label.mm-check + span, .noviusos_form .foundation a.mm-next + span.mm-check.label + span, .noviusos_form.foundation a.mm-next + span.mm-check.label + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-check.label, .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-check.label, em.mm-counter + a.mm-next + label.mm-toggle, .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-toggle.label, .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-toggle.label {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-check.label + a, .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-check.label + a, em.mm-counter + a.mm-next + label.mm-check + span, .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-check.label + span, .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-check.label + span, em.mm-counter + a.mm-next + label.mm-toggle + a, .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-toggle.label + a, .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-toggle.label + a, em.mm-counter + a.mm-next + label.mm-toggle + span, .noviusos_form .foundation em.mm-counter + a.mm-next + span.mm-toggle.label + span, .noviusos_form.foundation em.mm-counter + a.mm-next + span.mm-toggle.label + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle, .mm-menu .noviusos_form .foundation span.mm-toggle.label, .noviusos_form .foundation .mm-menu span.mm-toggle.label, .mm-menu .noviusos_form.foundation span.mm-toggle.label, .noviusos_form.foundation .mm-menu span.mm-toggle.label {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before, .mm-menu .noviusos_form .foundation span.mm-toggle.label:before, .noviusos_form .foundation .mm-menu span.mm-toggle.label:before, .mm-menu .noviusos_form.foundation span.mm-toggle.label:before, .noviusos_form.foundation .mm-menu span.mm-toggle.label:before {
  background: #efefef; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle, .mm-menu .noviusos_form .foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form .foundation .mm-menu input.mm-toggle:checked ~ span.mm-toggle.label, .mm-menu .noviusos_form.foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form.foundation .mm-menu input.mm-toggle:checked ~ span.mm-toggle.label {
  background: #4bd963; }

.mm-menu label.mm-check:before, .mm-menu .noviusos_form .foundation span.mm-check.label:before, .noviusos_form .foundation .mm-menu span.mm-check.label:before, .mm-menu .noviusos_form.foundation span.mm-check.label:before, .noviusos_form.foundation .mm-menu span.mm-check.label:before {
  border-color: rgba(0, 0, 0, 0.75); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-effect-menu-zoom {
  transition: transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  transition: transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  transition: none .4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: transform,opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0); }

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

html.mm-popup .mm-slideout {
  transform: none !important;
  z-index: 0; }

html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-popup .mm-menu {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform .4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before, .mm-menu.mm-theme-dark .noviusos_form .foundation span.mm-check.label:before, .noviusos_form .foundation .mm-menu.mm-theme-dark span.mm-check.label:before, .mm-menu.mm-theme-dark .noviusos_form.foundation span.mm-check.label:before, .noviusos_form.foundation .mm-menu.mm-theme-dark span.mm-check.label:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle, .mm-menu.mm-theme-dark .noviusos_form .foundation span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-theme-dark span.mm-toggle.label, .mm-menu.mm-theme-dark .noviusos_form.foundation span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-theme-dark span.mm-toggle.label {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before, .mm-menu.mm-theme-dark .noviusos_form .foundation span.mm-toggle.label:before, .noviusos_form .foundation .mm-menu.mm-theme-dark span.mm-toggle.label:before, .mm-menu.mm-theme-dark .noviusos_form.foundation span.mm-toggle.label:before, .noviusos_form.foundation .mm-menu.mm-theme-dark span.mm-toggle.label:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle, .mm-menu.mm-theme-dark .noviusos_form .foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-theme-dark input.mm-toggle:checked ~ span.mm-toggle.label, .mm-menu.mm-theme-dark .noviusos_form.foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-theme-dark input.mm-toggle:checked ~ span.mm-toggle.label {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before, .mm-menu.mm-theme-white .noviusos_form .foundation span.mm-check.label:before, .noviusos_form .foundation .mm-menu.mm-theme-white span.mm-check.label:before, .mm-menu.mm-theme-white .noviusos_form.foundation span.mm-check.label:before, .noviusos_form.foundation .mm-menu.mm-theme-white span.mm-check.label:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle, .mm-menu.mm-theme-white .noviusos_form .foundation span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-theme-white span.mm-toggle.label, .mm-menu.mm-theme-white .noviusos_form.foundation span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-theme-white span.mm-toggle.label {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before, .mm-menu.mm-theme-white .noviusos_form .foundation span.mm-toggle.label:before, .noviusos_form .foundation .mm-menu.mm-theme-white span.mm-toggle.label:before, .mm-menu.mm-theme-white .noviusos_form.foundation span.mm-toggle.label:before, .noviusos_form.foundation .mm-menu.mm-theme-white span.mm-toggle.label:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle, .mm-menu.mm-theme-white .noviusos_form .foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-theme-white input.mm-toggle:checked ~ span.mm-toggle.label, .mm-menu.mm-theme-white .noviusos_form.foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-theme-white input.mm-toggle:checked ~ span.mm-toggle.label {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before, .mm-menu.mm-theme-black .noviusos_form .foundation span.mm-check.label:before, .noviusos_form .foundation .mm-menu.mm-theme-black span.mm-check.label:before, .mm-menu.mm-theme-black .noviusos_form.foundation span.mm-check.label:before, .noviusos_form.foundation .mm-menu.mm-theme-black span.mm-check.label:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle, .mm-menu.mm-theme-black .noviusos_form .foundation span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-theme-black span.mm-toggle.label, .mm-menu.mm-theme-black .noviusos_form.foundation span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-theme-black span.mm-toggle.label {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before, .mm-menu.mm-theme-black .noviusos_form .foundation span.mm-toggle.label:before, .noviusos_form .foundation .mm-menu.mm-theme-black span.mm-toggle.label:before, .mm-menu.mm-theme-black .noviusos_form.foundation span.mm-toggle.label:before, .noviusos_form.foundation .mm-menu.mm-theme-black span.mm-toggle.label:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle, .mm-menu.mm-theme-black .noviusos_form .foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form .foundation .mm-menu.mm-theme-black input.mm-toggle:checked ~ span.mm-toggle.label, .mm-menu.mm-theme-black .noviusos_form.foundation input.mm-toggle:checked ~ span.mm-toggle.label, .noviusos_form.foundation .mm-menu.mm-theme-black input.mm-toggle:checked ~ span.mm-toggle.label {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.html) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0a0a0a;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.cover {
  background-size: cover;
  background-position: 50% 50%; }

body {
  color: #666666;
  font-family: "Roboto", sans-serif; }

.row {
  max-width: 75rem; }

.page-content {
  background-color: #ffffff; }
  .page-content.grey {
    background-color: darkgrey; }

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

@font-face {
  font-family: 'Roboto';
  src: url("../../src/fonts/roboto-light-webfont.html") format("woff2"), url("../../src/fonts/roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../src/fonts/roboto-regular-webfont.html") format("woff2"), url("../../src/fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../src/fonts/roboto-medium-webfont.html") format("woff2"), url("../../src/fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../src/fonts/roboto-bold-webfont.html") format("woff2"), url("../../src/fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

h1 {
  font-size: 1.87em;
  font-weight: 700; }
  @media screen and (min-width: 64em) {
    h1 {
      font-size: 3.75em; } }

h2 {
  font-size: 1.25em;
  font-weight: 700; }
  @media screen and (min-width: 64em) {
    h2 {
      font-size: 2.63em; } }

p {
  text-align: left; }

.classy, .magellan .item-menu, #product-item h2.small:not(.has-subtitle), #product-item #section-colors .decor-title {
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 5px; }

header {
  position: relative;
  display: block;
  height: 80px;
  z-index: 5;
  padding: 0; }
  header .cart-icon {
    position: relative; }
    header .cart-icon .cart-counter {
      display: block;
      width: 1rem;
      height: 1rem;
      line-height: 1rem;
      font-size: .8rem;
      text-align: center;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #00adef;
      color: #ffffff;
      border-radius: 50%; }
      header .cart-icon .cart-counter:empty {
        display: none; }

.logo-container {
  margin: 1.25rem 0 0; }
  .logo-container #logo {
    fill: #000000;
    display: inline-block; }
  .logo-container.transparent #logo {
    fill: #ffffff;
    transition: fill 300ms ease-out; }
  @media screen and (max-width: 63.9375em) {
    .logo-container {
      float: none;
      margin: 0; }
      .logo-container #logo {
        margin: 12px auto 0; } }

.top-bar {
  padding: 0; }

.top-bar,
.top-bar ul {
  list-style: none;
  background: transparent; }

#menu-toggle {
  position: absolute;
  display: none;
  top: 25px;
  left: 25px;
  fill: #000000;
  cursor: pointer; }
  @media screen and (max-width: 63.9375em) {
    #menu-toggle {
      display: block; } }

.sticky-container {
  z-index: 20000; }

header.top-bar {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  transition: background 300ms ease-out; }
  header.top-bar a {
    color: #000000;
    text-decoration: none; }
  header.top-bar .listing-gammes__footer a {
    color: #ffffff;
    padding: 0.85em 1em; }
  header.top-bar ul {
    margin-left: 0; }
  header.top-bar .main-header-nav {
    display: inline-block; }
    @media screen and (max-width: 63.9375em) {
      header.top-bar .main-header-nav {
        display: block; } }
  @media screen and (max-width: 63.9375em) {
    header.top-bar .top-bar-right {
      float: none;
      position: absolute;
      right: 15px;
      top: 10px; } }
  header.top-bar .menu > li {
    margin: 0 1rem; }
    header.top-bar .menu > li > a {
      padding-left: 0;
      padding-right: 0; }
  header.top-bar .menu .item-lvl1 > a,
  header.top-bar .menu .item-lvl1 > span,
  header.top-bar .menu .item-lvl1 > div {
    display: block;
    position: relative;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2.15rem 0;
    text-transform: uppercase; }
    header.top-bar .menu .item-lvl1 > a::after,
    header.top-bar .menu .item-lvl1 > span::after,
    header.top-bar .menu .item-lvl1 > div::after {
      content: '';
      position: absolute;
      bottom: 1.85rem;
      height: 2px;
      background: #00adef;
      width: 0;
      left: 0;
      transition: width 500ms ease-out; }
  header.top-bar .menu .item-lvl1 > .sublevel.row {
    position: absolute;
    top: -10000%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    text-align: left;
    border-top: 1px solid #efefef;
    opacity: 0;
    transition: opacity 100ms ease-out, top 0s ease-out 100ms; }
    header.top-bar .menu .item-lvl1 > .sublevel.row .item-lvl2 > span:first-child {
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 1rem; }
    header.top-bar .menu .item-lvl1 > .sublevel.row .item-lvl2 .item-lvl3 a {
      color: #666666;
      font-size: 0.75rem;
      transition: color 100ms ease-out; }
      header.top-bar .menu .item-lvl1 > .sublevel.row .item-lvl2 .item-lvl3 a:hover {
        color: gray; }
  header.top-bar .menu .item-lvl1 .sublevel {
    background: #ffffff;
    color: #000000;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 0;
    text-transform: none;
    font-weight: 400; }
    header.top-bar .menu .item-lvl1 .sublevel .sublevel {
      border: 0; }
    header.top-bar .menu .item-lvl1 .sublevel.large .dropdown > span:first-of-type {
      display: block;
      font-size: 2.125em;
      margin: 15px 0 20px;
      padding: 0; }
    header.top-bar .menu .item-lvl1 .sublevel.large .column.large-6, header.top-bar .menu .item-lvl1 .sublevel.large .large-6.columns {
      padding: 1.75rem; }
    header.top-bar .menu .item-lvl1 .sublevel.large .menu-footer {
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      padding: 1rem 2rem; }
      header.top-bar .menu .item-lvl1 .sublevel.large .menu-footer .websites-selects > li > a {
        position: relative;
        vertical-align: top;
        color: #000000;
        font-weight: 700;
        font-size: 0.75rem;
        display: inline-block;
        line-height: 48px;
        padding: 0;
        text-transform: uppercase;
        margin-right: 20px; }
        header.top-bar .menu .item-lvl1 .sublevel.large .menu-footer .websites-selects > li > a::after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          right: -20px;
          top: 50%;
          margin-top: -3px;
          border-width: 6px 6px 0 6px;
          border-style: solid;
          border-color: #000000 transparent; }
        header.top-bar .menu .item-lvl1 .sublevel.large .menu-footer .websites-selects > li > a.hover::after {
          border-width: 0 6px 6px 6px; }
      header.top-bar .menu .item-lvl1 .sublevel.large .menu-footer .dropdown-pane {
        border: 0;
        white-space: nowrap;
        width: auto;
        transform: translateX(-20px);
        padding-top: 0;
        background: #ffffff; }
        header.top-bar .menu .item-lvl1 .sublevel.large .menu-footer .dropdown-pane a {
          color: #000000;
          font-weight: 700;
          font-size: 0.75rem;
          text-transform: uppercase; }
  header.top-bar .menu .item-lvl1:hover > a:after, header.top-bar .menu .item-lvl1:focus > a:after {
    width: 100%; }
  header.top-bar .menu .item-lvl1:hover > .sublevel.row, header.top-bar .menu .item-lvl1:focus > .sublevel.row {
    opacity: 1;
    top: 100%;
    transition: opacity 100ms ease-out; }
    header.top-bar .menu .item-lvl1:hover > .sublevel.row:before, header.top-bar .menu .item-lvl1:focus > .sublevel.row:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -35px;
      height: 45px;
      width: 100%; }
  header.top-bar .menu .menu-tile {
    padding: 2rem 2.75rem; }
    header.top-bar .menu .menu-tile h3 {
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 1rem; }
    header.top-bar .menu .menu-tile li {
      font-size: 0.75rem; }
      header.top-bar .menu .menu-tile li a {
        color: #666666;
        transition: color 100ms ease-out; }
        header.top-bar .menu .menu-tile li a:hover {
          color: gray; }
  header.top-bar .menu .social > span:first-of-type {
    vertical-align: top;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-block;
    line-height: 48px; }
  header.top-bar .menu .social ul {
    display: inline-block; }
    header.top-bar .menu .social ul li {
      float: left;
      margin-left: 12px; }
      header.top-bar .menu .social ul li a {
        display: inline-block;
        width: 48px;
        height: 48px;
        border: 1px solid #efefef;
        border-radius: 100%;
        text-align: center;
        padding: 12px; }
      header.top-bar .menu .social ul li svg {
        fill: #000000;
        width: 20px;
        height: 20px; }
  header.top-bar.transparent:not(.is-stuck) {
    color: #ffffff;
    position: absolute;
    background-color: transparent; }
    header.top-bar.transparent:not(.is-stuck) ul,
    header.top-bar.transparent:not(.is-stuck) .menu {
      background-color: transparent; }
    header.top-bar.transparent:not(.is-stuck) a {
      color: #ffffff; }
    header.top-bar.transparent:not(.is-stuck) svg {
      fill: #ffffff; }
    header.top-bar.transparent:not(.is-stuck) .sublevel {
      background: #ffffff; }
      header.top-bar.transparent:not(.is-stuck) .sublevel a {
        color: #000000; }
      header.top-bar.transparent:not(.is-stuck) .sublevel svg {
        fill: #000000; }
      header.top-bar.transparent:not(.is-stuck) .sublevel.large a {
        color: #666666; }
        header.top-bar.transparent:not(.is-stuck) .sublevel.large a:hover {
          color: #7d7d7d; }
  header.top-bar.is-stuck #logo {
    fill: #000000; }
  @media screen and (max-width: 63.9375em) {
    header.top-bar {
      padding: 10px 0; } }

.menu > li {
  display: inline-block;
  margin: 0 10px; }
  .menu > li:first-of-type {
    margin-left: 0; }
  .menu > li:last-of-type {
    margin-right: 0; }

header .menu .listing-gammes.row {
  margin: 0; }
  @media only screen and (min-width: 640px) {
    header .menu .listing-gammes.row .menu-tile:nth-child(4n+1) {
      border-bottom: 1px solid #efefef; }
    header .menu .listing-gammes.row .menu-tile:nth-child(4n+2), header .menu .listing-gammes.row .menu-tile:nth-child(4n+3) {
      border-left: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    header .menu .listing-gammes.row .menu-tile:nth-child(4n+4) {
      border-left: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    header .menu .listing-gammes.row .menu-tile:last-child {
      border-right: 1px solid #efefef; } }

header .menu .large .listing-gammes.row .menu-tile {
  border: 0 !important; }

.listing-gammes__footer {
  background: #272930;
  padding-top: 20px;
  padding-bottom: 25px; }
  .listing-gammes__footer p {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #ffffff; }
    .listing-gammes__footer p.subtitle {
      font-size: 1rem; }
  .listing-gammes__footer a {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 100ms ease-out; }
  .listing-gammes__footer .visuel {
    position: absolute;
    right: 40px;
    bottom: 0; }

header .menu .listing-segments.row {
  margin: 0; }
  @media only screen and (min-width: 640px) {
    header .menu .listing-segments.row .menu-tile:nth-child(5n+1), header .menu .listing-segments.row .menu-tile:nth-child(5n+2), header .menu .listing-segments.row .menu-tile:nth-child(5n+3), header .menu .listing-segments.row .menu-tile:nth-child(5n+4) {
      border-bottom: 1px solid #efefef; }
    header .menu .listing-segments.row .menu-tile:nth-child(5n+2), header .menu .listing-segments.row .menu-tile:nth-child(5n+3), header .menu .listing-segments.row .menu-tile:nth-child(5n+4) {
      border-left: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    header .menu .listing-segments.row .menu-tile:nth-child(5n+5) {
      border-left: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    header .menu .listing-segments.row .menu-tile:last-child {
      border-right: 1px solid #efefef; } }

header .menu .listing-segments__custom-bloc.menu-tile {
  background-color: #0d3377;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-left: 20px;
  padding-right: 70px; }
  header .menu .listing-segments__custom-bloc.menu-tile h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5); }
  header .menu .listing-segments__custom-bloc.menu-tile p {
    font-size: 0.75em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase; }

.menu-last-post .post-title {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
  color: #000000; }

.menu-last-post .last-post {
  display: block;
  overflow: hidden; }
  .menu-last-post .last-post:after {
    top: 60px; }
  .menu-last-post .last-post:hover img {
    transform: scale(1.1); }
  .menu-last-post .last-post:hover:after {
    background-position: 50% 50%;
    opacity: 1; }
  .menu-last-post .last-post:hover .image-container:after {
    background-position: 50% 50%;
    opacity: 1; }
  .menu-last-post .last-post .image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.75rem; }
    .menu-last-post .last-post .image-container:after {
      content: "";
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: url("../../src/img/produit-hover.png");
      background-position: 50% 55%;
      background-repeat: no-repeat;
      transition: opacity 250ms ease-in-out, background-position 250ms ease-in-out; }

.menu-last-post .more-news {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.865rem;
  font-weight: 700;
  transition: color 100ms ease-out; }
  .menu-last-post .more-news svg {
    position: relative;
    top: -2px;
    margin-left: 8px;
    vertical-align: middle;
    transition: fill 100ms ease-out; }
  .menu-last-post .more-news:hover {
    color: #575757; }

#mobile-menu {
  z-index: 10; }
  #mobile-menu .mm-listview > li::after {
    left: 10px;
    right: 10px; }
  #mobile-menu .mm-listview > li > a {
    padding: 10px; }
  #mobile-menu .mm-listview > li > span {
    padding: 10px; }
  #mobile-menu .mm-listview > li:last-of-type::after {
    display: none; }
  #mobile-menu .mm-multiline > span > div {
    flex-wrap: wrap;
    padding: 0 !important; }
    #mobile-menu .mm-multiline > span > div > div {
      border-right-width: 0 !important;
      width: 100% !important; }
  #mobile-menu .mm-multiline h4 {
    margin-bottom: 0 !important; }
  #mobile-menu .menu > li {
    display: block;
    margin: 0 10px; }
    #mobile-menu .menu > li:first-of-type {
      margin-left: 0; }
    #mobile-menu .menu > li:last-of-type {
      margin-right: 0; }
  #mobile-menu .mm-next span {
    padding: 10px; }
  #mobile-menu .column, #mobile-menu .columns {
    padding: 0;
    float: none; }
  #mobile-menu .menu-tile {
    height: auto !important;
    width: 100% !important; }
    #mobile-menu .menu-tile h3 {
      padding: 10px 10px 0 10px;
      margin-bottom: 0;
      font-weight: 700; }
    #mobile-menu .menu-tile li:last-of-type::after {
      display: none; }
  #mobile-menu .menu-last-post {
    float: none;
    padding: 10px; }
    #mobile-menu .menu-last-post .post-title {
      margin-top: 0; }
  #mobile-menu .listing-segments__custom-bloc {
    display: none; }
  #mobile-menu .listing-gammes__footer {
    display: none; }
  #mobile-menu h3 a {
    white-space: normal; }

#locales-dropdown {
  max-height: 200px;
  overflow: auto; }

.item-lvl2.large-6 .listing-gammes .column, .item-lvl2.large-6 .listing-gammes .columns,
.item-lvl2.large-6 .listing-gammes .columns {
  width: 50%; }

footer {
  background-color: #272930; }
  footer p,
  footer a {
    color: #ffffff; }
  footer .upper {
    padding: 60px 0 80px; }
    @media screen and (max-width: 39.9375em) {
      footer .upper {
        padding: 20px 0 20px; } }
    footer .upper .columns:last-of-type {
      text-align: right; }
  footer .social-networks-list {
    margin: 0;
    list-style-type: none;
    text-align: left; }
    footer .social-networks-list li {
      display: inline-block;
      margin-right: 5px; }
    footer .social-networks-list a {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: #00adef;
      border-radius: 100%;
      text-align: center;
      padding: 13px; }
      @media screen and (max-width: 39.9375em) {
        footer .social-networks-list a {
          width: 45px;
          height: 45px; } }
    footer .social-networks-list svg {
      fill: #ffffff; }
  footer .logo {
    fill: #ffffff; }
  footer .sub {
    padding: 30px 0;
    border-top: 1px #272930 solid;
    font-size: 0.75rem; }
    @media screen and (max-width: 39.9375em) {
      footer .sub {
        padding: 10px 0; } }
    footer .sub nav ul {
      margin: 0;
      list-style-type: none; }
    footer .sub nav li {
      display: inline-block;
      margin-right: 30px; }
      footer .sub nav li:last-of-type {
        margin-right: 0; }
    footer .sub nav a {
      color: #ffffff; }
      footer .sub nav a:hover, footer .sub nav a:focus {
        text-decoration: none; }
    footer .sub p {
      margin-bottom: 0; }

.slideshow-style-standard {
  position: relative;
  display: block;
  height: 100vh; }
  .slideshow-style-standard .slide {
    background-size: cover;
    background-position: 50% 50%; }
  .slideshow-style-standard .slide,
  .slideshow-style-standard .slide > .column.row,
  .slideshow-style-standard .slide > .row.columns {
    position: relative;
    display: block;
    height: 100vh; }
  .slideshow-style-standard .fleche-bas {
    position: absolute;
    width: 100%; }
    .slideshow-style-standard .fleche-bas span {
      background-color: #ffffff;
      border-radius: 50%;
      bottom: 20px;
      color: #a30043;
      font-size: 1.75rem;
      height: 64px;
      left: 50%;
      margin-left: -32px;
      position: absolute;
      text-align: center;
      width: 64px; }
  .slideshow-style-standard .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    .slideshow-style-standard .content h2 {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 1.85rem;
      text-align: center;
      letter-spacing: 4px;
      margin-bottom: 1rem; }
      @media screen and (max-width: 63.9375em) {
        .slideshow-style-standard .content h2 {
          font-size: 1.2rem; } }
    .slideshow-style-standard .content h1 {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 3.15rem;
      text-align: center;
      letter-spacing: 4px;
      margin-bottom: 2rem; }
      @media screen and (max-width: 63.9375em) {
        .slideshow-style-standard .content h1 {
          font-size: 1.8rem; } }
  .slideshow-style-standard .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 20px 24px 20px 21px;
    text-align: center;
    border-radius: 0;
    opacity: 0.6;
    background-color: #009edb;
    color: #ffffff;
    transition: opacity 0.15s ease-in-out; }
    .slideshow-style-standard .owl-buttons .owl-prev:hover {
      opacity: 1;
      transition: opacity 0.15s ease-in-out; }
  .slideshow-style-standard .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 20px 21px 20px 24px;
    text-align: center;
    border-radius: 0;
    opacity: 0.6;
    background-color: #009edb;
    color: #ffffff;
    transition: opacity 0.15s ease-in-out; }
    .slideshow-style-standard .owl-buttons .owl-next:hover {
      opacity: 1;
      transition: opacity 0.15s ease-in-out; }
  .slideshow-style-standard .owl-controls .owl-pagination .owl-page span {
    border: 4px solid #ffffff;
    background-color: transparent;
    width: 16px;
    height: 16px; }
    .slideshow-style-standard .owl-controls .owl-pagination .owl-page span::active {
      border: 4px solid #ffffff;
      background-color: #ffffff; }
  .slideshow-style-standard .owl-controls .owl-pagination .owl-page.active span {
    border: 4px solid #ffffff;
    background-color: #ffffff; }
  .slideshow-style-standard .owl-pagination {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center; }
    .slideshow-style-standard .owl-pagination .owl-page span {
      opacity: 0.6;
      transition: opacity 0.15s ease-in-out;
      background-color: #ffffff;
      margin: 5px; }
      .slideshow-style-standard .owl-pagination .owl-page span:hover {
        transition: opacity 0.15s ease-in-out;
        opacity: 1; }
    .slideshow-style-standard .owl-pagination .owl-page.active span {
      opacity: 1;
      background-color: #00adef; }

.slideshow-product .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 10000;
  color: #ffffff; }
  .slideshow-product .content h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.85rem;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 1rem; }
    @media screen and (max-width: 63.9375em) {
      .slideshow-product .content h2 {
        font-size: 1.2rem; } }
  .slideshow-product .content h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 2rem; }
    @media screen and (max-width: 63.9375em) {
      .slideshow-product .content h1 {
        font-size: 1.8rem; } }

.slideshow-product {
  position: relative; }

.fleche-bas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 10001;
  width: 100%;
  text-align: center; }
  .fleche-bas span {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0; }

.slideshow-style-column {
  position: relative;
  overflow: hidden; }
  .slideshow-style-column .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    transition: opacity 400ms ease-in-out; }
    .slideshow-style-column .slide-bg.active {
      opacity: 1; }
  .slideshow-style-column .slide {
    height: calc(100vh - 80px);
    background-color: #001740;
    font-size: large; }
    .slideshow-style-column .slide hr {
      height: 1px;
      margin: 1.5em 12%; }
    .slideshow-style-column .slide .slide-col {
      border-right: 1px #5ba1bb solid;
      position: relative;
      left: 0;
      right: 0;
      height: 100%;
      margin: 0; }
      .slideshow-style-column .slide .slide-col .slide-content {
        width: 100%;
        position: absolute;
        margin-left: 50%;
        transform: translateX(-50%);
        top: 45vh;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        transition: top 1s;
        font-weight: bold; }
      .slideshow-style-column .slide .slide-col .plus-content {
        display: inline-block;
        text-align: center;
        color: #ffffff;
        white-space: normal;
        width: 100%;
        padding: 0 25px;
        position: absolute;
        top: 100%;
        font-size: .8rem; }
        .slideshow-style-column .slide .slide-col .plus-content a.button, .slideshow-style-column .slide .slide-col .plus-content
        .noviusos_form .foundation a#form_submit,
        .noviusos_form .foundation .slideshow-style-column .slide .slide-col .plus-content a#form_submit, .slideshow-style-column .slide .slide-col .plus-content
        .noviusos_form.foundation a#form_submit,
        .noviusos_form.foundation .slideshow-style-column .slide .slide-col .plus-content a#form_submit {
          margin-bottom: 2em; }
      .slideshow-style-column .slide .slide-col .author-function, .slideshow-style-column .slide .slide-col .author-name {
        font-weight: 600;
        margin-bottom: 2em; }
      .slideshow-style-column .slide .slide-col .author-portrait {
        margin-top: 20px; }
  .slideshow-style-column .owl-item:last-child .slide-col {
    border: none; }
  .slideshow-style-column:hover .slide,
  .slideshow-style-column.hover .slide {
    background-color: transparent; }
  .slideshow-style-column .slide:hover,
  .slideshow-style-column .slide.hover {
    background-color: #001740 !important; }
    .slideshow-style-column .slide:hover .slide-content,
    .slideshow-style-column .slide.hover .slide-content {
      top: 5vh !important; }
    .slideshow-style-column .slide:hover .plus-content,
    .slideshow-style-column .slide.hover .plus-content {
      transform: translateY(-100%);
      transition: all 1s; }
  .slideshow-style-column.white .slide {
    background: transparent; }
    .slideshow-style-column.white .slide .slide-col {
      border-color: #c8c8c8; }
    .slideshow-style-column.white .slide .slide-content {
      color: #ffffff; }
    .slideshow-style-column.white .slide .plus-content {
      color: #444; }
    .slideshow-style-column.white .slide:hover, .slideshow-style-column.white .slide.hover {
      background: #ffffff !important; }
      .slideshow-style-column.white .slide:hover .slide-content, .slideshow-style-column.white .slide.hover .slide-content {
        color: #000000 !important; }
  .slideshow-style-column.white:hover .slide, .slideshow-style-column.white.hover .slide {
    background-color: transparent; }
    .slideshow-style-column.white:hover .slide .slide-col, .slideshow-style-column.white.hover .slide .slide-col {
      border-color: rgba(255, 255, 255, 0.3); }
    .slideshow-style-column.white:hover .slide .slide-content, .slideshow-style-column.white.hover .slide .slide-content {
      color: #ffffff; }

.standard-slideshow-container {
  position: relative; }
  .standard-slideshow-container .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .standard-slideshow-container .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 2px #ffffff solid;
    transition: background 250ms ease-in-out, opacity 250ms ease-in-out; }
  .standard-slideshow-container .owl-theme .owl-controls .owl-page.active span {
    background: #ffffff; }
  .standard-slideshow-container .slideshow-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center; }
    .standard-slideshow-container .slideshow-details h1, .standard-slideshow-container .slideshow-details h2 {
      font-size: 3.75rem;
      line-height: 3.75rem;
      color: #ffffff;
      margin-bottom: 20px; }
    .standard-slideshow-container .slideshow-details p {
      color: #ffffff;
      margin-bottom: 50px; }
      .standard-slideshow-container .slideshow-details p.text-center {
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.8); }
    .standard-slideshow-container .slideshow-details small, .standard-slideshow-container .slideshow-details h1, .standard-slideshow-container .slideshow-details h2, .standard-slideshow-container .slideshow-details p {
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 39.9375em) {
      .standard-slideshow-container .slideshow-details {
        width: 95%;
        top: 25%;
        transform: translate(-50%, -25%); }
        .standard-slideshow-container .slideshow-details h1,
        .standard-slideshow-container .slideshow-details h2 {
          font-size: 1.5rem;
          line-height: 2rem; } }
  .standard-slideshow-container .pretitre {
    font-size: 0.875rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center; }
  .standard-slideshow-container svg {
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 0;
    right: 0;
    fill: #00adef;
    fill-opacity: 0;
    stroke: #ffffff;
    cursor: pointer;
    transition: fill-opacity 100ms ease-in-out, stroke 100ms ease-in-out; }
    .standard-slideshow-container svg:hover {
      fill-opacity: 1;
      stroke: #00adef; }
    .standard-slideshow-container svg::active {
      transform: translateY(5px); }
  .standard-slideshow-container .slide {
    height: 700px;
    background-position: 50%;
    background-size: cover; }
  .standard-slideshow-container > small {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }

.slideshow-thumbnails {
  margin-bottom: 4em; }
  .slideshow-thumbnails .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.5em;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1; }
    .slideshow-thumbnails .owl-controls .owl-buttons div i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      color: #ffffff; }
    .slideshow-thumbnails .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
    .slideshow-thumbnails .owl-controls .owl-buttons div.owl-next {
      right: 0; }
  .slideshow-thumbnails .item {
    background-size: cover;
    background-position: 50% 50%; }
    .slideshow-thumbnails .item:after {
      content: "";
      height: 0;
      display: block;
      padding-bottom: 50%; }
  .slideshow-thumbnails .slideshow-thumbnails-large {
    position: relative; }
    .slideshow-thumbnails .slideshow-thumbnails-large .details {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      right: 10%;
      padding: 5em 2em;
      text-align: center;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.6); }
      .slideshow-thumbnails .slideshow-thumbnails-large .details .surtitre {
        letter-spacing: 5px;
        text-transform: uppercase; }
    .slideshow-thumbnails .slideshow-thumbnails-large .owl-controls .owl-buttons div {
      width: 10%; }
      .slideshow-thumbnails .slideshow-thumbnails-large .owl-controls .owl-buttons div i {
        font-size: 120px; }
  .slideshow-thumbnails .slideshow-thumbnails-small {
    position: relative;
    margin-top: 2em;
    padding: 0 2em; }
    .slideshow-thumbnails .slideshow-thumbnails-small .owl-item .item {
      height: auto;
      cursor: pointer;
      margin: 0 0.5em; }
    .slideshow-thumbnails .slideshow-thumbnails-small .owl-controls .owl-buttons div {
      width: 2.5em; }
      .slideshow-thumbnails .slideshow-thumbnails-small .owl-controls .owl-buttons div i {
        font-size: 32px;
        color: #00adef; }

.slideshow-videos .standard-slideshow-container {
  padding-top: 20px; }
  .slideshow-videos .standard-slideshow-container .slide {
    height: auto;
    padding: 20px 80px 40px 80px; }
    .slideshow-videos .standard-slideshow-container .slide .video-content {
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
      background-color: #ccc;
      background-size: cover;
      background-position: 50% 50%; }
      .slideshow-videos .standard-slideshow-container .slide .video-content .video-player {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%; }
        .slideshow-videos .standard-slideshow-container .slide .video-content .video-player iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .slideshow-videos .standard-slideshow-container .slide .video-content a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 63.9375em) {
      .slideshow-videos .standard-slideshow-container .slide {
        padding: 0 10px 40px 10px; } }
  .slideshow-videos .standard-slideshow-container .owl-theme .owl-controls .owl-page span {
    border-color: #00adef; }
  .slideshow-videos .standard-slideshow-container .owl-theme .owl-controls .owl-page.active span {
    background: #00adef; }

.fiche-jobref .standard-slideshow-container .slideshow-details .pretitre {
  display: block;
  position: relative;
  top: 0; }

.fiche-jobref .standard-slideshow-container .slideshow-details p {
  text-align: center; }

.fiche-jobref .social-networks-list {
  margin-bottom: 10px;
  text-align: right; }
  .fiche-jobref .social-networks-list svg {
    fill: #ffffff;
    width: 17px;
    height: 17px;
    margin: 0; }
  .fiche-jobref .social-networks-list a {
    display: inline-block;
    text-decoration: none;
    line-height: 13px; }
    .fiche-jobref .social-networks-list a:hover svg {
      opacity: .8; }

.fiche-jobref .radius-box {
  background-color: #00adef;
  border-radius: 10px;
  color: #ffffff;
  padding: 1rem 3.25rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
  .fiche-jobref .radius-box p {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 0.875rem; }
  .fiche-jobref .radius-box .jobref-products ul {
    list-style: none; }
    .fiche-jobref .radius-box .jobref-products ul li::before {
      position: relative;
      margin-right: 5px;
      top: -1px;
      content: "\25A0";
      font-weight: 700; }
  .fiche-jobref .radius-box .jobref-products a {
    color: #ffffff; }
  .fiche-jobref .radius-box .file h2 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700; }
  .fiche-jobref .radius-box .file .media {
    position: relative;
    top: 10px;
    font-size: 1rem;
    font-weight: 700; }
  .fiche-jobref .radius-box .file .size {
    font-size: 0.745rem;
    margin-right: 10px; }
  .fiche-jobref .radius-box .file .button, .fiche-jobref .radius-box .file .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation .fiche-jobref .radius-box .file #form_submit, .fiche-jobref .radius-box .file .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select .fiche-jobref .radius-box .file input[type='submit'], .fiche-jobref .radius-box .file
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation .fiche-jobref .radius-box .file #form_submit {
    padding: 0.75rem; }
    .fiche-jobref .radius-box .file .button:hover, .fiche-jobref .radius-box .file .noviusos_form .foundation select input[type='submit']:hover, .noviusos_form .foundation select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file .noviusos_form .foundation
    .moteur-de-recherche .select input[type='submit']:hover, .noviusos_form .foundation
    .moteur-de-recherche .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file
    .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:hover,
    .moteur-de-recherche .noviusos_form .foundation .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file .noviusos_form .foundation
    .search-engine .select input[type='submit']:hover, .noviusos_form .foundation
    .search-engine .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file
    .search-engine .noviusos_form .foundation .select input[type='submit']:hover,
    .search-engine .noviusos_form .foundation .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file
    .noviusos_form .foundation #form_submit:hover,
    .noviusos_form .foundation .fiche-jobref .radius-box .file #form_submit:hover, .fiche-jobref .radius-box .file .noviusos_form.foundation select input[type='submit']:hover, .noviusos_form.foundation select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file .noviusos_form.foundation
    .moteur-de-recherche .select input[type='submit']:hover, .noviusos_form.foundation
    .moteur-de-recherche .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file
    .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:hover,
    .moteur-de-recherche .noviusos_form.foundation .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file .noviusos_form.foundation
    .search-engine .select input[type='submit']:hover, .noviusos_form.foundation
    .search-engine .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file
    .search-engine .noviusos_form.foundation .select input[type='submit']:hover,
    .search-engine .noviusos_form.foundation .select .fiche-jobref .radius-box .file input[type='submit']:hover, .fiche-jobref .radius-box .file
    .noviusos_form.foundation #form_submit:hover,
    .noviusos_form.foundation .fiche-jobref .radius-box .file #form_submit:hover {
      letter-spacing: 0; }

.fiche-jobref .slideshow .description-short p {
  margin: 3rem;
  color: #ffffff; }

.fiche-jobref .row.infos,
.fiche-jobref .row.description {
  margin-bottom: 3rem; }
  .fiche-jobref .row.infos p,
  .fiche-jobref .row.description p {
    color: #ffffff;
    font-weight: normal;
    font-size: 1rem; }
    .fiche-jobref .row.infos p a,
    .fiche-jobref .row.description p a {
      color: #ffffff;
      font-weight: 500;
      text-decoration: underline; }

.fiche-jobref .hide_mobile a {
  color: #ffffff; }

.list-jobref .large-collapse > .column, .list-jobref .large-collapse > .columns,
.list-jobref .large-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.list-jobref .large-collapse .row,
.list-jobref .expanded.row .large-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.list-jobref .large-uncollapse > .column, .list-jobref .large-uncollapse > .columns,
.list-jobref .large-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.list-jobref form {
  position: relative;
  display: block;
  margin: 3rem 0;
  max-width: 100%; }
  .list-jobref form div {
    margin: 0; }
  .list-jobref form .columns {
    padding: 0;
    margin: 0; }
    .list-jobref form .columns:first-of-type select, .list-jobref form .columns:first-of-type
    .moteur-de-recherche .select,
    .moteur-de-recherche .list-jobref form .columns:first-of-type .select, .list-jobref form .columns:first-of-type
    .search-engine .select,
    .search-engine .list-jobref form .columns:first-of-type .select {
      border-radius: 5px 0 0 5px; }
  .list-jobref form select, .list-jobref form
  .moteur-de-recherche .select,
  .moteur-de-recherche .list-jobref form .select, .list-jobref form
  .search-engine .select,
  .search-engine .list-jobref form .select,
  .list-jobref form input {
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0 1.25rem;
    height: 50px;
    border: 0;
    border-right: 1px solid #d6d6d6;
    margin: 0;
    outline: none;
    box-shadow: none; }
    .list-jobref form select:focus, .list-jobref form
    .moteur-de-recherche .select:focus,
    .moteur-de-recherche .list-jobref form .select:focus, .list-jobref form
    .search-engine .select:focus,
    .search-engine .list-jobref form .select:focus,
    .list-jobref form input:focus {
      box-shadow: none; }
  .list-jobref form input {
    border: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; }
    .list-jobref form input:focus {
      border: 0;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
  .list-jobref form select, .list-jobref form
  .moteur-de-recherche .select,
  .moteur-de-recherche .list-jobref form .select, .list-jobref form
  .search-engine .select,
  .search-engine .list-jobref form .select {
    padding-right: 2.25rem;
    background-color: #efefef; }
  .list-jobref form .search-button {
    display: inline-block;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    font-size: 0.875rem;
    height: 50px; }
  .list-jobref form .reset-button {
    margin-top: 1rem; }

.thumbnails-list {
  position: relative;
  display: block; }
  .thumbnails-list .page-title {
    font-size: 2.625rem;
    color: #000000;
    font-weight: 700; }
  .thumbnails-list .subtitle {
    color: #666666;
    font-size: 1.125rem; }
  .thumbnails-list .list-item {
    position: relative;
    display: block;
    margin: 0 0 2.65rem;
    text-decoration: none;
    text-align: left;
    border: 1px #d6d6d6 solid;
    transition: all 250ms ease-out; }
    .thumbnails-list .list-item::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background: url("../../src/img/produit-hover.png");
      background-position: 50%;
      background-repeat: no-repeat;
      transition: opacity 250ms ease-out; }
    .thumbnails-list .list-item .title {
      padding: 15px 20px;
      font-weight: 700;
      color: #272930;
      transition: color 250ms ease-out; }
    .thumbnails-list .list-item:hover {
      transform: scale(1.085);
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
      .thumbnails-list .list-item:hover::after {
        opacity: 1; }
      .thumbnails-list .list-item:hover .title {
        color: #00adef; }
  .thumbnails-list.thumbnails-list-alternate .list-item {
    border: none;
    position: relative;
    transition: transform 400ms ease-out; }
    .thumbnails-list.thumbnails-list-alternate .list-item:hover {
      transform: scale(1.1); }
      .thumbnails-list.thumbnails-list-alternate .list-item:hover img {
        transform: scale(1); }
    .thumbnails-list.thumbnails-list-alternate .list-item .title {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      transform: translateY(-50%);
      color: #ffffff; }
  .thumbnails-list.thumbnails-list-alternate .thumbnail-zoom-container::after, .thumbnails-list.thumbnails-list-alternate .menu-last-post .last-post::after, .menu-last-post .thumbnails-list.thumbnails-list-alternate .last-post::after, .thumbnails-list.thumbnails-list-alternate .product-list .product-item .content_img::after, .product-list .product-item .thumbnails-list.thumbnails-list-alternate .content_img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }

.thumbnail-zoom-container, .menu-last-post .last-post, .product-list .product-item .content_img {
  position: relative;
  overflow: hidden; }
  .thumbnail-zoom-container .has_stock, .menu-last-post .last-post .has_stock, .product-list .product-item .content_img .has_stock {
    position: absolute;
    top: 0;
    right: 5px;
    width: 22px; }
  .thumbnail-zoom-container img, .menu-last-post .last-post img, .product-list .product-item .content_img img {
    width: 100%;
    transition: transform 2s ease-out; }
  .thumbnail-zoom-container .new, .menu-last-post .last-post .new, .product-list .product-item .content_img .new {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    display: block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(0, 173, 239, 0.5);
    transition: opacity 400ms ease; }

.product-list h2 {
  margin-bottom: 30px;
  font-size: 1.3em;
  font-weight: 700;
  color: #00adef;
  text-transform: uppercase;
  text-align: center; }

.product-list .product-item {
  display: block;
  position: relative;
  border: 1px solid #efefef;
  background: #ffffff;
  transition: box-shadow 400ms ease;
  margin-bottom: 20px; }
  .product-list .product-item .content_img {
    position: relative;
    width: auto;
    height: 0;
    padding: 0 0 100% 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    background: #eee; }
    .product-list .product-item .content_img img {
      width: 100%; }
    .product-list .product-item .content_img .content_new {
      position: absolute;
      z-index: 1;
      top: 10px;
      left: 0;
      display: block;
      padding: 6px 20px;
      font-size: 10px;
      font-weight: 700;
      color: #ffffff;
      background: rgba(0, 173, 239, 0.5);
      transition: opacity 400ms ease; }
    .product-list .product-item .content_img .content_award {
      position: absolute;
      z-index: 2;
      top: 28px;
      right: 28px;
      left: 28px;
      display: block;
      height: 50%;
      padding: 5px 20px;
      background: rgba(255, 255, 255, 0.3);
      transition: opacity 400ms ease; }
    .product-list .product-item .content_img::after {
      content: "";
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: url("../../src/img/produit-hover.png");
      background-position: 50% 55%;
      background-repeat: no-repeat;
      transition: opacity 250ms ease-in-out, background-position 250ms ease-in-out; }
  .product-list .product-item .properties {
    padding: 0 15px;
    margin: 0 0 10px 0; }
    .product-list .product-item .properties span {
      overflow: hidden;
      display: block;
      line-height: 14px;
      font-size: 12px;
      color: #000000;
      white-space: nowrap; }
  .product-list .product-item .title {
    overflow: hidden;
    display: block;
    padding: 0 15px;
    margin: 0 0 10px 0;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00adef; }
  .product-list .product-item:hover {
    text-decoration: none;
    border-color: #efefef;
    box-shadow: #CCC 0 0 50px; }
    .product-list .product-item:hover .content_img .content_award {
      opacity: 0; }
    .product-list .product-item:hover .content_img::after {
      opacity: 1; }

.product-item {
  /* Bordel à nettoyer */ }
  .product-item .btn-action {
    margin-right: 40px;
    margin-bottom: 40px; }
  .product-item #menu-anchor-documents-content {
    color: #00adef; }
  .product-item .product_bloc {
    background-color: transparent; }
  .product-item .zone_coloris.img_wall .bloc_img_wall .zone_small .new {
    transform: rotate(0deg);
    background-color: #00adef;
    color: #ffffff; }
  .product-item .c-item {
    position: relative;
    float: left;
    max-height: 70px; }
    .product-item .c-item:hover {
      background-color: #ffffff; }
    .product-item .c-item span {
      position: absolute;
      bottom: -40px;
      font-size: 0.7em;
      left: 0;
      right: 0;
      text-align: center;
      min-height: 60px;
      padding: 0;
      text-transform: uppercase; }

.product-color {
  background-color: #efefef; }

.slideshow-style-standard {
  height: 100vh;
  overflow: hidden; }
  .slideshow-style-standard.menu {
    height: calc(100vh - 170px); }

.button-marge-above {
  margin-top: 40px; }

.button-product {
  background-color: #00adef;
  color: #ffffff; }

.fiche-produit .full-size {
  position: relative;
  z-index: 0; }
  .fiche-produit .full-size.dark {
    background-color: #e2e2e2;
    padding: 40px 0; }

.fiche-produit .interior-designer h2 {
  padding-top: 40px;
  margin-bottom: 30px; }

.fiche-produit .interior-designer h3 {
  margin-bottom: 30px; }

.zone-product {
  min-height: 698px;
  height: 698px; }
  .zone-product p {
    color: #ffffff;
    text-align: center; }
  .zone-product h3 {
    text-align: center; }
  .zone-product .slideshow-product {
    color: #ffffff; }
  .zone-product .owl-carousel-video {
    margin-top: 100px;
    margin-bottom: 40px; }
  .zone-product .vignette-produit {
    padding: 20px;
    text-align: center; }
    .zone-product .vignette-produit a {
      color: #000000; }
    .zone-product .vignette-produit span {
      display: block;
      text-align: center;
      margin-top: 20px; }
    .zone-product .vignette-produit span:first-of-type {
      font-weight: 700; }

.mini-title-product {
  font-size: 1em;
  text-align: center;
  right: 0;
  left: 0;
  padding: 20px;
  color: #ffffff;
  z-index: 1000; }

.videoWrapper {
  position: relative;
  padding-bottom: 62.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.zone-onglet-gauche {
  border-radius: 10px 0 0 10px; }

.zone-onglet-droite {
  border-radius: 0 10px 10px 0; }

.single-gamme {
  position: relative;
  min-height: 380px; }
  .single-gamme .puce {
    transform: rotate(45deg);
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    top: 50%; }
    .single-gamme .puce.gauche {
      left: -15px; }
    .single-gamme .puce.droite {
      right: -15px; }
  .single-gamme .listing-sous-gamme {
    display: none;
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 20px;
    left: 20px;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 100;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding-left: 75px; }
    .single-gamme .listing-sous-gamme .ferme {
      position: absolute;
      top: 23px;
      left: 30px; }
      .single-gamme .listing-sous-gamme .ferme a {
        color: grey;
        font-size: 2rem; }
    .single-gamme .listing-sous-gamme .listing-content {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3; }
  .single-gamme .description {
    padding: 30px 0; }

.gamme-content .radius-box {
  background-color: #ccccca;
  padding: 1rem 3.25rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }
  .gamme-content .radius-box p:last-child {
    margin-bottom: 0; }

.p0 {
  padding: 0;
  position: relative; }

.container-valign {
  top: 50%;
  position: relative;
  transform: translateY(-50%); }

.column-gamme {
  height: 380px; }

.breadcrumbs {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  vertical-align: bottom; }
  .breadcrumbs li {
    position: relative;
    padding: 0 0 0 3em;
    float: left;
    clear: left; }
    .breadcrumbs li a {
      color: #666;
      font-weight: 700;
      text-transform: uppercase; }
      .breadcrumbs li a:hover {
        color: #222;
        text-decoration: none; }
    .breadcrumbs li:first-child a::before {
      position: absolute;
      top: -0.08em;
      left: 0;
      content: "\2190";
      /* ← */
      font-size: 3em;
      color: #00adef; }
    .breadcrumbs li:last-child a {
      cursor: default;
      font-size: 1.4em;
      color: #00adef; }
  .breadcrumbs.with-slash li:last-child {
    clear: none;
    padding-left: 0; }
    .breadcrumbs.with-slash li:last-child a {
      line-height: 0; }
      .breadcrumbs.with-slash li:last-child a::before {
        content: "/";
        color: #444;
        font-weight: normal;
        padding: 0 .5em 0 1em; }

button,
.button:not(svg),
.noviusos_form .foundation select input[type='submit']:not(svg),
.noviusos_form .foundation
.moteur-de-recherche .select input[type='submit']:not(svg),
.moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg),
.noviusos_form .foundation
.search-engine .select input[type='submit']:not(svg),
.search-engine .noviusos_form .foundation .select input[type='submit']:not(svg),
.noviusos_form .foundation #form_submit:not(svg),
.noviusos_form.foundation select input[type='submit']:not(svg),
.noviusos_form.foundation
.moteur-de-recherche .select input[type='submit']:not(svg),
.moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg),
.noviusos_form.foundation
.search-engine .select input[type='submit']:not(svg),
.search-engine .noviusos_form.foundation .select input[type='submit']:not(svg),
.noviusos_form.foundation #form_submit:not(svg) {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.15rem 2rem;
  overflow: hidden;
  border: 1px #00adef solid;
  font-size: 0.725rem;
  font-weight: 600;
  background: none;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #00adef;
  transition: all 250ms ease-out; }
  button:hover,
  .button:not(svg):hover,
  .noviusos_form .foundation select input[type='submit']:not(svg):hover,
  .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:not(svg):hover,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg):hover,
  .noviusos_form .foundation
  .search-engine .select input[type='submit']:not(svg):hover,
  .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg):hover,
  .noviusos_form .foundation #form_submit:not(svg):hover,
  .noviusos_form.foundation select input[type='submit']:not(svg):hover,
  .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:not(svg):hover,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg):hover,
  .noviusos_form.foundation
  .search-engine .select input[type='submit']:not(svg):hover,
  .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg):hover,
  .noviusos_form.foundation #form_submit:not(svg):hover {
    text-decoration: none;
    background-color: #009bd6;
    border-color: #009bd6;
    letter-spacing: 2px;
    transition: all 250ms ease-out; }
    button:hover::before,
    .button:not(svg):hover::before,
    .noviusos_form .foundation select input[type='submit']:not(svg):hover::before,
    .noviusos_form .foundation
    .moteur-de-recherche .select input[type='submit']:not(svg):hover::before,
    .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg):hover::before,
    .noviusos_form .foundation
    .search-engine .select input[type='submit']:not(svg):hover::before,
    .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg):hover::before,
    .noviusos_form .foundation #form_submit:not(svg):hover::before,
    .noviusos_form.foundation select input[type='submit']:not(svg):hover::before,
    .noviusos_form.foundation
    .moteur-de-recherche .select input[type='submit']:not(svg):hover::before,
    .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg):hover::before,
    .noviusos_form.foundation
    .search-engine .select input[type='submit']:not(svg):hover::before,
    .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg):hover::before,
    .noviusos_form.foundation #form_submit:not(svg):hover::before {
      top: 0; }
  button.white,
  .button:not(svg).white,
  .noviusos_form .foundation select input[type='submit']:not(svg).white,
  .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).white,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg).white,
  .noviusos_form .foundation
  .search-engine .select input[type='submit']:not(svg).white,
  .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg).white,
  .noviusos_form .foundation #form_submit:not(svg).white,
  .noviusos_form.foundation select input[type='submit']:not(svg).white,
  .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).white,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg).white,
  .noviusos_form.foundation
  .search-engine .select input[type='submit']:not(svg).white,
  .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg).white,
  .noviusos_form.foundation #form_submit:not(svg).white {
    background: #ffffff;
    border-color: #ffffff;
    color: #00adef; }
    button.white:hover,
    .button:not(svg).white:hover,
    .noviusos_form .foundation select input[type='submit']:not(svg).white:hover,
    .noviusos_form .foundation
    .moteur-de-recherche .select input[type='submit']:not(svg).white:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg).white:hover,
    .noviusos_form .foundation
    .search-engine .select input[type='submit']:not(svg).white:hover,
    .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg).white:hover,
    .noviusos_form .foundation #form_submit:not(svg).white:hover,
    .noviusos_form.foundation select input[type='submit']:not(svg).white:hover,
    .noviusos_form.foundation
    .moteur-de-recherche .select input[type='submit']:not(svg).white:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg).white:hover,
    .noviusos_form.foundation
    .search-engine .select input[type='submit']:not(svg).white:hover,
    .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg).white:hover,
    .noviusos_form.foundation #form_submit:not(svg).white:hover {
      background-color: #ffffff;
      border-color: #ffffff; }
  button.transparent,
  .button:not(svg).transparent,
  .noviusos_form .foundation select input[type='submit']:not(svg).transparent,
  .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).transparent,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg).transparent,
  .noviusos_form .foundation
  .search-engine .select input[type='submit']:not(svg).transparent,
  .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg).transparent,
  .noviusos_form .foundation #form_submit:not(svg).transparent,
  .noviusos_form.foundation select input[type='submit']:not(svg).transparent,
  .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).transparent,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg).transparent,
  .noviusos_form.foundation
  .search-engine .select input[type='submit']:not(svg).transparent,
  .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg).transparent,
  .noviusos_form.foundation #form_submit:not(svg).transparent {
    background: transparent;
    border-color: #ffffff; }
    button.transparent:hover,
    .button:not(svg).transparent:hover,
    .noviusos_form .foundation select input[type='submit']:not(svg).transparent:hover,
    .noviusos_form .foundation
    .moteur-de-recherche .select input[type='submit']:not(svg).transparent:hover,
    .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg).transparent:hover,
    .noviusos_form .foundation
    .search-engine .select input[type='submit']:not(svg).transparent:hover,
    .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg).transparent:hover,
    .noviusos_form .foundation #form_submit:not(svg).transparent:hover,
    .noviusos_form.foundation select input[type='submit']:not(svg).transparent:hover,
    .noviusos_form.foundation
    .moteur-de-recherche .select input[type='submit']:not(svg).transparent:hover,
    .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg).transparent:hover,
    .noviusos_form.foundation
    .search-engine .select input[type='submit']:not(svg).transparent:hover,
    .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg).transparent:hover,
    .noviusos_form.foundation #form_submit:not(svg).transparent:hover {
      background-color: #009bd6;
      border-color: #009bd6; }
  button.loading,
  .button:not(svg).loading,
  .noviusos_form .foundation select input[type='submit']:not(svg).loading,
  .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).loading,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg).loading,
  .noviusos_form .foundation
  .search-engine .select input[type='submit']:not(svg).loading,
  .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg).loading,
  .noviusos_form .foundation #form_submit:not(svg).loading,
  .noviusos_form.foundation select input[type='submit']:not(svg).loading,
  .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).loading,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg).loading,
  .noviusos_form.foundation
  .search-engine .select input[type='submit']:not(svg).loading,
  .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg).loading,
  .noviusos_form.foundation #form_submit:not(svg).loading {
    opacity: .5;
    cursor: wait; }
  button.semi-round,
  .button:not(svg).semi-round,
  .noviusos_form .foundation select input[type='submit']:not(svg).semi-round,
  .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).semi-round,
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg).semi-round,
  .noviusos_form .foundation
  .search-engine .select input[type='submit']:not(svg).semi-round,
  .search-engine .noviusos_form .foundation .select input[type='submit']:not(svg).semi-round,
  .noviusos_form .foundation #form_submit:not(svg).semi-round,
  .noviusos_form.foundation select input[type='submit']:not(svg).semi-round,
  .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit']:not(svg).semi-round,
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg).semi-round,
  .noviusos_form.foundation
  .search-engine .select input[type='submit']:not(svg).semi-round,
  .search-engine .noviusos_form.foundation .select input[type='submit']:not(svg).semi-round,
  .noviusos_form.foundation #form_submit:not(svg).semi-round {
    border-radius: 5px; }

svg.button,
.noviusos_form .foundation svg#form_submit,
.noviusos_form.foundation svg#form_submit {
  padding: 0;
  background: transparent;
  transition: transform 250ms ease-out; }
  svg.button:hover,
  .noviusos_form .foundation svg#form_submit:hover,
  .noviusos_form.foundation svg#form_submit:hover {
    background: transparent;
    transform: scale(1.2); }

.banner-container {
  position: relative; }
  .banner-container .banner {
    position: relative; }
    .banner-container .banner.banner-fullwidth-img {
      height: calc(100vh - 80px);
      background-size: cover;
      background-position: 50% 50%; }
  .banner-container .banner-content {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.20rem;
    text-align: center;
    color: #ffffff; }
    .banner-container .banner-content h1, .banner-container .banner-content p {
      color: inherit;
      text-align: center;
      text-transform: none; }
    .banner-container .banner-content p {
      width: 480px;
      margin: auto; }
  .banner-container .owl-carousel .item {
    height: calc(100vh - 80px);
    background-position: 50%;
    background-size: cover; }
  .banner-container .standard-slideshow-container {
    position: relative; }
    .banner-container .standard-slideshow-container > .pretitre {
      display: none; }
    .banner-container .standard-slideshow-container .owl-controls {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .banner-container .standard-slideshow-container .owl-theme .owl-controls .owl-page span {
      background: transparent;
      border: 2px #ffffff solid;
      transition: background 250ms ease-in-out, opacity 250ms ease-in-out; }
    .banner-container .standard-slideshow-container .owl-theme .owl-controls .owl-page.active span {
      background: #ffffff; }
    .banner-container .standard-slideshow-container .slideshow-details .pretitre {
      position: relative;
      top: auto;
      display: block; }
  .banner-container.menu-is-transparent {
    margin-top: -80px; }
    .banner-container.menu-is-transparent .item.slide, .banner-container.menu-is-transparent .banner {
      height: 100vh; }

form {
  max-width: 650px;
  margin: auto; }

.noviusos_form {
  margin: 20px 0 50px; }
  .noviusos_form .foundation input[type="text"],
  .noviusos_form .foundation input[type="password"],
  .noviusos_form .foundation input[type="date"],
  .noviusos_form .foundation input[type="datetime"],
  .noviusos_form .foundation input[type="email"],
  .noviusos_form .foundation input[type="number"],
  .noviusos_form .foundation input[type="search"],
  .noviusos_form .foundation input[type="tel"],
  .noviusos_form .foundation input[type="time"],
  .noviusos_form .foundation input[type="url"],
  .noviusos_form .foundation select,
  .noviusos_form .foundation
  .moteur-de-recherche .select,
  .moteur-de-recherche
  .noviusos_form .foundation .select,
  .noviusos_form .foundation
  .search-engine .select,
  .search-engine
  .noviusos_form .foundation .select,
  .noviusos_form .foundation textarea, .noviusos_form.foundation input[type="text"],
  .noviusos_form.foundation input[type="password"],
  .noviusos_form.foundation input[type="date"],
  .noviusos_form.foundation input[type="datetime"],
  .noviusos_form.foundation input[type="email"],
  .noviusos_form.foundation input[type="number"],
  .noviusos_form.foundation input[type="search"],
  .noviusos_form.foundation input[type="tel"],
  .noviusos_form.foundation input[type="time"],
  .noviusos_form.foundation input[type="url"],
  .noviusos_form.foundation select,
  .noviusos_form.foundation
  .moteur-de-recherche .select,
  .moteur-de-recherche
  .noviusos_form.foundation .select,
  .noviusos_form.foundation
  .search-engine .select,
  .search-engine
  .noviusos_form.foundation .select,
  .noviusos_form.foundation textarea {
    position: relative;
    border: 1px #d6d6d6 solid;
    box-shadow: 0 0 0 4px #efefef;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 8px;
    height: auto; }
    .noviusos_form .foundation input[type="text"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="password"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="date"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="datetime"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="email"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="number"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="search"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="tel"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="time"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation input[type="url"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation
    .moteur-de-recherche .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .moteur-de-recherche
    .noviusos_form .foundation .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation
    .search-engine .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .search-engine
    .noviusos_form .foundation .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form .foundation textarea:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select), .noviusos_form.foundation input[type="text"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="password"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="date"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="datetime"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="email"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="number"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="search"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="tel"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="time"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation input[type="url"]:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation
    .moteur-de-recherche .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .moteur-de-recherche
    .noviusos_form.foundation .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation
    .search-engine .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .search-engine
    .noviusos_form.foundation .select:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select),
    .noviusos_form.foundation textarea:not(select):not(.moteur-de-recherche select):not(
    .moteur-de-recherche .select):not(
    .search-engine select):not(
    .search-engine .select) {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REE0QkZENUQ5OUVCMTFFNkJDMTI5RTIzQTYwMkU4NEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REE0QkZENUU5OUVCMTFFNkJDMTI5RTIzQTYwMkU4NEQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQTRCRkQ1Qjk5RUIxMUU2QkMxMjlFMjNBNjAyRTg0RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQTRCRkQ1Qzk5RUIxMUU2QkMxMjlFMjNBNjAyRTg0RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiDGUQYAAAH7SURBVHjapJU7TwJBFIVnl0d4BoUCTSj4AfhotLJXS+3wV2CjJtaaGAv/hXS2am2lVhobExMtVGKDvEGenrOZITCwIHiSE4bZud/eOzsPI5PJCBvNwkl4E16E5+A6/A6/wJdwGv7mYJfLJSKRiBXY6XSEMQTsgXfhPXhGjFYOPoXPwuFw1e12W521Wk2Y2sA4fA8f/wEq5JgjAO/guOoslUp94Bh8AyfEhAoGgwkZG6tUKqLZbHbBLP9CwieSx+Ox5pexmNuLcrns5R8FTsErYgoFAoFuG9mutFqtlAKH4YNpoD6fTzidTqvdbrcFsmVzn0xTLqnQpFDDMITf7+/+J5RwyUrydevDymNQtVoVhULBNluHw2G1UT6noffxBjNe1oMIZUYMDoUGizFNcyBbbooeLREc1QOZqZLX6x2AE0q4TbZUlE9/9F6Wbwdn+axEqVgsDp0qzjH3dFB/kM/nu9DeX/XhqEajYW3fIfpixs92X55wPfPeF9hlCz0QfD1qWelwpXq9btlGV6Y8+vKTwkdkS1aa4Cx8Mm5DEM6vz2XF5cX5tRFZWXUec+Ju4QXxPz3Bq1yx6hBindvw5z+gH/CWZPWdx7xu1uRbp8l0TTKEDqZeZSmH8toZp5wcy5i3vkNqzGW6wwNFXqbzsp8Bj1xS8Lm6THX9CjAAMDDBsCfu9CkAAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: 99% 13px; }
    .noviusos_form .foundation input[type="text"].user-success:not(#form_captcha), .noviusos_form .foundation input[type="text"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="password"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="password"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="date"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="date"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="datetime"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="datetime"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="email"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="email"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="number"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="number"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="search"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="search"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="tel"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="tel"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="time"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="time"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation input[type="url"].user-success:not(#form_captcha),
    .noviusos_form .foundation input[type="url"].parsley-success:not(#form_captcha),
    .noviusos_form .foundation select.user-success:not(#form_captcha),
    .noviusos_form .foundation
    .moteur-de-recherche .user-success.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form .foundation .user-success.select:not(#form_captcha),
    .noviusos_form .foundation
    .search-engine .user-success.select:not(#form_captcha),
    .search-engine
    .noviusos_form .foundation .user-success.select:not(#form_captcha),
    .noviusos_form .foundation select.parsley-success:not(#form_captcha),
    .noviusos_form .foundation
    .moteur-de-recherche .parsley-success.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form .foundation .parsley-success.select:not(#form_captcha),
    .noviusos_form .foundation
    .search-engine .parsley-success.select:not(#form_captcha),
    .search-engine
    .noviusos_form .foundation .parsley-success.select:not(#form_captcha),
    .noviusos_form .foundation textarea.user-success:not(#form_captcha),
    .noviusos_form .foundation textarea.parsley-success:not(#form_captcha), .noviusos_form.foundation input[type="text"].user-success:not(#form_captcha), .noviusos_form.foundation input[type="text"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="password"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="password"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="date"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="date"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="datetime"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="datetime"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="email"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="email"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="number"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="number"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="search"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="search"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="tel"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="tel"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="time"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="time"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation input[type="url"].user-success:not(#form_captcha),
    .noviusos_form.foundation input[type="url"].parsley-success:not(#form_captcha),
    .noviusos_form.foundation select.user-success:not(#form_captcha),
    .noviusos_form.foundation
    .moteur-de-recherche .user-success.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form.foundation .user-success.select:not(#form_captcha),
    .noviusos_form.foundation
    .search-engine .user-success.select:not(#form_captcha),
    .search-engine
    .noviusos_form.foundation .user-success.select:not(#form_captcha),
    .noviusos_form.foundation select.parsley-success:not(#form_captcha),
    .noviusos_form.foundation
    .moteur-de-recherche .parsley-success.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form.foundation .parsley-success.select:not(#form_captcha),
    .noviusos_form.foundation
    .search-engine .parsley-success.select:not(#form_captcha),
    .search-engine
    .noviusos_form.foundation .parsley-success.select:not(#form_captcha),
    .noviusos_form.foundation textarea.user-success:not(#form_captcha),
    .noviusos_form.foundation textarea.parsley-success:not(#form_captcha) {
      color: #00adef;
      box-shadow: 0 0 0 4px #00adef; }
      .noviusos_form .foundation input[type="text"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select), .noviusos_form .foundation input[type="text"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="password"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="password"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="date"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="date"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="datetime"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="datetime"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="email"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="email"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="number"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="number"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="search"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="search"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="tel"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="tel"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="time"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="time"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="url"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="url"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation select.user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .moteur-de-recherche .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form .foundation .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .search-engine .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form .foundation .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation select.parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .moteur-de-recherche .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form .foundation .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .search-engine .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form .foundation .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation textarea.user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation textarea.parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select), .noviusos_form.foundation input[type="text"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select), .noviusos_form.foundation input[type="text"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="password"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="password"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="date"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="date"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="datetime"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="datetime"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="email"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="email"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="number"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="number"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="search"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="search"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="tel"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="tel"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="time"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="time"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="url"].user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="url"].parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation select.user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .moteur-de-recherche .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form.foundation .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .search-engine .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form.foundation .user-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation select.parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .moteur-de-recherche .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form.foundation .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .search-engine .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form.foundation .parsley-success.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation textarea.user-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation textarea.parsley-success:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select) {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4Mzk3RTU5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4Mzk3RTY5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OTgzOTdFMzk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OTgzOTdFNDk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po85Fc0AAAJbSURBVHjapJVNSBRhGMefXdd2J1ZsO2ihB6FYJLesyE57CYrqYGCd7Bh1zdWDRkGHImIriPaqeUwI9NKhD7t1MiKpDNpS2oNr2MH1C8f9mun/zL4zzMzOTIz+4cfOx/v+9v2a9w3QZIFcEgP94CI4Bg6AElgE8+A1mACa4FSsgT6eaaIArjcrKn7rxREwCIbBPvLOKngMnr5LRuVzLSHt4cvFcp24A7wCCfKRsy2huelktBeXOTSWEu/XKWh63w4++JVy1x92SQlRt308V6LshmKIuftTQu4rV9oatfHlunJVnbr3Y1viG12cAj1+pSE090GXZNxnFko9eVlJ6eL94BbtINc69lA8WmtboaxSOrvNlyPsDIol1exXKjUE6G5nxLh/9LOoyYWrn8Xn7ZXuH4nQxqVmetYtaZPjlIHDYWqTaq1F9ykzXzS/vsBvjtsrpVApigG8eShMYyf31sljjQEajoeNe0wYbVVVc5FuFrfaxc9zJcs4sjxosrOU5ZxfmwqNm8qLtLK4aH869E22FGb56ImanLvPw6Dn9neZKqrDigF/QJP5oYKCN2a3DKn5VxETx/lUqNJkvuw0BcsszoK4/Y2X3Nxa1Xluv/BQvHVbUrrcYQxp+m9FwyVvgmLrW/OSX/9slauitS5h1wSLV0Da62NgEcszC0VtWT3Bx8Dj6xJ2rejbJn/wM+Ao7S5z4DSQ9U2I+3UZLO1Cmgd9wmXZj/m4SYp/3UlLk8JBdjHnt+jKHXHs/C+roizXyVkPAO/D9CpvKOIwPSie8wf1lZcUeKEfpvb8E2AAQc7HTTiqnY0AAAAASUVORK5CYII="); }
      .noviusos_form .foundation input[type="text"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="text"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation input[type="text"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="text"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="password"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="password"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="password"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="password"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="date"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="date"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="date"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="date"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="datetime"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="datetime"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="datetime"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="datetime"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="email"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="email"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="email"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="email"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="number"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="number"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="number"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="number"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="search"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="search"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="search"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="search"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="tel"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="tel"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="tel"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="tel"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="time"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="time"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="time"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="time"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="url"].user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="url"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation input[type="url"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation input[type="url"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation select.user-success:not(#form_captcha).has-content + label,
      .noviusos_form .foundation .moteur-de-recherche select.user-success:not(#form_captcha).has-content + label, .moteur-de-recherche
      .noviusos_form .foundation select.user-success:not(#form_captcha).has-content + label,
      .noviusos_form .foundation
      .moteur-de-recherche .user-success.select:not(#form_captcha).has-content + label,
      .moteur-de-recherche
      .noviusos_form .foundation .user-success.select:not(#form_captcha).has-content + label,
      .noviusos_form .foundation
      .search-engine select.user-success:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form .foundation select.user-success:not(#form_captcha).has-content + label,
      .noviusos_form .foundation
      .search-engine .user-success.select:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form .foundation .user-success.select:not(#form_captcha).has-content + label, .noviusos_form .foundation select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation .moteur-de-recherche select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation
      .moteur-de-recherche .user-success.select:not(#form_captcha).has-content + span.label,
      .moteur-de-recherche .noviusos_form .foundation .user-success.select:not(#form_captcha).has-content + span.label, .noviusos_form .foundation
      .search-engine select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation
      .search-engine .user-success.select:not(#form_captcha).has-content + span.label,
      .search-engine .noviusos_form .foundation .user-success.select:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation select.parsley-success:not(#form_captcha).has-content + label,
      .noviusos_form .foundation .moteur-de-recherche select.parsley-success:not(#form_captcha).has-content + label, .moteur-de-recherche
      .noviusos_form .foundation select.parsley-success:not(#form_captcha).has-content + label,
      .noviusos_form .foundation
      .moteur-de-recherche .parsley-success.select:not(#form_captcha).has-content + label,
      .moteur-de-recherche
      .noviusos_form .foundation .parsley-success.select:not(#form_captcha).has-content + label,
      .noviusos_form .foundation
      .search-engine select.parsley-success:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form .foundation select.parsley-success:not(#form_captcha).has-content + label,
      .noviusos_form .foundation
      .search-engine .parsley-success.select:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form .foundation .parsley-success.select:not(#form_captcha).has-content + label, .noviusos_form .foundation select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation .moteur-de-recherche select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation
      .moteur-de-recherche .parsley-success.select:not(#form_captcha).has-content + span.label,
      .moteur-de-recherche .noviusos_form .foundation .parsley-success.select:not(#form_captcha).has-content + span.label, .noviusos_form .foundation
      .search-engine select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form .foundation
      .search-engine .parsley-success.select:not(#form_captcha).has-content + span.label,
      .search-engine .noviusos_form .foundation .parsley-success.select:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation textarea.user-success:not(#form_captcha).has-content + label, .noviusos_form .foundation textarea.user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form .foundation textarea.parsley-success:not(#form_captcha).has-content + label, .noviusos_form .foundation textarea.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="text"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="text"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="text"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="text"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="text"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="text"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="password"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="password"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="password"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="password"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="password"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="password"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="date"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="date"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="date"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="date"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="date"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="date"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="datetime"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="datetime"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="datetime"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="datetime"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="datetime"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="datetime"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="email"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="email"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="email"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="email"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="email"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="email"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="number"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="number"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="number"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="number"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="number"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="number"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="search"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="search"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="search"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="search"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="search"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="search"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="tel"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="tel"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="tel"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="tel"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="tel"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="tel"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="time"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="time"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="time"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="time"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="time"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="time"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="url"].user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="url"].user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="url"].user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation input[type="url"].parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation input[type="url"].parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation input[type="url"].parsley-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation select.user-success:not(#form_captcha).has-content + label,
      .noviusos_form.foundation .moteur-de-recherche select.user-success:not(#form_captcha).has-content + label, .moteur-de-recherche
      .noviusos_form.foundation select.user-success:not(#form_captcha).has-content + label,
      .noviusos_form.foundation
      .moteur-de-recherche .user-success.select:not(#form_captcha).has-content + label,
      .moteur-de-recherche
      .noviusos_form.foundation .user-success.select:not(#form_captcha).has-content + label,
      .noviusos_form.foundation
      .search-engine select.user-success:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form.foundation select.user-success:not(#form_captcha).has-content + label,
      .noviusos_form.foundation
      .search-engine .user-success.select:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form.foundation .user-success.select:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .moteur-de-recherche .foundation .user-success.select:not(#form_captcha).has-content + span.label,
      .moteur-de-recherche .noviusos_form.foundation .foundation .user-success.select:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .search-engine .foundation .user-success.select:not(#form_captcha).has-content + span.label,
      .search-engine .noviusos_form.foundation .foundation .user-success.select:not(#form_captcha).has-content + span.label, .noviusos_form.foundation select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation .moteur-de-recherche select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .moteur-de-recherche .user-success.select:not(#form_captcha).has-content + span.label,
      .moteur-de-recherche .noviusos_form.foundation .user-success.select:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .search-engine select.user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .search-engine .user-success.select:not(#form_captcha).has-content + span.label,
      .search-engine .noviusos_form.foundation .user-success.select:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation select.parsley-success:not(#form_captcha).has-content + label,
      .noviusos_form.foundation .moteur-de-recherche select.parsley-success:not(#form_captcha).has-content + label, .moteur-de-recherche
      .noviusos_form.foundation select.parsley-success:not(#form_captcha).has-content + label,
      .noviusos_form.foundation
      .moteur-de-recherche .parsley-success.select:not(#form_captcha).has-content + label,
      .moteur-de-recherche
      .noviusos_form.foundation .parsley-success.select:not(#form_captcha).has-content + label,
      .noviusos_form.foundation
      .search-engine select.parsley-success:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form.foundation select.parsley-success:not(#form_captcha).has-content + label,
      .noviusos_form.foundation
      .search-engine .parsley-success.select:not(#form_captcha).has-content + label,
      .search-engine
      .noviusos_form.foundation .parsley-success.select:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .moteur-de-recherche .foundation .parsley-success.select:not(#form_captcha).has-content + span.label,
      .moteur-de-recherche .noviusos_form.foundation .foundation .parsley-success.select:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .search-engine .foundation .parsley-success.select:not(#form_captcha).has-content + span.label,
      .search-engine .noviusos_form.foundation .foundation .parsley-success.select:not(#form_captcha).has-content + span.label, .noviusos_form.foundation select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation .moteur-de-recherche select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .moteur-de-recherche .parsley-success.select:not(#form_captcha).has-content + span.label,
      .moteur-de-recherche .noviusos_form.foundation .parsley-success.select:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .search-engine select.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation
      .search-engine .parsley-success.select:not(#form_captcha).has-content + span.label,
      .search-engine .noviusos_form.foundation .parsley-success.select:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation textarea.user-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation textarea.user-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation textarea.user-success:not(#form_captcha).has-content + span.label,
      .noviusos_form.foundation textarea.parsley-success:not(#form_captcha).has-content + label, .noviusos_form.foundation .foundation textarea.parsley-success:not(#form_captcha).has-content + span.label, .noviusos_form.foundation textarea.parsley-success:not(#form_captcha).has-content + span.label {
        color: #00adef; }
    .noviusos_form .foundation input[type="text"].user-error:not(#form_captcha), .noviusos_form .foundation input[type="text"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="password"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="password"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="date"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="date"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="datetime"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="datetime"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="email"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="email"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="number"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="number"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="search"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="search"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="tel"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="tel"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="time"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="time"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation input[type="url"].user-error:not(#form_captcha),
    .noviusos_form .foundation input[type="url"].parsley-error:not(#form_captcha),
    .noviusos_form .foundation select.user-error:not(#form_captcha),
    .noviusos_form .foundation
    .moteur-de-recherche .user-error.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form .foundation .user-error.select:not(#form_captcha),
    .noviusos_form .foundation
    .search-engine .user-error.select:not(#form_captcha),
    .search-engine
    .noviusos_form .foundation .user-error.select:not(#form_captcha),
    .noviusos_form .foundation select.parsley-error:not(#form_captcha),
    .noviusos_form .foundation
    .moteur-de-recherche .parsley-error.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form .foundation .parsley-error.select:not(#form_captcha),
    .noviusos_form .foundation
    .search-engine .parsley-error.select:not(#form_captcha),
    .search-engine
    .noviusos_form .foundation .parsley-error.select:not(#form_captcha),
    .noviusos_form .foundation textarea.user-error:not(#form_captcha),
    .noviusos_form .foundation textarea.parsley-error:not(#form_captcha), .noviusos_form.foundation input[type="text"].user-error:not(#form_captcha), .noviusos_form.foundation input[type="text"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="password"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="password"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="date"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="date"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="datetime"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="datetime"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="email"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="email"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="number"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="number"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="search"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="search"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="tel"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="tel"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="time"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="time"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation input[type="url"].user-error:not(#form_captcha),
    .noviusos_form.foundation input[type="url"].parsley-error:not(#form_captcha),
    .noviusos_form.foundation select.user-error:not(#form_captcha),
    .noviusos_form.foundation
    .moteur-de-recherche .user-error.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form.foundation .user-error.select:not(#form_captcha),
    .noviusos_form.foundation
    .search-engine .user-error.select:not(#form_captcha),
    .search-engine
    .noviusos_form.foundation .user-error.select:not(#form_captcha),
    .noviusos_form.foundation select.parsley-error:not(#form_captcha),
    .noviusos_form.foundation
    .moteur-de-recherche .parsley-error.select:not(#form_captcha),
    .moteur-de-recherche
    .noviusos_form.foundation .parsley-error.select:not(#form_captcha),
    .noviusos_form.foundation
    .search-engine .parsley-error.select:not(#form_captcha),
    .search-engine
    .noviusos_form.foundation .parsley-error.select:not(#form_captcha),
    .noviusos_form.foundation textarea.user-error:not(#form_captcha),
    .noviusos_form.foundation textarea.parsley-error:not(#form_captcha) {
      color: #ec7684;
      box-shadow: 0 0 0 4px #ec7684; }
      .noviusos_form .foundation input[type="text"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select), .noviusos_form .foundation input[type="text"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="password"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="password"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="date"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="date"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="datetime"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="datetime"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="email"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="email"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="number"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="number"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="search"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="search"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="tel"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="tel"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="time"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="time"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="url"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation input[type="url"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation select.user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .moteur-de-recherche .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form .foundation .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .search-engine .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form .foundation .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation select.parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .moteur-de-recherche .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form .foundation .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation
      .search-engine .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form .foundation .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation textarea.user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form .foundation textarea.parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select), .noviusos_form.foundation input[type="text"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select), .noviusos_form.foundation input[type="text"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="password"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="password"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="date"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="date"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="datetime"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="datetime"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="email"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="email"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="number"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="number"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="search"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="search"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="tel"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="tel"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="time"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="time"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="url"].user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation input[type="url"].parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation select.user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .moteur-de-recherche .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form.foundation .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .search-engine .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form.foundation .user-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation select.parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .moteur-de-recherche .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .moteur-de-recherche
      .noviusos_form.foundation .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation
      .search-engine .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .search-engine
      .noviusos_form.foundation .parsley-error.select:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation textarea.user-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select),
      .noviusos_form.foundation textarea.parsley-error:not(#form_captcha):not(select):not(.moteur-de-recherche select):not(
      .moteur-de-recherche .select):not(
      .search-engine select):not(
      .search-engine .select) {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFCRTVFNDU5OUVCMTFFNkIwNTU4MTU1RjA1MDJCNTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFCRTVFNDY5OUVCMTFFNkIwNTU4MTU1RjA1MDJCNTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQUJFNUU0Mzk5RUIxMUU2QjA1NTgxNTVGMDUwMkI1OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQUJFNUU0NDk5RUIxMUU2QjA1NTgxNTVGMDUwMkI1OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg0G4r0AAAGDSURBVHjatJU7SwNBEMfHRCSxMdpE4QorsQhqEx8QopUPsNEufgptomCrglho5zcwna2KAR8BA1r5aARBCx8IEmPjoSTof8JEznXjaW4z8Gt2dn7Z3N3O1D0lF6hCNIMEGANdoBW8g1twBbZACjzrius1awEwA5IgpOQaQKcwDhbBClgFtnOjTylsBydgSSPVRUjkx1KrFVsgAyL0/4hIraWK+e9vOhNVhCWOoFM8DaLkPaLiKolbwByZi1l2+uSTajIoZleCxSNkPkZZ3FMDcTdfkLC62jg8SMGhASK///fyYpHsvSN63T1UM2E+8duPqxfvc5dyYE8g3q9NsfhBXbT3s/RRKLh6eY99kNWlHvlRXIKOb+J0poSHOOUT79Tg5W37pPW9GJSyK8XiHFg2KGZXrtwr1sC5AemFuL6aEDfpSXDvQXoHJsoN39mPedzE5FerOWlMHNoJcg16wTzI/0GYl71cc+M282wZTetgihuKDNM2yfOFOuNPCmxUGqafAgwAP99TWkVwNpQAAAAASUVORK5CYII="); }
      .noviusos_form .foundation input[type="text"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="text"].user-error:not(#form_captcha) + span.label, .noviusos_form .foundation input[type="text"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="text"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="password"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="password"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="password"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="password"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="date"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="date"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="date"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="date"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="datetime"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="datetime"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="datetime"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="datetime"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="email"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="email"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="email"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="email"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="number"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="number"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="number"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="number"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="search"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="search"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="search"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="search"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="tel"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="tel"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="tel"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="tel"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="time"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="time"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="time"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="time"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="url"].user-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="url"].user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation input[type="url"].parsley-error:not(#form_captcha) + label, .noviusos_form .foundation input[type="url"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation select.user-error:not(#form_captcha) + label,
      .noviusos_form .foundation .moteur-de-recherche select.user-error:not(#form_captcha) + label, .moteur-de-recherche
      .noviusos_form .foundation select.user-error:not(#form_captcha) + label,
      .noviusos_form .foundation
      .moteur-de-recherche .user-error.select:not(#form_captcha) + label,
      .moteur-de-recherche
      .noviusos_form .foundation .user-error.select:not(#form_captcha) + label,
      .noviusos_form .foundation
      .search-engine select.user-error:not(#form_captcha) + label,
      .search-engine
      .noviusos_form .foundation select.user-error:not(#form_captcha) + label,
      .noviusos_form .foundation
      .search-engine .user-error.select:not(#form_captcha) + label,
      .search-engine
      .noviusos_form .foundation .user-error.select:not(#form_captcha) + label, .noviusos_form .foundation select.user-error:not(#form_captcha) + span.label, .noviusos_form .foundation .moteur-de-recherche select.user-error:not(#form_captcha) + span.label, .noviusos_form .foundation
      .moteur-de-recherche .user-error.select:not(#form_captcha) + span.label,
      .moteur-de-recherche .noviusos_form .foundation .user-error.select:not(#form_captcha) + span.label, .noviusos_form .foundation
      .search-engine select.user-error:not(#form_captcha) + span.label, .noviusos_form .foundation
      .search-engine .user-error.select:not(#form_captcha) + span.label,
      .search-engine .noviusos_form .foundation .user-error.select:not(#form_captcha) + span.label,
      .noviusos_form .foundation select.parsley-error:not(#form_captcha) + label,
      .noviusos_form .foundation .moteur-de-recherche select.parsley-error:not(#form_captcha) + label, .moteur-de-recherche
      .noviusos_form .foundation select.parsley-error:not(#form_captcha) + label,
      .noviusos_form .foundation
      .moteur-de-recherche .parsley-error.select:not(#form_captcha) + label,
      .moteur-de-recherche
      .noviusos_form .foundation .parsley-error.select:not(#form_captcha) + label,
      .noviusos_form .foundation
      .search-engine select.parsley-error:not(#form_captcha) + label,
      .search-engine
      .noviusos_form .foundation select.parsley-error:not(#form_captcha) + label,
      .noviusos_form .foundation
      .search-engine .parsley-error.select:not(#form_captcha) + label,
      .search-engine
      .noviusos_form .foundation .parsley-error.select:not(#form_captcha) + label, .noviusos_form .foundation select.parsley-error:not(#form_captcha) + span.label, .noviusos_form .foundation .moteur-de-recherche select.parsley-error:not(#form_captcha) + span.label, .noviusos_form .foundation
      .moteur-de-recherche .parsley-error.select:not(#form_captcha) + span.label,
      .moteur-de-recherche .noviusos_form .foundation .parsley-error.select:not(#form_captcha) + span.label, .noviusos_form .foundation
      .search-engine select.parsley-error:not(#form_captcha) + span.label, .noviusos_form .foundation
      .search-engine .parsley-error.select:not(#form_captcha) + span.label,
      .search-engine .noviusos_form .foundation .parsley-error.select:not(#form_captcha) + span.label,
      .noviusos_form .foundation textarea.user-error:not(#form_captcha) + label, .noviusos_form .foundation textarea.user-error:not(#form_captcha) + span.label,
      .noviusos_form .foundation textarea.parsley-error:not(#form_captcha) + label, .noviusos_form .foundation textarea.parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="text"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="text"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="text"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="text"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="text"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="text"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="password"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="password"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="password"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="password"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="password"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="password"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="date"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="date"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="date"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="date"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="date"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="date"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="datetime"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="datetime"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="datetime"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="datetime"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="datetime"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="datetime"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="email"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="email"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="email"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="email"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="email"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="email"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="number"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="number"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="number"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="number"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="number"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="number"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="search"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="search"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="search"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="search"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="search"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="search"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="tel"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="tel"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="tel"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="tel"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="tel"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="tel"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="time"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="time"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="time"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="time"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="time"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="time"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="url"].user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="url"].user-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="url"].user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation input[type="url"].parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation input[type="url"].parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation input[type="url"].parsley-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation select.user-error:not(#form_captcha) + label,
      .noviusos_form.foundation .moteur-de-recherche select.user-error:not(#form_captcha) + label, .moteur-de-recherche
      .noviusos_form.foundation select.user-error:not(#form_captcha) + label,
      .noviusos_form.foundation
      .moteur-de-recherche .user-error.select:not(#form_captcha) + label,
      .moteur-de-recherche
      .noviusos_form.foundation .user-error.select:not(#form_captcha) + label,
      .noviusos_form.foundation
      .search-engine select.user-error:not(#form_captcha) + label,
      .search-engine
      .noviusos_form.foundation select.user-error:not(#form_captcha) + label,
      .noviusos_form.foundation
      .search-engine .user-error.select:not(#form_captcha) + label,
      .search-engine
      .noviusos_form.foundation .user-error.select:not(#form_captcha) + label, .noviusos_form.foundation .foundation select.user-error:not(#form_captcha) + span.label, .noviusos_form.foundation
      .moteur-de-recherche .foundation .user-error.select:not(#form_captcha) + span.label,
      .moteur-de-recherche .noviusos_form.foundation .foundation .user-error.select:not(#form_captcha) + span.label, .noviusos_form.foundation
      .search-engine .foundation .user-error.select:not(#form_captcha) + span.label,
      .search-engine .noviusos_form.foundation .foundation .user-error.select:not(#form_captcha) + span.label, .noviusos_form.foundation select.user-error:not(#form_captcha) + span.label, .noviusos_form.foundation .moteur-de-recherche select.user-error:not(#form_captcha) + span.label, .noviusos_form.foundation
      .moteur-de-recherche .user-error.select:not(#form_captcha) + span.label,
      .moteur-de-recherche .noviusos_form.foundation .user-error.select:not(#form_captcha) + span.label, .noviusos_form.foundation
      .search-engine select.user-error:not(#form_captcha) + span.label, .noviusos_form.foundation
      .search-engine .user-error.select:not(#form_captcha) + span.label,
      .search-engine .noviusos_form.foundation .user-error.select:not(#form_captcha) + span.label,
      .noviusos_form.foundation select.parsley-error:not(#form_captcha) + label,
      .noviusos_form.foundation .moteur-de-recherche select.parsley-error:not(#form_captcha) + label, .moteur-de-recherche
      .noviusos_form.foundation select.parsley-error:not(#form_captcha) + label,
      .noviusos_form.foundation
      .moteur-de-recherche .parsley-error.select:not(#form_captcha) + label,
      .moteur-de-recherche
      .noviusos_form.foundation .parsley-error.select:not(#form_captcha) + label,
      .noviusos_form.foundation
      .search-engine select.parsley-error:not(#form_captcha) + label,
      .search-engine
      .noviusos_form.foundation select.parsley-error:not(#form_captcha) + label,
      .noviusos_form.foundation
      .search-engine .parsley-error.select:not(#form_captcha) + label,
      .search-engine
      .noviusos_form.foundation .parsley-error.select:not(#form_captcha) + label, .noviusos_form.foundation .foundation select.parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation
      .moteur-de-recherche .foundation .parsley-error.select:not(#form_captcha) + span.label,
      .moteur-de-recherche .noviusos_form.foundation .foundation .parsley-error.select:not(#form_captcha) + span.label, .noviusos_form.foundation
      .search-engine .foundation .parsley-error.select:not(#form_captcha) + span.label,
      .search-engine .noviusos_form.foundation .foundation .parsley-error.select:not(#form_captcha) + span.label, .noviusos_form.foundation select.parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation .moteur-de-recherche select.parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation
      .moteur-de-recherche .parsley-error.select:not(#form_captcha) + span.label,
      .moteur-de-recherche .noviusos_form.foundation .parsley-error.select:not(#form_captcha) + span.label, .noviusos_form.foundation
      .search-engine select.parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation
      .search-engine .parsley-error.select:not(#form_captcha) + span.label,
      .search-engine .noviusos_form.foundation .parsley-error.select:not(#form_captcha) + span.label,
      .noviusos_form.foundation textarea.user-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation textarea.user-error:not(#form_captcha) + span.label, .noviusos_form.foundation textarea.user-error:not(#form_captcha) + span.label,
      .noviusos_form.foundation textarea.parsley-error:not(#form_captcha) + label, .noviusos_form.foundation .foundation textarea.parsley-error:not(#form_captcha) + span.label, .noviusos_form.foundation textarea.parsley-error:not(#form_captcha) + span.label {
        color: #ec7684; }
  .noviusos_form .foundation input[type="radio"], .noviusos_form .foundation input[type="checkbox"], .noviusos_form.foundation input[type="radio"], .noviusos_form.foundation input[type="checkbox"] {
    display: none; }
    .noviusos_form .foundation input[type="radio"] + label, .noviusos_form .foundation input[type="checkbox"] + label, .noviusos_form .foundation input[type="radio"] + span.label, .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form.foundation input[type="radio"] + label, .noviusos_form.foundation .foundation input[type="checkbox"] + label, .noviusos_form.foundation input[type="checkbox"] + label, .noviusos_form.foundation .foundation input[type="radio"] + span.label, .noviusos_form.foundation input[type="radio"] + span.label, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label, .noviusos_form.foundation input[type="checkbox"] + span.label {
      position: relative;
      display: inline-block;
      line-height: 1em;
      padding: 15px 0 0 30px; }
      .noviusos_form .foundation input[type="radio"] + label::before, .noviusos_form .foundation input[type="checkbox"] + label::before, .noviusos_form .foundation input[type="radio"] + span.label::before, .noviusos_form .foundation input[type="checkbox"] + span.label::before, .noviusos_form.foundation input[type="radio"] + label::before, .noviusos_form.foundation .foundation input[type="checkbox"] + label::before, .noviusos_form.foundation input[type="checkbox"] + label::before, .noviusos_form.foundation .foundation input[type="radio"] + span.label::before, .noviusos_form.foundation input[type="radio"] + span.label::before, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label::before, .noviusos_form.foundation input[type="checkbox"] + span.label::before {
        position: absolute;
        content: "";
        top: 12px;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        border: 1px #d6d6d6 solid;
        box-shadow: 0 0 0 4px #efefef;
        border-radius: 10px;
        transition: border-color 200ms ease; }
      .noviusos_form .foundation input[type="radio"] + label::after, .noviusos_form .foundation input[type="checkbox"] + label::after, .noviusos_form .foundation input[type="radio"] + span.label::after, .noviusos_form .foundation input[type="checkbox"] + span.label::after, .noviusos_form.foundation input[type="radio"] + label::after, .noviusos_form.foundation .foundation input[type="checkbox"] + label::after, .noviusos_form.foundation input[type="checkbox"] + label::after, .noviusos_form.foundation .foundation input[type="radio"] + span.label::after, .noviusos_form.foundation input[type="radio"] + span.label::after, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label::after, .noviusos_form.foundation input[type="checkbox"] + span.label::after {
        position: absolute;
        content: "";
        top: 17px;
        left: 5px;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        transition: background-color 200ms ease; }
      .noviusos_form .foundation input[type="radio"] + label + br, .noviusos_form .foundation input[type="checkbox"] + label + br, .noviusos_form .foundation input[type="radio"] + span.label + br, .noviusos_form .foundation input[type="checkbox"] + span.label + br, .noviusos_form.foundation input[type="radio"] + label + br, .noviusos_form.foundation .foundation input[type="checkbox"] + label + br, .noviusos_form.foundation input[type="checkbox"] + label + br, .noviusos_form.foundation .foundation input[type="radio"] + span.label + br, .noviusos_form.foundation input[type="radio"] + span.label + br, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label + br, .noviusos_form.foundation input[type="checkbox"] + span.label + br {
        display: none; }
        .noviusos_form .foundation input[type="radio"] + label + br + span.label, .noviusos_form .foundation input[type="checkbox"] + label + br + span.label, .noviusos_form .foundation input[type="radio"] + span.label + br + span.label, .noviusos_form .foundation input[type="checkbox"] + span.label + br + span.label, .noviusos_form.foundation input[type="radio"] + label + br + span.label, .noviusos_form.foundation .foundation input[type="checkbox"] + label + br + span.label, .noviusos_form.foundation input[type="checkbox"] + label + br + span.label, .noviusos_form.foundation .foundation input[type="radio"] + span.label + br + span.label, .noviusos_form.foundation input[type="radio"] + span.label + br + span.label, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label + br + span.label, .noviusos_form.foundation input[type="checkbox"] + span.label + br + span.label {
          top: 0;
          padding: 0; }
    .noviusos_form .foundation input[type="radio"]:checked + label, .noviusos_form .foundation input[type="checkbox"]:checked + label, .noviusos_form .foundation input[type="radio"]:checked + span.label, .noviusos_form .foundation input[type="checkbox"]:checked + span.label, .noviusos_form.foundation input[type="radio"]:checked + label, .noviusos_form.foundation .foundation input[type="checkbox"]:checked + label, .noviusos_form.foundation input[type="checkbox"]:checked + label, .noviusos_form.foundation .foundation input[type="radio"]:checked + span.label, .noviusos_form.foundation input[type="radio"]:checked + span.label, .noviusos_form.foundation .foundation input[type="checkbox"]:checked + span.label, .noviusos_form.foundation input[type="checkbox"]:checked + span.label {
      color: #00adef; }
      .noviusos_form .foundation input[type="radio"]:checked + label::before, .noviusos_form .foundation input[type="checkbox"]:checked + label::before, .noviusos_form .foundation input[type="radio"]:checked + span.label::before, .noviusos_form .foundation input[type="checkbox"]:checked + span.label::before, .noviusos_form.foundation input[type="radio"]:checked + label::before, .noviusos_form.foundation .foundation input[type="checkbox"]:checked + label::before, .noviusos_form.foundation input[type="checkbox"]:checked + label::before, .noviusos_form.foundation .foundation input[type="radio"]:checked + span.label::before, .noviusos_form.foundation input[type="radio"]:checked + span.label::before, .noviusos_form.foundation .foundation input[type="checkbox"]:checked + span.label::before, .noviusos_form.foundation input[type="checkbox"]:checked + span.label::before {
        border-color: #00adef; }
      .noviusos_form .foundation input[type="radio"]:checked + label::after, .noviusos_form .foundation input[type="checkbox"]:checked + label::after, .noviusos_form .foundation input[type="radio"]:checked + span.label::after, .noviusos_form .foundation input[type="checkbox"]:checked + span.label::after, .noviusos_form.foundation input[type="radio"]:checked + label::after, .noviusos_form.foundation .foundation input[type="checkbox"]:checked + label::after, .noviusos_form.foundation input[type="checkbox"]:checked + label::after, .noviusos_form.foundation .foundation input[type="radio"]:checked + span.label::after, .noviusos_form.foundation input[type="radio"]:checked + span.label::after, .noviusos_form.foundation .foundation input[type="checkbox"]:checked + span.label::after, .noviusos_form.foundation input[type="checkbox"]:checked + span.label::after {
        background-color: #00adef; }
    .noviusos_form .foundation input[type="radio"].user-success ~ span.label, .noviusos_form .foundation input.user-success[type="checkbox"] ~ span.label, .noviusos_form.foundation input[type="radio"].user-success ~ span.label, .noviusos_form.foundation .foundation input.user-success[type="checkbox"] ~ span.label, .noviusos_form.foundation input.user-success[type="checkbox"] ~ span.label {
      color: #00adef; }
    .noviusos_form .foundation input[type="radio"].user-error ~ span.label, .noviusos_form .foundation input.user-error[type="checkbox"] ~ span.label, .noviusos_form.foundation input[type="radio"].user-error ~ span.label, .noviusos_form.foundation .foundation input.user-error[type="checkbox"] ~ span.label, .noviusos_form.foundation input.user-error[type="checkbox"] ~ span.label {
      color: #ec7684; }
  .noviusos_form .foundation input[type="checkbox"] + label::before, .noviusos_form .foundation input[type="checkbox"] + span.label::before, .noviusos_form.foundation input[type="checkbox"] + label::before, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label::before, .noviusos_form.foundation input[type="checkbox"] + span.label::before {
    border-radius: 0; }
  .noviusos_form .foundation input[type="checkbox"] + label::after, .noviusos_form .foundation input[type="checkbox"] + span.label::after, .noviusos_form.foundation input[type="checkbox"] + label::after, .noviusos_form.foundation .foundation input[type="checkbox"] + span.label::after, .noviusos_form.foundation input[type="checkbox"] + span.label::after {
    border-radius: 0; }
  .noviusos_form .foundation select, .noviusos_form .foundation
  .moteur-de-recherche .select,
  .moteur-de-recherche .noviusos_form .foundation .select, .noviusos_form .foundation
  .search-engine .select,
  .search-engine .noviusos_form .foundation .select, .noviusos_form.foundation select, .noviusos_form.foundation
  .moteur-de-recherche .select,
  .moteur-de-recherche .noviusos_form.foundation .select, .noviusos_form.foundation
  .search-engine .select,
  .search-engine .noviusos_form.foundation .select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjFEOEExRUY5QTgyMTFFNkFCNkE5Qjc4NUNENzg1RjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjFEOEExRjA5QTgyMTFFNkFCNkE5Qjc4NUNENzg1RjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMUQ4QTFFRDlBODIxMUU2QUI2QTlCNzg1Q0Q3ODVGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMUQ4QTFFRTlBODIxMUU2QUI2QTlCNzg1Q0Q3ODVGMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgP3W54AAACfSURBVHjaYnz+/PlxBgYGCwbKwAkmIJEGxF8pMOQbyAyQQZeBOAqI/5JhCEhPJMgMJqjAJiDOJcOgXKheBiYkwelAPI0EQ6ZDMQO6QSCQB7OBAMDwARMOP1/EY8glqJq/+AyCxYIPED/BIgcS84aqYSBkEEyDFxB/QRL7ChXDZgFOgxigySIa6oW/0CRyGZdiRmDKJhSwmUixhBMABBgA490nXD9+i3sAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 100% 5px;
    background-size: 20px; }
  .noviusos_form .foundation .captcha-container, .noviusos_form.foundation .captcha-container {
    margin-top: 10px; }
    .noviusos_form .foundation .captcha-container #form_captcha, .noviusos_form.foundation .captcha-container #form_captcha {
      margin-top: 10px;
      background-image: none; }
  .noviusos_form .foundation .floating-label-container, .noviusos_form.foundation .floating-label-container {
    padding-top: 33px;
    position: relative; }
    .noviusos_form .foundation .floating-label-container .label, .noviusos_form.foundation .floating-label-container .label {
      position: absolute;
      top: 40px;
      padding: 8px;
      line-height: normal;
      cursor: text;
      transition: top 100ms ease-out, padding 100ms ease-out; }
    .noviusos_form .foundation .floating-label-container select + .label, .noviusos_form .foundation .floating-label-container .moteur-de-recherche select + .label, .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .select + .label,
    .moteur-de-recherche .noviusos_form .foundation .floating-label-container .select + .label, .noviusos_form .foundation .floating-label-container
    .search-engine select + .label, .noviusos_form .foundation .floating-label-container
    .search-engine .select + .label,
    .search-engine .noviusos_form .foundation .floating-label-container .select + .label, .noviusos_form.foundation .floating-label-container select + .label, .noviusos_form.foundation .floating-label-container .moteur-de-recherche select + .label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .select + .label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .select + .label, .noviusos_form.foundation .floating-label-container
    .search-engine select + .label, .noviusos_form.foundation .floating-label-container
    .search-engine .select + .label,
    .search-engine .noviusos_form.foundation .floating-label-container .select + .label {
      top: 0;
      padding: 0;
      color: #000000;
      cursor: initial; }
    .noviusos_form .foundation .floating-label-container select.user-success + .label, .noviusos_form .foundation .floating-label-container .moteur-de-recherche select.user-success + .label, .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .user-success.select + .label,
    .moteur-de-recherche .noviusos_form .foundation .floating-label-container .user-success.select + .label, .noviusos_form .foundation .floating-label-container
    .search-engine select.user-success + .label, .noviusos_form .foundation .floating-label-container
    .search-engine .user-success.select + .label,
    .search-engine .noviusos_form .foundation .floating-label-container .user-success.select + .label, .noviusos_form .foundation .floating-label-container select.parlsey-succes + .label, .noviusos_form .foundation .floating-label-container .moteur-de-recherche select.parlsey-succes + .label, .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .parlsey-succes.select + .label,
    .moteur-de-recherche .noviusos_form .foundation .floating-label-container .parlsey-succes.select + .label, .noviusos_form .foundation .floating-label-container
    .search-engine select.parlsey-succes + .label, .noviusos_form .foundation .floating-label-container
    .search-engine .parlsey-succes.select + .label,
    .search-engine .noviusos_form .foundation .floating-label-container .parlsey-succes.select + .label, .noviusos_form.foundation .floating-label-container select.user-success + .label, .noviusos_form.foundation .floating-label-container .moteur-de-recherche select.user-success + .label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .user-success.select + .label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .user-success.select + .label, .noviusos_form.foundation .floating-label-container
    .search-engine select.user-success + .label, .noviusos_form.foundation .floating-label-container
    .search-engine .user-success.select + .label,
    .search-engine .noviusos_form.foundation .floating-label-container .user-success.select + .label, .noviusos_form.foundation .floating-label-container select.parlsey-succes + .label, .noviusos_form.foundation .floating-label-container .moteur-de-recherche select.parlsey-succes + .label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .parlsey-succes.select + .label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .parlsey-succes.select + .label, .noviusos_form.foundation .floating-label-container
    .search-engine select.parlsey-succes + .label, .noviusos_form.foundation .floating-label-container
    .search-engine .parlsey-succes.select + .label,
    .search-engine .noviusos_form.foundation .floating-label-container .parlsey-succes.select + .label {
      color: #00adef; }
    .noviusos_form .foundation .floating-label-container select.user-error + .label, .noviusos_form .foundation .floating-label-container .moteur-de-recherche select.user-error + .label, .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .user-error.select + .label,
    .moteur-de-recherche .noviusos_form .foundation .floating-label-container .user-error.select + .label, .noviusos_form .foundation .floating-label-container
    .search-engine select.user-error + .label, .noviusos_form .foundation .floating-label-container
    .search-engine .user-error.select + .label,
    .search-engine .noviusos_form .foundation .floating-label-container .user-error.select + .label, .noviusos_form .foundation .floating-label-container select.parlsey-succes + .label, .noviusos_form .foundation .floating-label-container .moteur-de-recherche select.parlsey-succes + .label, .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .parlsey-succes.select + .label,
    .moteur-de-recherche .noviusos_form .foundation .floating-label-container .parlsey-succes.select + .label, .noviusos_form .foundation .floating-label-container
    .search-engine select.parlsey-succes + .label, .noviusos_form .foundation .floating-label-container
    .search-engine .parlsey-succes.select + .label,
    .search-engine .noviusos_form .foundation .floating-label-container .parlsey-succes.select + .label, .noviusos_form.foundation .floating-label-container select.user-error + .label, .noviusos_form.foundation .floating-label-container .moteur-de-recherche select.user-error + .label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .user-error.select + .label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .user-error.select + .label, .noviusos_form.foundation .floating-label-container
    .search-engine select.user-error + .label, .noviusos_form.foundation .floating-label-container
    .search-engine .user-error.select + .label,
    .search-engine .noviusos_form.foundation .floating-label-container .user-error.select + .label, .noviusos_form.foundation .floating-label-container select.parlsey-succes + .label, .noviusos_form.foundation .floating-label-container .moteur-de-recherche select.parlsey-succes + .label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .parlsey-succes.select + .label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .parlsey-succes.select + .label, .noviusos_form.foundation .floating-label-container
    .search-engine select.parlsey-succes + .label, .noviusos_form.foundation .floating-label-container
    .search-engine .parlsey-succes.select + .label,
    .search-engine .noviusos_form.foundation .floating-label-container .parlsey-succes.select + .label {
      color: #ec7684; }
    .noviusos_form .foundation .floating-label-container input:focus + label, .noviusos_form .foundation .floating-label-container input:focus + span.label,
    .noviusos_form .foundation .floating-label-container textarea:focus + label, .noviusos_form .foundation .floating-label-container textarea:focus + span.label,
    .noviusos_form .foundation .floating-label-container input.has-content + label, .noviusos_form .foundation .floating-label-container input.has-content + span.label,
    .noviusos_form .foundation .floating-label-container select.has-content + label,
    .noviusos_form .foundation .floating-label-container .moteur-de-recherche select.has-content + label,
    .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .has-content.select + label,
    .moteur-de-recherche
    .noviusos_form .foundation .floating-label-container .has-content.select + label,
    .noviusos_form .foundation .floating-label-container
    .search-engine select.has-content + label,
    .noviusos_form .foundation .floating-label-container
    .search-engine .has-content.select + label,
    .search-engine
    .noviusos_form .foundation .floating-label-container .has-content.select + label, .noviusos_form .foundation .floating-label-container select.has-content + span.label, .noviusos_form .foundation .floating-label-container .moteur-de-recherche select.has-content + span.label, .noviusos_form .foundation .floating-label-container
    .moteur-de-recherche .has-content.select + span.label,
    .moteur-de-recherche .noviusos_form .foundation .floating-label-container .has-content.select + span.label, .noviusos_form .foundation .floating-label-container
    .search-engine select.has-content + span.label, .noviusos_form .foundation .floating-label-container
    .search-engine .has-content.select + span.label,
    .search-engine .noviusos_form .foundation .floating-label-container .has-content.select + span.label,
    .noviusos_form .foundation .floating-label-container textarea.has-content + label, .noviusos_form .foundation .floating-label-container textarea.has-content + span.label, .noviusos_form.foundation .floating-label-container input:focus + label, .noviusos_form.foundation .floating-label-container .foundation input:focus + span.label, .noviusos_form.foundation .floating-label-container input:focus + span.label,
    .noviusos_form.foundation .floating-label-container textarea:focus + label, .noviusos_form.foundation .floating-label-container .foundation textarea:focus + span.label, .noviusos_form.foundation .floating-label-container textarea:focus + span.label,
    .noviusos_form.foundation .floating-label-container input.has-content + label, .noviusos_form.foundation .floating-label-container .foundation input.has-content + span.label, .noviusos_form.foundation .floating-label-container input.has-content + span.label,
    .noviusos_form.foundation .floating-label-container select.has-content + label,
    .noviusos_form.foundation .floating-label-container .moteur-de-recherche select.has-content + label,
    .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .has-content.select + label,
    .moteur-de-recherche
    .noviusos_form.foundation .floating-label-container .has-content.select + label,
    .noviusos_form.foundation .floating-label-container
    .search-engine select.has-content + label,
    .noviusos_form.foundation .floating-label-container
    .search-engine .has-content.select + label,
    .search-engine
    .noviusos_form.foundation .floating-label-container .has-content.select + label, .noviusos_form.foundation .floating-label-container .foundation select.has-content + span.label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .foundation .has-content.select + span.label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .foundation .has-content.select + span.label, .noviusos_form.foundation .floating-label-container
    .search-engine .foundation .has-content.select + span.label,
    .search-engine .noviusos_form.foundation .floating-label-container .foundation .has-content.select + span.label, .noviusos_form.foundation .floating-label-container select.has-content + span.label, .noviusos_form.foundation .floating-label-container .moteur-de-recherche select.has-content + span.label, .noviusos_form.foundation .floating-label-container
    .moteur-de-recherche .has-content.select + span.label,
    .moteur-de-recherche .noviusos_form.foundation .floating-label-container .has-content.select + span.label, .noviusos_form.foundation .floating-label-container
    .search-engine select.has-content + span.label, .noviusos_form.foundation .floating-label-container
    .search-engine .has-content.select + span.label,
    .search-engine .noviusos_form.foundation .floating-label-container .has-content.select + span.label,
    .noviusos_form.foundation .floating-label-container textarea.has-content + label, .noviusos_form.foundation .floating-label-container .foundation textarea.has-content + span.label, .noviusos_form.foundation .floating-label-container textarea.has-content + span.label {
      top: 0;
      padding: 0;
      cursor: initial; }
  .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .noviusos_form .foundation #form_submit, .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .noviusos_form.foundation #form_submit {
    display: block;
    margin: auto !important;
    background: #00adef;
    color: #ffffff; }

.nofloating .label_text {
  margin: 0;
  padding: .2rem .5rem;
  color: #000;
  background: #eee; }

.nofloating.columns {
  width: 100% !important; }
  .nofloating.columns .label {
    padding-bottom: 3px !important; }
  .nofloating.columns input, .nofloating.columns select, .nofloating.columns
  .moteur-de-recherche .select,
  .moteur-de-recherche .nofloating.columns .select, .nofloating.columns
  .search-engine .select,
  .search-engine .nofloating.columns .select, .nofloating.columns textarea {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .nofloating.columns [type="radio"] + label, .nofloating.columns .noviusos_form .foundation [type="radio"] + span.label, .noviusos_form .foundation .nofloating.columns [type="radio"] + span.label, .nofloating.columns .noviusos_form.foundation [type="radio"] + span.label, .noviusos_form.foundation .nofloating.columns [type="radio"] + span.label, .nofloating.columns [type="checkbox"] + label, .nofloating.columns .noviusos_form .foundation [type="checkbox"] + span.label, .noviusos_form .foundation .nofloating.columns [type="checkbox"] + span.label, .nofloating.columns .noviusos_form.foundation [type="checkbox"] + span.label, .noviusos_form.foundation .nofloating.columns [type="checkbox"] + span.label {
    padding-top: 0 !important;
    padding-bottom: 15px !important; }
    .nofloating.columns [type="radio"] + label::before, .nofloating.columns .noviusos_form .foundation [type="radio"] + span.label::before, .noviusos_form .foundation .nofloating.columns [type="radio"] + span.label::before, .nofloating.columns .noviusos_form.foundation [type="radio"] + span.label::before, .noviusos_form.foundation .nofloating.columns [type="radio"] + span.label::before, .nofloating.columns [type="radio"] + label::after, .nofloating.columns .noviusos_form .foundation [type="radio"] + span.label::after, .noviusos_form .foundation .nofloating.columns [type="radio"] + span.label::after, .nofloating.columns .noviusos_form.foundation [type="radio"] + span.label::after, .noviusos_form.foundation .nofloating.columns [type="radio"] + span.label::after, .nofloating.columns [type="checkbox"] + label::before, .nofloating.columns .noviusos_form .foundation [type="checkbox"] + span.label::before, .noviusos_form .foundation .nofloating.columns [type="checkbox"] + span.label::before, .nofloating.columns .noviusos_form.foundation [type="checkbox"] + span.label::before, .noviusos_form.foundation .nofloating.columns [type="checkbox"] + span.label::before, .nofloating.columns [type="checkbox"] + label::after, .nofloating.columns .noviusos_form .foundation [type="checkbox"] + span.label::after, .noviusos_form .foundation .nofloating.columns [type="checkbox"] + span.label::after, .nofloating.columns .noviusos_form.foundation [type="checkbox"] + span.label::after, .noviusos_form.foundation .nofloating.columns [type="checkbox"] + span.label::after {
      transform: translateY(-15px); }
  .nofloating.columns + .columns {
    padding-bottom: .5rem; }

.azure-container {
  width: 650px;
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
  padding: 0 15px; }
  .azure-container .azure {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    color: #ffffff;
    background: #00adef;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 3; }
    .azure-container .azure p {
      color: #ffffff;
      margin-bottom: 0; }
  .azure-container.has-adress .azure {
    width: 49.8%; }
    .azure-container.has-adress .azure:first-of-type {
      float: left;
      font-size: 25px;
      font-weight: 700;
      border-radius: 10px 0 0 10px;
      line-height: 3;
      text-align: left; }
    .azure-container.has-adress .azure:last-of-type {
      float: right;
      border-radius: 0 10px 10px 0;
      font-size: 1rem;
      font-weight: 400; }
    @media screen and (max-width: 63.9375em) {
      .azure-container.has-adress .azure {
        display: block;
        width: 100%;
        float: none; }
        .azure-container.has-adress .azure:first-of-type {
          line-height: normal;
          border-radius: 10px 10px 0 0;
          padding: 15px 15px 0 15px; }
        .azure-container.has-adress .azure:last-of-type {
          border-radius: 0 0 10px 10px;
          padding: 0 15px 15px 15px; } }

.custom-checkbox, #additional-criterias-container input[type="checkbox"] {
  position: relative;
  background-color: transparent;
  cursor: pointer; }
  .custom-checkbox::before, #additional-criterias-container input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272930;
    border: 1px #ffffff solid;
    border-radius: 3px;
    transition: background-color 100ms ease-in-out; }
  .custom-checkbox:checked::before, #additional-criterias-container input[type="checkbox"]:checked::before {
    background-color: #ffffff; }

.display_none {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0; }

.parsley-errors-list {
  color: #ec7684; }

div.introblock {
  margin: 0 0 40px 0;
  padding: 50px 80px;
  background: #00adef;
  border-radius: 6px; }
  div.introblock * {
    color: #ffffff; }
  div.introblock .introblock_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px; }
  div.introblock .introblock_content p {
    font-size: 15px;
    margin-bottom: 5px; }
    div.introblock .introblock_content p:last-child {
      margin-bottom: 0; }

.chessboard .chessboard-row {
  position: relative; }
  .chessboard .chessboard-row .chessboard-item {
    position: relative;
    background-size: cover;
    background-position: 50% 50%; }
    .chessboard .chessboard-row .chessboard-item .cb-content {
      position: absolute;
      top: 50%;
      left: 10%;
      right: 10%;
      transform: translateY(-50%);
      text-align: center; }
      .chessboard .chessboard-row .chessboard-item .cb-content .cb-icon {
        display: block;
        margin: 0 auto 10px auto; }
      .chessboard .chessboard-row .chessboard-item .cb-content .cb-title {
        color: #000000;
        font-size: 36px;
        font-weight: 700; }
      .chessboard .chessboard-row .chessboard-item .cb-content .cb-description p {
        font-size: 18px;
        font-weight: 100;
        text-align: center; }
    .chessboard .chessboard-row .chessboard-item::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 75%; }
  .chessboard .chessboard-row .cb-popup {
    z-index: 2;
    display: none;
    position: absolute;
    top: 2em;
    bottom: 2em;
    left: 2em;
    right: 2em;
    background: #ffffff;
    box-shadow: 0 0 25px #AAA;
    overflow: auto;
    text-align: center; }
    .chessboard .chessboard-row .cb-popup > ul {
      display: inline-block;
      padding: 3em 2em;
      list-style: none;
      text-align: left; }
      .chessboard .chessboard-row .cb-popup > ul li a {
        display: inline-block;
        margin: 0 1em 0.2em 0;
        font-size: 16px;
        color: #666; }
        .chessboard .chessboard-row .cb-popup > ul li a::before {
          content: "\25A0";
          /* ■ */
          margin-right: 0.8em;
          color: #00adef; }
        .chessboard .chessboard-row .cb-popup > ul li a:hover {
          color: #000000;
          text-decoration: none; }
      .chessboard .chessboard-row .cb-popup > ul li:first-child a {
        margin-bottom: 0.5em;
        color: #000000;
        font-size: 24px; }
        .chessboard .chessboard-row .cb-popup > ul li:first-child a::before {
          color: transparent; }
    .chessboard .chessboard-row .cb-popup .cb-toggle {
      position: absolute;
      top: 1.5em;
      left: 1.5em;
      display: block;
      width: 1.5em;
      height: 1.5em;
      cursor: pointer; }
      .chessboard .chessboard-row .cb-popup .cb-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -20.5%;
        width: 141%;
        height: 1px;
        background: #000000;
        transform: rotate(-45deg); }
      .chessboard .chessboard-row .cb-popup .cb-toggle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -20.5%;
        width: 141%;
        height: 1px;
        background: #000000;
        transform: rotate(45deg); }
  .chessboard .chessboard-row.with_image {
    background: #ffffff; }
    .chessboard .chessboard-row.with_image > .cb-popup ul {
      display: block;
      padding-left: 10%;
      padding-right: 10%; }
    .chessboard .chessboard-row.with_image > .cb-popup li {
      float: left;
      width: 50%; }
      .chessboard .chessboard-row.with_image > .cb-popup li:first-child {
        text-align: center;
        width: 100%; }
      .chessboard .chessboard-row.with_image > .cb-popup li:nth-child(2n) {
        clear: left; }
    .chessboard .chessboard-row.with_image:nth-child(2n) {
      background: #F0F0F0; }
      .chessboard .chessboard-row.with_image:nth-child(2n) .chessboard-item:first-child {
        float: right; }
        .chessboard .chessboard-row.with_image:nth-child(2n) .chessboard-item:first-child::before {
          right: auto;
          left: 0;
          transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .chessboard .chessboard-row.with_image.with_arrow .chessboard-item:first-child {
      background-color: inherit; }
      .chessboard .chessboard-row.with_image.with_arrow .chessboard-item:first-child::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        display: block;
        width: 2em;
        height: 2em;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
        background-color: inherit; }
    .chessboard .chessboard-row.with_image.with_arrow:nth-child(2n) .chessboard-item:first-child::before {
      right: auto;
      left: 0;
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item {
      background-color: #ffffff; }
      .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item .cb-content .cb-title {
        font-size: 18px;
        font-weight: 200;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item .cb-content .cb-icon {
        margin-bottom: 30px; }
      .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item .cb-content .cb-description {
        margin-bottom: 30px; }
        .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item .cb-content .cb-description p {
          font-size: 16px;
          color: #666666; }
      .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item .cb-content > a {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase; }
      .chessboard .chessboard-row.with_image.small_no_alternate .chessboard-item:after {
        padding-bottom: 50%; }
  .chessboard .chessboard-row.large_text {
    background: #DADAD4; }
    .chessboard .chessboard-row.large_text + .large_text {
      border-top: 1px solid #F0F0F0; }
    .chessboard .chessboard-row.large_text .cb-content {
      position: static;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      padding: 50px 0;
      transform: none; }
    .chessboard .chessboard-row.large_text .chessboard-item:after {
      display: none; }
  .chessboard .chessboard-row.small_text .column:nth-child(4n), .chessboard .chessboard-row.small_text .columns:nth-child(4n) {
    background: #ffffff; }
  .chessboard .chessboard-row.small_text .column:nth-child(4n+1), .chessboard .chessboard-row.small_text .columns:nth-child(4n+1) {
    background: #ffffff; }
  .chessboard .chessboard-row.small_text .column:nth-child(4n+2), .chessboard .chessboard-row.small_text .columns:nth-child(4n+2) {
    background: #F0F0F0; }
  .chessboard .chessboard-row.small_text .column:nth-child(4n+3), .chessboard .chessboard-row.small_text .columns:nth-child(4n+3) {
    background: #F0F0F0; }
  .chessboard .chessboard-row.small_text .column:last-child, .chessboard .chessboard-row.small_text .columns:last-child {
    float: left; }

@media screen and (max-width: 39.9375em) {
  .chessboard .chessboard-row {
    background: #ffffff; }
    .chessboard .chessboard-row .chessboard-item {
      height: auto;
      padding: 3em 1em;
      background-color: transparent; }
      .chessboard .chessboard-row .chessboard-item .cb-content {
        position: static;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        transform: none; }
      .chessboard .chessboard-row .chessboard-item::after {
        padding-bottom: 0; }
    .chessboard .chessboard-row:nth-child(2n) {
      background: #F0F0FF; }
    .chessboard .chessboard-row.with_image .chessboard-item:first-child {
      padding: 0; }
      .chessboard .chessboard-row.with_image .chessboard-item:first-child::before {
        display: none; }
      .chessboard .chessboard-row.with_image .chessboard-item:first-child::after {
        padding-bottom: 37.5%; }
    .chessboard .chessboard-row.with_image > .cb-popup li {
      float: none;
      width: auto; }
    .chessboard .chessboard-row.small_text .chessboard-item:nth-child(2n) {
      background: #F0F0F0; }
    .chessboard .chessboard-row.small_text .chessboard-item:nth-child(2n+1) {
      background: #ffffff; }
    .chessboard .chessboard-row.small_text:nth-child(2n) .chessboard-item:nth-child(2n) {
      background: #ffffff; }
    .chessboard .chessboard-row.small_text:nth-child(2n) .chessboard-item:nth-child(2n+1) {
      background: #F0F0F0; }
    .chessboard .chessboard-row .cb-popup {
      bottom: auto; } }

.liste_segments .bloc_seg {
  position: relative;
  display: block;
  margin-bottom: 40px;
  border: 1px solid #e6e6e6; }
  .liste_segments .bloc_seg .content_img {
    position: relative;
    width: auto;
    height: 0;
    padding: 0 0 100% 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    background: #eee; }
    .liste_segments .bloc_seg .content_img img {
      width: 100%; }
    .liste_segments .bloc_seg .content_img .content_new {
      position: absolute;
      z-index: 1;
      top: 10px;
      left: 0;
      display: block;
      padding: 6px 20px;
      font-size: 10px;
      font-weight: 700;
      color: #ffffff;
      background: rgba(39, 41, 48, 0.5);
      transition: opacity 400ms ease; }
    .liste_segments .bloc_seg .content_img .content_award {
      position: absolute;
      z-index: 2;
      top: 28px;
      right: 28px;
      left: 28px;
      display: block;
      height: 50%;
      padding: 5px 20px;
      background: rgba(255, 255, 255, 0.3);
      transition: opacity 400ms ease; }
    .liste_segments .bloc_seg .content_img::after {
      position: absolute;
      content: "";
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: url("../../src/img/produit-hover.png") 50% 50% no-repeat;
      transition: opacity 400ms ease; }
  .liste_segments .bloc_seg .properties {
    padding: 0 15px;
    margin: 0 0 10px 0; }
    .liste_segments .bloc_seg .properties span {
      overflow: hidden;
      display: block;
      line-height: 18px;
      font-size: 14px;
      color: #000;
      white-space: nowrap; }
  .liste_segments .bloc_seg .title {
    overflow: hidden;
    display: block;
    padding: 0 15px;
    margin: 0 0 10px 0;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #272930; }

/* The + selector causes a crash when read by TCPDF */
#leed_search_product {
  margin-bottom: 30px; }
  #leed_search_product input {
    display: none; }
  #leed_search_product input + label, #leed_search_product .noviusos_form .foundation input + span.label, .noviusos_form .foundation #leed_search_product input + span.label, #leed_search_product .noviusos_form.foundation input + span.label, .noviusos_form.foundation #leed_search_product input + span.label {
    color: #666;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin: 0 2em 0 0; }
    #leed_search_product input + label::before, #leed_search_product .noviusos_form .foundation input + span.label::before, .noviusos_form .foundation #leed_search_product input + span.label::before, #leed_search_product .noviusos_form.foundation input + span.label::before, .noviusos_form.foundation #leed_search_product input + span.label::before {
      content: "\2610";
      /* ☐ */
      font-size: 16px;
      padding-right: 8px;
      position: relative;
      top: 1px; }
  #leed_search_product input:checked + label:before, #leed_search_product .noviusos_form .foundation input:checked + span.label:before, .noviusos_form .foundation #leed_search_product input:checked + span.label:before, #leed_search_product .noviusos_form.foundation input:checked + span.label:before, .noviusos_form.foundation #leed_search_product input:checked + span.label:before {
    content: "\2612";
    /* ☒ */ }

#leed_calc_product_list {
  margin-bottom: 30px;
  font-size: 14px; }
  #leed_calc_product_list p {
    text-align: center; }
  #leed_calc_product_list .message {
    margin-bottom: 30px;
    font-size: 1.3em;
    font-weight: 700;
    color: #00adef;
    text-transform: uppercase;
    text-align: center; }

.leed_specification h2 {
  text-align: center; }

.leed_specification h3 .links {
  display: inline;
  font-size: 1.5rem;
  margin-left: 1rem; }

.leed_specification .specification .visuel_container .visuel {
  float: left;
  margin-right: 3rem; }

.leed_specification .pdf_header {
  width: 100%; }

.leed_specification .leed_wrapper {
  clear: both; }

.leed_specification .leed_calculator_table {
  width: 100%; }
  .leed_specification .leed_calculator_table tr, .leed_specification .leed_calculator_table tr td, .leed_specification .leed_calculator_table tr th {
    border: 1px solid #000000; }
  .leed_specification .leed_calculator_table tr td, .leed_specification .leed_calculator_table tr th {
    padding: 5px;
    background-color: #efefef; }
  .leed_specification .leed_calculator_table tr td {
    padding: 30px 5px; }
  .leed_specification .leed_calculator_table tr th {
    text-align: left; }
  .leed_specification .leed_calculator_table tr th[colspan="3"] {
    background-color: #666666;
    color: #ffffff; }
  .leed_specification .leed_calculator_table tr:nth-child(odd) td {
    background-color: #ffffff; }
  .leed_specification .leed_calculator_table tr.leed_calculator_table_header th {
    background-color: #2e3038;
    color: #ffffff;
    line-height: 20px; }
  .leed_specification .leed_calculator_table tr.leed_calculator_table_header th:first-child {
    border-right-color: #ffffff; }

.leed_specification .leed_logos {
  text-align: center; }

.leed_specification .return-button {
  margin: 50px; }

.socialwall {
  position: relative;
  display: block;
  max-width: 100%; }
  .socialwall .channel {
    position: relative;
    display: block;
    height: 100%;
    color: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .socialwall .channel:not(.media) {
        margin-bottom: 1.25rem; } }
    .socialwall .channel .content {
      position: relative;
      display: block;
      padding: 2.75rem 2.75rem 7rem;
      font-size: 1rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .socialwall .channel .content {
          padding: 1.75rem 1.75rem 5rem; } }
      @media screen and (max-width: 39.9375em) {
        .socialwall .channel .content {
          padding: 1.25rem 1.25rem 5rem; } }
      .socialwall .channel .content a {
        color: rgba(255, 255, 255, 0.7); }
    .socialwall .channel .social {
      position: absolute;
      left: 2.75rem;
      bottom: 2rem;
      right: 2.75rem;
      color: #ffffff; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .socialwall .channel .social {
          left: 1.75rem;
          bottom: 1.75rem;
          right: 1.75rem; } }
      @media screen and (max-width: 39.9375em) {
        .socialwall .channel .social {
          left: 1.25rem;
          bottom: 1.25rem;
          right: 1.25rem; } }
      .socialwall .channel .social a {
        color: #ffffff; }
        .socialwall .channel .social a:hover {
          text-decoration: none; }
      .socialwall .channel .social i {
        position: relative;
        top: -3px;
        font-size: 2.65rem;
        float: left;
        margin-right: 10px; }
      .socialwall .channel .social .account {
        position: relative;
        display: inline-block;
        font-weight: 700;
        font-size: 0.875rem;
        text-transform: uppercase; }
      .socialwall .channel .social .date {
        position: relative;
        margin: 0;
        line-height: 1;
        font-size: 0.675rem;
        color: rgba(255, 255, 255, 0.75); }
    .socialwall .channel.media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50%; }
      @media screen and (max-width: 39.9375em) {
        .socialwall .channel.media img {
          height: 250px; } }
    .socialwall .channel.arrow::after {
      position: absolute;
      content: '';
      top: 47%;
      left: -18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 18px 16px 0;
      border-color: transparent transparent transparent transparent; }
      @media screen and (max-width: 39.9375em) {
        .socialwall .channel.arrow::after {
          top: -18px;
          left: 47%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 16px 18px 16px;
          border-color: transparent transparent transparent transparent; } }
    .socialwall .channel.facebook {
      background-color: #3b5998; }
      .socialwall .channel.facebook.arrow::after {
        border-color: transparent #3b5998 transparent transparent; }
        @media screen and (max-width: 39.9375em) {
          .socialwall .channel.facebook.arrow::after {
            border-color: transparent transparent #3b5998 transparent; } }
      .socialwall .channel.facebook .social i {
        top: 0;
        font-size: 2.15rem; }
    .socialwall .channel.twitter {
      background-color: #1da1f2; }
      .socialwall .channel.twitter.arrow::after {
        border-color: transparent #1da1f2 transparent transparent; }
        @media screen and (max-width: 39.9375em) {
          .socialwall .channel.twitter.arrow::after {
            border-color: transparent transparent #1da1f2 transparent; } }
    .socialwall .channel.pinterest {
      background-color: #284e77; }
      .socialwall .channel.pinterest.arrow::after {
        border-color: transparent #284e77 transparent transparent; }
        @media screen and (max-width: 39.9375em) {
          .socialwall .channel.pinterest.arrow::after {
            border-color: transparent transparent #284e77 transparent; } }

#bloc-inscription .specifiquepro {
  background: #efefef;
  padding: 1em 2em;
  margin: 1em 0 0 0; }
  #bloc-inscription .specifiquepro .aidesiret {
    padding: 1em;
    margin: 0 0 16px 0;
    background: #d6d6d6; }
    #bloc-inscription .specifiquepro .aidesiret button {
      float: right; }

#bloc-inscription .callout {
  padding: 20px;
  margin-bottom: 10px; }
  #bloc-inscription .callout.success {
    color: #516959;
    background: #e1faea; }
  #bloc-inscription .callout.warning {
    color: #695d52;
    background: #fff3d9; }
  #bloc-inscription .callout.error {
    color: #695453;
    background: #fce6e2; }
  #bloc-inscription .callout.info {
    color: #5c6269;
    background: #def0fc; }
  #bloc-inscription .callout :last-child {
    margin-bottom: 0; }

#historiquecommandes {
  width: 100%; }
  #historiquecommandes tr {
    font-size: 14px;
    font-weight: normal;
    background: #eee; }
    #historiquecommandes tr:nth-child(even) {
      background: #ddd; }
    #historiquecommandes tr:hover {
      color: #000000; }
  #historiquecommandes td {
    padding: 6px 12px; }
    #historiquecommandes td:last-child {
      text-align: right; }

#mygf_onepager {
  height: 0;
  z-index: 100;
  position: relative;
  top: -40px; }
  #mygf_onepager ul {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    list-style: none; }
    #mygf_onepager ul li {
      flex: 1 1 0;
      margin: 0 8px; }
      #mygf_onepager ul li a {
        display: block;
        height: 100%;
        padding: 32px 4px;
        color: #000000;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        background: #efefef;
        transition: background 200ms ease, padding 200ms ease; }
        #mygf_onepager ul li a img {
          width: 48px;
          height: 48px;
          margin-bottom: 24px;
          transition: margin 200ms ease; }
        #mygf_onepager ul li a span {
          display: block; }
        #mygf_onepager ul li a:hover {
          color: #ffffff;
          text-decoration: none;
          background: #00adef; }
          #mygf_onepager ul li a:hover img {
            filter: invert(100%); }
  #mygf_onepager.is_stuck ul {
    box-shadow: 0 0 10px #d6d6d6; }

.zone_onepager {
  position: relative; }
  .zone_onepager .anchor_onepager {
    position: absolute;
    display: block;
    top: -80px;
    width: 1px;
    height: 1px; }

.mfp-wrap.vl-favorites .mfp-content {
  width: auto;
  background: #ffffff; }
  .mfp-wrap.vl-favorites .mfp-content .popin-favoris {
    width: 500px;
    height: 320px;
    padding: 1em 2em; }
  .mfp-wrap.vl-favorites .mfp-content #closeModale {
    display: inline-block;
    margin: auto;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    background: #00adef;
    color: #ffffff; }

.vl-search {
  margin-top: -40px; }
  @media screen and (max-width: 63.9375em) {
    .vl-search {
      margin-top: 0px;
      width: 100%; } }
  .vl-search label, .vl-search .noviusos_form .foundation span.label, .noviusos_form .foundation .vl-search span.label, .vl-search .noviusos_form.foundation span.label, .noviusos_form.foundation .vl-search span.label {
    background: #F3F3F3;
    padding: 8px 24px;
    border-radius: 8px 0 0 8px; }
    .vl-search label input, .vl-search .noviusos_form .foundation span.label input, .noviusos_form .foundation .vl-search span.label input, .vl-search .noviusos_form.foundation span.label input, .noviusos_form.foundation .vl-search span.label input {
      height: 36px;
      border: none;
      margin: 0; }
  .vl-search button {
    display: block;
    width: 100%;
    height: 52px;
    font-size: 18px;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #00adef;
    color: #ffffff; }

.vl-header {
  position: relative;
  margin-bottom: 30px; }
  .vl-header .vl-goback {
    height: 16px;
    width: 32px;
    overflow: hidden; }
    .vl-header .vl-goback::before {
      position: absolute;
      top: -18px;
      content: "\2190";
      /* ← */
      font-size: 32px;
      vertical-align: top;
      color: #00adef; }
    .vl-header .vl-goback:hover {
      text-decoration: none; }
  .vl-header .vl-breadcrumbs {
    position: relative;
    display: inline-block;
    margin: 0 16px 0 32px; }
    .vl-header .vl-breadcrumbs a {
      display: block;
      color: #444;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase; }
      .vl-header .vl-breadcrumbs a:hover {
        text-decoration: none; }
    .vl-header .vl-breadcrumbs::after {
      position: absolute;
      right: -12px;
      bottom: -3px;
      content: "/";
      color: #444;
      font-size: 14px; }
  .vl-header h1 {
    display: inline;
    margin: 0;
    font-size: 18px;
    color: #00adef; }

.vl-actions {
  font-size: 20px; }
  .vl-actions > span {
    position: relative;
    top: 4px;
    font-size: 1em;
    color: #ffffff;
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    background: #00adef;
    transition: background 400ms ease; }
    .vl-actions > span i {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 1em;
      transform: translateX(-50%) translateY(-50%); }
      .vl-actions > span i.fa-thumb-tack:before {
        display: block;
        transform: rotate(45deg); }
    .vl-actions > span.favorite .fa-thumb-tack {
      color: gold; }
    .vl-actions > span:hover {
      background: #0088bc; }

.vl-simplelist {
  padding-top: 40px; }
  .vl-simplelist .vl-docitem {
    display: block;
    padding: 10px;
    font-weight: 600; }
    .vl-simplelist .vl-docitem:hover {
      background: #efefef; }
    @media screen and (max-width: 63.9375em) {
      .vl-simplelist .vl-docitem .float-right {
        margin-top: 10px;
        float: none !important; } }
    .vl-simplelist .vl-docitem .thumbnail {
      width: 126px;
      height: 160px;
      object-fit: contain;
      vertical-align: top;
      margin-right: 1em;
      float: left;
      border: 1px solid #efefef; }
    .vl-simplelist .vl-docitem .file-size {
      margin-right: 20px; }
      @media screen and (max-width: 39.9375em) {
        .vl-simplelist .vl-docitem .file-size {
          margin-right: 0; } }
    @media screen and (max-width: 39.9375em) {
      .vl-simplelist .vl-docitem .text-right {
        text-align: center; } }
  .vl-simplelist .vl-doclist {
    width: 100%; }
    .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) {
      border-top: 1px solid #efefef;
      background: #ffffff;
      transition: background 400ms ease; }
      .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td {
        padding: 0;
        vertical-align: top; }
        .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.name a {
          font-weight: 600;
          color: #00adef; }
        .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.size {
          width: 80px;
          text-align: right;
          color: #00adef; }
          .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.size span {
            display: block;
            font-size: 12px;
            line-height: 24px;
            padding: 12px 20px; }
        .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.vl-actions {
          width: 1px;
          white-space: nowrap;
          text-align: right; }
          .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.vl-actions a {
            display: inline-block; }
            .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.vl-actions a + a {
              margin-left: 5px; }
          .vl-simplelist .vl-doclist .vl-docitem:not(:first-child) td.vl-actions span {
            display: block;
            padding: 2px 20px; }
      .vl-simplelist .vl-doclist .vl-docitem:not(:first-child).active .name a {
        color: orange; }
      .vl-simplelist .vl-doclist .vl-docitem:not(:first-child).active .size {
        color: orange; }
      .vl-simplelist .vl-doclist .vl-docitem:not(:first-child).active .vl-actions a {
        background: orange; }
        .vl-simplelist .vl-doclist .vl-docitem:not(:first-child).active .vl-actions a:hover {
          background: #cc8400; }
      .vl-simplelist .vl-doclist .vl-docitem:not(:first-child):hover {
        background: #f3f3f3; }

.vl-coverlist {
  padding-top: 40px;
  background: #efefef; }
  .vl-coverlist .vl-doclist .vl-docitem {
    display: block;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow 400ms ease; }
    .vl-coverlist .vl-doclist .vl-docitem .cover {
      position: relative;
      height: 0;
      padding-bottom: 141.428571429%;
      border: 1px solid #ffffff;
      background: #ffffff;
      transition: border-color 400ms ease; }
      .vl-coverlist .vl-doclist .vl-docitem .cover img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      .vl-coverlist .vl-doclist .vl-docitem .cover .vl-actions {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
        transition: opacity 400ms ease; }
        .vl-coverlist .vl-doclist .vl-docitem .cover .vl-actions span {
          display: block;
          margin: 10px 0; }
    .vl-coverlist .vl-doclist .vl-docitem .name {
      font-size: 16px;
      display: block;
      text-align: center;
      padding: 10px 20px;
      color: #666; }
    .vl-coverlist .vl-doclist .vl-docitem:hover {
      box-shadow: 0 0 50px #CCC; }
      .vl-coverlist .vl-doclist .vl-docitem:hover .cover {
        border-color: #C9C9C9; }
      .vl-coverlist .vl-doclist .vl-docitem:hover .name {
        background: #ffffff; }
        .vl-coverlist .vl-doclist .vl-docitem:hover .name a {
          color: #00adef;
          text-decoration: none; }
      .vl-coverlist .vl-doclist .vl-docitem:hover .vl-actions {
        opacity: 1; }

.vl-content {
  background: #ffffff; }
  .vl-content.vl-search-detail-produit h1 {
    margin: 40px 0 0 0; }
  .vl-content.vl-search-detail-produit h2 {
    margin: 12px 0;
    font-size: 24px;
    font-weight: normal;
    text-transform: capitalize;
    color: #222; }
  .vl-content.vl-search-detail-produit h3 {
    margin: 9px 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #666; }
  .vl-content.vl-search-detail-produit .vl-simplelist, .vl-content.vl-search-detail-produit .vl-coverlist {
    padding-top: 0;
    padding-bottom: 10px;
    background: #ffffff; }

.content_virtual_library {
  position: relative; }
  .content_virtual_library .vl-onglets {
    padding: 60px 10%;
    text-align: center; }
    .content_virtual_library .vl-onglets a {
      display: block;
      padding: 20px;
      font-size: 1rem;
      line-height: 1rem;
      text-transform: uppercase;
      color: #000000;
      background: #efefef;
      border-radius: 10px 0 0 10px; }
      .content_virtual_library .vl-onglets a:hover {
        text-decoration: none; }
    .content_virtual_library .vl-onglets .vl-search {
      display: block;
      border-left: 1px solid #d6d6d6; }
      .content_virtual_library .vl-onglets .vl-search label, .content_virtual_library .vl-onglets .vl-search .noviusos_form .foundation span.label, .noviusos_form .foundation .content_virtual_library .vl-onglets .vl-search span.label, .content_virtual_library .vl-onglets .vl-search .noviusos_form.foundation span.label, .noviusos_form.foundation .content_virtual_library .vl-onglets .vl-search span.label {
        border-radius: 0;
        padding: 10px 40px 10px 10px; }
        .content_virtual_library .vl-onglets .vl-search label input, .content_virtual_library .vl-onglets .vl-search .noviusos_form .foundation span.label input, .noviusos_form .foundation .content_virtual_library .vl-onglets .vl-search span.label input, .content_virtual_library .vl-onglets .vl-search .noviusos_form.foundation span.label input, .noviusos_form.foundation .content_virtual_library .vl-onglets .vl-search span.label input {
          height: calc(1rem + 20px); }
      .content_virtual_library .vl-onglets .vl-search button {
        height: calc(1rem + 40px); }
    @media screen and (max-width: 39.9375em) {
      .content_virtual_library .vl-onglets {
        padding: 60px 10px; }
        .content_virtual_library .vl-onglets a {
          border-radius: 10px 10px 0 0; }
        .content_virtual_library .vl-onglets .vl-search {
          border-left: none;
          border-top: 1px solid #d6d6d6; }
          .content_virtual_library .vl-onglets .vl-search label, .content_virtual_library .vl-onglets .vl-search .noviusos_form .foundation span.label, .noviusos_form .foundation .content_virtual_library .vl-onglets .vl-search span.label, .content_virtual_library .vl-onglets .vl-search .noviusos_form.foundation span.label, .noviusos_form.foundation .content_virtual_library .vl-onglets .vl-search span.label {
            border-radius: 0 0 0 10px; }
          .content_virtual_library .vl-onglets .vl-search button {
            border-radius: 0 0 10px 0; } }
  .content_virtual_library .liste_products {
    background: #ffffff; }

.vl-alternate-listing .documents-category {
  padding: 20px 0; }
  .vl-alternate-listing .documents-category .category-title {
    font-size: 1.75rem;
    margin-bottom: 0;
    color: #000000; }

.vl-alternate-listing > .row {
  margin-top: 2em;
  border-top: 1px solid #efefef; }

.vl-alternate-listing .vl-simplelist {
  padding-top: 0; }
  .vl-alternate-listing .vl-simplelist table.vl-doclist tr.vl-docitem:first-child {
    border-top: none; }

.services-stickymenu {
  height: 0;
  z-index: 100;
  position: relative;
  top: -40px; }
  .services-stickymenu ul {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    list-style: none; }
    .services-stickymenu ul li {
      flex-grow: 1; }
      .services-stickymenu ul li a {
        display: block;
        padding: 48px 0 32px 0;
        color: #000000;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        background: #efefef;
        transition: background 200ms ease, padding 200ms ease; }
        .services-stickymenu ul li a img {
          width: 48px;
          height: 48px;
          margin-bottom: 24px;
          transition: margin 200ms ease; }
        .services-stickymenu ul li a span {
          display: block; }
        .services-stickymenu ul li a:hover {
          color: #ffffff;
          text-decoration: none;
          background: #00adef; }
          .services-stickymenu ul li a:hover img {
            filter: invert(100%); }
  .services-stickymenu.is_stuck ul {
    box-shadow: 0 0 10px #d6d6d6; }

.services-chessboard .chessboard-square {
  height: auto;
  background-size: cover;
  background-position: 50% 50%; }
  .services-chessboard .chessboard-square .cb-popup {
    z-index: 2;
    overflow: auto;
    padding: 80px 20px 0 0; }
    .services-chessboard .chessboard-square .cb-popup ul {
      display: inline-block; }
      .services-chessboard .chessboard-square .cb-popup ul li:first-child a {
        margin-bottom: 0.5em; }
        .services-chessboard .chessboard-square .cb-popup ul li:first-child a strong {
          color: #000000;
          font-size: 24px; }
        .services-chessboard .chessboard-square .cb-popup ul li:first-child a::before {
          color: transparent; }
  .services-chessboard .chessboard-square::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 75%; }

.services-chessboard .with_image {
  background: #ffffff; }
  .services-chessboard .with_image .chessboard-square:first-child {
    background-color: inherit; }
    .services-chessboard .with_image .chessboard-square:first-child::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      display: none;
      width: 2em;
      height: 2em;
      transform: translateX(50%) translateY(-50%) rotate(45deg);
      background-color: inherit; }
  .services-chessboard .with_image:nth-child(2n) {
    background: #F0F0F0; }
    .services-chessboard .with_image:nth-child(2n) .chessboard-square:first-child {
      float: right; }
      .services-chessboard .with_image:nth-child(2n) .chessboard-square:first-child::before {
        right: auto;
        left: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.services-chessboard .large_text {
  background: #DADAD4; }
  .services-chessboard .large_text + .large_text {
    border-top: 1px solid #F0F0F0; }
  .services-chessboard .large_text span {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 50px 0;
    transform: none; }
    .services-chessboard .large_text span .button, .services-chessboard .large_text span .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span .noviusos_form .foundation
    .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
    .moteur-de-recherche .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span
    .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
    .moteur-de-recherche .noviusos_form .foundation .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span .noviusos_form .foundation
    .search-engine .select input[type='submit'], .noviusos_form .foundation
    .search-engine .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span
    .search-engine .noviusos_form .foundation .select input[type='submit'],
    .search-engine .noviusos_form .foundation .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span
    .noviusos_form .foundation #form_submit,
    .noviusos_form .foundation .services-chessboard .large_text span #form_submit, .services-chessboard .large_text span .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span .noviusos_form.foundation
    .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
    .moteur-de-recherche .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span
    .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
    .moteur-de-recherche .noviusos_form.foundation .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span .noviusos_form.foundation
    .search-engine .select input[type='submit'], .noviusos_form.foundation
    .search-engine .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span
    .search-engine .noviusos_form.foundation .select input[type='submit'],
    .search-engine .noviusos_form.foundation .select .services-chessboard .large_text span input[type='submit'], .services-chessboard .large_text span
    .noviusos_form.foundation #form_submit,
    .noviusos_form.foundation .services-chessboard .large_text span #form_submit {
      color: #ffffff; }
  .services-chessboard .large_text .chessboard-square:after {
    display: none; }

.services-chessboard .small_text .column:nth-child(4n), .services-chessboard .small_text .columns:nth-child(4n) {
  background: #ffffff; }

.services-chessboard .small_text .column:nth-child(4n+1), .services-chessboard .small_text .columns:nth-child(4n+1) {
  background: #ffffff; }

.services-chessboard .small_text .column:nth-child(4n+2), .services-chessboard .small_text .columns:nth-child(4n+2) {
  background: #F0F0F0; }

.services-chessboard .small_text .column:nth-child(4n+3), .services-chessboard .small_text .columns:nth-child(4n+3) {
  background: #F0F0F0; }

.services-chessboard .small_text .column:last-child, .services-chessboard .small_text .columns:last-child {
  float: left; }

@media screen and (max-width: 39.9375em) {
  .services-chessboard .row {
    background: #ffffff; }
    .services-chessboard .row .chessboard-square {
      height: auto;
      padding: 3em 1em;
      background-color: transparent; }
      .services-chessboard .row .chessboard-square span {
        position: static;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0; }
      .services-chessboard .row .chessboard-square::after {
        padding-bottom: 0; }
    .services-chessboard .row.with_image .chessboard-square:first-child::before {
      display: none; }
    .services-chessboard .row.with_image .chessboard-square:first-child::after {
      padding-bottom: 18.75%; }
    .services-chessboard .row:nth-child(2n) {
      background: #F0F0FF; }
    .services-chessboard .row.small_text .chessboard-square {
      background: #ffffff; }
      .services-chessboard .row.small_text .chessboard-square:nth-child(2n) {
        background: #F0F0F0; }
    .services-chessboard .row.small_text:nth-child(2n) .chessboard-square {
      background: #F0F0F0; }
      .services-chessboard .row.small_text:nth-child(2n) .chessboard-square:nth-child(2n) {
        background: #ffffff; }
    .services-chessboard .row .cb-popup {
      bottom: auto; } }

.services-enhancer {
  text-align: center; }
  .services-enhancer h2 {
    margin: 50px auto 25px auto;
    font-size: 1.75em;
    max-width: 650px; }
  .services-enhancer h3 {
    color: #000000;
    margin: 0 auto 50px auto;
    font-size: 1.2em;
    max-width: 650px; }
  .services-enhancer > ul {
    margin: 0;
    list-style: none; }
    .services-enhancer > ul li {
      float: left; }
      @media only screen and (max-width: 900px) {
        .services-enhancer > ul li {
          float: none;
          width: 100% !important;
          margin-bottom: 20px; } }
  .services-enhancer .button, .services-enhancer .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .services-enhancer input[type='submit'], .services-enhancer .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select .services-enhancer input[type='submit'], .services-enhancer
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select .services-enhancer input[type='submit'], .services-enhancer .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select .services-enhancer input[type='submit'], .services-enhancer
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select .services-enhancer input[type='submit'], .services-enhancer
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation .services-enhancer #form_submit, .services-enhancer .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .services-enhancer input[type='submit'], .services-enhancer .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select .services-enhancer input[type='submit'], .services-enhancer
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select .services-enhancer input[type='submit'], .services-enhancer .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select .services-enhancer input[type='submit'], .services-enhancer
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select .services-enhancer input[type='submit'], .services-enhancer
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation .services-enhancer #form_submit {
    margin: 60px 0px;
    font-weight: 600;
    font-size: 0.875rem; }

.radius-box {
  padding: 20px 0.9375rem;
  margin-bottom: 40px;
  background: #00adef;
  border-radius: 10px;
  color: #ffffff; }
  @media screen and (max-width: 39.9375em) {
    .radius-box {
      padding-left: 50px;
      padding-right: 50px; } }
  .radius-box p {
    color: #ffffff;
    font-size: 1.125rem; }
    @media screen and (max-width: 39.9375em) {
      .radius-box p {
        font-size: 1rem; } }
  .radius-box .radius-box-date {
    margin-bottom: 10px; }
  .radius-box .radius-box-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      .radius-box .radius-box-title {
        font-size: 1.125rem; } }

.social-networks-list {
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .social-networks-list {
      text-align: right; } }
  .social-networks-list svg {
    fill: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .social-networks-list svg {
        width: 17px;
        height: 17px;
        margin: 0; } }
  .social-networks-list a {
    display: inline-block;
    text-decoration: none;
    line-height: 13px;
    margin-bottom: .5rem; }
    .social-networks-list a:hover svg {
      opacity: .8; }

.file-download h2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.1rem; }

.mfp-content {
  max-width: 860px;
  background: white;
  padding: 50px 100px;
  border-radius: 5px; }
  @media screen and (max-width: 39.9375em) {
    .mfp-content {
      padding: 25px; } }

.mfp-close:hover {
  background: none; }

.tooltip {
  z-index: 2000; }

.dropdown-pane {
  z-index: 11;
  border: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5); }

.application-header_sports {
  height: calc(100vh - 80px);
  text-align: center; }
  .application-header_sports .row {
    height: 100%; }
    .application-header_sports .row .column, .application-header_sports .row .columns {
      background-position: 50% 50%;
      background-size: cover;
      position: relative;
      height: 100%; }
      .application-header_sports .row .column h2, .application-header_sports .row .columns h2 {
        position: absolute;
        top: 50%;
        right: 10%;
        left: 10%;
        transform: translateY(-100%);
        color: #ffffff; }
      .application-header_sports .row .column p, .application-header_sports .row .columns p {
        visibility: hidden;
        position: absolute;
        top: 65%;
        right: 10%;
        left: 10%;
        transform: translateY(-50%);
        text-align: center;
        color: #ffffff; }
      .application-header_sports .row .column a, .application-header_sports .row .columns a {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%); }
      .application-header_sports .row .column:hover p, .application-header_sports .row .columns:hover p {
        visibility: visible; }

.application .application-header_slideshow .slide {
  height: calc(100vh - 80px); }

.application .application-breadcrumbs {
  background: #eee;
  padding: 1em 0; }

.application .application-products {
  padding: 2em 0;
  background: #ffffff;
  text-align: center; }
  .application .application-products > h2 {
    text-align: center; }
  .application .application-products > p {
    text-align: center; }
  .application .application-products .product-list {
    padding: 2em 0; }

.application .application-documents {
  padding: 2em 0;
  background: #ffffff; }
  .application .application-documents > h2 {
    text-align: center; }
  .application .application-documents > div {
    background: #ffffff;
    padding-top: 10px; }
    .application .application-documents > div h3 {
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      padding-top: 8px;
      border-top: 1px solid #eee; }

.application .application-jobrefs {
  padding: 2em 0;
  background: #ffffff;
  text-align: center; }
  .application .application-jobrefs > h2 {
    text-align: center; }
  .application .application-jobrefs > p {
    text-align: center; }
  .application .application-jobrefs .thumbnails-list {
    padding: 2em 0; }

.application .application-news {
  padding: 2em 0;
  background: #ffffff;
  text-align: center; }
  .application .application-news > h2 {
    text-align: center; }

.application .application-videos {
  padding: 40px 0;
  background: #F1F1F1; }
  .application .application-videos > h2 {
    text-align: center; }

@media screen and (max-width: 63.9375em) {
  .side-nav {
    display: inline-block !important; } }

.side-nav .menu {
  display: inline-block; }
  .side-nav .menu .item-lvl1.cart-icon > a {
    padding: 0px; }
    .side-nav .menu .item-lvl1.cart-icon > a::after {
      display: none; }
  .side-nav .menu #search-form {
    display: none; }
    .side-nav .menu #search-form input {
      margin: 0px;
      background: transparent;
      border: 0px;
      box-shadow: none;
      color: #ffffff; }
  .side-nav .menu .toggle-search-form {
    position: relative;
    top: 4px;
    padding: 13px;
    box-sizing: content-box;
    background-color: #00adef;
    border-radius: 50%;
    cursor: pointer;
    transition: all 250ms ease-out;
    fill: #ffffff; }
    .side-nav .menu .toggle-search-form::after {
      display: none; }
    .side-nav .menu .toggle-search-form:hover {
      background-color: #009bd6; }

#global-search-form {
  display: none; }
  #global-search-form.active {
    display: block;
    background: rgba(0, 173, 239, 0.9);
    position: fixed;
    max-width: none;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #global-search-form.active .close {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 25px;
      height: 25px;
      cursor: pointer; }
    #global-search-form.active .global-search-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%; }
    #global-search-form.active input {
      height: auto;
      width: 90%;
      display: inline-block;
      color: white;
      font-size: 5rem;
      background: transparent;
      border: 0px;
      border-bottom: 1px white solid;
      box-shadow: none; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #global-search-form.active input {
          font-size: 3rem;
          width: 85%; } }
      @media screen and (max-width: 39.9375em) {
        #global-search-form.active input {
          font-size: 1.5rem;
          width: 85%; } }
    #global-search-form.active ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.8); }
    #global-search-form.active ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.8); }
    #global-search-form.active :-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.8); }
    #global-search-form.active :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.8); }
    #global-search-form.active button[type="submit"] {
      width: 9%;
      background-color: transparent;
      border: 0px;
      padding: 0px; }
      #global-search-form.active button[type="submit"] svg {
        fill: #ffffff;
        width: 50px;
        height: 50px; }
        @media screen and (max-width: 39.9375em) {
          #global-search-form.active button[type="submit"] svg {
            width: 25px;
            height: 25px; } }
      @media screen and (max-width: 39.9375em) {
        #global-search-form.active button[type="submit"] {
          width: 13%; } }

.inspiration {
  background: #efefef;
  padding-bottom: 4em; }
  .inspiration .inspiration-title {
    margin: 0.5em 0 0 0;
    color: #000000;
    text-align: center; }
  .inspiration .inspiration-description {
    margin: 0;
    text-align: center; }
  .inspiration .inspiration-header .slide {
    height: calc(100vh - 80px); }
  .inspiration .inspiration-header .slideshow-details .pretitre {
    display: block;
    position: static; }
  .inspiration .chessboard {
    margin: 2em 0 1em 0; }

.inspiration-columns .plus-content {
  padding: 0 1em;
  text-align: center; }
  .inspiration-columns .plus-content .author-name {
    font-weight: bold;
    margin-bottom: 3em; }
  .inspiration-columns .plus-content .button, .inspiration-columns .plus-content .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation .inspiration-columns .plus-content #form_submit, .inspiration-columns .plus-content .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select .inspiration-columns .plus-content input[type='submit'], .inspiration-columns .plus-content
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation .inspiration-columns .plus-content #form_submit {
    margin-bottom: 3em; }

.square-list, #global-prehome .text-list .zone ul {
  margin: 0;
  list-style: none; }
  .square-list li, #global-prehome .text-list .zone ul li {
    position: relative;
    padding-left: 20px; }
    .square-list li::before, #global-prehome .text-list .zone ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 5px;
      height: 5px;
      background: #00adef; }

.colour {
  position: relative; }
  .colour:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4Mzk3RTU5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4Mzk3RTY5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OTgzOTdFMzk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OTgzOTdFNDk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po85Fc0AAAJbSURBVHjapJVNSBRhGMefXdd2J1ZsO2ihB6FYJLesyE57CYrqYGCd7Bh1zdWDRkGHImIriPaqeUwI9NKhD7t1MiKpDNpS2oNr2MH1C8f9mun/zL4zzMzOTIz+4cfOx/v+9v2a9w3QZIFcEgP94CI4Bg6AElgE8+A1mACa4FSsgT6eaaIArjcrKn7rxREwCIbBPvLOKngMnr5LRuVzLSHt4cvFcp24A7wCCfKRsy2huelktBeXOTSWEu/XKWh63w4++JVy1x92SQlRt308V6LshmKIuftTQu4rV9oatfHlunJVnbr3Y1viG12cAj1+pSE090GXZNxnFko9eVlJ6eL94BbtINc69lA8WmtboaxSOrvNlyPsDIol1exXKjUE6G5nxLh/9LOoyYWrn8Xn7ZXuH4nQxqVmetYtaZPjlIHDYWqTaq1F9ykzXzS/vsBvjtsrpVApigG8eShMYyf31sljjQEajoeNe0wYbVVVc5FuFrfaxc9zJcs4sjxosrOU5ZxfmwqNm8qLtLK4aH869E22FGb56ImanLvPw6Dn9neZKqrDigF/QJP5oYKCN2a3DKn5VxETx/lUqNJkvuw0BcsszoK4/Y2X3Nxa1Xluv/BQvHVbUrrcYQxp+m9FwyVvgmLrW/OSX/9slauitS5h1wSLV0Da62NgEcszC0VtWT3Bx8Dj6xJ2rejbJn/wM+Ao7S5z4DSQ9U2I+3UZLO1Cmgd9wmXZj/m4SYp/3UlLk8JBdjHnt+jKHXHs/C+roizXyVkPAO/D9CpvKOIwPSie8wf1lZcUeKEfpvb8E2AAQc7HTTiqnY0AAAAASUVORK5CYII=");
    opacity: 0;
    transition: opacity 250ms ease-out; }
  .colour:hover {
    cursor: pointer; }
    .colour:hover > img {
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }
    .colour:hover .title, .colour:hover h6 {
      color: #00adef; }
  .colour h6 {
    transition: color 250ms ease-out; }
  .colour .title {
    line-height: 2;
    color: black;
    transition: color 250ms ease-out; }
  .colour > img {
    width: 100%;
    height: auto;
    transition: box-shadow 250ms ease-out; }

.magellan {
  z-index: 10;
  background: #efefef;
  margin-bottom: 25px;
  padding: 10px;
  /*
  .row.large {
    width: 100%;
    max-width: 100%;
  }
  */ }
  .magellan .item-menu {
    display: block;
    padding: 20px 5px;
    font-size: 10px;
    stroke-width: .5px;
    text-align: center;
    fill: none;
    stroke: #000000;
    transition: background 100ms ease-in-out, color 100ms ease-in-out, stroke 100ms ease-in-out; }
    .magellan .item-menu.active {
      stroke: #00adef;
      color: #00adef;
      background: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .magellan .item-menu {
        padding: 5px; } }
    .magellan .item-menu svg {
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 39.9375em) {
        .magellan .item-menu svg {
          width: 20px;
          height: 20px; } }

.callout-blue, .blognews_post .newspost-content-container, .blognews_post_show .newspost-content-container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
  background: #00adef;
  border-radius: 10px;
  color: #ffffff; }
  @media screen and (max-width: 39.9375em) {
    .callout-blue, .blognews_post .newspost-content-container, .blognews_post_show .newspost-content-container {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.pagination {
  position: relative;
  margin: 0.75rem 0 2.25rem; }
  .pagination .previous {
    position: relative;
    font-size: 0.75rem;
    margin-right: 5px;
    color: #afafaf; }
  .pagination .next {
    position: relative;
    font-size: 0.75rem;
    margin-left: 5px;
    color: #afafaf; }
  .pagination .page-links {
    position: relative; }
    .pagination .page-links .regular {
      position: relative;
      margin: 0 2px; }
      .pagination .page-links .regular a {
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 0.875rem;
        background-color: #00adef;
        transition: all 250ms ease-out; }
        .pagination .page-links .regular a:hover {
          background-color: #009bd6; }
      .pagination .page-links .regular span {
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: #bcbcbc;
        font-weight: 700;
        font-size: 0.875rem;
        background-color: #efefef;
        transition: all 250ms ease-out; }

#ariane {
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: .75rem;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase; }
  #ariane a {
    color: #000000; }
    #ariane a:hover {
      color: #404040; }
  #ariane a:first-of-type {
    position: relative; }
    #ariane a:first-of-type::before {
      content: "\2190";
      position: absolute;
      left: -30px;
      font-size: 1.2rem;
      line-height: .5rem;
      color: #00adef; }
    #ariane a:first-of-type::after {
      content: " /"; }
  #ariane span:last-of-type {
    color: #00adef; }

.multivideo .multivideo-item {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden; }
  .multivideo .multivideo-item :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#outdated-browser {
  padding: 1em 0;
  text-align: center;
  color: #000000;
  background: #ec7684; }
  #outdated-browser a {
    color: #000000;
    font-weight: bold; }
    #outdated-browser a:hover {
      text-decoration: underline; }

.regenere {
  padding: 2rem 0; }
  .regenere .c-cookie-accept,
  .regenere .c-cookie-decline {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background: #1b9448;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    transition: background 0.5s ease-in;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px; }
    .regenere .c-cookie-accept:hover,
    .regenere .c-cookie-decline:hover {
      background: #136933; }
  .regenere .c-cookie-decline {
    background: #e23317;
    margin-left: 0.5em; }
    .regenere .c-cookie-decline:hover {
      background: #b42912; }

.arrow-go-up {
  position: fixed;
  display: block;
  bottom: 25px;
  right: 25px;
  margin: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  fill: #00adef;
  fill-opacity: .75;
  transform: scale(1) rotate(180deg);
  transition: transform 100ms ease-in-out, fill-opacity 100ms ease-in-out;
  z-index: 100; }
  .arrow-go-up:hover {
    fill-opacity: 1;
    transform: scale(1.1) rotate(180deg); }
  .arrow-go-up.deleted {
    transform: scale(0) rotate(180deg);
    fill-opacity: 0; }

.locator #form_store_locator {
  width: 100%;
  min-width: 100%; }
  .locator #form_store_locator .inner-form {
    position: relative;
    display: block;
    margin: 20px auto 10px;
    padding: 5px 0 5px;
    width: 100%;
    border-radius: 10px; }
    .locator #form_store_locator .inner-form label, .locator #form_store_locator .inner-form .noviusos_form .foundation span.label, .noviusos_form .foundation .locator #form_store_locator .inner-form span.label, .locator #form_store_locator .inner-form .noviusos_form.foundation span.label, .noviusos_form.foundation .locator #form_store_locator .inner-form span.label {
      display: inline-block; }
      @media screen and (max-width: 39.9375em) {
        .locator #form_store_locator .inner-form label, .locator #form_store_locator .inner-form .noviusos_form .foundation span.label, .noviusos_form .foundation .locator #form_store_locator .inner-form span.label, .locator #form_store_locator .inner-form .noviusos_form.foundation span.label, .noviusos_form.foundation .locator #form_store_locator .inner-form span.label {
          width: 29%; } }
    .locator #form_store_locator .inner-form input[type="text"],
    .locator #form_store_locator .inner-form select,
    .locator #form_store_locator .inner-form
    .moteur-de-recherche .select,
    .moteur-de-recherche
    .locator #form_store_locator .inner-form .select,
    .locator #form_store_locator .inner-form
    .search-engine .select,
    .search-engine
    .locator #form_store_locator .inner-form .select {
      display: inline;
      width: 200px;
      margin-right: 25px; }
      @media screen and (max-width: 39.9375em) {
        .locator #form_store_locator .inner-form input[type="text"],
        .locator #form_store_locator .inner-form select,
        .locator #form_store_locator .inner-form
        .moteur-de-recherche .select,
        .moteur-de-recherche
        .locator #form_store_locator .inner-form .select,
        .locator #form_store_locator .inner-form
        .search-engine .select,
        .search-engine
        .locator #form_store_locator .inner-form .select {
          width: 70%;
          margin-right: 0; } }
    .locator #form_store_locator .inner-form .buttons {
      float: right; }
      @media screen and (max-width: 39.9375em) {
        .locator #form_store_locator .inner-form .buttons {
          float: none;
          text-align: center; } }
      .locator #form_store_locator .inner-form .buttons .reinit {
        display: inline-block;
        height: 50px;
        padding: 5px 10px;
        cursor: pointer; }
      .locator #form_store_locator .inner-form .buttons input[type=submit] {
        display: inline-block;
        height: 50px;
        margin: -5px 0;
        padding: 0 20px;
        background-color: #00adef;
        border: 0;
        border-radius: 0 10px 10px 0;
        color: white; }
        @media screen and (max-width: 39.9375em) {
          .locator #form_store_locator .inner-form .buttons input[type=submit] {
            border-radius: 10px; } }
  .locator #form_store_locator .results {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }

.locator .map {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .locator .map .button_search {
    background: #00adef;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    z-index: 2;
    line-height: 25px; }
    .locator .map .button_search::before {
      content: "\f053";
      display: inline-block;
      color: #ffffff;
      font-family: "FontAwesome"; }
    .locator .map .button_search.active::before {
      transform: rotateY(180deg); }
  .locator .map .search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30%;
    width: 30%;
    padding: .5rem 1rem;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.8);
    transition: right 200ms; }
    .locator .map .search .magasin {
      display: block;
      padding: .5rem 0;
      border-top: 1px solid #efefef; }
      .locator .map .search .magasin .active .store-title,
      .locator .map .search .magasin .active .store-label {
        color: #f25800; }
      .locator .map .search .magasin:first-child {
        border-top: none; }
      .locator .map .search .magasin > a {
        position: relative;
        display: block;
        border-bottom: 1px solid #efefef; }
    @media screen and (max-width: 39.9375em) {
      .locator .map .search {
        width: 50%;
        right: -50%; }
        .locator .map .search .magasin .map-click-point h3 {
          font-size: 0.8rem; }
        .locator .map .search .magasin .map-click-point p {
          font-size: 0.8rem; } }

.locator .search-form {
  margin-bottom: 1rem; }
  .locator .search-form input {
    display: block;
    width: 90%;
    float: left; }
    @media screen and (max-width: 39.9375em) {
      .locator .search-form input {
        width: 80%; } }
  .locator .search-form button {
    display: block;
    width: 10%;
    float: left;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    fill: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .locator .search-form button {
        width: 20%; } }

.locator .formats {
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.25rem; }
  .locator .formats > label, .locator .noviusos_form .foundation .formats > span.label, .noviusos_form .foundation .locator .formats > span.label, .locator .noviusos_form.foundation .formats > span.label, .noviusos_form.foundation .locator .formats > span.label {
    font-weight: 600;
    margin-bottom: 10px; }

.locator .reinit,
.locator .send-form {
  position: relative;
  display: inline-block;
  padding: 0.45rem 1.15rem;
  margin-bottom: 1rem; }

.locator .results {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem; }

.locator .store-title {
  font-size: 1.2rem;
  color: #000000; }

.locator .store-label {
  font-size: .9rem;
  line-height: 1.3rem;
  margin-bottom: 0;
  color: #666666;
  font-weight: normal;
  padding-bottom: 2px;
  text-transform: uppercase; }
  .locator .store-label span {
    display: block; }
    .locator .store-label span.store-icons a {
      font-size: 1.25rem;
      margin: 0 1rem 0 0; }
  .locator .store-label .send-mail-link {
    margin-top: 10px;
    color: #00adef; }
    .locator .store-label .send-mail-link i {
      margin-right: 10px; }

.mm-listview > li > .mm-next {
  width: 100%; }
  .mm-listview > li > .mm-next::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-left-width: 0; }

.blocks_wrapper {
  margin-bottom: 1.25rem; }

.bloc-border-grey {
  padding: 40px 50px;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  padding: 100px;
  background: #F3F3F3; }
  .bloc-border-grey h3 {
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.875rem; }
  .bloc-border-grey p {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .bloc-border-grey {
      padding: 20px; } }
  .bloc-border-grey h3, .bloc-border-grey p {
    color: #000000;
    text-align: center; }
  .bloc-border-grey .grey-bg {
    background-color: #E8E8E8; }
    @media screen and (max-width: 39.9375em) {
      .bloc-border-grey .grey-bg {
        background-color: transparent;
        text-align: center; } }
  .bloc-border-grey .no-padding {
    padding: 0;
    position: relative; }
    .bloc-border-grey .no-padding img {
      position: absolute; }
      @media screen and (max-width: 39.9375em) {
        .bloc-border-grey .no-padding img {
          position: relative; } }
  .bloc-border-grey .white-bg {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px; }
  .bloc-border-grey .button, .bloc-border-grey .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select .bloc-border-grey input[type='submit'], .bloc-border-grey
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select .bloc-border-grey input[type='submit'], .bloc-border-grey
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation .bloc-border-grey #form_submit, .bloc-border-grey .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select .bloc-border-grey input[type='submit'], .bloc-border-grey
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select .bloc-border-grey input[type='submit'], .bloc-border-grey
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation .bloc-border-grey #form_submit {
    margin-top: 30px; }
    @media screen and (max-width: 39.9375em) {
      .bloc-border-grey .button, .bloc-border-grey .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form .foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
      .moteur-de-recherche .select .bloc-border-grey input[type='submit'], .bloc-border-grey
      .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form .foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form .foundation
      .search-engine .select input[type='submit'], .noviusos_form .foundation
      .search-engine .select .bloc-border-grey input[type='submit'], .bloc-border-grey
      .search-engine .noviusos_form .foundation .select input[type='submit'],
      .search-engine .noviusos_form .foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey
      .noviusos_form .foundation #form_submit,
      .noviusos_form .foundation .bloc-border-grey #form_submit, .bloc-border-grey .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form.foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
      .moteur-de-recherche .select .bloc-border-grey input[type='submit'], .bloc-border-grey
      .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form.foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey .noviusos_form.foundation
      .search-engine .select input[type='submit'], .noviusos_form.foundation
      .search-engine .select .bloc-border-grey input[type='submit'], .bloc-border-grey
      .search-engine .noviusos_form.foundation .select input[type='submit'],
      .search-engine .noviusos_form.foundation .select .bloc-border-grey input[type='submit'], .bloc-border-grey
      .noviusos_form.foundation #form_submit,
      .noviusos_form.foundation .bloc-border-grey #form_submit {
        margin-top: 20px; } }

.bloc_fouricons {
  text-align: center;
  padding: 40px 0; }
  .bloc_fouricons h3 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000000; }
  .bloc_fouricons .column .icon, .bloc_fouricons .columns .icon {
    display: block;
    width: 50%;
    height: 0;
    margin: 0 auto 1em auto;
    padding: 0 0 50% 0;
    border-radius: 50%;
    background-color: #00adef;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .bloc_fouricons .column h4, .bloc_fouricons .columns h4 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000000; }
  .bloc_fouricons .column p, .bloc_fouricons .columns p {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 14px;
    color: #666; }
  .bloc_fouricons .button, .bloc_fouricons .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .bloc_fouricons input[type='submit'], .bloc_fouricons .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select .bloc_fouricons input[type='submit'], .bloc_fouricons
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select .bloc_fouricons input[type='submit'], .bloc_fouricons .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select .bloc_fouricons input[type='submit'], .bloc_fouricons
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select .bloc_fouricons input[type='submit'], .bloc_fouricons
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation .bloc_fouricons #form_submit, .bloc_fouricons .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .bloc_fouricons input[type='submit'], .bloc_fouricons .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select .bloc_fouricons input[type='submit'], .bloc_fouricons
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select .bloc_fouricons input[type='submit'], .bloc_fouricons .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select .bloc_fouricons input[type='submit'], .bloc_fouricons
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select .bloc_fouricons input[type='submit'], .bloc_fouricons
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation .bloc_fouricons #form_submit {
    margin-top: 2em; }

.services-enhancer .button:not(svg), .services-enhancer .noviusos_form .foundation select input[type='submit']:not(svg), .noviusos_form .foundation select .services-enhancer input[type='submit']:not(svg), .services-enhancer .noviusos_form .foundation
.moteur-de-recherche .select input[type='submit']:not(svg), .noviusos_form .foundation
.moteur-de-recherche .select .services-enhancer input[type='submit']:not(svg), .services-enhancer
.moteur-de-recherche .noviusos_form .foundation .select input[type='submit']:not(svg),
.moteur-de-recherche .noviusos_form .foundation .select .services-enhancer input[type='submit']:not(svg), .services-enhancer .noviusos_form .foundation
.search-engine .select input[type='submit']:not(svg), .noviusos_form .foundation
.search-engine .select .services-enhancer input[type='submit']:not(svg), .services-enhancer
.search-engine .noviusos_form .foundation .select input[type='submit']:not(svg),
.search-engine .noviusos_form .foundation .select .services-enhancer input[type='submit']:not(svg), .services-enhancer
.noviusos_form .foundation #form_submit:not(svg),
.noviusos_form .foundation .services-enhancer #form_submit:not(svg), .services-enhancer .noviusos_form.foundation select input[type='submit']:not(svg), .noviusos_form.foundation select .services-enhancer input[type='submit']:not(svg), .services-enhancer .noviusos_form.foundation
.moteur-de-recherche .select input[type='submit']:not(svg), .noviusos_form.foundation
.moteur-de-recherche .select .services-enhancer input[type='submit']:not(svg), .services-enhancer
.moteur-de-recherche .noviusos_form.foundation .select input[type='submit']:not(svg),
.moteur-de-recherche .noviusos_form.foundation .select .services-enhancer input[type='submit']:not(svg), .services-enhancer .noviusos_form.foundation
.search-engine .select input[type='submit']:not(svg), .noviusos_form.foundation
.search-engine .select .services-enhancer input[type='submit']:not(svg), .services-enhancer
.search-engine .noviusos_form.foundation .select input[type='submit']:not(svg),
.search-engine .noviusos_form.foundation .select .services-enhancer input[type='submit']:not(svg), .services-enhancer
.noviusos_form.foundation #form_submit:not(svg),
.noviusos_form.foundation .services-enhancer #form_submit:not(svg) {
  margin: 50px 0;
  margin: 20px 0; }

.bloc-service {
  max-width: 250px;
  margin: auto; }
  .bloc-service .icone {
    margin-bottom: 10px; }
  .bloc-service h3, .bloc-service p {
    color: #000000;
    text-align: center; }
  .bloc-service h3 {
    position: relative;
    font-size: 0.875rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: 5px; }
    .bloc-service h3::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      width: 150px;
      height: 1px;
      margin: auto;
      background-color: #666666; }
  .bloc-service p {
    font-size: 0.875rem; }
  @media only screen and (max-width: 900px) {
    .bloc-service {
      max-width: 80%; } }

.bloc-standard {
  padding: 40px 50px;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  height: 100%; }
  .bloc-standard h3 {
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.875rem; }
  .bloc-standard p {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .bloc-standard {
      padding: 20px; } }

.bloc_twoimages {
  padding: 40px 5% 60px 5%;
  background: #E8E8E8; }
  .bloc_twoimages .row {
    background: #ffffff; }
    .bloc_twoimages .row .column, .bloc_twoimages .row .columns {
      padding-bottom: 15px;
      text-align: center; }
      .bloc_twoimages .row .column .image, .bloc_twoimages .row .columns .image {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        margin: 0 0 30px 0;
        padding: 0;
        background-size: cover;
        background-position: 50% 50%;
        border-bottom: 1px solid #E8E8E8; }
        .bloc_twoimages .row .column .image a, .bloc_twoimages .row .columns .image a {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
        .bloc_twoimages .row .column .image::after, .bloc_twoimages .row .columns .image::after {
          position: absolute;
          content: "";
          bottom: 0;
          left: 50%;
          display: block;
          width: 20px;
          height: 20px;
          background: #ffffff;
          transform: translateY(50%) translateX(-50%) rotate(45deg); }
        .bloc_twoimages .row .column .image.sizefor-1, .bloc_twoimages .row .columns .image.sizefor-1 {
          padding-bottom: 28.125%; }
        .bloc_twoimages .row .column .image.sizefor-2, .bloc_twoimages .row .columns .image.sizefor-2 {
          padding-bottom: 56.25%; }
        .bloc_twoimages .row .column .image.sizefor-3, .bloc_twoimages .row .columns .image.sizefor-3 {
          padding-bottom: 84.375%; }
        .bloc_twoimages .row .column .image.sizefor-4, .bloc_twoimages .row .columns .image.sizefor-4 {
          padding-bottom: 112.5%; }
        .bloc_twoimages .row .column .image.sizefor-5, .bloc_twoimages .row .columns .image.sizefor-5 {
          padding-bottom: 140.625%; }
        .bloc_twoimages .row .column .image.sizefor-6, .bloc_twoimages .row .columns .image.sizefor-6 {
          padding-bottom: 168.75%; }
      .bloc_twoimages .row .column h4, .bloc_twoimages .row .columns h4 {
        margin: 0 18% 10px 18%;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #000000; }
        .bloc_twoimages .row .column h4::before, .bloc_twoimages .row .columns h4::before {
          content: "\201C"; }
        .bloc_twoimages .row .column h4::after, .bloc_twoimages .row .columns h4::after {
          content: "\201D"; }
      .bloc_twoimages .row .column p, .bloc_twoimages .row .columns p {
        margin: 0 0 20px 0;
        text-align: center;
        font-size: 14px;
        color: #666; }
      .bloc_twoimages .row .column + .column, .bloc_twoimages .row .columns + .column, .bloc_twoimages .row .column + .columns, .bloc_twoimages .row .columns + .columns {
        border-left: 1px solid #E8E8E8; }
  .bloc-home-pro .bloc_twoimages {
    padding: 0; }

.bloc-video {
  padding: 40px 50px;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%; }
  .bloc-video h3 {
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.875rem; }
  .bloc-video p {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .bloc-video {
      padding: 20px; } }
  .bloc-video .video {
    margin-top: 20px;
    font-size: 0.8rem;
    letter-spacing: 5px; }
    @media screen and (max-width: 39.9375em) {
      .bloc-video .video {
        margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .bloc-video {
      padding: 10px; } }

a.play-icon, .slideshow-videos .standard-slideshow-container .slide .video-content a, .bloc_twoimages .row .column .image a, .bloc_twoimages .row .columns .image a {
  display: block;
  width: 3em;
  height: 3em;
  font-size: 1.5em;
  line-height: 3em;
  border-radius: 50%;
  background: #ffffff;
  color: #00adef;
  transition: all 200ms ease;
  text-align: center;
  margin: auto; }
  a.play-icon i, .slideshow-videos .standard-slideshow-container .slide .video-content a i, .bloc_twoimages .row .column .image a i, .bloc_twoimages .row .columns .image a i {
    transform: translateX(15%); }
  a.play-icon:hover, .slideshow-videos .standard-slideshow-container .slide .video-content a:hover, .bloc_twoimages .row .column .image a:hover, .bloc_twoimages .row .columns .image a:hover {
    background: #00adef;
    color: #ffffff; }

.bloc_courtdesigner {
  position: relative;
  padding: 40px 0; }
  .bloc_courtdesigner .courtdesigner-content {
    position: relative;
    padding: 40px 33% 0 33%;
    text-align: center; }
    @media screen and (max-width: 63.9375em) {
      .bloc_courtdesigner .courtdesigner-content {
        padding: 40px 10% 0 10%; } }
    .bloc_courtdesigner .courtdesigner-content h2 {
      margin-bottom: 0;
      font-size: 28px;
      color: #000000; }
    .bloc_courtdesigner .courtdesigner-content a {
      margin-top: 2em; }
  .bloc_courtdesigner .courtdesigner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media screen and (max-width: 39.9375em) {
      .bloc_courtdesigner .courtdesigner-image {
        display: none; } }
  .bloc_courtdesigner::before {
    position: absolute;
    content: "";
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #DAD9D4; }

.bloc-testimonial {
  padding: 40px 50px;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  height: 100%;
  margin: 7rem 0 0 0;
  padding: 0 15px; }
  .bloc-testimonial h3 {
    font-size: 1.75rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.875rem; }
  .bloc-testimonial p {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .bloc-testimonial {
      padding: 20px; } }
  .bloc-testimonial .bloc-testimonial-content {
    padding: 3.2rem 6rem 2rem 6rem; }
    .bloc-testimonial .bloc-testimonial-content h3, .bloc-testimonial .bloc-testimonial-content p {
      text-align: center; }
    .bloc-testimonial .bloc-testimonial-content h3 {
      line-height: 1.9rem; }
      .bloc-testimonial .bloc-testimonial-content h3::before {
        content: '“'; }
      .bloc-testimonial .bloc-testimonial-content h3::after {
        content: '”'; }
    .bloc-testimonial .bloc-testimonial-content p {
      text-transform: uppercase;
      font-size: .9rem;
      font-weight: bolder;
      color: #cccccc;
      opacity: .9;
      padding: 0;
      margin-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      .bloc-testimonial .bloc-testimonial-content {
        padding: 3rem 4rem; } }
  .bloc-testimonial img {
    margin-top: -60px; }
  @media screen and (max-width: 63.9375em) {
    .bloc-testimonial {
      padding: 0 15px; }
      .bloc-testimonial img {
        margin-top: 0; } }

.blognews-list {
  margin-bottom: 20px; }

.blognews_post, .blognews_post_show {
  margin-bottom: 50px; }
  .blognews_post .newspost-content-container .gerflor-news-content, .blognews_post_show .newspost-content-container .gerflor-news-content {
    color: #ffffff;
    font-size: 1.125rem; }
    .blognews_post .newspost-content-container .gerflor-news-content > img, .blognews_post_show .newspost-content-container .gerflor-news-content > img {
      display: block;
      width: 30%;
      max-width: 400px;
      float: right;
      margin: 0 0 1em 1em; }
      @media screen and (max-width: 39.9375em) {
        .blognews_post .newspost-content-container .gerflor-news-content > img, .blognews_post_show .newspost-content-container .gerflor-news-content > img {
          float: none;
          width: 100%;
          margin: 0 auto 1em auto; } }
    @media screen and (max-width: 39.9375em) {
      .blognews_post .newspost-content-container .gerflor-news-content, .blognews_post_show .newspost-content-container .gerflor-news-content {
        font-size: 1rem; } }
    .blognews_post .newspost-content-container .gerflor-news-content a, .blognews_post_show .newspost-content-container .gerflor-news-content a {
      color: #ffffff;
      font-weight: 500;
      text-decoration: underline; }
  .blognews_post .newspost-content-container .blognews_date, .blognews_post_show .newspost-content-container .blognews_date {
    margin-bottom: 10px; }
  .blognews_post .newspost-content-container .blognews_title, .blognews_post_show .newspost-content-container .blognews_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      .blognews_post .newspost-content-container .blognews_title, .blognews_post_show .newspost-content-container .blognews_title {
        font-size: 1.125rem; } }
  .blognews_post .social-networks-list, .blognews_post_show .social-networks-list {
    margin-bottom: 10px;
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .blognews_post .social-networks-list, .blognews_post_show .social-networks-list {
        text-align: right; } }
    .blognews_post .social-networks-list svg, .blognews_post_show .social-networks-list svg {
      fill: #ffffff;
      margin: 0 15px; }
      @media screen and (max-width: 39.9375em) {
        .blognews_post .social-networks-list svg, .blognews_post_show .social-networks-list svg {
          width: 17px;
          height: 17px;
          margin: 0; } }
    .blognews_post .social-networks-list a, .blognews_post_show .social-networks-list a {
      display: inline-block;
      text-decoration: none;
      line-height: 13px; }
      .blognews_post .social-networks-list a:hover svg, .blognews_post_show .social-networks-list a:hover svg {
        opacity: .8; }

@media screen and (max-width: 63.9375em) {
  .homepage .logo-container.transparent #logo svg {
    fill: #000000; }
  .homepage .page-header.transparent:not(.is-stuck) a {
    color: #000000; } }

.homepage-hero-container {
  position: relative; }
  .homepage-hero-container .sticky-container {
    position: absolute; }
  .homepage-hero-container .align-middle {
    max-width: 100%; }
  .homepage-hero-container header.top-bar {
    background-color: transparent; }
    .homepage-hero-container header.top-bar a {
      color: #ffffff; }
    .homepage-hero-container header.top-bar.is-stuck #logo {
      fill: #ffffff; }

.baseline-container {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  right: 0;
  color: #ffffff; }
  @media screen and (max-width: 63.9375em) {
    .baseline-container {
      position: relative;
      display: none;
      left: auto;
      right: auto;
      padding: 20px 0; } }
  .baseline-container .small {
    font-weight: normal;
    font-size: 1.125rem; }
  .baseline-container h1 {
    margin: 0;
    font-weight: bold;
    line-height: 1;
    font-size: 2.5rem;
    max-width: 500px;
    margin: auto; }
    @media screen and (max-width: 63.9375em) {
      .baseline-container h1 {
        font-size: 2.5rem;
        color: #000000; } }
    @media screen and (max-width: 39.9375em) {
      .baseline-container h1 {
        font-size: 1.5rem; } }

@media (pointer: coarse) {
  .homepage-column {
    position: relative; } }

@media screen and (max-width: 63.9375em) {
  .homepage-column {
    position: relative;
    padding: 20px 0;
    float: none !important; } }

@media screen and (max-width: 39.9375em) {
  .homepage-column {
    padding: 10px 0; }
    .homepage-column .link-wrapper-inner {
      padding: 0 20px;
      text-align: right; }
      .homepage-column .link-wrapper-inner h2 {
        text-align: left; } }

.homepage-column h2 {
  font-size: 2.625em; }
  @media screen and (max-width: 93.75em) {
    .homepage-column h2 {
      font-size: 2em; } }
  @media screen and (max-width: 39.9375em) {
    .homepage-column h2 {
      font-size: 1.65rem; } }

.homepage-column a {
  position: relative;
  display: block;
  z-index: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none; }
  .homepage-column a:hover svg.button, .homepage-column a:hover
  .noviusos_form .foundation svg#form_submit,
  .noviusos_form .foundation .homepage-column a:hover svg#form_submit, .homepage-column a:hover
  .noviusos_form.foundation svg#form_submit,
  .noviusos_form.foundation .homepage-column a:hover svg#form_submit {
    background: transparent;
    transform: scale(1.2); }
  .homepage-column a svg {
    transition: transform 150ms ease-out; }
    @media screen and (max-width: 39.9375em) {
      .homepage-column a svg {
        width: 35px;
        height: 35px; } }

.homepage-column .fullwidth_video_bg_wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  pointer-events: none;
  transition: opacity 500ms ease-out;
  height: 100%;
  opacity: 0; }
  @media (pointer: coarse) {
    .homepage-column .fullwidth_video_bg_wrapper {
      opacity: 1; }
      .homepage-column .fullwidth_video_bg_wrapper video {
        display: none; } }
  @media screen and (max-width: 63.9375em) {
    .homepage-column .fullwidth_video_bg_wrapper {
      height: auto;
      opacity: 1; }
      .homepage-column .fullwidth_video_bg_wrapper video {
        display: none; } }
  .homepage-column .fullwidth_video_bg_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.homepage-column .link-wrapper-inner {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }
  @media screen and (max-width: 63.9375em) {
    .homepage-column .link-wrapper-inner {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      transform: none; } }
  .homepage-column .link-wrapper-inner h2 {
    color: #ffffff; }

.homepage-column.active .fullwidth_video_bg_wrapper {
  opacity: 1; }

.homepage-column .link-wrapper-outer {
  position: relative;
  height: calc(100vh - 80px); }
  @media screen and (max-width: 63.9375em) {
    .homepage-column .link-wrapper-outer {
      height: auto; } }

.homepage-column:nth-child(2) .link-wrapper-outer::before, .homepage-column:nth-child(2) .link-wrapper-outer::after {
  /*content: '';
*/  position: absolute;
  top: -80px;
  bottom: 0;
  height: 100vh;
  width: 1px;
  z-index: 1;
  background: #ffffff; }

.homepage-column:nth-child(2) .link-wrapper-outer::before {
  left: -0.9375rem; }

.homepage-column:nth-child(2) .link-wrapper-outer::after {
  right: -0.9375rem; }

.corporate-site-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px; }
  @media screen and (max-width: 63.9375em) {
    .corporate-site-container {
      padding: 20px 0;
      position: relative;
      left: auto;
      right: auto;
      bottom: auto; } }
  .corporate-site-container a {
    margin-bottom: 10px; }
  .corporate-site-container p {
    color: #ffffff;
    font-weight: 700;
    font-size: larger;
    text-align: center; }
    @media screen and (max-width: 63.9375em) {
      .corporate-site-container p {
        color: #000000; } }

.catalogue .zone_onglets {
  margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    .catalogue .zone_onglets {
      margin-bottom: 10px; } }

.catalogue .autocomplete-container {
  position: relative;
  display: block;
  float: left; }

.catalogue .autocomplete-liste {
  position: absolute;
  margin: 0;
  left: 40px;
  right: 40px;
  top: 100%;
  z-index: 10;
  background: white;
  border: 1px solid #dddddd;
  list-style: none;
  box-shadow: 0 3px 5px rgba(150, 150, 150, 0.5);
  text-align: left; }
  .catalogue .autocomplete-liste li {
    padding: 0 10px; }
    .catalogue .autocomplete-liste li.current {
      background: #666666; }

.moteur-de-recherche,
.search-engine {
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 5px 0 5px 20px;
  max-width: 1010px;
  background-color: #efefef;
  border-radius: 10px;
  transition: opacity 100ms ease-in-out; }
  @media screen and (max-width: 39.9375em) {
    .moteur-de-recherche,
    .search-engine {
      margin: 0 0 15px; } }
  .moteur-de-recherche .custom-checkbox::before, .moteur-de-recherche #additional-criterias-container input[type="checkbox"]::before, #additional-criterias-container .moteur-de-recherche input[type="checkbox"]::before,
  .search-engine .custom-checkbox::before,
  .search-engine #additional-criterias-container input[type="checkbox"]::before, #additional-criterias-container
  .search-engine input[type="checkbox"]::before {
    border: 1px solid #666666;
    background: white; }
  .moteur-de-recherche .custom-checkbox:checked::before, .moteur-de-recherche #additional-criterias-container input[type="checkbox"]:checked::before, #additional-criterias-container .moteur-de-recherche input[type="checkbox"]:checked::before,
  .search-engine .custom-checkbox:checked::before,
  .search-engine #additional-criterias-container input[type="checkbox"]:checked::before, #additional-criterias-container
  .search-engine input[type="checkbox"]:checked::before {
    background-color: #666666; }
  .moteur-de-recherche select, .moteur-de-recherche .select,
  .moteur-de-recherche .select, .search-engine select, .search-engine .select,
  .search-engine .select {
    cursor: default;
    min-width: 200px;
    width: auto;
    float: left;
    margin-bottom: 0;
    border: 0;
    background-color: #efefef;
    color: #666666; }
    .moteur-de-recherche select.hover, .moteur-de-recherche .hover.select,
    .moteur-de-recherche .select.hover, .search-engine select.hover, .search-engine .hover.select,
    .search-engine .select.hover {
      background-color: #bcbcbc; }
  .moteur-de-recherche .custom-select ul,
  .search-engine .custom-select ul {
    margin: 0;
    list-style-type: none; }
    .moteur-de-recherche .custom-select ul li input,
    .search-engine .custom-select ul li input {
      margin-bottom: 0; }
    .moteur-de-recherche .custom-select ul li label, .moteur-de-recherche .custom-select ul li .noviusos_form .foundation span.label, .noviusos_form .foundation .moteur-de-recherche .custom-select ul li span.label, .moteur-de-recherche .custom-select ul li .noviusos_form.foundation span.label, .noviusos_form.foundation .moteur-de-recherche .custom-select ul li span.label,
    .search-engine .custom-select ul li label,
    .search-engine .custom-select ul li .noviusos_form .foundation span.label, .noviusos_form .foundation
    .search-engine .custom-select ul li span.label,
    .search-engine .custom-select ul li .noviusos_form.foundation span.label, .noviusos_form.foundation
    .search-engine .custom-select ul li span.label {
      color: #666666;
      font-weight: 500; }
  .moteur-de-recherche .autocomplete,
  .search-engine .autocomplete {
    display: block;
    width: auto;
    float: left;
    margin-bottom: 0;
    display: block;
    width: 350px;
    float: left;
    margin-bottom: 0;
    border: 0;
    margin: 0 40px 0 40px;
    color: #666666; }
    .moteur-de-recherche .autocomplete::-webkit-input-placeholder, .moteur-de-recherche .autocomplete:-moz-placeholder, .moteur-de-recherche .autocomplete::-moz-placeholder, .moteur-de-recherche .autocomplete:-ms-input-placeholder,
    .search-engine .autocomplete::-webkit-input-placeholder,
    .search-engine .autocomplete:-moz-placeholder,
    .search-engine .autocomplete::-moz-placeholder,
    .search-engine .autocomplete:-ms-input-placeholder {
      color: #666666; }
  .moteur-de-recherche button[type="submit"],
  .search-engine button[type="submit"] {
    display: block;
    height: 50px;
    margin: -5px 0;
    padding: 0 20px;
    background: #272930;
    border: 0;
    border-radius: 0 10px 10px 0;
    color: white; }
    .moteur-de-recherche button[type="submit"] svg,
    .search-engine button[type="submit"] svg {
      fill: white; }
  .moteur-de-recherche .moteur-colonne,
  .search-engine .moteur-colonne {
    margin-bottom: 20px; }
    .moteur-de-recherche .moteur-colonne ul,
    .search-engine .moteur-colonne ul {
      margin: 0;
      list-style: none; }
    .moteur-de-recherche .moteur-colonne.tein_id ul li,
    .search-engine .moteur-colonne.tein_id ul li {
      display: inline-block; }
    .moteur-de-recherche .moteur-colonne.teinte,
    .search-engine .moteur-colonne.teinte {
      text-align: left; }
      .moteur-de-recherche .moteur-colonne.teinte input,
      .search-engine .moteur-colonne.teinte input {
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 0; }
        .moteur-de-recherche .moteur-colonne.teinte input:checked + label, .moteur-de-recherche .moteur-colonne.teinte .noviusos_form .foundation input:checked + span.label, .noviusos_form .foundation .moteur-de-recherche .moteur-colonne.teinte input:checked + span.label, .moteur-de-recherche .moteur-colonne.teinte .noviusos_form.foundation input:checked + span.label, .noviusos_form.foundation .moteur-de-recherche .moteur-colonne.teinte input:checked + span.label,
        .search-engine .moteur-colonne.teinte input:checked + label,
        .search-engine .moteur-colonne.teinte .noviusos_form .foundation input:checked + span.label, .noviusos_form .foundation
        .search-engine .moteur-colonne.teinte input:checked + span.label,
        .search-engine .moteur-colonne.teinte .noviusos_form.foundation input:checked + span.label, .noviusos_form.foundation
        .search-engine .moteur-colonne.teinte input:checked + span.label {
          border: 4px solid #00adef; }
  .moteur-de-recherche.multi-criterias select, .moteur-de-recherche.multi-criterias .select, .search-engine.multi-criterias select, .search-engine.multi-criterias .select {
    position: relative;
    width: 23%; }
    .moteur-de-recherche.multi-criterias select::after, .moteur-de-recherche.multi-criterias .select::after, .search-engine.multi-criterias select::after, .search-engine.multi-criterias .select::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 10px;
      width: 1px;
      background-color: red; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .moteur-de-recherche.multi-criterias select, .moteur-de-recherche.multi-criterias .select, .search-engine.multi-criterias select, .search-engine.multi-criterias .select {
        width: 10%; } }
    @media screen and (max-width: 39.9375em) {
      .moteur-de-recherche.multi-criterias select, .moteur-de-recherche.multi-criterias .select, .search-engine.multi-criterias select, .search-engine.multi-criterias .select {
        width: 100%; } }
  .moteur-de-recherche.waiting,
  .search-engine.waiting {
    opacity: .5;
    cursor: wait; }
  .moteur-de-recherche #dropdown-tein_id ul,
  .search-engine #dropdown-tein_id ul {
    margin: 0;
    list-style: none; }
    .moteur-de-recherche #dropdown-tein_id ul li,
    .search-engine #dropdown-tein_id ul li {
      display: inline-block;
      margin: 5px 10px; }
      .moteur-de-recherche #dropdown-tein_id ul li label, .moteur-de-recherche #dropdown-tein_id ul li .noviusos_form .foundation span.label, .noviusos_form .foundation .moteur-de-recherche #dropdown-tein_id ul li span.label, .moteur-de-recherche #dropdown-tein_id ul li .noviusos_form.foundation span.label, .noviusos_form.foundation .moteur-de-recherche #dropdown-tein_id ul li span.label,
      .search-engine #dropdown-tein_id ul li label,
      .search-engine #dropdown-tein_id ul li .noviusos_form .foundation span.label, .noviusos_form .foundation
      .search-engine #dropdown-tein_id ul li span.label,
      .search-engine #dropdown-tein_id ul li .noviusos_form.foundation span.label, .noviusos_form.foundation
      .search-engine #dropdown-tein_id ul li span.label {
        margin: 0; }
  .moteur-de-recherche #dropdown-tein_id .critere-teinte,
  .search-engine #dropdown-tein_id .critere-teinte {
    position: relative;
    width: 30px;
    height: 30px; }
    .moteur-de-recherche #dropdown-tein_id .critere-teinte::before,
    .search-engine #dropdown-tein_id .critere-teinte::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .moteur-de-recherche .clear-search-js,
  .search-engine .clear-search-js {
    position: absolute;
    top: 120%;
    right: 0;
    white-space: nowrap; }
  @media only screen and (max-width: 900px) {
    .moteur-de-recherche,
    .search-engine {
      width: 100%;
      padding: 5px 0 5px 10px; }
      .moteur-de-recherche .autocomplete-liste,
      .search-engine .autocomplete-liste {
        left: 20px;
        right: 20px; }
      .moteur-de-recherche select, .moteur-de-recherche .select, .moteur-de-recherche .autocomplete, .moteur-de-recherche .autocomplete-container, .search-engine select, .search-engine .select,
      .search-engine .autocomplete,
      .search-engine .autocomplete-container {
        float: none;
        display: inline-block; }
      .moteur-de-recherche button[type="submit"],
      .search-engine button[type="submit"] {
        float: right; }
      .moteur-de-recherche .autocomplete,
      .search-engine .autocomplete {
        width: auto;
        margin: 0 20px 0 20px; } }
  @media only screen and (max-width: 700px) {
    .moteur-de-recherche,
    .search-engine {
      padding: 5px 0 5px 0; }
      .moteur-de-recherche select, .moteur-de-recherche .select, .moteur-de-recherche .autocomplete, .moteur-de-recherche button[type="submit"], .moteur-de-recherche .autocomplete-container, .search-engine select, .search-engine .select,
      .search-engine .autocomplete,
      .search-engine button[type="submit"],
      .search-engine .autocomplete-container {
        float: none;
        display: block;
        width: 100%; }
      .moteur-de-recherche .autocomplete-liste,
      .search-engine .autocomplete-liste {
        left: 0;
        right: 0; }
      .moteur-de-recherche .autocomplete,
      .search-engine .autocomplete {
        margin: 10px 0 10px 0; }
      .moteur-de-recherche button[type="submit"],
      .search-engine button[type="submit"] {
        border-radius: 0 0 10px 10px; } }

#toggle-more-criterias {
  position: relative;
  margin: -5px 0;
  height: 50px;
  border-radius: 0 10px 10px 0;
  border: 0;
  overflow: inherit; }
  @media screen and (max-width: 39.9375em) {
    #toggle-more-criterias {
      width: 100%;
      border-radius: 0 0 10px 10px;
      text-align: center; } }
  #toggle-more-criterias .open {
    display: block; }
    @media screen and (max-width: 39.9375em) {
      #toggle-more-criterias .open {
        display: inline-block; } }
  #toggle-more-criterias .close {
    display: none; }
  #toggle-more-criterias.is-open {
    border-radius: 0 10px 0 0; }
    #toggle-more-criterias.is-open .open {
      display: none; }
    #toggle-more-criterias.is-open .close {
      display: block; }
    @media screen and (max-width: 39.9375em) {
      #toggle-more-criterias.is-open {
        border-radius: 0 0 10px 10px; }
        #toggle-more-criterias.is-open .close {
          display: inline-block; } }
  #toggle-more-criterias a {
    position: absolute;
    top: 120%;
    right: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.875rem; }

#additional-criterias-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 20px 20px;
  border-radius: 10px 0 10px 10px;
  background-color: #00adef;
  color: #ffffff; }
  #additional-criterias-container:not(.is-open) {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    #additional-criterias-container {
      position: relative;
      top: auto;
      left: auto;
      right: auto; } }
  #additional-criterias-container h4 {
    font-size: 1rem;
    font-weight: 600; }
  #additional-criterias-container ul {
    margin: 0;
    list-style: none;
    max-height: 250px;
    overflow: auto; }
  #additional-criterias-container input[type="checkbox"]::before {
    border-color: white !important;
    background: #00adef !important; }
  #additional-criterias-container input[type="checkbox"]:checked::before {
    background: #ffffff !important; }
  #additional-criterias-container label, #additional-criterias-container .noviusos_form .foundation span.label, .noviusos_form .foundation #additional-criterias-container span.label, #additional-criterias-container .noviusos_form.foundation span.label, .noviusos_form.foundation #additional-criterias-container span.label {
    color: #ffffff;
    cursor: pointer; }
    #additional-criterias-container label.disabled, #additional-criterias-container .noviusos_form .foundation span.disabled.label, .noviusos_form .foundation #additional-criterias-container span.disabled.label, #additional-criterias-container .noviusos_form.foundation span.disabled.label, .noviusos_form.foundation #additional-criterias-container span.disabled.label {
      text-decoration: line-through;
      opacity: 0.5; }
  #additional-criterias-container button[type="reset"] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    padding: 8px 16px; }

.presentation-gamme h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600; }

.presentation-gamme .description {
  margin-bottom: 20px; }

.color-modal-content .color-description {
  position: relative; }
  .color-modal-content .color-description .partager {
    position: absolute;
    top: 0;
    right: 0; }

.color-modal-content .has-tip {
  border-bottom: 0;
  margin-top: 15px; }

.color-modal-content .ajoutpanier {
  display: block;
  color: #000000; }

.explications {
  padding: 55px 100px; }
  .explications img {
    margin-bottom: 20px; }
  .explications h2 {
    margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    .explications {
      margin-top: 10px;
      padding: 0; } }

.zone_onglets {
  padding: 60px 0;
  background-color: #efefef;
  text-align: center; }
  .zone_onglets a {
    display: inline-block;
    margin-left: -3px;
    padding: 20px 150px;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    background-color: white;
    color: black; }
    .zone_onglets a:first-of-type {
      border-radius: 10px 0 0 10px; }
    .zone_onglets a:last-of-type {
      border-radius: 0 10px 10px 0; }
    .zone_onglets a.active {
      background-color: #00adef;
      color: white;
      font-weight: bold; }
    .zone_onglets a:hover {
      text-decoration: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .zone_onglets a {
      padding: 20px 100px; } }
  @media screen and (max-width: 39.9375em) {
    .zone_onglets {
      padding: 0;
      background-color: #ffffff; }
      .zone_onglets a,
      .zone_onglets a:first-of-type,
      .zone_onglets a:last-of-type {
        display: block;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 10px; }
        .zone_onglets a:not(.active),
        .zone_onglets a:first-of-type:not(.active),
        .zone_onglets a:last-of-type:not(.active) {
          border: 1px solid #c9c9c9; } }

.samples_list {
  max-width: 860px;
  margin: auto; }
  .samples_list h6 {
    color: black;
    margin-bottom: 50px; }
  .samples_list .has_stock {
    position: absolute;
    top: 5px;
    left: 5px; }

#add_form_product {
  padding: 40px 0; }
  #add_form_product .button, #add_form_product .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select #add_form_product input[type='submit'], #add_form_product
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation #add_form_product #form_submit, #add_form_product .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select #add_form_product input[type='submit'], #add_form_product
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation #add_form_product #form_submit {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 39.9375em) {
      #add_form_product .button, #add_form_product .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
      .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
      .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
      .search-engine .select input[type='submit'], .noviusos_form .foundation
      .search-engine .select #add_form_product input[type='submit'], #add_form_product
      .search-engine .noviusos_form .foundation .select input[type='submit'],
      .search-engine .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product
      .noviusos_form .foundation #form_submit,
      .noviusos_form .foundation #add_form_product #form_submit, #add_form_product .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
      .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
      .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
      .search-engine .select input[type='submit'], .noviusos_form.foundation
      .search-engine .select #add_form_product input[type='submit'], #add_form_product
      .search-engine .noviusos_form.foundation .select input[type='submit'],
      .search-engine .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product
      .noviusos_form.foundation #form_submit,
      .noviusos_form.foundation #add_form_product #form_submit {
        float: none !important;
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
  #add_form_product .cart-counter:before {
    content: " ("; }
  #add_form_product .cart-counter:after {
    content: ")"; }

.sample, #product-item #section-complementary-products .complementary, #product-item #section-alternative-products .alternative-product {
  position: relative; }
  .sample:before, #product-item #section-complementary-products .complementary:before, #product-item #section-alternative-products .alternative-product:before {
    content: '';
    z-index: 10;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4Mzk3RTU5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4Mzk3RTY5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OTgzOTdFMzk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OTgzOTdFNDk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po85Fc0AAAJbSURBVHjapJVNSBRhGMefXdd2J1ZsO2ihB6FYJLesyE57CYrqYGCd7Bh1zdWDRkGHImIriPaqeUwI9NKhD7t1MiKpDNpS2oNr2MH1C8f9mun/zL4zzMzOTIz+4cfOx/v+9v2a9w3QZIFcEgP94CI4Bg6AElgE8+A1mACa4FSsgT6eaaIArjcrKn7rxREwCIbBPvLOKngMnr5LRuVzLSHt4cvFcp24A7wCCfKRsy2huelktBeXOTSWEu/XKWh63w4++JVy1x92SQlRt308V6LshmKIuftTQu4rV9oatfHlunJVnbr3Y1viG12cAj1+pSE090GXZNxnFko9eVlJ6eL94BbtINc69lA8WmtboaxSOrvNlyPsDIol1exXKjUE6G5nxLh/9LOoyYWrn8Xn7ZXuH4nQxqVmetYtaZPjlIHDYWqTaq1F9ykzXzS/vsBvjtsrpVApigG8eShMYyf31sljjQEajoeNe0wYbVVVc5FuFrfaxc9zJcs4sjxosrOU5ZxfmwqNm8qLtLK4aH869E22FGb56ImanLvPw6Dn9neZKqrDigF/QJP5oYKCN2a3DKn5VxETx/lUqNJkvuw0BcsszoK4/Y2X3Nxa1Xluv/BQvHVbUrrcYQxp+m9FwyVvgmLrW/OSX/9slauitS5h1wSLV0Da62NgEcszC0VtWT3Bx8Dj6xJ2rejbJn/wM+Ao7S5z4DSQ9U2I+3UZLO1Cmgd9wmXZj/m4SYp/3UlLk8JBdjHnt+jKHXHs/C+roizXyVkPAO/D9CpvKOIwPSie8wf1lZcUeKEfpvb8E2AAQc7HTTiqnY0AAAAASUVORK5CYII=");
    opacity: 0;
    transition: opacity 250ms ease-out; }
  .sample.checked > img, #product-item #section-complementary-products .checked.complementary > img, #product-item #section-alternative-products .checked.alternative-product > img {
    border: 1px #00adef solid; }
  .sample.checked:before, #product-item #section-complementary-products .checked.complementary:before, #product-item #section-alternative-products .checked.alternative-product:before {
    opacity: 1; }
  .sample:hover, #product-item #section-complementary-products .complementary:hover, #product-item #section-alternative-products .alternative-product:hover, .sample.checked, #product-item #section-complementary-products .checked.complementary, #product-item #section-alternative-products .checked.alternative-product {
    cursor: pointer; }
    .sample:hover > img, #product-item #section-complementary-products .complementary:hover > img, #product-item #section-alternative-products .alternative-product:hover > img, .sample.checked > img, #product-item #section-complementary-products .checked.complementary > img, #product-item #section-alternative-products .checked.alternative-product > img {
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
    .sample:hover .title, #product-item #section-complementary-products .complementary:hover .title, #product-item #section-alternative-products .alternative-product:hover .title,
    .sample:hover h6, #product-item #section-complementary-products .complementary:hover h6, #product-item #section-alternative-products .alternative-product:hover h6, .sample.checked .title, #product-item #section-complementary-products .checked.complementary .title, #product-item #section-alternative-products .checked.alternative-product .title,
    .sample.checked h6, #product-item #section-complementary-products .checked.complementary h6, #product-item #section-alternative-products .checked.alternative-product h6 {
      color: #00adef; }
  .sample h6, #product-item #section-complementary-products .complementary h6, #product-item #section-alternative-products .alternative-product h6 {
    transition: color 250ms ease-out; }
  .sample .title, #product-item #section-complementary-products .complementary .title, #product-item #section-alternative-products .alternative-product .title {
    line-height: 2;
    color: black;
    transition: color 250ms ease-out; }
  .sample > img, #product-item #section-complementary-products .complementary > img, #product-item #section-alternative-products .alternative-product > img {
    width: 100%;
    height: auto;
    transition: box-shadow 250ms ease-out; }
  .sample .new, #product-item #section-complementary-products .complementary .new, #product-item #section-alternative-products .alternative-product .new {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    display: block;
    padding: 6px 20px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(0, 173, 239, 0.5);
    transition: opacity 400ms ease; }

.tein_id li {
  display: inline-block; }

.noviusos_form .foundation .tyde_id label, .noviusos_form .foundation .tyde_id span.label {
  font-size: 1rem; }

.tyde_id li {
  display: inline-block;
  margin-right: 10px; }

.tyde_id input {
  margin-bottom: 0;
  vertical-align: baseline; }

.critere-teinte {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px; }
  .critere-teinte.selected:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAI+SURBVHjatFTPqxJRFHZ8M2/G8VXYe6kUBEFR1LSpVVA8sV4tXNXiUUREi8QiqK1Q4F8gQbRq+wgU2kVhCxWlFkKQtJJWirmJFBHFX+P0HTkj9/lUelIHvsX97p1vvnPOPVeyLMvxr8Pp+B9BTpd1G4vFnMPh8Gan07nEBqUxlhXNZDLyYDB4gW+tYrF4AZQLUJYWJYe9Xu+5xREOh8+DPgLoY8dLiErdbveJJUQoFLoG/gRwkET32yip1WpdUVX1lUgGg8GL7HJl390vlUrrbrf7vci12+1mrVaTJvVc1H1wyrTLfr//Vky7UCh88fl8T7F3C6C6embWNJlMrqCr10ej0bdyuXwOlEwHG43GpiiYzWY/oQwkeB+gmp4EDuwRbTabp3Dv3tkfYr0D+lAgEFjDj77afD6f/6goyiPs3QO2APr5BqDuulJ0TdCEbTjsiI6i0ehmOp0O2WvU9bOu6w/x8V3gKnCGBbXJAAhOidAjkYhRrVY/2CL1ev07JuYHOy/7/f4HOHeHBU9zHVcnTZpqFIm6geMul+tyKpXasaYC9/Ex9rc5ZXJ4eFfX54iqPBlnZVneSiQSb2zBeDz+Evxt4AZgcMqrewSJsJskIViYDq4B6xD253K5Zx6P55hhGK9N0/wN/idQAxpAn3wtEhWfQ5knZEPTtKNer9dXqVS6WP9iURKn9Wjm2M0QdXBKMtfYwzM9vnVAnQYJMOfO8hxRUVjjWlP02OFwVtp/I2oLO4UH2OSUFz5rfwQYAFEddnAfwzrIAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 50%; }

#moteur-samples-coloris.disabled {
  transition: opacity 100ms ease-out;
  opacity: .5;
  cursor: not-allowed; }
  #moteur-samples-coloris.disabled * {
    cursor: not-allowed; }

#moteur-samples-coloris form {
  padding: 5px 20px; }

.cart-container {
  margin-bottom: 50px; }
  .cart-container .checkout-breadcrumbs {
    margin-left: 0px;
    background: #ffffff;
    list-style: none;
    text-align: center; }
    .cart-container .checkout-breadcrumbs li {
      position: relative;
      display: inline-block;
      width: 16.5%;
      margin-left: -4px;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 50px;
      cursor: default; }
      .cart-container .checkout-breadcrumbs li.active, .cart-container .checkout-breadcrumbs li.done {
        background: #00adef;
        color: #ffffff; }
      .cart-container .checkout-breadcrumbs li.active:after {
        content: '';
        position: absolute;
        right: -10px;
        top: 14px;
        width: 20px;
        height: 20px;
        background: #00adef;
        transform: rotate(45deg); }
    .cart-container .checkout-breadcrumbs li:last-child.active:after {
      content: none; }
  .cart-container .cart-step-wrapper {
    max-width: 930px;
    margin: auto; }
    .cart-container .cart-step-wrapper h6 {
      color: #000000;
      margin: 40px 0px 0px 0px;
      padding-bottom: 40px;
      border-bottom: 1px #d6d6d6 solid; }
      @media screen and (max-width: 39.9375em) {
        .cart-container .cart-step-wrapper h6 {
          margin: 20px 0px 0px 0px;
          padding-bottom: 20px; } }
    .cart-container .cart-step-wrapper p {
      color: #000000; }
    .cart-container .cart-step-wrapper label, .cart-container .cart-step-wrapper .noviusos_form .foundation span.label, .noviusos_form .foundation .cart-container .cart-step-wrapper span.label, .cart-container .cart-step-wrapper .noviusos_form.foundation span.label, .noviusos_form.foundation .cart-container .cart-step-wrapper span.label {
      color: #666666; }
    .cart-container .cart-step-wrapper .sample-list {
      list-style: none;
      margin: 0px; }
    .cart-container .cart-step-wrapper .etapes {
      margin-top: 1.55rem; }
    .cart-container .cart-step-wrapper .contenu-etapes .input-container {
      margin-bottom: 30px; }
    @media screen and (max-width: 39.9375em) {
      .cart-container .cart-step-wrapper #etape2 .float-left, .cart-container .cart-step-wrapper #etape2 .float-right {
        float: none !important; } }
    .cart-container .cart-step-wrapper #etape2 #cart_form_connect input[type="submit"] {
      display: inline-block; }
    .cart-container .cart-step-wrapper #etape2 #cart_form_connect .loader {
      display: none; }
    .cart-container .cart-step-wrapper #etape2 .border-right {
      position: relative; }
      .cart-container .cart-step-wrapper #etape2 .border-right:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #efefef; }
    .cart-container .cart-step-wrapper #etape3 form {
      margin-bottom: 50px; }
    .cart-container .cart-step-wrapper #etape3 .input-container {
      margin-bottom: 10px; }
    .cart-container .cart-step-wrapper #etape3 .noviusos_form .foundation input[type="checkbox"] + label, .cart-container .cart-step-wrapper #etape3 .noviusos_form .foundation input[type="checkbox"] + span.label {
      display: block;
      width: 100%;
      padding: 15px 30px 0 0px;
      margin: 0; }
      .cart-container .cart-step-wrapper #etape3 .noviusos_form .foundation input[type="checkbox"] + label::before, .cart-container .cart-step-wrapper #etape3 .noviusos_form .foundation input[type="checkbox"] + span.label::before {
        left: initial;
        right: 0; }
      .cart-container .cart-step-wrapper #etape3 .noviusos_form .foundation input[type="checkbox"] + label::after, .cart-container .cart-step-wrapper #etape3 .noviusos_form .foundation input[type="checkbox"] + span.label::after {
        left: initial;
        right: 5px; }
    .cart-container .cart-step-wrapper #etape5 #adresse-finale-expedition p {
      margin-bottom: 0;
      color: #666666; }
    @media screen and (max-width: 39.9375em) {
      .cart-container .cart-step-wrapper .button, .cart-container .cart-step-wrapper .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper .noviusos_form .foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
      .moteur-de-recherche .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper
      .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form .foundation .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper .noviusos_form .foundation
      .search-engine .select input[type='submit'], .noviusos_form .foundation
      .search-engine .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper
      .search-engine .noviusos_form .foundation .select input[type='submit'],
      .search-engine .noviusos_form .foundation .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper
      .noviusos_form .foundation #form_submit,
      .noviusos_form .foundation .cart-container .cart-step-wrapper #form_submit, .cart-container .cart-step-wrapper .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper .noviusos_form.foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
      .moteur-de-recherche .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper
      .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form.foundation .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper .noviusos_form.foundation
      .search-engine .select input[type='submit'], .noviusos_form.foundation
      .search-engine .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper
      .search-engine .noviusos_form.foundation .select input[type='submit'],
      .search-engine .noviusos_form.foundation .select .cart-container .cart-step-wrapper input[type='submit'], .cart-container .cart-step-wrapper
      .noviusos_form.foundation #form_submit,
      .noviusos_form.foundation .cart-container .cart-step-wrapper #form_submit {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px; } }
  .cart-container .table-panier {
    width: 100%; }
  .cart-container .elem-panier, .cart-container .table-panier tr {
    position: relative;
    margin: 1.55rem 0px;
    border-bottom: 1px #d6d6d6 solid;
    padding-bottom: 1.55rem; }
    .cart-container .elem-panier .thumbnail, .cart-container .table-panier tr .thumbnail {
      float: left;
      margin-right: 1.25rem; }
      @media only screen and (max-width: 400px) {
        .cart-container .elem-panier .thumbnail, .cart-container .table-panier tr .thumbnail {
          float: none;
          margin-right: 0px;
          margin-bottom: 10px;
          display: block;
          text-align: center; } }
    .cart-container .elem-panier .sample-description, .cart-container .table-panier tr .sample-description {
      margin: 35px 0px;
      color: #000000; }
      .cart-container .elem-panier .sample-description p, .cart-container .table-panier tr .sample-description p {
        margin-bottom: 0px;
        font-size: 0.75rem; }
      @media only screen and (max-width: 400px) {
        .cart-container .elem-panier .sample-description, .cart-container .table-panier tr .sample-description {
          margin: 0px; }
          .cart-container .elem-panier .sample-description p, .cart-container .table-panier tr .sample-description p {
            font-size: 1rem; } }
    .cart-container .elem-panier input[type="number"], .cart-container .table-panier tr input[type="number"] {
      width: 150px;
      margin: 50px 0px; }
      @media only screen and (max-width: 400px) {
        .cart-container .elem-panier input[type="number"], .cart-container .table-panier tr input[type="number"] {
          margin: 10px 0px 0px 0px;
          width: 100%; } }
    .cart-container .elem-panier .remove-from-cart, .cart-container .table-panier tr .remove-from-cart {
      position: absolute;
      top: 0;
      right: 15px;
      opacity: .7;
      transition: opacity 250ms ease-out; }
      .cart-container .elem-panier .remove-from-cart:hover, .cart-container .table-panier tr .remove-from-cart:hover {
        opacity: 1; }
    .cart-container .elem-panier .noviusos_form input, .cart-container .table-panier tr .noviusos_form input {
      max-width: 100%; }
    @media only screen and (max-width: 800px) {
      .cart-container .elem-panier > .row > .columns:first-of-type, .cart-container .table-panier tr > .row > .columns:first-of-type {
        width: 80%; }
      .cart-container .elem-panier > .row > .columns:last-of-type, .cart-container .table-panier tr > .row > .columns:last-of-type {
        width: 20%; } }
    @media only screen and (max-width: 400px) {
      .cart-container .elem-panier > .row > .columns, .cart-container .table-panier tr > .row > .columns {
        display: block;
        float: none;
        width: 100% !important; } }
  .cart-container .alert {
    display: none;
    margin-bottom: 20px;
    padding: 8px 15px;
    background: #ec7684;
    border: #ec7684 1px solid;
    border-radius: 5px;
    color: #ffffff; }
  .cart-container .infos {
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    border: none; }
    .cart-container .infos.needConfirm {
      background: #f08a24; }
    .cart-container .infos.isActivated {
      background: #43AC6A; }
  .cart-container #adresse-finale-expedition {
    margin-left: 20px; }
  .cart-container .sample-howmuch {
    font-size: 1rem;
    display: block;
    color: #000000; }
    @media screen and (min-width: 40em) {
      .cart-container .sample-howmuch {
        margin-top: 50px; } }

.global-search #global-search-results-magellan {
  position: relative;
  z-index: 10; }

.global-search .search-form {
  margin-bottom: 1rem; }
  .global-search .search-form input {
    display: block;
    width: 89%;
    float: left; }
    @media screen and (max-width: 39.9375em) {
      .global-search .search-form input {
        width: 79%; } }
  .global-search .search-form button {
    display: block;
    width: 10%;
    float: left;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    fill: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .global-search .search-form button {
        width: 20%; } }

.global-search .your-query {
  text-transform: uppercase; }
  .global-search .your-query span {
    color: #00adef; }

.global-search .search-category-header {
  color: #000000; }

.global-search .results-container {
  margin-bottom: 50px; }
  .global-search .results-container h2 {
    margin-bottom: 20px; }

.global-search .colour .title {
  line-height: 1.4;
  padding: .2em 0 .8em; }

#product-item .product-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 39.9375em) {
    #product-item .product-section {
      padding-top: 25px;
      padding-bottom: 15px; } }

#product-item h2:not(.has-subtitle) {
  margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    #product-item h2:not(.has-subtitle) {
      margin-bottom: 0.5rem; } }
  #product-item h2:not(.has-subtitle).small {
    font-size: 0.86em; }

#product-item .subtitle {
  margin-bottom: 30px; }

#product-item #section-specifications img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%; }

#product-item #section-specifications .content {
  position: relative;
  padding: 6rem 5.25rem;
  height: 100%; }
  #product-item #section-specifications .content h2 {
    text-align: center; }
  @media screen and (max-width: 63.9375em) {
    #product-item #section-specifications .content .vertical-align {
      top: 0;
      transform: none; } }
  @media screen and (max-width: 63.9375em) {
    #product-item #section-specifications .content {
      padding: 50px 0; } }

#product-item #section-colors {
  background-color: #efefef; }
  #product-item #section-colors .decor-title {
    margin-bottom: 80px;
    font-size: 0.86em; }
  #product-item #section-colors .has_stock {
    position: absolute;
    top: 5px;
    left: 5px; }
  #product-item #section-colors .lightbox-color {
    display: block;
    margin-bottom: 50px; }

#product-item #section-technical-description {
  background-color: #f6f8f9; }
  #product-item #section-technical-description img {
    display: block;
    margin: auto; }
  @media screen and (max-width: 63.9375em) {
    #product-item #section-technical-description .container-valign {
      top: 0;
      transform: none; } }

#product-item #section-interior-designer .bloc_courtdesigner {
  margin-top: -25px; }
  #product-item #section-interior-designer .bloc_courtdesigner h2 {
    margin-bottom: 0; }

#product-item #section-videos {
  background-color: #efefef;
  position: relative; }
  #product-item #section-videos .slideshow-videos {
    position: relative;
    z-index: 2; }
    #product-item #section-videos .slideshow-videos .video-content {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  #product-item #section-videos::after {
    content: '';
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #ffffff; }

#product-item #section-complementary-products {
  position: relative; }
  #product-item #section-complementary-products::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #666666; }
  #product-item #section-complementary-products .subtitle {
    margin: 0 auto 30px auto;
    max-width: 515px; }
  #product-item #section-complementary-products .complementary {
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      #product-item #section-complementary-products .complementary {
        max-width: 250px;
        margin: auto; } }
    #product-item #section-complementary-products .complementary img {
      background-color: #efefef; }
    #product-item #section-complementary-products .complementary h4 {
      margin: 20px 0 20px 0;
      font-size: 1.25em;
      font-weight: 600; }

#product-item #section-alternative-products .alternative-product {
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    #product-item #section-alternative-products .alternative-product {
      max-width: 250px;
      margin: auto; } }
  #product-item #section-alternative-products .alternative-product img {
    background-color: #efefef; }
  #product-item #section-alternative-products .alternative-product h4 {
    margin: 20px 0 20px 0;
    font-size: 1.25em;
    font-weight: 600; }

#product-item .section-accessories .accessory-product {
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    #product-item .section-accessories .accessory-product {
      max-width: 250px;
      margin: auto; } }
  #product-item .section-accessories .accessory-product img {
    background-color: #efefef; }
  #product-item .section-accessories .accessory-product h4 {
    margin: 10px 0;
    font-size: 1.25em;
    font-weight: 600;
    color: #0a0a0a; }
  #product-item .section-accessories .accessory-product p {
    margin-bottom: 0; }

#product-item #section-case-study h2 {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }

#product-item #section-case-study .slideshow-details p {
  text-align: center; }

@media screen and (max-width: 63.9375em) {
  #product-item #section-case-study .slideshow-details {
    width: 90%; } }

#product-item .product-contact-background {
  background-size: cover;
  background-position: 50% 50%;
  height: calc(100vh - 80px);
  padding: 50px; }
  @media screen and (max-width: 63.9375em) {
    #product-item .product-contact-background {
      padding: 10px; } }
  #product-item .product-contact-background .container-valign {
    width: 50%;
    font-size: 2.5rem;
    float: right;
    color: #ffffff; }
    @media screen and (max-width: 63.9375em) {
      #product-item .product-contact-background .container-valign {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 1.75rem; } }
    #product-item .product-contact-background .container-valign p {
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 63.9375em) {
        #product-item .product-contact-background .container-valign p {
          text-align: center; } }

.explications {
  padding: 55px 100px; }
  .explications img {
    margin-bottom: 20px; }
  .explications h2 {
    margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    .explications {
      margin-top: 10px;
      padding: 0; } }

.zone_onglets {
  padding: 60px 0;
  background-color: #efefef;
  text-align: center; }
  .zone_onglets a {
    display: inline-block;
    margin-left: -3px;
    padding: 20px 150px;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    background-color: white;
    color: black; }
    .zone_onglets a:first-of-type {
      border-radius: 10px 0 0 10px; }
    .zone_onglets a:last-of-type {
      border-radius: 0 10px 10px 0; }
    .zone_onglets a.active {
      background-color: #00adef;
      color: white;
      font-weight: bold; }
    .zone_onglets a:hover {
      text-decoration: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .zone_onglets a {
      padding: 20px 100px; } }
  @media screen and (max-width: 39.9375em) {
    .zone_onglets {
      padding: 0;
      background-color: #ffffff; }
      .zone_onglets a,
      .zone_onglets a:first-of-type,
      .zone_onglets a:last-of-type {
        display: block;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 10px; }
        .zone_onglets a:not(.active),
        .zone_onglets a:first-of-type:not(.active),
        .zone_onglets a:last-of-type:not(.active) {
          border: 1px solid #c9c9c9; } }

.samples_list {
  max-width: 860px;
  margin: auto; }
  .samples_list h6 {
    color: black;
    margin-bottom: 50px; }
  .samples_list .has_stock {
    position: absolute;
    top: 5px;
    left: 5px; }

#add_form_product {
  padding: 40px 0; }
  #add_form_product .button, #add_form_product .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
  .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
  .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
  .search-engine .select input[type='submit'], .noviusos_form .foundation
  .search-engine .select #add_form_product input[type='submit'], #add_form_product
  .search-engine .noviusos_form .foundation .select input[type='submit'],
  .search-engine .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product
  .noviusos_form .foundation #form_submit,
  .noviusos_form .foundation #add_form_product #form_submit, #add_form_product .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
  .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
  .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
  .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
  .moteur-de-recherche .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
  .search-engine .select input[type='submit'], .noviusos_form.foundation
  .search-engine .select #add_form_product input[type='submit'], #add_form_product
  .search-engine .noviusos_form.foundation .select input[type='submit'],
  .search-engine .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product
  .noviusos_form.foundation #form_submit,
  .noviusos_form.foundation #add_form_product #form_submit {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 39.9375em) {
      #add_form_product .button, #add_form_product .noviusos_form .foundation select input[type='submit'], .noviusos_form .foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form .foundation
      .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
      .moteur-de-recherche .noviusos_form .foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form .foundation
      .search-engine .select input[type='submit'], .noviusos_form .foundation
      .search-engine .select #add_form_product input[type='submit'], #add_form_product
      .search-engine .noviusos_form .foundation .select input[type='submit'],
      .search-engine .noviusos_form .foundation .select #add_form_product input[type='submit'], #add_form_product
      .noviusos_form .foundation #form_submit,
      .noviusos_form .foundation #add_form_product #form_submit, #add_form_product .noviusos_form.foundation select input[type='submit'], .noviusos_form.foundation select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
      .moteur-de-recherche .select input[type='submit'], .noviusos_form.foundation
      .moteur-de-recherche .select #add_form_product input[type='submit'], #add_form_product
      .moteur-de-recherche .noviusos_form.foundation .select input[type='submit'],
      .moteur-de-recherche .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product .noviusos_form.foundation
      .search-engine .select input[type='submit'], .noviusos_form.foundation
      .search-engine .select #add_form_product input[type='submit'], #add_form_product
      .search-engine .noviusos_form.foundation .select input[type='submit'],
      .search-engine .noviusos_form.foundation .select #add_form_product input[type='submit'], #add_form_product
      .noviusos_form.foundation #form_submit,
      .noviusos_form.foundation #add_form_product #form_submit {
        float: none !important;
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
  #add_form_product .cart-counter:before {
    content: " ("; }
  #add_form_product .cart-counter:after {
    content: ")"; }

.sample, #product-item #section-complementary-products .complementary, #product-item #section-alternative-products .alternative-product {
  position: relative; }
  .sample:before, #product-item #section-complementary-products .complementary:before, #product-item #section-alternative-products .alternative-product:before {
    content: '';
    z-index: 10;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTk4Mzk3RTU5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTk4Mzk3RTY5OUVCMTFFNkI3REZEN0Y1MUI5MUY4RDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OTgzOTdFMzk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OTgzOTdFNDk5RUIxMUU2QjdERkQ3RjUxQjkxRjhEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po85Fc0AAAJbSURBVHjapJVNSBRhGMefXdd2J1ZsO2ihB6FYJLesyE57CYrqYGCd7Bh1zdWDRkGHImIriPaqeUwI9NKhD7t1MiKpDNpS2oNr2MH1C8f9mun/zL4zzMzOTIz+4cfOx/v+9v2a9w3QZIFcEgP94CI4Bg6AElgE8+A1mACa4FSsgT6eaaIArjcrKn7rxREwCIbBPvLOKngMnr5LRuVzLSHt4cvFcp24A7wCCfKRsy2huelktBeXOTSWEu/XKWh63w4++JVy1x92SQlRt308V6LshmKIuftTQu4rV9oatfHlunJVnbr3Y1viG12cAj1+pSE090GXZNxnFko9eVlJ6eL94BbtINc69lA8WmtboaxSOrvNlyPsDIol1exXKjUE6G5nxLh/9LOoyYWrn8Xn7ZXuH4nQxqVmetYtaZPjlIHDYWqTaq1F9ykzXzS/vsBvjtsrpVApigG8eShMYyf31sljjQEajoeNe0wYbVVVc5FuFrfaxc9zJcs4sjxosrOU5ZxfmwqNm8qLtLK4aH869E22FGb56ImanLvPw6Dn9neZKqrDigF/QJP5oYKCN2a3DKn5VxETx/lUqNJkvuw0BcsszoK4/Y2X3Nxa1Xluv/BQvHVbUrrcYQxp+m9FwyVvgmLrW/OSX/9slauitS5h1wSLV0Da62NgEcszC0VtWT3Bx8Dj6xJ2rejbJn/wM+Ao7S5z4DSQ9U2I+3UZLO1Cmgd9wmXZj/m4SYp/3UlLk8JBdjHnt+jKHXHs/C+roizXyVkPAO/D9CpvKOIwPSie8wf1lZcUeKEfpvb8E2AAQc7HTTiqnY0AAAAASUVORK5CYII=");
    opacity: 0;
    transition: opacity 250ms ease-out; }
  .sample.checked > img, #product-item #section-complementary-products .checked.complementary > img, #product-item #section-alternative-products .checked.alternative-product > img {
    border: 1px #00adef solid; }
  .sample.checked:before, #product-item #section-complementary-products .checked.complementary:before, #product-item #section-alternative-products .checked.alternative-product:before {
    opacity: 1; }
  .sample:hover, #product-item #section-complementary-products .complementary:hover, #product-item #section-alternative-products .alternative-product:hover, .sample.checked, #product-item #section-complementary-products .checked.complementary, #product-item #section-alternative-products .checked.alternative-product {
    cursor: pointer; }
    .sample:hover > img, #product-item #section-complementary-products .complementary:hover > img, #product-item #section-alternative-products .alternative-product:hover > img, .sample.checked > img, #product-item #section-complementary-products .checked.complementary > img, #product-item #section-alternative-products .checked.alternative-product > img {
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
    .sample:hover .title, #product-item #section-complementary-products .complementary:hover .title, #product-item #section-alternative-products .alternative-product:hover .title,
    .sample:hover h6, #product-item #section-complementary-products .complementary:hover h6, #product-item #section-alternative-products .alternative-product:hover h6, .sample.checked .title, #product-item #section-complementary-products .checked.complementary .title, #product-item #section-alternative-products .checked.alternative-product .title,
    .sample.checked h6, #product-item #section-complementary-products .checked.complementary h6, #product-item #section-alternative-products .checked.alternative-product h6 {
      color: #00adef; }
  .sample h6, #product-item #section-complementary-products .complementary h6, #product-item #section-alternative-products .alternative-product h6 {
    transition: color 250ms ease-out; }
  .sample .title, #product-item #section-complementary-products .complementary .title, #product-item #section-alternative-products .alternative-product .title {
    line-height: 2;
    color: black;
    transition: color 250ms ease-out; }
  .sample > img, #product-item #section-complementary-products .complementary > img, #product-item #section-alternative-products .alternative-product > img {
    width: 100%;
    height: auto;
    transition: box-shadow 250ms ease-out; }
  .sample .new, #product-item #section-complementary-products .complementary .new, #product-item #section-alternative-products .alternative-product .new {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    display: block;
    padding: 6px 20px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(0, 173, 239, 0.5);
    transition: opacity 400ms ease; }

.tein_id li {
  display: inline-block; }

.noviusos_form .foundation .tyde_id label, .noviusos_form .foundation .tyde_id span.label {
  font-size: 1rem; }

.tyde_id li {
  display: inline-block;
  margin-right: 10px; }

.tyde_id input {
  margin-bottom: 0;
  vertical-align: baseline; }

.critere-teinte {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px; }
  .critere-teinte.selected:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAI+SURBVHjatFTPqxJRFHZ8M2/G8VXYe6kUBEFR1LSpVVA8sV4tXNXiUUREi8QiqK1Q4F8gQbRq+wgU2kVhCxWlFkKQtJJWirmJFBHFX+P0HTkj9/lUelIHvsX97p1vvnPOPVeyLMvxr8Pp+B9BTpd1G4vFnMPh8Gan07nEBqUxlhXNZDLyYDB4gW+tYrF4AZQLUJYWJYe9Xu+5xREOh8+DPgLoY8dLiErdbveJJUQoFLoG/gRwkET32yip1WpdUVX1lUgGg8GL7HJl390vlUrrbrf7vci12+1mrVaTJvVc1H1wyrTLfr//Vky7UCh88fl8T7F3C6C6embWNJlMrqCr10ej0bdyuXwOlEwHG43GpiiYzWY/oQwkeB+gmp4EDuwRbTabp3Dv3tkfYr0D+lAgEFjDj77afD6f/6goyiPs3QO2APr5BqDuulJ0TdCEbTjsiI6i0ehmOp0O2WvU9bOu6w/x8V3gKnCGBbXJAAhOidAjkYhRrVY/2CL1ev07JuYHOy/7/f4HOHeHBU9zHVcnTZpqFIm6geMul+tyKpXasaYC9/Ex9rc5ZXJ4eFfX54iqPBlnZVneSiQSb2zBeDz+Evxt4AZgcMqrewSJsJskIViYDq4B6xD253K5Zx6P55hhGK9N0/wN/idQAxpAn3wtEhWfQ5knZEPTtKNer9dXqVS6WP9iURKn9Wjm2M0QdXBKMtfYwzM9vnVAnQYJMOfO8hxRUVjjWlP02OFwVtp/I2oLO4UH2OSUFz5rfwQYAFEddnAfwzrIAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 50%; }

#moteur-samples-coloris.disabled {
  transition: opacity 100ms ease-out;
  opacity: .5;
  cursor: not-allowed; }
  #moteur-samples-coloris.disabled * {
    cursor: not-allowed; }

#moteur-samples-coloris form {
  padding: 5px 20px; }

@media screen and (max-width: 39.9375em) {
  #catalogue-js .zone_onglets, #products-search .zone_onglets, #order-samples .zone_onglets {
    padding: 0 10px; } }

#catalogue-js .zone_onglets a, #products-search .zone_onglets a, #order-samples .zone_onglets a {
  padding: 20px 80px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #catalogue-js .zone_onglets a, #products-search .zone_onglets a, #order-samples .zone_onglets a {
      padding: 15px 20px; } }
  @media screen and (max-width: 39.9375em) {
    #catalogue-js .zone_onglets a, #products-search .zone_onglets a, #order-samples .zone_onglets a {
      display: block; } }

#catalogue-js .moteur-de-recherche .custom-checkbox + label, #catalogue-js .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + label, #additional-criterias-container #catalogue-js .moteur-de-recherche input[type="checkbox"] + label, #catalogue-js .moteur-de-recherche .noviusos_form .foundation .custom-checkbox + span.label, .noviusos_form .foundation #catalogue-js .moteur-de-recherche .custom-checkbox + span.label, #catalogue-js .moteur-de-recherche #additional-criterias-container .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form .foundation #catalogue-js .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + span.label, #additional-criterias-container #catalogue-js .moteur-de-recherche .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form .foundation #additional-criterias-container #catalogue-js .moteur-de-recherche input[type="checkbox"] + span.label, #catalogue-js .moteur-de-recherche .noviusos_form.foundation .custom-checkbox + span.label, .noviusos_form.foundation #catalogue-js .moteur-de-recherche .custom-checkbox + span.label, #catalogue-js .moteur-de-recherche #additional-criterias-container .noviusos_form.foundation input[type="checkbox"] + span.label, .noviusos_form.foundation #catalogue-js .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + span.label, #additional-criterias-container #catalogue-js .moteur-de-recherche .noviusos_form.foundation input[type="checkbox"] + span.label, .noviusos_form.foundation #additional-criterias-container #catalogue-js .moteur-de-recherche input[type="checkbox"] + span.label, #products-search .moteur-de-recherche .custom-checkbox + label, #products-search .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + label, #additional-criterias-container #products-search .moteur-de-recherche input[type="checkbox"] + label, #products-search .moteur-de-recherche .noviusos_form .foundation .custom-checkbox + span.label, .noviusos_form .foundation #products-search .moteur-de-recherche .custom-checkbox + span.label, #products-search .moteur-de-recherche #additional-criterias-container .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form .foundation #products-search .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + span.label, #additional-criterias-container #products-search .moteur-de-recherche .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form .foundation #additional-criterias-container #products-search .moteur-de-recherche input[type="checkbox"] + span.label, #products-search .moteur-de-recherche .noviusos_form.foundation .custom-checkbox + span.label, .noviusos_form.foundation #products-search .moteur-de-recherche .custom-checkbox + span.label, #products-search .moteur-de-recherche #additional-criterias-container .noviusos_form.foundation input[type="checkbox"] + span.label, .noviusos_form.foundation #products-search .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + span.label, #additional-criterias-container #products-search .moteur-de-recherche .noviusos_form.foundation input[type="checkbox"] + span.label, .noviusos_form.foundation #additional-criterias-container #products-search .moteur-de-recherche input[type="checkbox"] + span.label, #order-samples .moteur-de-recherche .custom-checkbox + label, #order-samples .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + label, #additional-criterias-container #order-samples .moteur-de-recherche input[type="checkbox"] + label, #order-samples .moteur-de-recherche .noviusos_form .foundation .custom-checkbox + span.label, .noviusos_form .foundation #order-samples .moteur-de-recherche .custom-checkbox + span.label, #order-samples .moteur-de-recherche #additional-criterias-container .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form .foundation #order-samples .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + span.label, #additional-criterias-container #order-samples .moteur-de-recherche .noviusos_form .foundation input[type="checkbox"] + span.label, .noviusos_form .foundation #additional-criterias-container #order-samples .moteur-de-recherche input[type="checkbox"] + span.label, #order-samples .moteur-de-recherche .noviusos_form.foundation .custom-checkbox + span.label, .noviusos_form.foundation #order-samples .moteur-de-recherche .custom-checkbox + span.label, #order-samples .moteur-de-recherche #additional-criterias-container .noviusos_form.foundation input[type="checkbox"] + span.label, .noviusos_form.foundation #order-samples .moteur-de-recherche #additional-criterias-container input[type="checkbox"] + span.label, #additional-criterias-container #order-samples .moteur-de-recherche .noviusos_form.foundation input[type="checkbox"] + span.label, .noviusos_form.foundation #additional-criterias-container #order-samples .moteur-de-recherche input[type="checkbox"] + span.label {
  color: #666666; }

#catalogue-js .moteur-de-recherche .zones, #catalogue-js .moteur-de-recherche .sub-segments, #products-search .moteur-de-recherche .zones, #products-search .moteur-de-recherche .sub-segments, #order-samples .moteur-de-recherche .zones, #order-samples .moteur-de-recherche .sub-segments {
  display: none;}

#catalogue-js #results, #products-search #results, #order-samples #results {
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    #catalogue-js #results, #products-search #results, #order-samples #results {
      margin-bottom: 1rem; } }
  #catalogue-js #results::after, #products-search #results::after, #order-samples #results::after {
    content: '';
    z-index: 10;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    transition: opacity 250ms ease-in-out; }
  #catalogue-js #results.loading::after, #products-search #results.loading::after, #order-samples #results.loading::after {
    opacity: 1;
    cursor: wait;
    pointer-events: auto; }
  #catalogue-js #results.liste_products .column, #catalogue-js #results.liste_products .columns, #products-search #results.liste_products .column, #products-search #results.liste_products .columns, #order-samples #results.liste_products .column, #order-samples #results.liste_products .columns {
    clear: none !important; }
  #catalogue-js #results .message, #products-search #results .message, #order-samples #results .message {
    margin: 30px;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase; }

#catalogue-js .cat-column, #products-search .cat-column, #order-samples .cat-column {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 24%;
  padding: 0 15px; }
  #catalogue-js .cat-column .label-js, #products-search .cat-column .label-js, #order-samples .cat-column .label-js {
    line-height: initial;
    margin-bottom: 10px; }
    #catalogue-js .cat-column .label-js input, #products-search .cat-column .label-js input, #order-samples .cat-column .label-js input {
      margin-bottom: 0; }

#my-projects {
  margin-bottom: 50px; }
  #my-projects form.my-project {
    max-width: 100%; }
    #my-projects form.my-project .myproject-carousel {
      margin-top: -100px; }
      #my-projects form.my-project .myproject-carousel .my-project-panel {
        margin: 20px 0;
        padding: 40px 20px 20px 20px;
        background-color: #00adef;
        color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        #my-projects form.my-project .myproject-carousel .my-project-panel h2 {
          position: relative;
          margin-bottom: 40px;
          font-size: 1rem;
          font-weight: 400;
          color: #ffffff;
          text-align: center; }
          #my-projects form.my-project .myproject-carousel .my-project-panel h2::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -20px;
            width: 150px;
            height: 1px;
            margin: auto;
            background-color: rgba(255, 255, 255, 0.25); }
        #my-projects form.my-project .myproject-carousel .my-project-panel .custom-checkbox::before, #my-projects form.my-project .myproject-carousel .my-project-panel #additional-criterias-container input[type="checkbox"]::before, #additional-criterias-container #my-projects form.my-project .myproject-carousel .my-project-panel input[type="checkbox"]::before {
          background-color: #00adef; }
        #my-projects form.my-project .myproject-carousel .my-project-panel .custom-checkbox:checked::before, #my-projects form.my-project .myproject-carousel .my-project-panel #additional-criterias-container input[type="checkbox"]:checked::before, #additional-criterias-container #my-projects form.my-project .myproject-carousel .my-project-panel input[type="checkbox"]:checked::before {
          background-color: #ffffff; }
        #my-projects form.my-project .myproject-carousel .my-project-panel label, #my-projects form.my-project .myproject-carousel .my-project-panel .noviusos_form .foundation span.label, .noviusos_form .foundation #my-projects form.my-project .myproject-carousel .my-project-panel span.label, #my-projects form.my-project .myproject-carousel .my-project-panel .noviusos_form.foundation span.label, .noviusos_form.foundation #my-projects form.my-project .myproject-carousel .my-project-panel span.label {
          color: #ffffff;
          cursor: pointer; }
          #my-projects form.my-project .myproject-carousel .my-project-panel label.disabled, #my-projects form.my-project .myproject-carousel .my-project-panel .noviusos_form .foundation span.disabled.label, .noviusos_form .foundation #my-projects form.my-project .myproject-carousel .my-project-panel span.disabled.label, #my-projects form.my-project .myproject-carousel .my-project-panel .noviusos_form.foundation span.disabled.label, .noviusos_form.foundation #my-projects form.my-project .myproject-carousel .my-project-panel span.disabled.label {
            text-decoration: line-through;
            opacity: 0.5;
            cursor: not-allowed; }
      #my-projects form.my-project .myproject-carousel .owl-item {
        padding: 0 15px; }
  #my-projects button {
    color: #ffffff; }
  #my-projects .my-projects-controls {
    margin: 50px 0; }

#global-prehome {
  height: calc(100vh - 93px);
  background-color: #30333c; }


.floating-label-container input {
    margin-bottom: 0px;
    padding: 10px 8px !important;
}
.right-button select#field_1712 {
    margin-bottom: -5px;
     padding: 10px 8px !important;
}
.right-button .noviusos_form .foundation .floating-label-container .label{
      padding: 4px 9px;
}
.right-button textarea#field_1715 {
    height: 60px;
}

.right-button .noviusos_form {
    margin: 0px 0 50px;
}
.right-button input#form_submit {
    width: 80%;
}
.right-button h5 {
    text-align: center !important;
        padding-top: 10px;
}

.right-button form.foundation {
    margin-top: -10px;
}
.right-button a {
    color: #00adef;
        padding-left: 43px;
}
  .right-button {
    margin: 97px 10px;
    padding: 0;
    position: fixed;
    right: -10px;
    top: 0%;
    z-index: 9999;
    background-color: #fff;
    width: 17%;
}
.socialwall.row.medium-collapse.large-collapse.small-up-1.medium-up-2.large-up-0 {
    position: absolute !important;
}
@media only screen and (max-width: 1024px){
.right-button {
  display: none
}
}

@media only screen and (max-width: 441px){
ul.nav-lvl1.menu.clearfix li a {
    font-size: 10px;
    text-transform: capitalize;
    white-space: nowrap;
}
.chessboard .chessboard-row.with_image.with_arrow .chessboard-item:first-child::before {
    display: contents !important;
}

footer img.b-lazy.b-loaded {
    height: 100px !important;
    width: 270px !important;
}
nav.side-nav.float-right.show-for-large {
    width: 50%;
    }

 header.top-bar a img {
    float: left;
    padding-top: 27px;
    width: 100px;
}
}
@media only screen and (max-width: 991px){
.fullwidth_video_bg_wrapper.b-lazy.b-loaded {
    height: 290px;
}
.corporate-site-container a.button {
    text-transform: capitalize;
    padding: 7px;
    font-size: 15px;
    margin-top: 188px;
}
}
.socialwall.row.medium-collapse.large-collapse.small-up-1.medium-up-2.large-up-0 {
    /* display: block; */
    position: absolute;
}


a.custom-footer-read-more {
    color: #f58634;
}
  @media screen and (max-width: 63.9375em) {
    #global-prehome {
      height: auto; } }
  #global-prehome #logo {
    display: block;
    position: absolute;
    top: 20px;
    fill: white; }
    @media screen and (max-width: 63.9375em) {
      #global-prehome #logo {
        position: relative;
        top: 0;
        margin-top: 20px;
        margin-bottom: 20px; } }
  #global-prehome .world-map {
    display: block;
    margin: auto;
    height: calc(100vh - 93px);
    max-width: 100%; }
    @media screen and (max-width: 63.9375em) {
      #global-prehome .world-map {
        display: none; } }
  #global-prehome .zone {
    fill: #ffffff;
    fill-opacity: 0;
    stroke: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    pointer-events: all;
    transition: fill-opacity 100ms ease-in-out; }
    #global-prehome .zone.active .bullet {
      fill-opacity: 1; }
    #global-prehome .zone.active .locale {
      position: relative;
      display: block;
      fill: #ffffff;
      fill-opacity: 1;
      stroke: none; }
      #global-prehome .zone.active .locale:hover {
        fill: #00adef;
        text-decoration: underline; }
    #global-prehome .zone:hover, #global-prehome .zone.active {
      fill-opacity: 1; }
      #global-prehome .zone:hover .zone-title, #global-prehome .zone.active .zone-title {
        fill: #00adef; }
      #global-prehome .zone:hover .locale, #global-prehome .zone.active .locale {
        pointer-events: all; }
    #global-prehome .zone .zone-title {
      fill: #ffffff;
      fill-opacity: 1;
      stroke: none;
      transition: fill 100ms ease-in-out, fill-opacity 100ms ease-in-out; }
    #global-prehome .zone .bullet {
      fill: #00adef;
      stroke: none;
      fill-opacity: 0;
      pointer-events: none;
      transition: fill-opacity 100ms ease-in-out; }
    #global-prehome .zone .locale {
      fill-opacity: 0;
      stroke: none;
      pointer-events: none;
      transition: fill-opacity 100ms ease-in-out; }
  #global-prehome .close {
    stroke-opacity: 0;
    pointer-events: none;
    transition: stroke-opacity 100ms ease-in-out; }
  #global-prehome.has-one-selected .zone .zone-title {
    fill-opacity: .1; }
  #global-prehome.has-one-selected .zone.active .zone-title {
    fill-opacity: 1; }
  #global-prehome.has-one-selected .zone:hover:not(.active) {
    fill-opacity: 0; }
    #global-prehome.has-one-selected .zone:hover:not(.active) .zone-title {
      fill: #ffffff; }
  #global-prehome.has-one-selected .close {
    stroke-opacity: 1;
    cursor: pointer;
    pointer-events: all; }
  #global-prehome .text-list {
    display: none;
    list-style: none; }
    @media screen and (max-width: 63.9375em) {
      #global-prehome .text-list {
        display: block; } }
    #global-prehome .text-list .zone {
      margin-bottom: 30px; }
      #global-prehome .text-list .zone h1 {
        color: #ffffff; }
      @media screen and (max-width: 63.9375em) {
        #global-prehome .text-list .zone ul li {
          margin-bottom: 10px; } }
      #global-prehome .text-list .zone ul a {
        color: #ffffff; }

.prehome-footer {
  padding: 20px 0;
  background-color: #272930; }
  .prehome-footer h1 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .prehome-footer h1 {
        margin-bottom: 10px; } }
  .prehome-footer nav li {
    position: relative; }
    .prehome-footer nav li::after {
      content: '';
      position: absolute;
      right: -10px;
      top: -1px;
      height: 20px;
      width: 1px;
      background-color: #bfbfbf; }
      @media screen and (max-width: 39.9375em) {
        .prehome-footer nav li::after {
          content: none; } }
    .prehome-footer nav li:last-of-type::after {
      content: none; }
    @media screen and (max-width: 39.9375em) {
      .prehome-footer nav li {
        display: block;
        margin: 0 0 10px 0; } }
    .prehome-footer nav li a {
      padding: 0;
      color: #bfbfbf; }
      .prehome-footer nav li a:hover {
        color: #00adef; }
      .prehome-footer nav li a:first-of-type {
        padding-left: 0px; }

.zone_cordons .noviusos_form {
  margin: 20px auto 50px; }
  .zone_cordons .noviusos_form p {
    font-size: .9em; }
  .zone_cordons .noviusos_form select, .zone_cordons .noviusos_form
  .moteur-de-recherche .select,
  .moteur-de-recherche .zone_cordons .noviusos_form .select, .zone_cordons .noviusos_form
  .search-engine .select,
  .search-engine .zone_cordons .noviusos_form .select, .zone_cordons .noviusos_form input {
    display: inline-block;
    width: 40%; }
    .zone_cordons .noviusos_form select:first-of-type, .zone_cordons .noviusos_form
    .moteur-de-recherche .select:first-of-type,
    .moteur-de-recherche .zone_cordons .noviusos_form .select:first-of-type, .zone_cordons .noviusos_form
    .search-engine .select:first-of-type,
    .search-engine .zone_cordons .noviusos_form .select:first-of-type, .zone_cordons .noviusos_form input:first-of-type {
      margin-right: 20px; }
    .zone_cordons .noviusos_form select:last-of-type, .zone_cordons .noviusos_form
    .moteur-de-recherche .select:last-of-type,
    .moteur-de-recherche .zone_cordons .noviusos_form .select:last-of-type, .zone_cordons .noviusos_form
    .search-engine .select:last-of-type,
    .search-engine .zone_cordons .noviusos_form .select:last-of-type, .zone_cordons .noviusos_form input:last-of-type {
      margin-left: 20px; }
    .zone_cordons .noviusos_form select.no-margin-left:last-of-type, .zone_cordons .noviusos_form
    .moteur-de-recherche .no-margin-left.select:last-of-type,
    .moteur-de-recherche .zone_cordons .noviusos_form .no-margin-left.select:last-of-type, .zone_cordons .noviusos_form
    .search-engine .no-margin-left.select:last-of-type,
    .search-engine .zone_cordons .noviusos_form .no-margin-left.select:last-of-type, .zone_cordons .noviusos_form input.no-margin-left:last-of-type {
      margin-left: 0; }

.zone_cordons .samples_list {
  margin-top: 20px; }

.page-content.testimonial {
  background-color: #efefef; }
  .page-content.testimonial .blocks_wrapper {
    margin-bottom: 0; }
  .page-content.testimonial .testimonial-content {
    background-color: #ffffff;
    padding: 1rem 0;
    margin: 0 0 10rem; }
    .page-content.testimonial .testimonial-content .testimonial-column {
      padding: 2rem; }
    .page-content.testimonial .testimonial-content .first {
      border-right: 1px solid #efefef; }
    .page-content.testimonial .testimonial-content img {
      box-shadow: 0px -10px 45px -25px rgba(0, 0, 0, 0.75); }
  .page-content.testimonial .testimonial-rs {
    text-align: center;
    color: #333333;
    margin: 0 0 5rem; }
	