/**
 * Sand 2.0.0
 *
 * @package Sand
 *
 * /base/       - basic tags styling: typo, médias, tableaux, etc...
 * /components/ - design components styling: boutons, formulaires, blocks, etc...
 * /layout/     - layout styling: conteneur, grille, etc..
 * /lib/        - global classes and mixins.
 * /pages/      - pages specific styling.
 * /utils/      - global utilities styling: selection, scrollbar, etc...
 * /vendor/     - vendor components style e.g.: swiper.js
 * config.less  - defines every Sand's variables
 * sand.less    - main .less file, importing all other.
 */
/* Config
   ========================================================================== */
/**
 * Sand's configuration file
 *
 * @package Sand
 *
 * This file defines every Sand's variables
 */
.befa {
  border: 3px solid red !important;
}
/* Paths
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Container & grid
   ========================================================================== */
/* Body
   ========================================================================== */
/* Typography
   ========================================================================== */
/* Images
   ========================================================================== */
/* Scrollbars
   ========================================================================== */
/* Forms inputs
   ========================================================================== */
/* Media queries breakpoint
   ========================================================================== */
/* Base
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * CSS Enhancements
 *
 * @package Sand
 */
/* Border-box + font smoothing (OSX)
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Remove native hover effect on touch devices
   ========================================================================== */
a,
input[type=submit],
.image_picker_selector .thumbnail,
.js-collapsible_toggle,
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * @font-face declarations
 *
 * @package Sand
 *
 * Good @font-face generator: https://transfonter.org/
 * Give special attention to use a single font name like 'Futura' for each font family,
 * not 'FuturaBold' / 'FuturaBook' etc., and define font-weights properly.
 */
/* {REPLACE BY FONT NAME}
   ========================================================================== */
@font-face {
  font-family: 'Didot';
  src: url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/Didot-HTF-B11-Bold-Ital.eot');
  src: url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/Didot-HTF-B11-Bold-Ital.eot?#iefix') format('embedded-opentype'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/Didot-HTF-B11-Bold-Ital.woff2') format('woff2'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/Didot-HTF-B11-Bold-Ital.woff') format('woff'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/Didot-HTF-B11-Bold-Ital.ttf') format('truetype'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/Didot-HTF-B11-Bold-Ital.svg#Didot-HTF-B11-Bold-Ital') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/icomoon.eot?dkabt7');
  src: url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/icomoon.eot?dkabt7#iefix') format('embedded-opentype'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/icomoon.ttf?dkabt7') format('truetype'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/icomoon.woff?dkabt7') format('woff'), url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/fonts/icomoon.svg?dkabt7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-avantage-picto1 .path1:before {
  content: "\e903";
  color: #c8951c;
}
.icon-avantage-picto1 .path2:before {
  content: "\e904";
  margin-left: -0.86328125em;
  color: #ffffff;
}
.icon-avantage-picto1 .path3:before {
  content: "\e905";
  margin-left: -0.86328125em;
  color: #c8951c;
}
.icon-avantage-picto1 .path4:before {
  content: "\e906";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto1 .path5:before {
  content: "\e907";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto1 .path6:before {
  content: "\e908";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto1 .path7:before {
  content: "\e909";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto1 .path8:before {
  content: "\e90a";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto1 .path9:before {
  content: "\e90b";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto2 .path1:before {
  content: "\e90c";
  color: #c8951c;
}
.icon-avantage-picto2 .path2:before {
  content: "\e90d";
  margin-left: -0.86328125em;
  color: #ffffff;
}
.icon-avantage-picto2 .path3:before {
  content: "\e90e";
  margin-left: -0.86328125em;
  color: #c8951c;
}
.icon-avantage-picto2 .path4:before {
  content: "\e90f";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto2 .path5:before {
  content: "\e910";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto2 .path6:before {
  content: "\e911";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto3 .path1:before {
  content: "\e912";
  color: #c8951c;
}
.icon-avantage-picto3 .path2:before {
  content: "\e913";
  margin-left: -0.86328125em;
  color: #ffffff;
}
.icon-avantage-picto3 .path3:before {
  content: "\e914";
  margin-left: -0.86328125em;
  color: #c8951c;
}
.icon-avantage-picto3 .path4:before {
  content: "\e915";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto3 .path5:before {
  content: "\e916";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto4 .path1:before {
  content: "\e917";
  color: #c8951c;
}
.icon-avantage-picto4 .path2:before {
  content: "\e918";
  margin-left: -0.86328125em;
  color: #ffffff;
}
.icon-avantage-picto4 .path3:before {
  content: "\e919";
  margin-left: -0.86328125em;
  color: #c8951c;
}
.icon-avantage-picto4 .path4:before {
  content: "\e91a";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto4 .path5:before {
  content: "\e91b";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto4 .path6:before {
  content: "\e91c";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto4 .path7:before {
  content: "\e91d";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto4 .path8:before {
  content: "\e91e";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto4 .path9:before {
  content: "\e91f";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto5 .path1:before {
  content: "\e920";
  color: #c8951c;
}
.icon-avantage-picto5 .path2:before {
  content: "\e921";
  margin-left: -0.86328125em;
  color: #ffffff;
}
.icon-avantage-picto5 .path3:before {
  content: "\e922";
  margin-left: -0.86328125em;
  color: #c8951c;
}
.icon-avantage-picto5 .path4:before {
  content: "\e923";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto5 .path5:before {
  content: "\e924";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto5 .path6:before {
  content: "\e925";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto5 .path7:before {
  content: "\e926";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto5 .path8:before {
  content: "\e927";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-avantage-picto5 .path9:before {
  content: "\e928";
  margin-left: -0.86328125em;
  color: #1d1d1b;
}
.icon-chiffre-picto-1:before {
  content: "\e929";
  color: #c8951c;
}
.icon-chiffre-picto-2:before {
  content: "\e92a";
  color: #c8951c;
}
.icon-chiffre-picto-3:before {
  content: "\e92b";
  color: #c8951c;
}
.icon-chiffre-picto-4 .path1:before {
  content: "\e92c";
  color: #c8951c;
}
.icon-chiffre-picto-4 .path2:before {
  content: "\e92d";
  margin-left: -1.2099609375em;
  color: #c8951c;
}
.icon-chiffre-picto-4 .path3:before {
  content: "\e92e";
  margin-left: -1.2099609375em;
  color: #c8951c;
}
.icon-chiffre-picto-4 .path4:before {
  content: "\e92f";
  margin-left: -1.2099609375em;
  color: #c8951c;
}
.icon-chiffre-picto-4 .path5:before {
  content: "\e930";
  margin-left: -1.2099609375em;
  color: #f7eedf;
}
.icon-chiffre-picto-5:before {
  content: "\e931";
  color: #c8951c;
}
.icon-chiffre-picto-6:before {
  content: "\e932";
  color: #c8951c;
}
.icon-chiffre-picto-7:before {
  content: "\e933";
  color: #c8951c;
}
.icon-chiffre-picto-8:before {
  content: "\e934";
  color: #c8951c;
}
.icon-objectifs-picto1:before {
  content: "\e935";
  color: #c8951c;
}
.icon-objectifs-picto2:before {
  content: "\e936";
  color: #c8951c;
}
.icon-objectifs-picto3:before {
  content: "\e937";
  color: #c8951c;
}
.icon-chat2:before {
  content: "\e049";
}
.icon-number:before {
  content: "\e902";
}
.icon-number2:before {
  content: "\e901";
}
.icon-add-to-list:before {
  content: "\e600";
}
.icon-classic-computer:before {
  content: "\e601";
}
.icon-controller-fast-backward:before {
  content: "\e602";
}
.icon-creative-commons-attribution:before {
  content: "\e603";
}
.icon-creative-commons-noderivs:before {
  content: "\e604";
}
.icon-creative-commons-noncommercial-eu:before {
  content: "\e605";
}
.icon-creative-commons-noncommercial-us:before {
  content: "\e606";
}
.icon-creative-commons-public-domain:before {
  content: "\e607";
}
.icon-creative-commons-remix:before {
  content: "\e608";
}
.icon-creative-commons-share:before {
  content: "\e609";
}
.icon-creative-commons-sharealike:before {
  content: "\e60a";
}
.icon-creative-commons:before {
  content: "\e60b";
}
.icon-document-landscape:before {
  content: "\e60c";
}
.icon-remove-user:before {
  content: "\e60d";
}
.icon-warning:before {
  content: "\e60e";
}
.icon-arrow-bold-down:before {
  content: "\e60f";
}
.icon-arrow-bold-left:before {
  content: "\e610";
}
.icon-arrow-bold-right:before {
  content: "\e611";
}
.icon-arrow-bold-up:before {
  content: "\e612";
}
.icon-arrow-down:before {
  content: "\e613";
}
.icon-arrow-left:before {
  content: "\e614";
}
.icon-arrow-long-down:before {
  content: "\e615";
}
.icon-arrow-long-left:before {
  content: "\e616";
}
.icon-arrow-long-right:before {
  content: "\e617";
}
.icon-arrow-long-up:before {
  content: "\e618";
}
.icon-arrow-right:before {
  content: "\e619";
}
.icon-arrow-up:before {
  content: "\e61a";
}
.icon-arrow-with-circle-down:before {
  content: "\e61b";
}
.icon-arrow-with-circle-left:before {
  content: "\e61c";
}
.icon-arrow-with-circle-right:before {
  content: "\e61d";
}
.icon-arrow-with-circle-up:before {
  content: "\e61e";
}
.icon-bookmark:before {
  content: "\e61f";
}
.icon-bookmarks:before {
  content: "\e620";
}
.icon-chevron-down:before {
  content: "\e621";
}
.icon-chevron-left:before {
  content: "\e622";
}
.icon-chevron-right:before {
  content: "\e623";
}
.icon-chevron-small-down:before {
  content: "\e624";
}
.icon-chevron-small-left:before {
  content: "\e625";
}
.icon-chevron-small-right:before {
  content: "\e626";
}
.icon-chevron-small-up:before {
  content: "\e627";
}
.icon-chevron-thin-down:before {
  content: "\e628";
}
.icon-chevron-thin-left:before {
  content: "\e629";
}
.icon-chevron-thin-right:before {
  content: "\e62a";
}
.icon-chevron-thin-up:before {
  content: "\e62b";
}
.icon-chevron-up:before {
  content: "\e62c";
}
.icon-chevron-with-circle-down:before {
  content: "\e62d";
}
.icon-chevron-with-circle-left:before {
  content: "\e62e";
}
.icon-chevron-with-circle-right:before {
  content: "\e62f";
}
.icon-chevron-with-circle-up:before {
  content: "\e630";
}
.icon-cloud:before {
  content: "\e631";
}
.icon-controller-fast-forward:before {
  content: "\e632";
}
.icon-controller-jump-to-start:before {
  content: "\e633";
}
.icon-controller-next:before {
  content: "\e634";
}
.icon-controller-paus:before {
  content: "\e635";
}
.icon-controller-play:before {
  content: "\e636";
}
.icon-controller-record:before {
  content: "\e637";
}
.icon-controller-stop:before {
  content: "\e638";
}
.icon-controller-volume:before {
  content: "\e639";
}
.icon-dot-single:before {
  content: "\e63a";
}
.icon-dots-three-horizontal:before {
  content: "\e63b";
}
.icon-dots-three-vertical:before {
  content: "\e63c";
}
.icon-dots-two-horizontal:before {
  content: "\e63d";
}
.icon-dots-two-vertical:before {
  content: "\e63e";
}
.icon-download:before {
  content: "\e63f";
}
.icon-emoji-flirt:before {
  content: "\e640";
}
.icon-flow-branch:before {
  content: "\e641";
}
.icon-flow-cascade:before {
  content: "\e642";
}
.icon-flow-line:before {
  content: "\e643";
}
.icon-flow-parallel:before {
  content: "\e644";
}
.icon-flow-tree:before {
  content: "\e645";
}
.icon-install:before {
  content: "\e646";
}
.icon-layers:before {
  content: "\e647";
}
.icon-open-book:before {
  content: "\e648";
}
.icon-resize-100:before {
  content: "\e649";
}
.icon-resize-full-screen:before {
  content: "\e64a";
}
.icon-save:before {
  content: "\e64b";
}
.icon-select-arrows:before {
  content: "\e64c";
}
.icon-sound-mute:before {
  content: "\e64d";
}
.icon-sound:before {
  content: "\e64e";
}
.icon-trash:before {
  content: "\e64f";
}
.icon-triangle-down:before {
  content: "\e650";
}
.icon-triangle-left:before {
  content: "\e651";
}
.icon-triangle-right:before {
  content: "\e652";
}
.icon-triangle-up:before {
  content: "\e653";
}
.icon-uninstall:before {
  content: "\e654";
}
.icon-upload-to-cloud:before {
  content: "\e655";
}
.icon-upload:before {
  content: "\e656";
}
.icon-add-user:before {
  content: "\e657";
}
.icon-address:before {
  content: "\e658";
}
.icon-adjust:before {
  content: "\e659";
}
.icon-air:before {
  content: "\e65a";
}
.icon-aircraft-landing:before {
  content: "\e65b";
}
.icon-aircraft-take-off:before {
  content: "\e65c";
}
.icon-aircraft:before {
  content: "\e65d";
}
.icon-align-bottom:before {
  content: "\e65e";
}
.icon-align-horizontal-middle:before {
  content: "\e65f";
}
.icon-align-left:before {
  content: "\e660";
}
.icon-align-right:before {
  content: "\e661";
}
.icon-align-top:before {
  content: "\e662";
}
.icon-align-vertical-middle:before {
  content: "\e663";
}
.icon-archive:before {
  content: "\e664";
}
.icon-area-graph:before {
  content: "\e665";
}
.icon-attachment:before {
  content: "\e666";
}
.icon-awareness-ribbon:before {
  content: "\e667";
}
.icon-back-in-time:before {
  content: "\e668";
}
.icon-back:before {
  content: "\e669";
}
.icon-bar-graph:before {
  content: "\e66a";
}
.icon-battery:before {
  content: "\e66b";
}
.icon-beamed-note:before {
  content: "\e66c";
}
.icon-bell:before {
  content: "\e66d";
}
.icon-blackboard:before {
  content: "\e66e";
}
.icon-block:before {
  content: "\e66f";
}
.icon-book:before {
  content: "\e670";
}
.icon-bowl:before {
  content: "\e671";
}
.icon-box:before {
  content: "\e672";
}
.icon-briefcase:before {
  content: "\e673";
}
.icon-browser:before {
  content: "\e674";
}
.icon-brush:before {
  content: "\e675";
}
.icon-bucket:before {
  content: "\e676";
}
.icon-cake:before {
  content: "\e677";
}
.icon-calculator:before {
  content: "\e678";
}
.icon-calendar:before {
  content: "\e679";
}
.icon-camera:before {
  content: "\e67a";
}
.icon-ccw:before {
  content: "\e67b";
}
.icon-chat:before {
  content: "\e67c";
}
.icon-check:before {
  content: "\e67d";
}
.icon-circle-with-cross:before {
  content: "\e67e";
}
.icon-circle-with-minus:before {
  content: "\e67f";
}
.icon-circle-with-plus:before {
  content: "\e680";
}
.icon-circle:before {
  content: "\e681";
}
.icon-circular-graph:before {
  content: "\e682";
}
.icon-clapperboard:before {
  content: "\e683";
}
.icon-clipboard:before {
  content: "\e684";
}
.icon-clock:before {
  content: "\e685";
}
.icon-code:before {
  content: "\e686";
}
.icon-cog:before {
  content: "\e687";
}
.icon-colours:before {
  content: "\e688";
}
.icon-compass:before {
  content: "\e689";
}
.icon-copy:before {
  content: "\e68a";
}
.icon-credit-card:before {
  content: "\e68b";
}
.icon-credit:before {
  content: "\e68c";
}
.icon-cross:before {
  content: "\e68d";
}
.icon-cup:before {
  content: "\e68e";
}
.icon-cw:before {
  content: "\e68f";
}
.icon-cycle:before {
  content: "\e690";
}
.icon-database:before {
  content: "\e691";
}
.icon-dial-pad:before {
  content: "\e692";
}
.icon-direction:before {
  content: "\e693";
}
.icon-document:before {
  content: "\e694";
}
.icon-documents:before {
  content: "\e695";
}
.icon-drink:before {
  content: "\e696";
}
.icon-drive:before {
  content: "\e697";
}
.icon-drop:before {
  content: "\e698";
}
.icon-edit:before {
  content: "\e699";
}
.icon-email:before {
  content: "\e69a";
}
.icon-emoji-happy:before {
  content: "\e69b";
}
.icon-emoji-neutral:before {
  content: "\e69c";
}
.icon-emoji-sad:before {
  content: "\e69d";
}
.icon-erase:before {
  content: "\e69e";
}
.icon-eraser:before {
  content: "\e69f";
}
.icon-export:before {
  content: "\e6a0";
}
.icon-eye:before {
  content: "\e6a1";
}
.icon-feather:before {
  content: "\e6a2";
}
.icon-flag:before {
  content: "\e6a3";
}
.icon-flash:before {
  content: "\e6a4";
}
.icon-flashlight:before {
  content: "\e6a5";
}
.icon-flat-brush:before {
  content: "\e6a6";
}
.icon-folder-images:before {
  content: "\e6a7";
}
.icon-folder-music:before {
  content: "\e6a8";
}
.icon-folder-video:before {
  content: "\e6a9";
}
.icon-folder:before {
  content: "\e6aa";
}
.icon-forward:before {
  content: "\e6ab";
}
.icon-funnel:before {
  content: "\e6ac";
}
.icon-game-controller:before {
  content: "\e6ad";
}
.icon-gauge:before {
  content: "\e6ae";
}
.icon-globe:before {
  content: "\e6af";
}
.icon-graduation-cap:before {
  content: "\e6b0";
}
.icon-grid:before {
  content: "\e6b1";
}
.icon-hair-cross:before {
  content: "\e6b2";
}
.icon-hand:before {
  content: "\e6b3";
}
.icon-heart-outlined:before {
  content: "\e6b4";
}
.icon-heart:before {
  content: "\e6b5";
}
.icon-help-with-circle:before {
  content: "\e6b6";
}
.icon-help:before {
  content: "\e6b7";
}
.icon-home:before {
  content: "\e6b8";
}
.icon-hour-glass:before {
  content: "\e6b9";
}
.icon-image-inverted:before {
  content: "\e6ba";
}
.icon-image:before {
  content: "\e6bb";
}
.icon-images:before {
  content: "\e6bc";
}
.icon-inbox:before {
  content: "\e6bd";
}
.icon-infinity:before {
  content: "\e6be";
}
.icon-info-with-circle:before {
  content: "\e6bf";
}
.icon-info:before {
  content: "\e6c0";
}
.icon-key:before {
  content: "\e6c1";
}
.icon-keyboard:before {
  content: "\e6c2";
}
.icon-lab-flask:before {
  content: "\e6c3";
}
.icon-landline:before {
  content: "\e6c4";
}
.icon-language:before {
  content: "\e6c5";
}
.icon-laptop:before {
  content: "\e6c6";
}
.icon-leaf:before {
  content: "\e6c7";
}
.icon-level-down:before {
  content: "\e6c8";
}
.icon-level-up:before {
  content: "\e6c9";
}
.icon-lifebuoy:before {
  content: "\e6ca";
}
.icon-light-bulb:before {
  content: "\e6cb";
}
.icon-light-down:before {
  content: "\e6cc";
}
.icon-light-up:before {
  content: "\e6cd";
}
.icon-line-graph:before {
  content: "\e6ce";
}
.icon-link:before {
  content: "\e6cf";
}
.icon-list:before {
  content: "\e6d0";
}
.icon-location-pin:before {
  content: "\e6d1";
}
.icon-location:before {
  content: "\e6d2";
}
.icon-lock-open:before {
  content: "\e6d3";
}
.icon-lock:before {
  content: "\e6d4";
}
.icon-log-out:before {
  content: "\e6d5";
}
.icon-login:before {
  content: "\e6d6";
}
.icon-loop:before {
  content: "\e6d7";
}
.icon-magnet:before {
  content: "\e6d8";
}
.icon-magnifying-glass:before {
  content: "\e6d9";
}
.icon-mail:before {
  content: "\e6da";
}
.icon-man:before {
  content: "\e6db";
}
.icon-map:before {
  content: "\e6dc";
}
.icon-mask:before {
  content: "\e6dd";
}
.icon-medal:before {
  content: "\e6de";
}
.icon-megaphone:before {
  content: "\e6df";
}
.icon-menu:before {
  content: "\e6e0";
}
.icon-message:before {
  content: "\e6e1";
}
.icon-mic:before {
  content: "\e6e2";
}
.icon-minus:before {
  content: "\e6e3";
}
.icon-mobile:before {
  content: "\e6e4";
}
.icon-modern-mic:before {
  content: "\e6e5";
}
.icon-moon:before {
  content: "\e6e6";
}
.icon-mouse:before {
  content: "\e6e7";
}
.icon-music:before {
  content: "\e6e8";
}
.icon-network:before {
  content: "\e6e9";
}
.icon-new-message:before {
  content: "\e6ea";
}
.icon-new:before {
  content: "\e6eb";
}
.icon-news:before {
  content: "\e6ec";
}
.icon-note:before {
  content: "\e6ed";
}
.icon-notification:before {
  content: "\e6ee";
}
.icon-old-mobile:before {
  content: "\e6ef";
}
.icon-old-phone:before {
  content: "\e6f0";
}
.icon-palette:before {
  content: "\e6f1";
}
.icon-paper-plane:before {
  content: "\e6f2";
}
.icon-pencil:before {
  content: "\e6f3";
}
.icon-phone:before {
  content: "\e6f4";
}
.icon-pie-chart:before {
  content: "\e6f5";
}
.icon-pin:before {
  content: "\e6f6";
}
.icon-plus:before {
  content: "\e6f7";
}
.icon-popup:before {
  content: "\e6f8";
}
.icon-power-plug:before {
  content: "\e6f9";
}
.icon-price-ribbon:before {
  content: "\e6fa";
}
.icon-price-tag:before {
  content: "\e6fb";
}
.icon-print:before {
  content: "\e6fc";
}
.icon-progress-empty:before {
  content: "\e6fd";
}
.icon-progress-full:before {
  content: "\e6fe";
}
.icon-progress-one:before {
  content: "\e6ff";
}
.icon-progress-two:before {
  content: "\e700";
}
.icon-publish:before {
  content: "\e701";
}
.icon-quote:before {
  content: "\e702";
}
.icon-radio:before {
  content: "\e703";
}
.icon-reply-all:before {
  content: "\e704";
}
.icon-reply:before {
  content: "\e705";
}
.icon-retweet:before {
  content: "\e706";
}
.icon-rocket:before {
  content: "\e707";
}
.icon-round-brush:before {
  content: "\e708";
}
.icon-rss:before {
  content: "\e709";
}
.icon-ruler:before {
  content: "\e70a";
}
.icon-scissors:before {
  content: "\e70b";
}
.icon-share-alternitive:before {
  content: "\e70c";
}
.icon-share:before {
  content: "\e70d";
}
.icon-shareable:before {
  content: "\e70e";
}
.icon-shield:before {
  content: "\e70f";
}
.icon-shop:before {
  content: "\e710";
}
.icon-shopping-bag:before {
  content: "\e711";
}
.icon-shopping-basket:before {
  content: "\e712";
}
.icon-shopping-cart:before {
  content: "\e713";
}
.icon-shuffle:before {
  content: "\e714";
}
.icon-signal:before {
  content: "\e715";
}
.icon-sound-mix:before {
  content: "\e716";
}
.icon-spreadsheet:before {
  content: "\e718";
}
.icon-squared-cross:before {
  content: "\e719";
}
.icon-squared-minus:before {
  content: "\e71a";
}
.icon-squared-plus:before {
  content: "\e71b";
}
.icon-star-outlined:before {
  content: "\e71c";
}
.icon-star:before {
  content: "\e71d";
}
.icon-stopwatch:before {
  content: "\e71e";
}
.icon-suitcase:before {
  content: "\e71f";
}
.icon-swap:before {
  content: "\e720";
}
.icon-sweden:before {
  content: "\e721";
}
.icon-switch:before {
  content: "\e722";
}
.icon-tablet:before {
  content: "\e723";
}
.icon-tag:before {
  content: "\e724";
}
.icon-text-document-inverted:before {
  content: "\e725";
}
.icon-text-document:before {
  content: "\e726";
}
.icon-text:before {
  content: "\e727";
}
.icon-thermometer:before {
  content: "\e728";
}
.icon-thumbs-down:before {
  content: "\e729";
}
.icon-thumbs-up:before {
  content: "\e72a";
}
.icon-thunder-cloud:before {
  content: "\e72b";
}
.icon-ticket:before {
  content: "\e72c";
}
.icon-time-slot:before {
  content: "\e72d";
}
.icon-tools:before {
  content: "\e72e";
}
.icon-traffic-cone:before {
  content: "\e72f";
}
.icon-tree:before {
  content: "\e730";
}
.icon-trophy:before {
  content: "\e731";
}
.icon-tv:before {
  content: "\e732";
}
.icon-typing:before {
  content: "\e733";
}
.icon-unread:before {
  content: "\e734";
}
.icon-untag:before {
  content: "\e735";
}
.icon-user:before {
  content: "\e736";
}
.icon-users:before {
  content: "\e737";
}
.icon-v-card:before {
  content: "\e738";
}
.icon-video:before {
  content: "\e739";
}
.icon-vinyl:before {
  content: "\e73a";
}
.icon-voicemail:before {
  content: "\e73b";
}
.icon-wallet:before {
  content: "\e73c";
}
.icon-water:before {
  content: "\e73d";
}
.icon-500px-with-circle:before {
  content: "\e73e";
}
.icon-500px:before {
  content: "\e73f";
}
.icon-basecamp:before {
  content: "\e740";
}
.icon-behance:before {
  content: "\e741";
}
.icon-creative-cloud:before {
  content: "\e742";
}
.icon-dropbox:before {
  content: "\e743";
}
.icon-evernote:before {
  content: "\e744";
}
.icon-flattr:before {
  content: "\e745";
}
.icon-foursquare:before {
  content: "\e746";
}
.icon-google-drive:before {
  content: "\e747";
}
.icon-google-hangouts:before {
  content: "\e748";
}
.icon-grooveshark:before {
  content: "\e749";
}
.icon-icloud:before {
  content: "\e74a";
}
.icon-mixi:before {
  content: "\e74b";
}
.icon-onedrive:before {
  content: "\e74c";
}
.icon-paypal:before {
  content: "\e74d";
}
.icon-picasa:before {
  content: "\e74e";
}
.icon-qq:before {
  content: "\e74f";
}
.icon-rdio-with-circle:before {
  content: "\e750";
}
.icon-renren:before {
  content: "\e751";
}
.icon-scribd:before {
  content: "\e752";
}
.icon-sina-weibo:before {
  content: "\e753";
}
.icon-skype-with-circle:before {
  content: "\e754";
}
.icon-skype:before {
  content: "\e755";
}
.icon-slideshare:before {
  content: "\e756";
}
.icon-smashing:before {
  content: "\e757";
}
.icon-soundcloud:before {
  content: "\e758";
}
.icon-spotify-with-circle:before {
  content: "\e759";
}
.icon-spotify:before {
  content: "\e75a";
}
.icon-swarm:before {
  content: "\e75b";
}
.icon-vine-with-circle:before {
  content: "\e75c";
}
.icon-vine:before {
  content: "\e75d";
}
.icon-vk-alternitive:before {
  content: "\e75e";
}
.icon-vk-with-circle:before {
  content: "\e75f";
}
.icon-vk:before {
  content: "\e760";
}
.icon-xing-with-circle:before {
  content: "\e761";
}
.icon-xing:before {
  content: "\e762";
}
.icon-yelp:before {
  content: "\e763";
}
.icon-dribbble-with-circle:before {
  content: "\e764";
}
.icon-dribbble:before {
  content: "\e765";
}
.icon-facebook-with-circle:before {
  content: "\e766";
}
.icon-facebook:before {
  content: "\e767";
}
.icon-flickr-with-circle:before {
  content: "\e768";
}
.icon-flickr:before {
  content: "\e769";
}
.icon-github-with-circle:before {
  content: "\e76a";
}
.icon-github:before {
  content: "\e76b";
}
.icon-google-with-circle:before {
  content: "\e76c";
}
.icon-google:before {
  content: "\e76d";
}
.icon-instagram-with-circle:before {
  content: "\e76e";
}
.icon-instagram:before {
  content: "\e76f";
}
.icon-lastfm-with-circle:before {
  content: "\e770";
}
.icon-lastfm:before {
  content: "\e771";
}
.icon-linkedin-with-circle:before {
  content: "\e772";
}
.icon-linkedin:before {
  content: "\e773";
}
.icon-pinterest-with-circle:before {
  content: "\e774";
}
.icon-pinterest:before {
  content: "\e775";
}
.icon-rdio:before {
  content: "\e776";
}
.icon-stumbleupon-with-circle:before {
  content: "\e777";
}
.icon-stumbleupon:before {
  content: "\e778";
}
.icon-tumblr-with-circle:before {
  content: "\e779";
}
.icon-tumblr:before {
  content: "\e77a";
}
.icon-twitter-with-circle:before {
  content: "\e77b";
}
.icon-twitter:before {
  content: "\e77c";
}
.icon-vimeo-with-circle:before {
  content: "\e77d";
}
.icon-vimeo:before {
  content: "\e77e";
}
.icon-youtube-with-circle:before {
  content: "\e77f";
}
.icon-youtube:before {
  content: "\e780";
}
.icon-search2:before {
  content: "\e807";
}
.icon-play:before {
  content: "\e900";
}
/**
 * Global typographic styles
 *
 * @package Sand
 *
 * Defines typographic styles for basic HTML tags such as <a>, <p>, <hN> etc.
 */
/* HTML
   ========================================================================== */
html {
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
}
/* Links
   ========================================================================== */
a {
  text-decoration: none;
  color: #000000;
  border-bottom: 0px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
a:hover {
  color: #000000;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
a.nostyle {
  border: none;
  color: inherit;
}
a.nostyle:hover {
  opacity: .7;
}
a.noUnderline,
a.link_image {
  border: none;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 2em 0 1.3rem;
  color: #c78d3c;
}
h1,
.h1 {
  font-size: 2.14285714rem;
  margin-top: 0;
}
h2,
.h2 {
  font-size: 1.71428571rem;
  color: #000000;
}
h3,
.h3 {
  font-size: 1.42857143rem;
  color: #000000;
}
h4,
.h4 {
  font-size: 1.28571429rem;
  color: #000000;
}
h5,
.h5 {
  font-size: 1rem;
  color: #000000;
}
h6,
.h6 {
  font-size: 0.85714286rem;
  color: #999999;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.85714286rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 3.21428571rem;
  }
}
/* Paragraphs
   ========================================================================== */
p {
  margin: 0 0 2em;
}
/* Blockquote
   ========================================================================== */
blockquote {
  position: relative;
  font-size: 1.14285714rem;
  font-weight: 300;
  font-style: italic;
  margin: 1.5em 0 1.5em;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.28571429rem;
  }
}
@media only screen and (min-width: 1024px) {
  blockquote {
    font-size: 1.42857143rem;
  }
}
@media only screen and (min-width: 1280px) {
  blockquote {
    font-size: 1.57142857rem;
  }
}
/* Lists
   ========================================================================== */
ul,
ol {
  padding: 0;
  margin: 0 0 2em 25px;
}
ul li,
ol li {
  padding-bottom: 5px;
}
ul {
  list-style-type: none;
  margin-left: 0;
}
ul li {
  position: relative;
  padding-left: 25px;
}
ul li::before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #c78d3c;
  opacity: 0.8;
  top: 10px;
  left: 10px;
}
p + ul {
  margin-top: -0.5em;
}
.list_inline li,
ul.list_inline li,
ol.list_inline li {
  display: inline-block;
}
.list_nostyle,
ul.list_nostyle,
ol.list_nostyle {
  list-style: none;
  margin: 0;
}
.list_nostyle li,
ul.list_nostyle li,
ol.list_nostyle li {
  padding: 0;
}
.list_nostyle li::before,
ul.list_nostyle li::before,
ol.list_nostyle li::before {
  display: none;
  content: " ";
}
/**
 * Medias
 *
 * @package Sand
 *
 * Defines sizing and margin behavior for img, video and iframe tags
 */
/* Img / video / iframe tags
   ========================================================================== */
img,
video {
  max-width: 100%;
  height: auto !important;
}
img,
iframe {
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
img.align-left,
iframe.align-left {
  float: left;
  margin: 0 2em 2em 0;
}
img.align-center,
iframe.align-center {
  display: block;
  margin: 0 auto 2em;
  clear: both;
}
img.align-right,
iframe.align-right {
  float: right;
  margin: 0 0 2em 2em;
}
.file-icon {
  display: none !important;
}
.media_embed {
  display: inline-block;
}
/* Iframe tags
   ========================================================================== */
iframe {
  border: 0;
  max-width: 100%;
  margin: 0 0 1em;
}
/* Video tags
   ========================================================================== */
.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 1em;
}
.responsiveVideo iframe,
.responsiveVideo video {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/**
 * HTML tables
 *
 * @package Sand
 *
 * Defines base styles for HTML tables, and provide responsive styling.
 */
table {
  text-align: left;
  border-collapse: collapse;
}
table p {
  margin: 0;
}
table th,
table td {
  padding: 12px 20px;
}
table th:not(:first-child),
table td:not(:first-child) {
  text-align: center;
}
table th {
  color: #999999;
  font-weight: 400;
  font-size: 0.85714286rem;
}
table td {
  border: 1px solid #e6e6e6;
}
table tr:nth-child(even) td {
  background: #f5f5f5;
}
table tr.separator td {
  display: table-cell;
  padding: 0;
  border: none;
  background: none;
  height: 5px;
}
table tr.separator:last-child {
  display: none;
}
/* Responsiveness
   ========================================================================== */
.tableContainer {
  white-space: nowrap;
  position: relative;
}
.tableContainer::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.tableContainer .tableContainer_inner {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .tableContainer {
    white-space: normal;
  }
  .tableContainer::after {
    display: none;
  }
  .tableContainer .tableContainer_inner {
    overflow: visible;
  }
}
/* Lib
   ========================================================================== */
/**
 * Global mixins library
 *
 * @package Sand
 *
 * Each mixins if commented to give details about how to use it.
 */
/* Font-size, convert px value to em
   @param @value   wanted font size, without unit
   @param @context font-size from which calculate, default @body_font_size
   ========================================================================== */
/* Retina image background
   @param @file   filename, without extension
   @param @type   file extension (jpg, png, etc.)
   @param @width  1x width of the image, with unit (px or %), default 100%
   @param @height 1x height of the image, with unit (px or %), default 100%
   @param @posx   1x X position of the image (useful for sprites)
   @param @posy   1x Y position of the image (useful for sprites)
   ========================================================================== */
/* CSS3 transition
   @param @args transition parameters, default 'all 250ms ease'
   ========================================================================== */
/* CSS3 transition delay
   @param @args wanted delay with unit, default .1s
   ========================================================================== */
/* CSS3 animation
   @param @args animation parameters, no default
   ========================================================================== */
/* Enable hardware acceleration on the targeted element
   ========================================================================== */
.acceleration,
.backToTop,
a.backToTop,
.backToTop::after,
a.backToTop::after,
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after,
.btn,
a.btn,
.collapsible .js-collapsible_toggle::after,
.collapsible .js-collapsible_content,
.multipage__transition section,
input[type=submit],
.form-actions .button,
.image_picker_selector .thumbnail::before,
.radioEnhanced [type="checkbox"]:not(:checked) + label::before,
.radioEnhanced [type="radio"]:not(:checked) + label::before,
.radioEnhanced [type="checkbox"]:checked + label::before,
.radioEnhanced [type="radio"]:checked + label::before,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::before,
.modal,
.modal_bg,
.modal_inner,
a.modal_close,
a.modal_close .modal_close_cross {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Transform origin
   @param @args transform origin position, default top left corner (0 0)
   ========================================================================== */
/* Rotate transform
   @param @args rotate angle with unit (deg, rad)
   ========================================================================== */
/* Skew transform
   @param @args skew angle with unit (deg, rad)
   ========================================================================== */
/* Scale transform
   @param @args scale ratio without unit, e.g.: 0.5
   ========================================================================== */
/* Translation transform
   @param @args translation amount with unit (px, %, em)
   ========================================================================== */
/* Vertical gradient
   @param @startColor start color (Hex, rgba, etc.)
   @param @endColor   end color (Hex, rgba, etc.)
   ========================================================================== */
/* Horizontal gradient
   @param @startColor start color (Hex, rgba, etc.)
   @param @endColor   end color (Hex, rgba, etc.)
   ========================================================================== */
/* Vertical dots border
   @param @dotsColor wanted dots colorr (Hex, rgba, etc.)
   @param @spacing   spacing between dots (px, %, em)
   @param @position  allowed value: right, default left
   ========================================================================== */
/* Horizontal dots border
   @param @dotsColor wanted dots colorr (Hex, rgba, etc.)
   @param @spacing   spacing between dots (px, %, em)
   @param @position  allowed value: top, default bottom
   ========================================================================== */
/**
 * Classes
 *
 * @package Sand
 *
 * This file contains several abstract classes. They can be used for quick-fixing,
 * for light atomic style coding, or like mixins directly in the LESS files.
 */
/* maetva debug
   ========================================================================== */
.debug {
  border: 1px solid #ff0000 !important;
}
@media only screen and (min-width: 0px) {
  .debug {
    border-color: #aa1d1a !important;
  }
}
@media only screen and (min-width: 320px) {
  .debug {
    border-color: #7b110a !important;
  }
}
@media only screen and (min-width: 480px) {
  .debug {
    border-color: #500202 !important;
  }
}
@media only screen and (min-width: 600px) {
  .debug {
    border-color: #aa1d1a !important;
  }
}
@media only screen and (min-width: 768px) {
  .debug {
    border-color: #bbbbff !important;
  }
}
@media only screen and (min-width: 900px) {
  .debug {
    border-color: #6565ff !important;
  }
}
@media only screen and (min-width: 1024px) {
  .debug {
    border-color: #0000ff !important;
  }
}
@media only screen and (min-width: 1120px) {
  .debug {
    border-color: #2b3979 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .debug {
    border-color: #001ca7 !important;
  }
}
@media only screen and (min-width: 1280px) {
  .debug {
    border-color: #ffaaee !important;
  }
}
@media only screen and (min-width: 1450px) {
  .debug {
    border-color: #ff40d9 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .debug {
    border-color: #d200a8 !important;
  }
}
@media only screen and (min-width: 1800px) {
  .debug {
    border-color: #a00080 !important;
  }
}
@media only screen and (min-width: 2000px) {
  .debug {
    border-color: #000000 !important;
  }
}
/* Remove margin from last or first child of a given element
   ========================================================================== */
.lastChildMb0 > *:last-child {
  margin-bottom: 0;
}
.firstChildMt0 > *:first-child {
  margin-top: 0;
}
/* Accessibility: hidden text
   ========================================================================== */
.screen-reader-text,
.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Float
   ========================================================================== */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.cBoth {
  clear: both;
}
/* Clearfix. Make use of Nicolas Gallagher's Micro Clearfix
   http://nicolasgallagher.com/micro-clearfix-hack/
   ========================================================================== */
.cf::before,
.clearfix::before,
.cf::after,
.clearfix::after {
  content: " ";
  display: table;
}
.cf::after,
.clearfix::after {
  clear: both;
}
/* Text alignment
   ========================================================================== */
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.alignMiddle {
  vertical-align: middle;
}
/* Font case
   ========================================================================== */
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
/* Font size
   ========================================================================== */
.fz5 {
  font-size: 0.35714286rem;
}
.fz6 {
  font-size: 0.42857143rem;
}
.fz7 {
  font-size: 0.5rem;
}
.fz8 {
  font-size: 0.57142857rem;
}
.fz9 {
  font-size: 0.64285714rem;
}
.fz10 {
  font-size: 0.71428571rem;
}
.fz11 {
  font-size: 0.78571429rem;
}
.fz12 {
  font-size: 0.85714286rem;
}
.fz13 {
  font-size: 0.92857143rem;
}
.fz14 {
  font-size: 1rem;
}
.fz15 {
  font-size: 1.07142857rem;
}
.fz16 {
  font-size: 1.14285714rem;
}
.fz17 {
  font-size: 1.21428571rem;
}
.fz18 {
  font-size: 1.28571429rem;
}
.fz19 {
  font-size: 1.35714286rem;
}
.fz20 {
  font-size: 1.42857143rem;
}
.fz21 {
  font-size: 1.5rem;
}
.fz22 {
  font-size: 1.57142857rem;
}
.fz23 {
  font-size: 1.64285714rem;
}
.fz24 {
  font-size: 1.71428571rem;
}
.fz25 {
  font-size: 1.78571429rem;
}
.fz26 {
  font-size: 1.85714286rem;
}
.fz27 {
  font-size: 1.92857143rem;
}
.fz28 {
  font-size: 2rem;
}
.fz29 {
  font-size: 2.07142857rem;
}
.fz30 {
  font-size: 2.14285714rem;
}
.fz31 {
  font-size: 2.21428571rem;
}
.fz32 {
  font-size: 2.28571429rem;
}
.fz33 {
  font-size: 2.35714286rem;
}
.fz34 {
  font-size: 2.42857143rem;
}
.fz35 {
  font-size: 2.5rem;
}
/* Font weight
   ========================================================================== */
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
/* Display
   ========================================================================== */
.hidden {
  display: none;
}
.inlineBlock {
  display: inline-block;
}
.block {
  display: block;
}
/* Overflow
   ========================================================================== */
.ovHidden {
  overflow: hidden;
}
.ovAuto {
  overflow: auto;
}
.ovScroll {
  overflow: scroll;
}
/* Positining
   ========================================================================== */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
/* Margin / padding
   ========================================================================== */
.m0 {
  margin: 0;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.m60 {
  margin: 60px;
}
.m70 {
  margin: 70px;
}
.m80 {
  margin: 80px;
}
.m90 {
  margin: 90px;
}
.m100 {
  margin: 100px;
}
.m10p {
  margin: 10%;
}
.m20p {
  margin: 20%;
}
.m30p {
  margin: 30%;
}
.m40p {
  margin: 40%;
}
.m50p {
  margin: 50%;
}
.m60p {
  margin: 60%;
}
.m70p {
  margin: 70%;
}
.m80p {
  margin: 80%;
}
.m100p {
  margin: 100%;
}
.pb20 {
  padding-bottom: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.m0important {
  margin: 0 !important;
}
.p0important {
  padding: 0 !important;
}
/* Width / height
   ========================================================================== */
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w80p {
  width: 80%;
}
.w100p {
  width: 100%;
}
.h10p {
  height: 10%;
}
.h20p {
  height: 20%;
}
.h30p {
  height: 30%;
}
.h40p {
  height: 40%;
}
.h50p {
  height: 50%;
}
.h60p {
  height: 60%;
}
.h70p {
  height: 70%;
}
.h80p {
  height: 80%;
}
.h100p {
  height: 100%;
}
/* Z-index
   ========================================================================== */
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z6 {
  z-index: 6;
}
.z7 {
  z-index: 7;
}
.z8 {
  z-index: 8;
}
.z9 {
  z-index: 9;
}
.z10 {
  z-index: 10;
}
.z100 {
  z-index: 100;
}
.z200 {
  z-index: 200;
}
.z300 {
  z-index: 300;
}
.z400 {
  z-index: 400;
}
.z500 {
  z-index: 500;
}
.z600 {
  z-index: 600;
}
.z700 {
  z-index: 700;
}
.z800 {
  z-index: 800;
}
.z900 {
  z-index: 900;
}
.z1000 {
  z-index: 1000;
}
.z2000 {
  z-index: 2000;
}
/**
 * Backgrounds
 *
 * @package Sand
 *
 * Several background classes.
 */
/* Image cover
   ========================================================================== */
.bgCover {
  background-size: cover;
  background-position: center;
}
/* Colors
   ========================================================================== */
.bgColor {
  background: #000000;
}
.bgGrey {
  background: #f5f5f5;
}
.bgBlack {
  background: #000000;
}
.bgBlack_dark {
  background: #292929;
}
.bgBlack_darker {
  background: #141414;
}
.bgColor,
.bgBlack,
.bgBlack_dark,
.bgBlack_darker {
  color: #FFF;
}
.bgColor h1,
.bgBlack h1,
.bgBlack_dark h1,
.bgBlack_darker h1,
.bgColor .h1,
.bgBlack .h1,
.bgBlack_dark .h1,
.bgBlack_darker .h1,
.bgColor h2,
.bgBlack h2,
.bgBlack_dark h2,
.bgBlack_darker h2,
.bgColor .h2,
.bgBlack .h2,
.bgBlack_dark .h2,
.bgBlack_darker .h2 {
  color: #FFF;
}
.bgColor a:not(.btn),
.bgBlack a:not(.btn),
.bgBlack_dark a:not(.btn),
.bgBlack_darker a:not(.btn) {
  color: #FFF;
}
.bgColor a:not(.btn):hover,
.bgBlack a:not(.btn):hover,
.bgBlack_dark a:not(.btn):hover,
.bgBlack_darker a:not(.btn):hover {
  opacity: 0.8;
}
/**
 * Colors
 *
 * @package Sand
 *
 * Several color classes, according to defined ones in config.less
 */
.color_grey {
  color: #999999;
}
.color_black {
  color: #000000;
}
.color_blue {
  color: #4797ff;
}
.color_yellow {
  color: #ffe565;
}
.color_orange {
  color: #ff8a47;
}
.color_red {
  color: #e50000;
}
.color_green {
  color: #71d566;
}
.color_mainColor {
  color: #000000;
}
/**
 * Keyframes
 *
 * @package Sand
 *
 * Keyframes declarations, can be used wherever accross Sand.
 */
/* Rotating
   ========================================================================== */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    -moz-transform: scale(1.1);
    /* Firefox */
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
}
/* Vendor specific
   ========================================================================== */
/**
 * Chocolat jQuery plug-in style
 *
 * @package Sand
 *
 * Override styles at the end of the file.
 */
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/../images/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/../images/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/../images/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/../images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/../images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}
body.chocolat-open > .chocolat-loader {
  z-index: 15;
}
body.chocolat-open > .chocolat-content {
  z-index: 17;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
} */
/* Override
   ========================================================================== */
.chocolat-loader.chocolat-loader {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 300px;
  border-top-color: #FFF;
  -webkit-animation: rotating .7s linear infinite;
  animation: rotating .7s linear infinite;
}
.chocolat-left,
.chocolat-right,
.chocolat-pagination {
  display: none !important;
}
/**
 * Cookie message
 *
 * @package Sand
 *
 * Based on cookieconsent.js CSS
 */
.cc-window {
  opacity: 1;
  transition: opacity 600ms ease;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #FFF !important;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.78571429rem;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 10px;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  text-decoration: none;
  padding: 0;
  border-bottom-color: currentcolor !important;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link,
.cc-link:active,
.cc-link:visited {
  color: #FFF !important;
}
.cc-btn {
  background: none !important;
  border: none !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85714286rem;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
/* .cc-highlight .cc-btn:first-child{
    background-color:transparent;
    border-color:transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
    background-color:transparent;
    text-decoration:underline
} */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: .5em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: .5em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/* Layout
   ========================================================================== */
/**
 * Body layout and global positioning
 *
 * @package Sand
 */
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background: #ffffff;
  letter-spacing: 0.05em;
}
.layout-container {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.page-container {
  position: relative;
}
.main {
  position: relative;
  z-index: 10;
}
/**
 * Containers
 *
 * @package Sand
 *
 * Containers are elements which have a maximum width and align themselves
 * to the center of the page.
 */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1310px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
/* Different widths
   ========================================================================== */
@media only screen and (min-width: 900px) {
  .container.container__small {
    max-width: 900px;
  }
}
@media only screen and (min-width: 900px) {
  .container.container__mid {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 900px) {
  .container.container__full {
    max-width: 100%;
  }
}
/* Padding
   ========================================================================== */
.container.container__noPadding {
  padding-left: 0;
  padding-right: 0;
  max-width: 1190px;
}
@media only screen and (min-width: 900px) {
  .container.container__noPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container__noPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
.container.container__noPadding.container__small {
  max-width: 780px;
}
.container.container__noPadding.container__mid {
  max-width: 980px;
}
.container.container__minPadding {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 900px) {
  .container.container__minPadding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container__minPadding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container.container__LargePadding {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 900px) {
  .container.container__LargePadding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container__LargePadding {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/**
 * Grid
 *
 * @package Sand
 *
 * Not the usual responsive grid system with tons of possibility.
 * The choice was made here to build a grid, the old school way, in order
 * to avoid confusion and complexity.
 */
/* Default grid : two 50% columns uppon @quarter-small breakpoint (> 480px)
   ========================================================================== */
.grid .grid_item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .grid .grid_item {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Helpers
   ========================================================================== */
/* Alignement */
.grid.grid__centeredContent {
  justify-content: center;
}
.grid.grid__alignMiddle {
  align-items: center;
}
/* Spacing bottom */
.grid.grid__spacingBottom {
  margin-bottom: -20px !important;
}
.grid.grid__spacingBottom .grid_item {
  padding-bottom: 20px;
}
.grid.grid__spacingBottomLarge {
  margin-bottom: -20px !important;
}
.grid.grid__spacingBottomLarge .grid_item {
  padding-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .grid.grid__spacingBottomLarge {
    margin-bottom: -40px !important;
  }
  .grid.grid__spacingBottomLarge .grid_item {
    padding-bottom: 40px;
  }
}
.grid.grid__spacingBottomXLarge {
  margin-bottom: -20px !important;
}
.grid.grid__spacingBottomXLarge .grid_item {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .grid.grid__spacingBottomXLarge {
    margin-bottom: -40px !important;
  }
  .grid.grid__spacingBottomXLarge .grid_item {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .grid.grid__spacingBottomXLarge {
    margin-bottom: -60px !important;
  }
  .grid.grid__spacingBottomXLarge .grid_item {
    padding-bottom: 60px;
  }
}
/* Two 50% columns layout for small devices
   ========================================================================== */
.grid.grid__bpSmall {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.grid.grid__bpSmall .grid_item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
}
/* Two 50% columns layout for medium devices (> 768px)
   ========================================================================== */
.grid.grid__bpMedium .grid_item {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid.grid__bpMedium .grid_item {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
/* Sidebar like layout for medium+ devices (> 900px)
   ========================================================================== */
.grid.grid__sidebar {
  /* Reverse */
}
.grid.grid__sidebar .grid_item__sidebar {
  margin-top: 30px;
}
@media only screen and (min-width: 600px) {
  .grid.grid__sidebar .grid_item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 900px) {
  .grid.grid__sidebar {
    direction: rtl;
  }
  .grid.grid__sidebar .grid_item {
    direction: ltr;
  }
  .grid.grid__sidebar .grid_item__sidebar {
    margin-top: 0;
    width: 33.3333%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    padding-right: 20px;
  }
  .grid.grid__sidebar .grid_item__main {
    width: 66.66667%;
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  .grid.grid__sidebar .grid_item__sidebar {
    padding-right: 30px;
  }
  .grid.grid__sidebar .grid_item__main {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid.grid__sidebar.grid__sidebar__reverse {
    direction: ltr;
  }
  .grid.grid__sidebar.grid__sidebar__reverse .grid_item__sidebar {
    padding-right: 10px;
    padding-left: 20px;
  }
  .grid.grid__sidebar.grid__sidebar__reverse .grid_item__main {
    padding-left: 10px;
    padding-right: 20px;
  }
}
/* Three columns layout for mid-medium devices (> 1024px)
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  .grid.grid__3col .grid_item {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
/* Four columns layout for medium devices (> 768px)
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .grid.grid__4col .grid_item {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
/**
 * Grid
 *
 * @package Sand
 *
 * Not the usual responsive grid system with tons of possibility.
 * The choice was made here to build a grid, the old school way, in order
 * to avoid confusion and complexity.
 */
/* Default grid : two 50% columns uppon @quarter-small breakpoint (> 480px)
   ========================================================================== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
[class*=col-] {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
[class*=col-] > *:last-child {
  margin-bottom: 0;
}
[class*=col-]:first-child > *:first-child {
  margin-top: 0;
}
[class*=col-]:last-child > *:last-child {
  margin-bottom: 0;
}
.row.row__reverse {
  flex-direction: row-reverse;
}
.row.row__margin0 > [class*=col-] {
  padding: 0;
}
.row.row__alignCenter {
  align-items: center;
}
.row.row__flexStart {
  justify-content: flex-start;
}
.row.row__flexEnd {
  justify-content: flex-end;
}
.row.row__centered {
  justify-content: center;
}
.row.row__float {
  display: block;
}
.row.row__float::before,
.row.row__float::after {
  content: " ";
  display: table;
}
.row.row__float::after {
  clear: both;
}
.row.row__float [class*=col-] {
  float: left;
}
.col-XS-1 {
  width: 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-XS-2 {
  width: 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-XS-3 {
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-XS-4 {
  width: 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-XS-5 {
  width: 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-XS-6 {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-XS-7 {
  width: 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-XS-8 {
  width: 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-XS-9 {
  width: 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-XS-10 {
  width: 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-XS-11 {
  width: 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-XS-12 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 480px) {
  [class*=col-MS-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-MS-] > *:last-child {
    margin-bottom: 0;
  }
  .col-MS-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-MS-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-MS-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-MS-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-MS-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-MS-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-MS-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-MS-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-MS-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-MS-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-MS-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-MS-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  [class*=col-QS-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-QS-] > *:last-child {
    margin-bottom: 0;
  }
  .col-QS-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-QS-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-QS-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-QS-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-QS-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-QS-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-QS-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-QS-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-QS-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-QS-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-QS-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-QS-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  [class*=col-M-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-M-] > *:last-child {
    margin-bottom: 0;
  }
  .col-M-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-M-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-M-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-M-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-M-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-M-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-M-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-M-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-M-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-M-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-M-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-M-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  [class*=col-M2-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-M2-] > *:last-child {
    margin-bottom: 0;
  }
  .col-M2-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-M2-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-M2-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-M2-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-M2-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-M2-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-M2-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-M2-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-M2-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-M2-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-M2-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-M2-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  [class*=col-MM-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-MM-] > *:last-child {
    margin-bottom: 0;
  }
  .col-MM-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-MM-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-MM-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-MM-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-MM-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-MM-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-MM-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-MM-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-MM-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-MM-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-MM-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-MM-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1120px) {
  [class*=col-QM-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-QM-] > *:last-child {
    margin-bottom: 0;
  }
  .col-QM-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-QM-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-QM-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-QM-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-QM-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-QM-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-QM-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-QM-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-QM-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-QM-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-QM-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-QM-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Components
   ========================================================================== */
/**
 * Admin elements
 *
 * @package Sand
 *
 * Defines styles for admin relatives elements like tabs, menus etc.
 */
/* Menu
   ========================================================================== */
.toolbar ul {
  padding: 0;
  overflow: visible;
  list-style: none;
  margin: 0;
}
.toolbar ul li {
  padding: 0;
}
.toolbar ul li::before {
  display: none;
  content: " ";
}
.toolbar .dropdown li {
  position: static;
}
.toolbar a {
  border: none;
}
.toolbar-oriented .toolbar-bar {
  z-index: 100002 !important;
}
#admin-menu .admin-menu-search input {
  height: auto;
}
/* Kint
   ========================================================================== */
.kint li:before {
  display: none;
}
/* Tabs
   ========================================================================== */
.contextual-links {
  list-style: none;
  margin: 0;
}
.contextual-links li {
  padding: 0;
}
.contextual-links li::before {
  display: none;
  content: " ";
}
.contextual-links li {
  display: block;
}
.contextual-links a {
  display: block;
  border: none !important;
  text-transform: none !important;
}
/* .contextual-region ul,
ul.tabs,
ul.action-links {
	.list_nostyle;
	.list_inline;

	a {
		display: inline-block;
		padding: 3px 10px;
		background: #EEEEEE;
		border: none;
		.medium;
		margin-right: 3px;
		color: #666;
		transition: all ease 250ms;

		&:hover {
			background: #E3E3E3;
		}
	}
} */
/**
 * Back to top button
 *
 * @package Sand
 *
 * The common back to top, positionned at the bottom right of every page.
 * Visibility is triggered by JavaScript, see APP.backToTop() in Gravel
 */
.backToTop,
a.backToTop {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
  font-size: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.backToTop::after,
a.backToTop::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 20px;
  left: 17px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.backToTop:hover,
a.backToTop:hover {
  background: rgba(0, 0, 0, 0.25);
}
.backToTop:active,
a.backToTop:active {
  background: rgba(0, 0, 0, 0.3);
}
.backToTop.show,
a.backToTop.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 600px) {
  .backToTop,
  a.backToTop {
    bottom: 40px;
    right: 40px;
  }
}
/**
 * Breadcrumb
 *
 * @package Sand
 */
.breadcrumb {
  display: none;
  font-weight: 700;
  font-size: 1rem;
}
.breadcrumb a {
  border: none;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
}
.breadcrumb ol li {
  padding: 0;
}
.breadcrumb ol li::before {
  display: none;
  content: " ";
}
.breadcrumb ol li {
  display: inline;
}
.breadcrumb li:not(:last-child)::after {
  content: ' >';
}
.breadcrumb li:not(:last-child) a {
  color: inherit;
}
.breadcrumb li:not(:last-child) a:hover {
  opacity: 0.8;
}
.breadcrumb li:last-child {
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    display: block;
  }
}
/* Breadcrumb before footer
   ========================================================================== */
.breadcrumbFooter .breadcrumb {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbFooter {
    display: none;
  }
}
/**
 * Burger button
 *
 * @package Sand
 *
 * Common burger button, with animation from burger to cross (.burger__active).
 * The HTML markup is:
   <a href="" class="burger">
     <span class="burger_label">Menu</span>
     <span class="burger_icon_wrapper">
       <span class="burger_icon">
         <span></span>
       </span>
     </span>
   </a>
 */
a.burger,
.burger {
  display: flex;
  align-items: center;
  border: none;
}
.burger_label {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-right: 0.5em;
}
.burger_icon_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.burger_icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  outline: 0;
  margin: auto;
  font-size: 0;
  text-align: center;
  -webkit-transition: border-color ease 300ms, transform ease 300ms;
  transition: border-color ease 300ms, transform ease 300ms;
}
.burger_icon span {
  position: absolute;
  top: 8px;
  left: 0px;
  vertical-align: middle;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after {
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.burger_icon span:before,
.burger_icon span:after {
  content: " ";
  position: absolute;
  left: 0;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.burger_icon span:before {
  top: -7px;
}
.burger_icon span:after {
  bottom: -7px;
}
.burger__cross .burger_icon span,
.burger__active .burger_icon span {
  background: transparent !important;
}
.burger__cross .burger_icon span:after,
.burger__active .burger_icon span:after,
.burger__cross .burger_icon span:before,
.burger__active .burger_icon span:before {
  background: #ffffff !important;
}
.burger__cross .burger_icon span:before,
.burger__active .burger_icon span:before {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger__cross .burger_icon span:after,
.burger__active .burger_icon span:after {
  bottom: 0 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**
 * Buttons
 *
 * @package Sand
 *
 * Common CTA button. HTML markup:
   <a href="" class="btn">Text</a>
 *
 * The button animation can be enhanced by wrapping the text with the
 * following HTML markup:
   <a href="" class="btn">
     <span data-hover="Text">Text<span>
   </a>
 * This can also be automated by using JavaScript, see APP.buttons() in Gravel
 */
.btn,
a.btn {
  position: relative;
  padding: 9px 15px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border-radius: 0.5em;
  letter-spacing: 0.05em;
  background: #c78d3c;
  border: 2px solid #c78d3c;
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  color: #FFF;
  font-size: 1.14285714rem;
  text-align: left;
  line-height: 1.2;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  /* Enhanced hover properties
       ========================================================================== */
  /* Sizes
       ========================================================================== */
  /* Global hover effet
       ========================================================================== */
  /* Global active effect
       ========================================================================== */
  /* Colors
       ========================================================================== */
  /* Bordered style and menu active style
       ========================================================================== */
  /* Light style
       ========================================================================== */
}
.btn:after,
a.btn:after {
  position: relative;
  font-family: 'icomoon';
  content: '\e623';
  color: #fff;
  top: 2px;
  margin-left: 8px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}
.btn:hover,
a.btn:hover {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  padding: 9px 11px 9px 15px;
}
.btn:hover:after,
a.btn:hover:after {
  position: relative;
  font-family: 'icomoon';
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  content: '\e623';
  color: #fff;
  top: 2px;
  margin-left: 12px;
}
.btn.large,
a.btn.large {
  padding-top: 1.215em;
  padding-bottom: 1.215em;
}
.btn.small,
a.btn.small {
  font-size: 0.85714286rem;
  font-weight: 500;
  padding: 0.6em .8em 0.5em;
}
.btn.small span[data-hover]::before,
a.btn.small span[data-hover]::before,
.btn.small span[data-hover]::after,
a.btn.small span[data-hover]::after {
  font-size: 0.85714286rem;
}
.no-touch .btn:hover,
.no-touch a.btn:hover {
  background: #b57f34;
  border-color: #b57f34;
}
.no-touch .btn:hover span[data-hover],
.no-touch a.btn:hover span[data-hover] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touch .btn:hover span[data-hover]::before,
.no-touch a.btn:hover span[data-hover]::before {
  opacity: 0;
}
.no-touch .btn:hover span[data-hover]::after,
.no-touch a.btn:hover span[data-hover]::after {
  opacity: 1;
}
.touch .btn:active,
.touch a.btn:active,
.no-touch .btn:active,
.no-touch a.btn:active {
  background: #a2722e;
  border-color: #a2722e;
}
.btn.blue,
a.btn.blue {
  background: #4797ff;
  border-color: #4797ff;
}
.no-touch .btn.blue:hover,
.no-touch a.btn.blue:hover {
  background: #1e80ff;
  border-color: #1e80ff;
}
.touch .btn.blue:active,
.touch a.btn.blue:active,
.no-touch .btn.blue:active,
.no-touch a.btn.blue:active {
  background: #0a74ff;
  border-color: #0a74ff;
}
.btn.red,
a.btn.red {
  background: #e50000;
  border-color: #e50000;
}
.no-touch .btn.red:hover,
.no-touch a.btn.red:hover {
  background: #bc0000;
  border-color: #bc0000;
}
.touch .btn.red:active,
.touch a.btn.red:active,
.no-touch .btn.red:active,
.no-touch a.btn.red:active {
  background: #a80000;
  border-color: #a80000;
}
.btn.green,
a.btn.green {
  background: #71d566;
  border-color: #71d566;
}
.no-touch .btn.green:hover,
.no-touch a.btn.green:hover {
  background: #45de34;
  border-color: #45de34;
}
.touch .btn.green:active,
.touch a.btn.green:active,
.no-touch .btn.green:active,
.no-touch a.btn.green:active {
  background: #36da24;
  border-color: #36da24;
}
.btn.yellow,
a.btn.yellow {
  background: #ffe565;
  border-color: #ffe565;
  color: #000;
}
.no-touch .btn.yellow:hover,
.no-touch a.btn.yellow:hover {
  background: #ffe046;
  border-color: #ffe046;
}
.touch .btn.yellow:active,
.touch a.btn.yellow:active,
.no-touch .btn.yellow:active,
.no-touch a.btn.yellow:active {
  background: #ffdd37;
  border-color: #ffdd37;
}
.btn.orange,
a.btn.orange {
  background: #ff8a47;
  border-color: #ff8a47;
}
.no-touch .btn.orange:hover,
.no-touch a.btn.orange:hover {
  background: #ff7a2d;
  border-color: #ff7a2d;
}
.touch .btn.orange:active,
.touch a.btn.orange:active,
.no-touch .btn.orange:active,
.no-touch a.btn.orange:active {
  background: #ff6d19;
  border-color: #ff6d19;
}
.btn.white,
a.btn.white {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
}
.no-touch .btn.white:hover,
.no-touch a.btn.white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #0d0d0d;
}
.touch .btn.white:active,
.touch a.btn.white:active,
.no-touch .btn.white:active,
.no-touch a.btn.white:active {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
}
.btn.black,
a.btn.black {
  background: #000000;
  border-color: #000000;
}
.no-touch .btn.black:hover,
.no-touch a.btn.black:hover {
  color: #FFF;
  background: #0d0d0d;
  border-color: #0d0d0d;
}
.touch .btn.black:active,
.touch a.btn.black:active,
.no-touch .btn.black:active,
.no-touch a.btn.black:active {
  color: #FFF;
  background: #000000;
  border-color: #000000;
}
.btn.bordered,
a.btn.bordered,
.btn.is-active,
a.btn.is-active {
  background: none !important;
  color: #000000;
}
.btn.bordered.blue,
a.btn.bordered.blue,
.btn.is-active.blue,
a.btn.is-active.blue {
  color: #4797ff;
}
.no-touch .btn.bordered.blue:hover,
.no-touch a.btn.bordered.blue:hover,
.no-touch .btn.is-active.blue:hover,
.no-touch a.btn.is-active.blue:hover {
  color: #1e80ff;
}
.touch .btn.bordered.blue:active,
.touch a.btn.bordered.blue:active,
.touch .btn.is-active.blue:active,
.touch a.btn.is-active.blue:active,
.no-touch .btn.bordered.blue:active,
.no-touch a.btn.bordered.blue:active,
.no-touch .btn.is-active.blue:active,
.no-touch a.btn.is-active.blue:active {
  color: #0a74ff;
}
.btn.bordered.red,
a.btn.bordered.red,
.btn.is-active.red,
a.btn.is-active.red {
  color: #e50000;
}
.no-touch .btn.bordered.red:hover,
.no-touch a.btn.bordered.red:hover,
.no-touch .btn.is-active.red:hover,
.no-touch a.btn.is-active.red:hover {
  color: #bc0000;
}
.touch .btn.bordered.red:active,
.touch a.btn.bordered.red:active,
.touch .btn.is-active.red:active,
.touch a.btn.is-active.red:active,
.no-touch .btn.bordered.red:active,
.no-touch a.btn.bordered.red:active,
.no-touch .btn.is-active.red:active,
.no-touch a.btn.is-active.red:active {
  color: #a80000;
}
.btn.bordered.green,
a.btn.bordered.green,
.btn.is-active.green,
a.btn.is-active.green {
  color: #71d566;
}
.no-touch .btn.bordered.green:hover,
.no-touch a.btn.bordered.green:hover,
.no-touch .btn.is-active.green:hover,
.no-touch a.btn.is-active.green:hover {
  color: #45de34;
}
.touch .btn.bordered.green:active,
.touch a.btn.bordered.green:active,
.touch .btn.is-active.green:active,
.touch a.btn.is-active.green:active,
.no-touch .btn.bordered.green:active,
.no-touch a.btn.bordered.green:active,
.no-touch .btn.is-active.green:active,
.no-touch a.btn.is-active.green:active {
  color: #36da24;
}
.btn.bordered.yellow,
a.btn.bordered.yellow,
.btn.is-active.yellow,
a.btn.is-active.yellow {
  color: #ffe565;
}
.no-touch .btn.bordered.yellow:hover,
.no-touch a.btn.bordered.yellow:hover,
.no-touch .btn.is-active.yellow:hover,
.no-touch a.btn.is-active.yellow:hover {
  color: #ffe046;
}
.touch .btn.bordered.yellow:active,
.touch a.btn.bordered.yellow:active,
.touch .btn.is-active.yellow:active,
.touch a.btn.is-active.yellow:active,
.no-touch .btn.bordered.yellow:active,
.no-touch a.btn.bordered.yellow:active,
.no-touch .btn.is-active.yellow:active,
.no-touch a.btn.is-active.yellow:active {
  color: #ffdd37;
}
.btn.bordered.orange,
a.btn.bordered.orange,
.btn.is-active.orange,
a.btn.is-active.orange {
  color: #ff8a47;
}
.no-touch .btn.bordered.orange:hover,
.no-touch a.btn.bordered.orange:hover,
.no-touch .btn.is-active.orange:hover,
.no-touch a.btn.is-active.orange:hover {
  color: #ff7a2d;
}
.touch .btn.bordered.orange:active,
.touch a.btn.bordered.orange:active,
.touch .btn.is-active.orange:active,
.touch a.btn.is-active.orange:active,
.no-touch .btn.bordered.orange:active,
.no-touch a.btn.bordered.orange:active,
.no-touch .btn.is-active.orange:active,
.no-touch a.btn.is-active.orange:active {
  color: #ff6d19;
}
.btn.bordered.white,
a.btn.bordered.white,
.btn.is-active.white,
a.btn.is-active.white {
  color: #FFF;
}
.no-touch .btn.bordered.white:hover,
.no-touch a.btn.bordered.white:hover,
.no-touch .btn.is-active.white:hover,
.no-touch a.btn.is-active.white:hover {
  color: #FFF;
}
.touch .btn.bordered.white:active,
.touch a.btn.bordered.white:active,
.touch .btn.is-active.white:active,
.touch a.btn.is-active.white:active,
.no-touch .btn.bordered.white:active,
.no-touch a.btn.bordered.white:active,
.no-touch .btn.is-active.white:active,
.no-touch a.btn.is-active.white:active {
  color: #FFF;
}
.btn.bordered.black,
a.btn.bordered.black,
.btn.is-active.black,
a.btn.is-active.black {
  color: #000000;
}
.no-touch .btn.bordered.black:hover,
.no-touch a.btn.bordered.black:hover,
.no-touch .btn.is-active.black:hover,
.no-touch a.btn.is-active.black:hover {
  color: #0d0d0d;
}
.touch .btn.bordered.black:active,
.touch a.btn.bordered.black:active,
.touch .btn.is-active.black:active,
.touch a.btn.is-active.black:active,
.no-touch .btn.bordered.black:active,
.no-touch a.btn.bordered.black:active,
.no-touch .btn.is-active.black:active,
.no-touch a.btn.is-active.black:active {
  color: #000000;
}
.btn.light,
a.btn.light {
  background: none !important;
  padding: 0;
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #c78d3c;
  border-radius: 0;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5 !important;
  /* Hover effect */
  /* Active effect */
  /* Sizes */
  /* Colors */
}
.btn.light::before,
a.btn.light::before {
  content: '';
  display: none;
}
.btn.light:after,
a.btn.light:after {
  content: '';
  display: none;
}
.no-touch .btn.light:hover,
.no-touch a.btn.light:hover {
  color: #000000;
  padding: 0;
}
.no-touch .btn.light:hover:not(.noarrow)::after,
.no-touch a.btn.light:hover:not(.noarrow)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.touch .btn.light:active,
.touch a.btn.light:active,
.no-touch .btn.light:active,
.no-touch a.btn.light:active {
  color: #000000;
}
.btn.light.small,
a.btn.light.small {
  border-bottom-width: 1px;
  font-weight: 700;
}
.btn.light.large,
a.btn.light.large {
  font-size: 1.14285714rem;
}
.btn.light.blue,
a.btn.light.blue {
  color: #4797ff;
}
.no-touch .btn.light.blue:hover,
.no-touch a.btn.light.blue:hover {
  color: #2d89ff;
}
.touch .btn.light.blue:active,
.touch a.btn.light.blue:active,
.no-touch .btn.light.blue:active,
.no-touch a.btn.light.blue:active {
  color: #0a74ff;
}
.btn.light.red,
a.btn.light.red {
  color: #e50000;
}
.no-touch .btn.light.red:hover,
.no-touch a.btn.light.red:hover {
  color: #cc0000;
}
.touch .btn.light.red:active,
.touch a.btn.light.red:active,
.no-touch .btn.light.red:active,
.no-touch a.btn.light.red:active {
  color: #a80000;
}
.btn.light.green,
a.btn.light.green {
  color: #71d566;
}
.no-touch .btn.light.green:hover,
.no-touch a.btn.light.green:hover {
  color: #5ed052;
}
.touch .btn.light.green:active,
.touch a.btn.light.green:active,
.no-touch .btn.light.green:active,
.no-touch a.btn.light.green:active {
  color: #36da24;
}
.btn.light.yellow,
a.btn.light.yellow {
  color: #ffe565;
}
.no-touch .btn.light.yellow:hover,
.no-touch a.btn.light.yellow:hover {
  color: #ffe14b;
}
.touch .btn.light.yellow:active,
.touch a.btn.light.yellow:active,
.no-touch .btn.light.yellow:active,
.no-touch a.btn.light.yellow:active {
  color: #ffdd37;
}
.btn.light.orange,
a.btn.light.orange {
  color: #ff8a47;
}
.no-touch .btn.light.orange:hover,
.no-touch a.btn.light.orange:hover {
  color: #ff7a2d;
}
.touch .btn.light.orange:active,
.touch a.btn.light.orange:active,
.no-touch .btn.light.orange:active,
.no-touch a.btn.light.orange:active {
  color: #ff6d19;
}
.btn.light.white,
a.btn.light.white {
  color: #FFF;
}
.no-touch .btn.light.white:hover,
.no-touch a.btn.light.white:hover {
  color: #ffffff;
}
.touch .btn.light.white:active,
.touch a.btn.light.white:active,
.no-touch .btn.light.white:active,
.no-touch a.btn.light.white:active {
  color: #FFF;
}
.btn.light.black,
a.btn.light.black {
  color: #000000;
}
.no-touch .btn.light.black:hover,
.no-touch a.btn.light.black:hover {
  color: #0d0d0d;
}
.touch .btn.light.black:active,
.touch a.btn.light.black:active,
.no-touch .btn.light.black:active,
.no-touch a.btn.light.black:active {
  color: #000000;
}
.bloc_chiffres {
  display: flex;
  justify-content: center;
  background: #F1F1F1;
  padding: 16px 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.bloc_chiffres .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
  position: relative;
  line-height: 1.5;
}
.bloc_chiffres .block:after {
  content: '';
  position: absolute;
  right: 0;
  height: 60%;
  top: 20%;
  width: 1px;
  background: #CECECE;
}
.bloc_chiffres .block:first-child {
  padding-left: 0;
}
.bloc_chiffres .block:last-child {
  padding-right: 0;
}
.bloc_chiffres .block:last-child:after {
  content: '';
  display: none;
}
.bloc_chiffres .block .number {
  text-align: center;
  color: #c78d3c;
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.71428571rem;
  font-style: italic;
}
.bloc_chiffres .block .text_bloc {
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media only screen and (min-width: 900px) {
  .bloc_chiffres {
    background: #F1F1F1;
    padding: 5px 0 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 50px;
    margin-left: 0px;
  }
  .bloc_chiffres .block {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .bloc_chiffres {
    background: #ffffff;
    padding: 5px 0 5px;
    float: right;
    margin-top: 30px;
    margin-right: 50px;
  }
  .bloc_chiffres .block {
    padding: 0 15px;
  }
  .bloc_chiffres .block:after {
    content: '';
    position: absolute;
    right: 0;
    height: 60%;
    top: 20%;
    width: 1px;
    background: #E8E8E8;
  }
}
@media only screen and (min-width: 1280px) {
  .bloc_chiffres {
    background: #ffffff;
    float: right;
    margin-top: 30px;
    margin-right: 100px;
  }
  .bloc_chiffres .block .number {
    font-size: 1.42857143rem;
  }
  .bloc_chiffres .block .text_bloc {
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1450px) {
  .bloc_chiffres {
    background: #ffffff;
    float: right;
    margin-top: 30px;
    margin-right: 100px;
  }
  .bloc_chiffres .block .number {
    font-size: 1.71428571rem;
  }
  .bloc_chiffres .block .text_bloc {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.page-id-5 #content {
  clear: both;
}
.contact_center_middle {
  display: none;
}
@media only screen and (min-width: 900px) {
  .contact_center_middle {
    position: absolute;
    top: 50%;
    top: calc(50% - 35px);
    left: -35px;
    z-index: 300;
    display: block;
  }
  .contact_center_middle .btn_contact {
    background: #c78d3c;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 0px;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0);
  }
  .contact_center_middle .btn_contact img {
    margin: auto;
    width: 34px;
  }
  .contact_center_middle .btn_contact span {
    position: absolute;
    left: calc(100% - 0px);
    color: #ffffff;
    font-weight: 700;
    padding-left: 22px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    z-index: 300;
    opacity: 0.9;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .contact_center_middle .btn_contact span:before {
    content: '';
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    width: 22px;
    left: -11px;
    z-index: 301;
  }
  .contact_center_middle .btn_contact:hover span {
    position: absolute;
    left: calc(100% + 0px);
    color: #ffffff;
    font-weight: 700;
    padding-left: 22px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: 150ms;
    transition: 150ms;
    white-space: nowrap;
    z-index: 300;
  }
  .contact_center_middle .btn_contact:hover span:before {
    content: '';
    height: 1px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    width: 22px;
    left: -11px;
    z-index: 301;
  }
}
/**
 * Collapsible blocks
 *
 * @package Sand
 *
 * Basic styling for collapsible blocks. HTML markup:
   <div class="js-collapsible">
     <a class="js-collapsible_toggle">Collapsable element</a>
     <div class="collapsible_content">...</div>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.collapsible() in Gravel
 */
.collapsible .js-collapsible_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.collapsible .js-collapsible_toggle::after {
  content: "\e624";
  margin-left: 1em;
  color: #c78d3c;
  display: inline-block;
  font-size: 1.42857143rem;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsible .js-collapsible_content {
  display: none;
  -webkit-transition: all ease 0ms;
  transition: all ease 0ms;
}
.collapsible .js-collapsible.open .js-collapsible_toggle:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-collapsible .js-collapsible_toggle {
  font-size: 1.28571429rem;
  padding: 7px 0px;
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.js-collapsible.open .js-collapsible_toggle {
  border-bottom: 0px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.js-collapsible.open .js-collapsible_content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
/**
 * Site footer
 *
 * @package Sand
 */
.footer {
  background: #f5f5f5;
  padding: 2vh 1vh 2vh;
  margin-top: 0vh;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .footer {
    text-align: left;
  }
}
.footer .menu-footer-container {
  display: inline-block;
  float: none;
}
.footer .menu-footer-container ul {
  margin: 0;
  padding: 0;
}
.footer .menu-footer-container ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 2vh;
}
.footer .menu-footer-container ul li:before {
  content: '';
  display: none;
}
.footer .menu-footer-container ul li a {
  border: 0 none;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
/**
 * Multipages forms
 *
 * @package Sand
 *
 * Basic styling for collapsible blocks. HTML markup:
   <div class="multipage js-multipage">
     <section>
       Step 1
     </section>
     <section>
       Step 2
     </section>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.multipage() in Gravel
 */
.multipage {
  position: relative;
}
.multipage section .webform-section-title {
  margin: .5rem 0 1.5rem;
  color: #000000;
  font-weight: 700;
  font-size: 1.42857143rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.multipage_nav {
  display: flex;
  justify-content: space-between;
}
section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
section.inactive {
  opacity: 0;
  visibility: hidden;
}
section.inactive.next {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
section.inactive.prev {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.multipage__transition section {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}
.multipage__transition section.active {
  -webkit-transition: all ease 250ms 150ms;
  transition: all ease 250ms 150ms;
}
.multipage_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.js-multipage {
  opacity: 0;
}
/**
 * Forms styling
 *
 * @package Sand
 */
.form-item {
  position: relative;
  padding-bottom: 35px;
}
.form-item.js-form-type-select {
  padding-bottom: 10px;
}
.form-input {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.form-input--selectric-open {
  z-index: 230;
}
.form-input-info {
  display: block;
  vertical-align: middle;
  padding-top: 15px;
}
@media only screen and (min-width: 480px) {
  .form-input-info {
    display: inline-block;
    padding-top: 0;
    padding-left: 20px;
  }
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.civilite span.wpcf7-list-item.first {
  margin: 0;
}
/**
 * Forms button tags
 *
 * @package Sand
 */
input[type=submit] {
  position: relative;
  padding: 9px 15px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border-radius: 0.5em;
  letter-spacing: 0.05em;
  background: #c78d3c;
  border: 2px solid #c78d3c;
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  color: #FFF;
  font-size: 1.14285714rem;
  text-align: left;
  line-height: 1.2;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  /* Enhanced hover properties
       ========================================================================== */
  /* Sizes
       ========================================================================== */
  /* Global hover effet
       ========================================================================== */
  /* Global active effect
       ========================================================================== */
  /* Colors
       ========================================================================== */
  /* Bordered style and menu active style
       ========================================================================== */
  /* Light style
       ========================================================================== */
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
input[type=submit]:after {
  position: relative;
  font-family: 'icomoon';
  content: '\e623';
  color: #fff;
  top: 2px;
  margin-left: 8px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}
input[type=submit]:hover {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  padding: 9px 11px 9px 15px;
}
input[type=submit]:hover:after {
  position: relative;
  font-family: 'icomoon';
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  content: '\e623';
  color: #fff;
  top: 2px;
  margin-left: 12px;
}
input[type=submit].large {
  padding-top: 1.215em;
  padding-bottom: 1.215em;
}
input[type=submit].small {
  font-size: 0.85714286rem;
  font-weight: 500;
  padding: 0.6em .8em 0.5em;
}
input[type=submit].small span[data-hover]::before,
input[type=submit].small span[data-hover]::after {
  font-size: 0.85714286rem;
}
.no-touch input[type=submit]:hover {
  background: #b57f34;
  border-color: #b57f34;
}
.no-touch input[type=submit]:hover span[data-hover] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touch input[type=submit]:hover span[data-hover]::before {
  opacity: 0;
}
.no-touch input[type=submit]:hover span[data-hover]::after {
  opacity: 1;
}
.touch input[type=submit]:active,
.no-touch input[type=submit]:active {
  background: #a2722e;
  border-color: #a2722e;
}
input[type=submit].blue {
  background: #4797ff;
  border-color: #4797ff;
}
.no-touch input[type=submit].blue:hover {
  background: #1e80ff;
  border-color: #1e80ff;
}
.touch input[type=submit].blue:active,
.no-touch input[type=submit].blue:active {
  background: #0a74ff;
  border-color: #0a74ff;
}
input[type=submit].red {
  background: #e50000;
  border-color: #e50000;
}
.no-touch input[type=submit].red:hover {
  background: #bc0000;
  border-color: #bc0000;
}
.touch input[type=submit].red:active,
.no-touch input[type=submit].red:active {
  background: #a80000;
  border-color: #a80000;
}
input[type=submit].green {
  background: #71d566;
  border-color: #71d566;
}
.no-touch input[type=submit].green:hover {
  background: #45de34;
  border-color: #45de34;
}
.touch input[type=submit].green:active,
.no-touch input[type=submit].green:active {
  background: #36da24;
  border-color: #36da24;
}
input[type=submit].yellow {
  background: #ffe565;
  border-color: #ffe565;
  color: #000;
}
.no-touch input[type=submit].yellow:hover {
  background: #ffe046;
  border-color: #ffe046;
}
.touch input[type=submit].yellow:active,
.no-touch input[type=submit].yellow:active {
  background: #ffdd37;
  border-color: #ffdd37;
}
input[type=submit].orange {
  background: #ff8a47;
  border-color: #ff8a47;
}
.no-touch input[type=submit].orange:hover {
  background: #ff7a2d;
  border-color: #ff7a2d;
}
.touch input[type=submit].orange:active,
.no-touch input[type=submit].orange:active {
  background: #ff6d19;
  border-color: #ff6d19;
}
input[type=submit].white {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
}
.no-touch input[type=submit].white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #0d0d0d;
}
.touch input[type=submit].white:active,
.no-touch input[type=submit].white:active {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
}
input[type=submit].black {
  background: #000000;
  border-color: #000000;
}
.no-touch input[type=submit].black:hover {
  color: #FFF;
  background: #0d0d0d;
  border-color: #0d0d0d;
}
.touch input[type=submit].black:active,
.no-touch input[type=submit].black:active {
  color: #FFF;
  background: #000000;
  border-color: #000000;
}
input[type=submit].bordered,
input[type=submit].is-active {
  background: none !important;
  color: #000000;
}
input[type=submit].bordered.blue,
input[type=submit].is-active.blue {
  color: #4797ff;
}
.no-touch input[type=submit].bordered.blue:hover,
.no-touch input[type=submit].is-active.blue:hover {
  color: #1e80ff;
}
.touch input[type=submit].bordered.blue:active,
.touch input[type=submit].is-active.blue:active,
.no-touch input[type=submit].bordered.blue:active,
.no-touch input[type=submit].is-active.blue:active {
  color: #0a74ff;
}
input[type=submit].bordered.red,
input[type=submit].is-active.red {
  color: #e50000;
}
.no-touch input[type=submit].bordered.red:hover,
.no-touch input[type=submit].is-active.red:hover {
  color: #bc0000;
}
.touch input[type=submit].bordered.red:active,
.touch input[type=submit].is-active.red:active,
.no-touch input[type=submit].bordered.red:active,
.no-touch input[type=submit].is-active.red:active {
  color: #a80000;
}
input[type=submit].bordered.green,
input[type=submit].is-active.green {
  color: #71d566;
}
.no-touch input[type=submit].bordered.green:hover,
.no-touch input[type=submit].is-active.green:hover {
  color: #45de34;
}
.touch input[type=submit].bordered.green:active,
.touch input[type=submit].is-active.green:active,
.no-touch input[type=submit].bordered.green:active,
.no-touch input[type=submit].is-active.green:active {
  color: #36da24;
}
input[type=submit].bordered.yellow,
input[type=submit].is-active.yellow {
  color: #ffe565;
}
.no-touch input[type=submit].bordered.yellow:hover,
.no-touch input[type=submit].is-active.yellow:hover {
  color: #ffe046;
}
.touch input[type=submit].bordered.yellow:active,
.touch input[type=submit].is-active.yellow:active,
.no-touch input[type=submit].bordered.yellow:active,
.no-touch input[type=submit].is-active.yellow:active {
  color: #ffdd37;
}
input[type=submit].bordered.orange,
input[type=submit].is-active.orange {
  color: #ff8a47;
}
.no-touch input[type=submit].bordered.orange:hover,
.no-touch input[type=submit].is-active.orange:hover {
  color: #ff7a2d;
}
.touch input[type=submit].bordered.orange:active,
.touch input[type=submit].is-active.orange:active,
.no-touch input[type=submit].bordered.orange:active,
.no-touch input[type=submit].is-active.orange:active {
  color: #ff6d19;
}
input[type=submit].bordered.white,
input[type=submit].is-active.white {
  color: #FFF;
}
.no-touch input[type=submit].bordered.white:hover,
.no-touch input[type=submit].is-active.white:hover {
  color: #FFF;
}
.touch input[type=submit].bordered.white:active,
.touch input[type=submit].is-active.white:active,
.no-touch input[type=submit].bordered.white:active,
.no-touch input[type=submit].is-active.white:active {
  color: #FFF;
}
input[type=submit].bordered.black,
input[type=submit].is-active.black {
  color: #000000;
}
.no-touch input[type=submit].bordered.black:hover,
.no-touch input[type=submit].is-active.black:hover {
  color: #0d0d0d;
}
.touch input[type=submit].bordered.black:active,
.touch input[type=submit].is-active.black:active,
.no-touch input[type=submit].bordered.black:active,
.no-touch input[type=submit].is-active.black:active {
  color: #000000;
}
input[type=submit].light {
  background: none !important;
  padding: 0;
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #c78d3c;
  border-radius: 0;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5 !important;
  /* Hover effect */
  /* Active effect */
  /* Sizes */
  /* Colors */
}
input[type=submit].light::before {
  content: '';
  display: none;
}
input[type=submit].light:after {
  content: '';
  display: none;
}
.no-touch input[type=submit].light:hover {
  color: #000000;
  padding: 0;
}
.no-touch input[type=submit].light:hover:not(.noarrow)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.touch input[type=submit].light:active,
.no-touch input[type=submit].light:active {
  color: #000000;
}
input[type=submit].light.small {
  border-bottom-width: 1px;
  font-weight: 700;
}
input[type=submit].light.large {
  font-size: 1.14285714rem;
}
input[type=submit].light.blue {
  color: #4797ff;
}
.no-touch input[type=submit].light.blue:hover {
  color: #2d89ff;
}
.touch input[type=submit].light.blue:active,
.no-touch input[type=submit].light.blue:active {
  color: #0a74ff;
}
input[type=submit].light.red {
  color: #e50000;
}
.no-touch input[type=submit].light.red:hover {
  color: #cc0000;
}
.touch input[type=submit].light.red:active,
.no-touch input[type=submit].light.red:active {
  color: #a80000;
}
input[type=submit].light.green {
  color: #71d566;
}
.no-touch input[type=submit].light.green:hover {
  color: #5ed052;
}
.touch input[type=submit].light.green:active,
.no-touch input[type=submit].light.green:active {
  color: #36da24;
}
input[type=submit].light.yellow {
  color: #ffe565;
}
.no-touch input[type=submit].light.yellow:hover {
  color: #ffe14b;
}
.touch input[type=submit].light.yellow:active,
.no-touch input[type=submit].light.yellow:active {
  color: #ffdd37;
}
input[type=submit].light.orange {
  color: #ff8a47;
}
.no-touch input[type=submit].light.orange:hover {
  color: #ff7a2d;
}
.touch input[type=submit].light.orange:active,
.no-touch input[type=submit].light.orange:active {
  color: #ff6d19;
}
input[type=submit].light.white {
  color: #FFF;
}
.no-touch input[type=submit].light.white:hover {
  color: #ffffff;
}
.touch input[type=submit].light.white:active,
.no-touch input[type=submit].light.white:active {
  color: #FFF;
}
input[type=submit].light.black {
  color: #000000;
}
.no-touch input[type=submit].light.black:hover {
  color: #0d0d0d;
}
.touch input[type=submit].light.black:active,
.no-touch input[type=submit].light.black:active {
  color: #000000;
}
input[type=submit]:hover {
  padding: 9px 15px;
}
button {
  cursor: pointer;
}
.form-actions .button {
  position: relative;
  padding: 9px 15px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border-radius: 0.5em;
  letter-spacing: 0.05em;
  background: #c78d3c;
  border: 2px solid #c78d3c;
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  color: #FFF;
  font-size: 1.14285714rem;
  text-align: left;
  line-height: 1.2;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  /* Enhanced hover properties
       ========================================================================== */
  /* Sizes
       ========================================================================== */
  /* Global hover effet
       ========================================================================== */
  /* Global active effect
       ========================================================================== */
  /* Colors
       ========================================================================== */
  /* Bordered style and menu active style
       ========================================================================== */
  /* Light style
       ========================================================================== */
}
.form-actions .button:after {
  position: relative;
  font-family: 'icomoon';
  content: '\e623';
  color: #fff;
  top: 2px;
  margin-left: 8px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}
.form-actions .button:hover {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  padding: 9px 11px 9px 15px;
}
.form-actions .button:hover:after {
  position: relative;
  font-family: 'icomoon';
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  content: '\e623';
  color: #fff;
  top: 2px;
  margin-left: 12px;
}
.form-actions .button.large {
  padding-top: 1.215em;
  padding-bottom: 1.215em;
}
.form-actions .button.small {
  font-size: 0.85714286rem;
  font-weight: 500;
  padding: 0.6em .8em 0.5em;
}
.form-actions .button.small span[data-hover]::before,
.form-actions .button.small span[data-hover]::after {
  font-size: 0.85714286rem;
}
.no-touch .form-actions .button:hover {
  background: #b57f34;
  border-color: #b57f34;
}
.no-touch .form-actions .button:hover span[data-hover] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touch .form-actions .button:hover span[data-hover]::before {
  opacity: 0;
}
.no-touch .form-actions .button:hover span[data-hover]::after {
  opacity: 1;
}
.touch .form-actions .button:active,
.no-touch .form-actions .button:active {
  background: #a2722e;
  border-color: #a2722e;
}
.form-actions .button.blue {
  background: #4797ff;
  border-color: #4797ff;
}
.no-touch .form-actions .button.blue:hover {
  background: #1e80ff;
  border-color: #1e80ff;
}
.touch .form-actions .button.blue:active,
.no-touch .form-actions .button.blue:active {
  background: #0a74ff;
  border-color: #0a74ff;
}
.form-actions .button.red {
  background: #e50000;
  border-color: #e50000;
}
.no-touch .form-actions .button.red:hover {
  background: #bc0000;
  border-color: #bc0000;
}
.touch .form-actions .button.red:active,
.no-touch .form-actions .button.red:active {
  background: #a80000;
  border-color: #a80000;
}
.form-actions .button.green {
  background: #71d566;
  border-color: #71d566;
}
.no-touch .form-actions .button.green:hover {
  background: #45de34;
  border-color: #45de34;
}
.touch .form-actions .button.green:active,
.no-touch .form-actions .button.green:active {
  background: #36da24;
  border-color: #36da24;
}
.form-actions .button.yellow {
  background: #ffe565;
  border-color: #ffe565;
  color: #000;
}
.no-touch .form-actions .button.yellow:hover {
  background: #ffe046;
  border-color: #ffe046;
}
.touch .form-actions .button.yellow:active,
.no-touch .form-actions .button.yellow:active {
  background: #ffdd37;
  border-color: #ffdd37;
}
.form-actions .button.orange {
  background: #ff8a47;
  border-color: #ff8a47;
}
.no-touch .form-actions .button.orange:hover {
  background: #ff7a2d;
  border-color: #ff7a2d;
}
.touch .form-actions .button.orange:active,
.no-touch .form-actions .button.orange:active {
  background: #ff6d19;
  border-color: #ff6d19;
}
.form-actions .button.white {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
}
.no-touch .form-actions .button.white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #0d0d0d;
}
.touch .form-actions .button.white:active,
.no-touch .form-actions .button.white:active {
  background: #FFF;
  border-color: #FFF;
  color: #000000;
}
.form-actions .button.black {
  background: #000000;
  border-color: #000000;
}
.no-touch .form-actions .button.black:hover {
  color: #FFF;
  background: #0d0d0d;
  border-color: #0d0d0d;
}
.touch .form-actions .button.black:active,
.no-touch .form-actions .button.black:active {
  color: #FFF;
  background: #000000;
  border-color: #000000;
}
.form-actions .button.bordered,
.form-actions .button.is-active {
  background: none !important;
  color: #000000;
}
.form-actions .button.bordered.blue,
.form-actions .button.is-active.blue {
  color: #4797ff;
}
.no-touch .form-actions .button.bordered.blue:hover,
.no-touch .form-actions .button.is-active.blue:hover {
  color: #1e80ff;
}
.touch .form-actions .button.bordered.blue:active,
.touch .form-actions .button.is-active.blue:active,
.no-touch .form-actions .button.bordered.blue:active,
.no-touch .form-actions .button.is-active.blue:active {
  color: #0a74ff;
}
.form-actions .button.bordered.red,
.form-actions .button.is-active.red {
  color: #e50000;
}
.no-touch .form-actions .button.bordered.red:hover,
.no-touch .form-actions .button.is-active.red:hover {
  color: #bc0000;
}
.touch .form-actions .button.bordered.red:active,
.touch .form-actions .button.is-active.red:active,
.no-touch .form-actions .button.bordered.red:active,
.no-touch .form-actions .button.is-active.red:active {
  color: #a80000;
}
.form-actions .button.bordered.green,
.form-actions .button.is-active.green {
  color: #71d566;
}
.no-touch .form-actions .button.bordered.green:hover,
.no-touch .form-actions .button.is-active.green:hover {
  color: #45de34;
}
.touch .form-actions .button.bordered.green:active,
.touch .form-actions .button.is-active.green:active,
.no-touch .form-actions .button.bordered.green:active,
.no-touch .form-actions .button.is-active.green:active {
  color: #36da24;
}
.form-actions .button.bordered.yellow,
.form-actions .button.is-active.yellow {
  color: #ffe565;
}
.no-touch .form-actions .button.bordered.yellow:hover,
.no-touch .form-actions .button.is-active.yellow:hover {
  color: #ffe046;
}
.touch .form-actions .button.bordered.yellow:active,
.touch .form-actions .button.is-active.yellow:active,
.no-touch .form-actions .button.bordered.yellow:active,
.no-touch .form-actions .button.is-active.yellow:active {
  color: #ffdd37;
}
.form-actions .button.bordered.orange,
.form-actions .button.is-active.orange {
  color: #ff8a47;
}
.no-touch .form-actions .button.bordered.orange:hover,
.no-touch .form-actions .button.is-active.orange:hover {
  color: #ff7a2d;
}
.touch .form-actions .button.bordered.orange:active,
.touch .form-actions .button.is-active.orange:active,
.no-touch .form-actions .button.bordered.orange:active,
.no-touch .form-actions .button.is-active.orange:active {
  color: #ff6d19;
}
.form-actions .button.bordered.white,
.form-actions .button.is-active.white {
  color: #FFF;
}
.no-touch .form-actions .button.bordered.white:hover,
.no-touch .form-actions .button.is-active.white:hover {
  color: #FFF;
}
.touch .form-actions .button.bordered.white:active,
.touch .form-actions .button.is-active.white:active,
.no-touch .form-actions .button.bordered.white:active,
.no-touch .form-actions .button.is-active.white:active {
  color: #FFF;
}
.form-actions .button.bordered.black,
.form-actions .button.is-active.black {
  color: #000000;
}
.no-touch .form-actions .button.bordered.black:hover,
.no-touch .form-actions .button.is-active.black:hover {
  color: #0d0d0d;
}
.touch .form-actions .button.bordered.black:active,
.touch .form-actions .button.is-active.black:active,
.no-touch .form-actions .button.bordered.black:active,
.no-touch .form-actions .button.is-active.black:active {
  color: #000000;
}
.form-actions .button.light {
  background: none !important;
  padding: 0;
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #c78d3c;
  border-radius: 0;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5 !important;
  /* Hover effect */
  /* Active effect */
  /* Sizes */
  /* Colors */
}
.form-actions .button.light::before {
  content: '';
  display: none;
}
.form-actions .button.light:after {
  content: '';
  display: none;
}
.no-touch .form-actions .button.light:hover {
  color: #000000;
  padding: 0;
}
.no-touch .form-actions .button.light:hover:not(.noarrow)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.touch .form-actions .button.light:active,
.no-touch .form-actions .button.light:active {
  color: #000000;
}
.form-actions .button.light.small {
  border-bottom-width: 1px;
  font-weight: 700;
}
.form-actions .button.light.large {
  font-size: 1.14285714rem;
}
.form-actions .button.light.blue {
  color: #4797ff;
}
.no-touch .form-actions .button.light.blue:hover {
  color: #2d89ff;
}
.touch .form-actions .button.light.blue:active,
.no-touch .form-actions .button.light.blue:active {
  color: #0a74ff;
}
.form-actions .button.light.red {
  color: #e50000;
}
.no-touch .form-actions .button.light.red:hover {
  color: #cc0000;
}
.touch .form-actions .button.light.red:active,
.no-touch .form-actions .button.light.red:active {
  color: #a80000;
}
.form-actions .button.light.green {
  color: #71d566;
}
.no-touch .form-actions .button.light.green:hover {
  color: #5ed052;
}
.touch .form-actions .button.light.green:active,
.no-touch .form-actions .button.light.green:active {
  color: #36da24;
}
.form-actions .button.light.yellow {
  color: #ffe565;
}
.no-touch .form-actions .button.light.yellow:hover {
  color: #ffe14b;
}
.touch .form-actions .button.light.yellow:active,
.no-touch .form-actions .button.light.yellow:active {
  color: #ffdd37;
}
.form-actions .button.light.orange {
  color: #ff8a47;
}
.no-touch .form-actions .button.light.orange:hover {
  color: #ff7a2d;
}
.touch .form-actions .button.light.orange:active,
.no-touch .form-actions .button.light.orange:active {
  color: #ff6d19;
}
.form-actions .button.light.white {
  color: #FFF;
}
.no-touch .form-actions .button.light.white:hover {
  color: #ffffff;
}
.touch .form-actions .button.light.white:active,
.no-touch .form-actions .button.light.white:active {
  color: #FFF;
}
.form-actions .button.light.black {
  color: #000000;
}
.no-touch .form-actions .button.light.black:hover {
  color: #0d0d0d;
}
.touch .form-actions .button.light.black:active,
.no-touch .form-actions .button.light.black:active {
  color: #000000;
}
/**
 * Forms descriptions
 *
 * @package Sand
 */
.form_description,
#edit-description-telephone {
  font-size: 0.85714286rem;
  margin: 1em 0 0;
}
/**
 * Forms errors
 *
 * @package Sand
 */
.form-input::after,
.formInput::after {
  content: "\f00c";
  position: absolute;
  right: 12px;
  top: 13px;
  display: none;
  pointer-events: none;
  z-index: 220;
}
.valid .form-input::after,
.valid .formInput::after {
  color: #71d566;
  display: block;
}
.error .form-input::after,
.error .formInput::after {
  color: #e50000;
  content: "\f00d";
  display: block;
}
.webform-readonly .form-input::after {
  display: none !important;
}
em.error,
.form-item--error-message {
  position: relative;
  padding: 0.3em 1em .4em;
  display: block;
  background: #e50000;
  color: #FFF;
  font-size: 0.71428571rem;
  font-style: normal;
  line-height: 1.3;
}
em.error::before,
.form-item--error-message::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #e50000 transparent;
}
/**
 * Forms <fieldset/> tags
 *
 * @package Sand
 */
fieldset {
  margin: 0;
  min-width: 0;
}
fieldset.webform-type-radios legend {
  font-size: 0.85714286rem;
  font-weight: 500;
}
fieldset.webform-type-radios legend span.form-required::after {
  content: '*';
}
/* Webform inline fieldset legend
   ========================================================================== */
.webform-fieldset--title-inline legend {
  margin: 0 !important;
  padding-right: 20px;
  float: none !important;
}
@media only screen and (min-width: 600px) {
  .webform-fieldset--title-inline,
  .webform-element--title-inline {
    font-size: 0;
  }
  .webform-fieldset--title-inline > label,
  .webform-element--title-inline > label,
  .webform-fieldset--title-inline > legend,
  .webform-element--title-inline > legend {
    padding-right: 20px !important;
    display: inline-block !important;
    width: 30%;
    vertical-align: top;
    text-align: right;
  }
  .webform-fieldset--title-inline > label,
  .webform-element--title-inline > label {
    line-height: 40px;
  }
  .webform-fieldset--title-inline legend,
  .webform-element--title-inline legend {
    margin: 2px 0 0 !important;
    float: left !important;
  }
  .webform-fieldset--title-inline > div.form-input-wrapper,
  .webform-element--title-inline > div.form-input-wrapper,
  .webform-fieldset--title-inline > div.fieldset-wrapper,
  .webform-element--title-inline > div.fieldset-wrapper {
    display: inline-block !important;
    width: 70%;
    vertical-align: top;
    font-size: 1rem;
  }
  .webform-fieldset--title-inline .js-webform-radios,
  .webform-element--title-inline .js-webform-radios {
    padding-bottom: 15px;
  }
  .webform-fieldset--title-inline.labelAutoWidth > label,
  .webform-element--title-inline.labelAutoWidth > label,
  .webform-fieldset--title-inline.labelAutoWidth > legend,
  .webform-element--title-inline.labelAutoWidth > legend {
    text-align: left;
    width: auto;
  }
  .webform-element--title-inline + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox {
    padding-left: 30%;
  }
}
/**
 * Forms button tags
 *
 * @package Sand
 */
html.js .js-webform-image-select {
  visibility: hidden;
}
.js-form-type-webform-image-select .form-input {
  display: block;
}
.js-form-type-webform-image-select .form-input::after {
  display: none !important;
}
.image_picker_selector {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  min-width: 100%;
}
.image_picker_selector li {
  padding: 0;
}
.image_picker_selector li::before {
  display: none;
  content: " ";
}
.image_picker_selector + em.error,
.image_picker_selector + .form-item--error-message {
  margin-top: 15px;
}
.image_picker_selector li {
  padding: 0 10px 10px;
  display: flex;
  flex: 0 0 50%;
}
.image_picker_selector .thumbnail {
  position: relative;
  padding: 10px 10px;
  margin-bottom: 14px;
  width: 100%;
  background: #FFF;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 0.85714286rem;
  font-weight: 500;
  cursor: pointer;
}
.image_picker_selector .thumbnail::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #c5c5c5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.image_picker_selector .thumbnail::before {
  content: "\f00c";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 15;
  margin-left: -15px;
  margin-bottom: -14px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #FFF;
  background: #000000;
  opacity: 0;
  line-height: 30px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.image_picker_selector .thumbnail img,
.image_picker_selector .thumbnail p {
  position: relative;
  z-index: 10;
}
.image_picker_selector .thumbnail p {
  padding: 10px 0 13px;
  margin: 0;
  line-height: 1.14;
}
.image_picker_selector .thumbnail.selected {
  color: #000000;
}
.image_picker_selector .thumbnail.selected::after {
  border: 2px solid #000000;
}
.image_picker_selector .thumbnail.selected::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.js-form-type-webform-image-select + .form-item {
  padding-top: 10px;
}
@media only screen and (min-width: 480px) {
  .image_picker_selector .thumbnail {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 600px) {
  .image_picker_selector li {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  .image_picker_selector li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 900px) {
  .image_picker_selector li {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media only screen and (min-width: 1120px) {
  .image_picker_selector li {
    width: 25%;
    flex: 0 0 25%;
  }
}
/**
 * Forms <input/> tags
 *
 * @package Sand
 */
input {
  display: block;
  margin: 0;
  font-weight: normal;
}
/* Remove clear button on IE & Edge */
::-ms-clear {
  display: none;
}
input[type=number] {
  -webkit-appaerance: none;
}
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
textarea {
  padding: 0 0px;
  width: 100%;
  display: block;
  height: 40px;
  max-width: 100%;
  border: 0px solid #c5c5c5;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  outline: 0;
  color: #000000;
  background: #FFFFFF;
  -webkit-appearance: none;
  font-size: 1rem;
  -webkit-transition: box-shadow ease 100ms;
  transition: box-shadow ease 100ms;
}
input[type=text].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid,
input[type=text].error,
input[type=url].error,
input[type=email].error,
input[type=tel].error,
input[type=number].error,
input[type=search].error,
input[type=password].error,
textarea.error {
  border-color: #e50000;
}
input[type=text]:not([readonly]):focus,
input[type=url]:not([readonly]):focus,
input[type=email]:not([readonly]):focus,
input[type=tel]:not([readonly]):focus,
input[type=number]:not([readonly]):focus,
input[type=search]:not([readonly]):focus,
input[type=password]:not([readonly]):focus,
textarea:not([readonly]):focus {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.13);
}
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
}
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}
/* Textarea
   ========================================================================== */
textarea {
  min-height: 103px;
  height: 103px;
  padding: 11px 10px;
  background: #F5F5F5;
  resize: none;
  overflow: hidden;
  border-bottom: 0px solid #707070;
}
/**
 * Forms number <input/> tags
 *
 * @package Sand
 */
.nospinner input[type="number"],
input[type="number"].nospinner {
  -moz-appearance: textfield;
}
.nospinner input[type="number"]::-webkit-outer-spin-button,
input[type="number"].nospinner::-webkit-outer-spin-button,
.nospinner input[type="number"]::-webkit-inner-spin-button,
input[type="number"].nospinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/**
 * Forms search <input/> tags
 *
 * @package Sand
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/**
 * Forms labels
 *
 * @package Sand
 */
label {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}
label.form-required::after {
  content: '*';
}
/**
 * Inputs prefixes and suffixes
 *
 * @package Sand
 */
.webform-has-field-suffix input {
  padding-right: 35px;
}
.webform-has-field-suffix .field-suffix {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 41px;
  width: 35px;
  text-align: center;
  font-weight: 500;
  font-size: 0.85714286rem;
  color: #797979;
}
.webform-has-field-suffix.valid:not(.webform-readonly) .form-input .field-suffix,
.webform-has-field-suffix.error:not(.webform-readonly) .form-input .field-suffix {
  right: 21px;
}
/**
 * Forms radios and checkboxes tags
 *
 * @package Sand
 */
[type="checkbox"],
[type="radio"] {
  /**
     * Display if unchecked
     */
  /**
     * Display if checked
     */
  /**
     * Display if disabled
     */
  /**
     * Error
     */
  /**
     * Display on element focus
     */
}
[type="checkbox"]:not(:checked),
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:checked {
  position: absolute;
  top: 8px;
  left: 4px;
  z-index: 20;
  opacity: 0;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
[type="radio"]:not(:checked) + .wpcf7-list-item-label,
[type="checkbox"]:checked + .wpcf7-list-item-label,
[type="radio"]:checked + .wpcf7-list-item-label,
[type="checkbox"]:not(:checked) + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
  position: relative;
  padding: 3px 0 0 35px;
  display: block;
  margin: 0;
  min-height: 0;
  cursor: pointer;
  font-weight: 400;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before,
[type="radio"]:not(:checked) + .wpcf7-list-item-label::before,
[type="checkbox"]:checked + .wpcf7-list-item-label::before,
[type="radio"]:checked + .wpcf7-list-item-label::before,
[type="checkbox"]:not(:checked) + label::before,
[type="radio"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before,
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after,
[type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
[type="checkbox"]:checked + .wpcf7-list-item-label::after,
[type="radio"]:checked + .wpcf7-list-item-label::after,
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before,
[type="radio"]:not(:checked) + .wpcf7-list-item-label::before,
[type="checkbox"]:checked + .wpcf7-list-item-label::before,
[type="radio"]:checked + .wpcf7-list-item-label::before,
[type="checkbox"]:not(:checked) + label::before,
[type="radio"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #FFF;
  border: 1px solid #929292;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after,
[type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
[type="checkbox"]:checked + .wpcf7-list-item-label::after,
[type="radio"]:checked + .wpcf7-list-item-label::after,
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
  left: 4px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #c78d3c;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after,
[type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after {
  opacity: 0;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::after,
[type="radio"]:checked + .wpcf7-list-item-label::after,
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
  opacity: 1;
}
[type="checkbox"]:disabled + .wpcf7-list-item-label,
[type="radio"]:disabled + .wpcf7-list-item-label,
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  opacity: 0.7;
}
[type="checkbox"].error + .wpcf7-list-item-label,
[type="radio"].error + .wpcf7-list-item-label,
.error [type="checkbox"] + .wpcf7-list-item-label,
.error [type="radio"] + .wpcf7-list-item-label,
[type="checkbox"].error + label,
[type="radio"].error + label,
.error [type="checkbox"] + label,
.error [type="radio"] + label {
  color: #e50000;
}
[type="checkbox"].error + .wpcf7-list-item-label::before,
[type="radio"].error + .wpcf7-list-item-label::before,
.error [type="checkbox"] + .wpcf7-list-item-label::before,
.error [type="radio"] + .wpcf7-list-item-label::before,
[type="checkbox"].error + label::before,
[type="radio"].error + label::before,
.error [type="checkbox"] + label::before,
.error [type="radio"] + label::before {
  border-color: #e50000;
}
/* Radio buttons
   ========================================================================== */
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
  border-radius: 50px;
}
/* Errors
   ========================================================================== */
.js-form-type-checkbox em.error {
  margin-top: 7px;
}
.js-form-type-checkbox em.error::before {
  left: 2px;
  top: -4px;
}
/* Show inputs as bordered buttons
   ========================================================================== */
.radioEnhanced [type="checkbox"]:not(:checked) + label,
.radioEnhanced [type="radio"]:not(:checked) + label,
.radioEnhanced [type="checkbox"]:checked + label,
.radioEnhanced [type="radio"]:checked + label,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label {
  height: 40px;
  line-height: 40px;
  width: 100px;
  background: #FFF;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radioEnhanced [type="checkbox"]:not(:checked) + label::before,
.radioEnhanced [type="radio"]:not(:checked) + label::before,
.radioEnhanced [type="checkbox"]:checked + label::before,
.radioEnhanced [type="radio"]:checked + label::before,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::before {
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c5c5c5;
  background: none;
  border-radius: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radioEnhanced [type="checkbox"]:not(:checked) + label::after,
.radioEnhanced [type="radio"]:not(:checked) + label::after,
.radioEnhanced [type="checkbox"]:checked + label::after,
.radioEnhanced [type="radio"]:checked + label::after,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::after,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::after {
  display: none;
}
.radioEnhanced [type="checkbox"]:checked + label,
.radioEnhanced [type="radio"]:checked + label,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label {
  color: #000000;
}
.radioEnhanced [type="checkbox"]:checked + label::before,
.radioEnhanced [type="radio"]:checked + label::before,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::before {
  border: 2px solid #000000;
}
/* Webform element
   ========================================================================== */
.js-webform-radios {
  display: inline-block !important;
  margin: 0 !important;
  padding-bottom: 13px;
  column-count: auto !important;
}
.js-webform-radios .form-item {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-bottom: 0;
}
.js-webform-radios em.error {
  display: inline-block;
}
.js-webform-radios em.error::before {
  display: none;
}
/**
 * Forms button tags
 *
 * @package Sand
 */
.form_required,
.webform-required {
  padding-bottom: 15px;
  color: #999999;
  font-size: 0.78571429rem;
}
/* Absolute placement of the note
   ========================================================================== */
.form__requiredBottomRight,
.form__requiredBottomCenter {
  position: relative;
  padding-bottom: 25px;
}
.form__requiredBottomRight .form_required,
.form__requiredBottomCenter .form_required,
.form__requiredBottomRight .webform-required,
.form__requiredBottomCenter .webform-required {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.form__requiredBottomRight .webform-required {
  text-align: right;
}
.form__requiredBottomCenter .webform-required {
  text-align: center;
}
/**
 * Forms <select/> tags
 *
 * @package Sand
 */
select {
  display: block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #c5c5c5;
  background: #FFF;
  width: 100%;
  outline: 0;
  padding: 0 10px;
}
select.error {
  border-color: #e50000;
}
select:focus {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
/**
 * Selectric
 *
 * @package Sand
 *
 * Forms <select/> tags, enhanced by the Selectric jQuery plug-in.
 * See APP.forms.selects() in Gravel
 */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric {
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.selectric::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 20px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.selectric-open .selectric::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 20px;
  margin-top: -2px;
}
.valid .selectric::after,
.error .selectric::after {
  display: none;
}
.error .selectric {
  border-color: #e50000;
  border-bottom: none;
}
.error .selectric-open .selectric {
  border-bottom: 1px solid #e50000;
}
.selectric-open {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
.selectric-open em.error,
.selectric-open .form-item--error-message {
  display: none;
}
.selectric-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0 40px 0 1em;
  line-height: 38px;
  height: 40px;
  border: 1px solid #e6e6e6;
  color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-button {
  display: none;
}
.selectric-hover .selectric-button {
  color: #979797;
}
.selectric-open {
  z-index: 200;
}
/* .selectric-open .selectric {
    border-color: @borders;
} */
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  /* *font: 0/0 a !important; */
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-top: none;
  box-shadow: 0 0 10px -6px;
  white-space: nowrap;
  width: auto !important;
  min-width: 100%;
  /* .error & {
    } */
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul {
  list-style: none;
  margin: 0;
}
.selectric-items ul li {
  padding: 0;
}
.selectric-items ul li::before {
  display: none;
  content: " ";
}
/* .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
} */
.selectric-items li {
  display: block;
  padding: .6em 1em !important;
  font-size: 0.85714286rem;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #f0f0f0;
}
.selectric-items li.highlighted {
  background: #e6e6e6;
}
.selectric-items li:not(.selected):hover {
  background: #F6F6F6;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #2f2f2f !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #161616;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/**
 * Forms AJAX throbber
 *
 * @package Sand
 */
.ajax-progress-throbber {
  position: relative;
  top: -2px;
  padding: 0px 0px 0px 10px !important;
  margin-right: -22px;
  height: 12px;
  vertical-align: middle;
}
.ajax-progress-throbber .throbber {
  padding: 0 !important;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  background: none !important;
  border: 1px solid #999999;
  border-top-color: transparent;
  border-radius: 30px;
  -webkit-animation: rotating 0.8s linear infinite;
  animation: rotating 0.8s linear infinite;
}
/**
 * Drupal webforms flexbox elements
 *
 * @package Sand
 */
.webform-flex--container input,
.webform-flex--container select,
.webform-flex--container .js-form-type-select .form-input {
  width: 100%;
}
.webform-flexbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 500px) {
  .webform-flexbox label {
    white-space: nowrap;
  }
  .webform-flexbox:last-child > .form-item {
    padding-bottom: 0;
  }
  .webform-flexbox {
    display: -webkit-flex;
    display: flex;
    margin: 1em -0.5em;
  }
  .webform-flexbox .webform-flexbox {
    margin: 1em 0;
  }
  .webform-flexbox--flex-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .webform-flexbox--flex-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .webform-flexbox--center {
    -webkit-align-items: center;
    align-items: center;
  }
  .webform-flex {
    min-width: 0;
  }
  .webform-flex--container {
    margin: 0 .5em;
  }
  .webform-flex--container > .form-item {
    margin: 0;
  }
  .webform-flex--container > .form-item > input,
  .webform-flex--container > .form-item > select {
    width: 100%;
  }
  .container-inline .webform-flex--container > .form-item > input,
  .container-inline .webform-flex--container > .form-item > select {
    width: inherit;
  }
  .webform-flex--container > .webform-has-field-prefix > input,
  .webform-flex--container > .webform-has-field-suffix > input,
  .webform-flex--container > .webform-has-field-prefix > select,
  .webform-flex--container > .webform-has-field-suffix > select {
    width: 85%;
  }
  .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input,
  .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select {
    width: 70%;
  }
  .webform-flex--1 {
    -webkit-flex: 1;
    flex: 1;
  }
  .webform-flex--2 {
    -webkit-flex: 2;
    flex: 2;
  }
  .webform-flex--3 {
    -webkit-flex: 3;
    flex: 3;
  }
  .webform-flex--4 {
    -webkit-flex: 4;
    flex: 4;
  }
  .webform-flex--5 {
    -webkit-flex: 5;
    flex: 5;
  }
  .webform-flex--6 {
    -webkit-flex: 6;
    flex: 6;
  }
  .webform-flex--7 {
    -webkit-flex: 7;
    flex: 7;
  }
  .webform-flex--8 {
    -webkit-flex: 8;
    flex: 8;
  }
  .webform-flex--9 {
    -webkit-flex: 9;
    flex: 9;
  }
  .webform-flex--10 {
    -webkit-flex: 10;
    flex: 10;
  }
  .webform-flex--11 {
    -webkit-flex: 11;
    flex: 11;
  }
  .webform-flex--12 {
    -webkit-flex: 12;
    flex: 12;
  }
  /**
     * Select other.
     */
  .webform-flex--container > .form-type-webform-select-other select {
    width: 100%;
  }
  .webform-flex--container > .form-type-webform-select-other .form-item {
    margin: 0;
  }
  .webform-flex--container > .form-type-webform-select-other .form-item + .form-item {
    margin-top: .5em;
  }
  /**
     * Range.
     */
  .webform-flex--container > .form-type-range-output > .form-range-output {
    width: 66%;
  }
  /**
     * Composite.
     */
  .form-composite > .webform-flexbox {
    margin: 1em -0.5em;
  }
  /**
     * Radios/checkboxes.
     */
  .webform-flex--container .form-type-checkbox,
  .webform-flex--container .form-type-radio {
    white-space: nowrap;
  }
}
/**
 * Drupal webforms confirmation page
 *
 * @package Sand
 */
.webform-confirmation {
  text-align: center;
}
.webform-confirmation > *:last-child {
  margin-bottom: 0;
}
.webform-confirmation__icone,
.form_validIcon {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
  border: 4px solid #71d566;
  color: #71d566;
  border-radius: 300px;
  text-align: center;
  line-height: 93px;
  font-size: 4.28571429rem;
}
.webform-confirmation__message {
  margin-bottom: 2em;
}
.webform-confirmation__message > *:first-child {
  margin-top: 0;
}
.webform-confirmation__message > *:last-child {
  margin-bottom: 0;
}
.webform-confirmation__message h1 {
  font-size: 1.71428571rem;
  margin-bottom: 0.5rem;
}
.webform-confirmation__message .btn + br + .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .webform-confirmation {
    padding: 40px 100px;
  }
  .webform-confirmation__icone,
  .form_validIcon {
    width: 150px;
    height: 150px;
    line-height: 143px;
    font-size: 7.14285714rem;
  }
}
@media only screen and (min-width: 1450px) {
  .webform-confirmation {
    padding: 60px 100px;
  }
}
/**
 * Drupal webforms progress bar
 *
 * @package Sand
 */
/* List
   ========================================================================== */
ul.webform-progress-tracker {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  margin: 0 -15px 2rem;
}
ul.webform-progress-tracker li {
  padding: 0;
}
ul.webform-progress-tracker li::before {
  display: none;
  content: " ";
}
ul.webform-progress-tracker li {
  padding: 0 15px;
  color: #999999;
}
ul.webform-progress-tracker .progress-marker {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #cccccc;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
}
ul.webform-progress-tracker .progress-text {
  display: none;
}
ul.webform-progress-tracker li.is-active {
  color: #000000;
}
ul.webform-progress-tracker li.is-active .progress-marker {
  background: #000000;
}
@media only screen and (min-width: 600px) {
  ul.webform-progress-tracker .progress-text {
    display: inline-block;
    font-size: 0.85714286rem;
    font-weight: 500;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 900px) {
  ul.webform-progress-tracker .progress-text {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1024px) {
  ul.webform-progress-tracker {
    margin: 0 -25px 2.5rem;
  }
  ul.webform-progress-tracker li {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1120px) {
  ul.webform-progress-tracker {
    margin-left: -30px;
    margin-right: -30px;
  }
  ul.webform-progress-tracker li {
    padding: 0 30px;
  }
  ul.webform-progress-tracker .progress-text {
    font-size: 1.14285714rem;
  }
}
/* Titles
   ========================================================================== */
.webform-progress-titles {
  list-style: none;
  margin: 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
.webform-progress-titles li {
  padding: 0;
}
.webform-progress-titles li::before {
  display: none;
  content: " ";
}
.webform-progress-titles .progress-step:not(.is-active) {
  display: none;
}
.webform-progress-titles .progress-title {
  color: #000000;
  font-weight: 700;
  font-size: 1.42857143rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .webform-progress-titles .progress-title {
    font-size: 1.71428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .webform-progress-titles .progress-title {
    font-size: 1.42857143rem;
  }
}
@media only screen and (min-width: 1024px) {
  .webform-progress-titles .progress-title {
    font-size: 1.57142857rem;
  }
}
@media only screen and (min-width: 1120px) {
  .webform-progress-titles .progress-title {
    font-size: 1.71428571rem;
  }
}
/**
 * Site header
 *
 * @package Sand
 *
 * Provide basic style for positioning
 */
.header {
  position: relative;
  z-index: 500;
  background: #ffffff;
}
.header .container.container__LargePadding {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 900px) {
  .header .container.container__LargePadding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .header .container.container__LargePadding {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.header img,
.header a {
  display: inline-block;
}
.header_left-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 70;
}
.header_left-container .btn_contact {
  background: #c78d3c;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  display: flex;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.42);
}
.header_left-container .btn_contact img {
  margin: auto;
}
.logo-container {
  padding: 20px 0 10px;
  width: 100%;
  position: relative;
  z-index: 60;
  text-align: center;
  background: #ffffff;
}
@media only screen and (min-width: 900px) {
  .logo-container {
    width: 50%;
  }
}
.logoEntenduAlaTele {
  margin-left: 5px;
  top: 66px;
  width: 60px;
}
.header_right-container {
  position: absolute;
  top: 20px;
  z-index: 70;
  right: 20px;
}
.header_right-container .burger {
  background: #c78d3c;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  display: flex;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.42);
}
.header_nav-container {
  width: 100%;
  position: absolute;
  overflow: scroll;
  height: calc(100vh - 132px);
  background: transparent;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  top: -100vh;
  overflow: auto;
  flex-flow: column nowrap;
}
.header_nav-container .menu_container {
  display: flex;
  background: #ffffff;
  width: 100%;
  height: 45%;
  min-height: 200px;
  justify-content: center;
  align-items: center;
}
.header_nav-container .menu_container nav {
  width: 100%;
}
.header_nav-container .menu_container .menu {
  padding: 0 3.5vh;
  width: 100%;
  display: flex;
  padding: 0 0px;
  flex-direction: column;
  margin: 0;
}
.header_nav-container .menu_container .menu li {
  width: 100%;
  text-align: center;
}
.header_nav-container .menu_container .menu li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
  padding: 3vh 0;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 20;
}
.header_nav-container .menu_container .menu li a:before {
  content: '';
  height: 0px;
  display: block;
  width: 100%;
  opacity: 0;
  background: rgba(199, 141, 60, 0.7);
  position: absolute;
  z-index: 10;
  bottom: 35%;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header_nav-container .menu_container .menu li a span {
  position: relative;
  z-index: 25;
}
.header_nav-container .menu_container .menu li a:hover:before {
  content: '';
  height: 9px;
  display: block;
  width: 100%;
  opacity: 1;
  background: rgba(199, 141, 60, 0.7);
  position: absolute;
  z-index: 10;
  bottom: 35%;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header_nav-container .menu_container .menu li.current-menu-item a:before {
  content: '';
  height: 9px;
  display: block;
  width: 100%;
  background: rgba(199, 141, 60, 0.7);
  position: absolute;
  opacity: 1;
  z-index: 10;
  bottom: 35%;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header_nav-container .link_footer {
  width: 100%;
  min-height: 250px;
  height: 42%;
  background: #F7F7F7;
  background: #ffffff;
  display: flex;
  padding: 0 0px;
  flex-direction: column-reverse;
}
.header_nav-container .link_footer a {
  position: relative;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  padding: 2.5vh 0;
  color: #000000;
  background: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
}
.header_nav-container .link_footer a span {
  margin: auto;
  position: relative;
  display: inline-block;
  text-align: left;
}
.header_nav-container .link_footer a a:last-child {
  border-bottom: 0 none;
}
@media (max-width: 460px) {
  .logoEntenduAlaTele,
  .logoVuAlaTele {
    display: none !important;
  }
}
@media only screen and (min-width: 900px) {
  .header_left-container {
    display: none;
  }
  .logo-container {
    text-align: left;
    background: transparent;
  }
  .header_right-container {
    display: none;
  }
  .header_nav-container {
    display: none !important;
  }
  .logoEntenduAlaTele {
    margin-left: 72px;
    top: 1px;
    width: 64px;
  }
}
.header_menu_container {
  list-style: none;
  margin: 0;
}
.header_menu_container li {
  padding: 0;
}
.header_menu_container li::before {
  display: none;
  content: " ";
}
.header_menu_container li {
  display: inline-block;
}
/* Sticky */
.header__sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
html.menuOpen body {
  overflow: hidden;
}
.menuOpen {
  overflow: hidden;
}
.menuOpen #page .header_nav-container {
  opacity: 1;
  overflow: auto;
}
.wpicon {
  height: 83px;
  line-height: 83px !important;
  width: 83px;
  border: 1px solid #E8E8E8;
  border-radius: 100px;
  margin: auto;
  font-size: 35px;
  color: #c78d3c;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
}
.gallery .gallery-item {
  display: inline-block;
  position: relative;
  text-align: center;
}
.gallery .gallery-item .gallery-icon {
  padding: 2vh 2vw 0;
}
.gallery .gallery-item .gallery-caption {
  text-align: center;
  padding-top: 10px;
  padding: 1.5vh 0.5vw 0;
  margin: auto;
  font-family: 'Verdana';
  font-size: 1rem;
  line-height: 1.2;
}
.gallery .gallery-item .gallery-caption strong {
  color: #c78d3c;
  font-size: 1rem;
  font-family: 'Verdana';
}
.gallery .gallery-item:before {
  content: '';
  display: block;
  display: none;
  height: 32px;
  width: 1px;
  position: absolute;
  top: 30%;
  background: #E8E8E8;
}
.gallery .gallery-item:nth-child(11):before,
.gallery .gallery-item:nth-child(10):before,
.gallery .gallery-item:nth-child(7):before,
.gallery .gallery-item:nth-child(5):before,
.gallery .gallery-item:nth-child(4):before,
.gallery .gallery-item:nth-child(2):before {
  display: block;
}
.gallery br {
  display: none;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    max-width: 33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 33%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33%;
  }
  .gallery-columns-3 .gallery-item:nth-child(11):before,
  .gallery-columns-3 .gallery-item:nth-child(10):before,
  .gallery-columns-3 .gallery-item:nth-child(7):before,
  .gallery-columns-3 .gallery-item:nth-child(2):before {
    display: block;
  }
  .gallery-columns-3 .gallery-item:nth-child(6):before,
  .gallery-columns-3 .gallery-item:nth-child(3):before,
  .gallery-columns-3 .gallery-item:nth-child(5):before {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item:nth-child(11):before,
  .gallery-columns-3 .gallery-item:nth-child(10):before,
  .gallery-columns-3 .gallery-item:nth-child(7):before,
  .gallery-columns-3 .gallery-item:nth-child(5):before,
  .gallery-columns-3 .gallery-item:nth-child(4):before,
  .gallery-columns-3 .gallery-item:nth-child(2):before {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33%;
  }
  .gallery-columns-3 .gallery-item:nth-child(11):before,
  .gallery-columns-3 .gallery-item:nth-child(10):before,
  .gallery-columns-3 .gallery-item:nth-child(7):before,
  .gallery-columns-3 .gallery-item:nth-child(6):before,
  .gallery-columns-3 .gallery-item:nth-child(3):before,
  .gallery-columns-3 .gallery-item:nth-child(2):before {
    display: block;
  }
  .gallery-columns-3 .gallery-item:nth-child(5):before {
    display: none;
  }
}
.link_footer {
  display: none;
}
@media only screen and (min-width: 900px) {
  .link_footer {
    width: 100%;
    margin-top: auto;
    padding: 0 35px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .link_footer a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 1.6em;
    margin-bottom: 10px;
    border-left: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
  }
  .link_footer a br {
    display: none;
  }
  .link_footer a:last-child {
    border-bottom: 0px solid #ffffff;
  }
}
@media only screen and (min-width: 1280px) {
  .link_footer {
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
  }
  .link_footer a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    line-height: 1.6em;
    border-left: 1px solid #ffffff;
    border-bottom: 0px solid #ffffff;
  }
  .link_footer a br {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .col-right .menu {
    display: block;
    float: left;
    padding: 0 35px;
    justify-content: space-between;
  }
  .col-right .menu li {
    display: block;
    clear: both;
    float: left;
    margin-bottom: 24px;
  }
  .col-right .menu li a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 3vh 0;
    z-index: 20;
  }
  .col-right .menu li a:before {
    content: '';
    height: 0px;
    display: block;
    width: 100%;
    background: #c78d3c;
    position: absolute;
    z-index: 10;
    bottom: 35%;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .col-right .menu li a:after {
    content: '';
    height: 1px;
    display: block;
    width: 70px;
    background: #c78d3c;
    position: absolute;
    z-index: 10;
    left: -70px;
    opacity: 0;
    bottom: calc(35% + 4px);
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .col-right .menu li a span {
    position: relative;
    z-index: 25;
  }
  .col-right .menu li a:hover:before {
    content: '';
    height: 9px;
    display: block;
    width: 100%;
    background: #c78d3c;
    position: absolute;
    z-index: 10;
    bottom: 35%;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .col-right .menu li.current-menu-item a:before {
    content: '';
    height: 9px;
    display: block;
    width: 100%;
    background: #c78d3c;
    position: absolute;
    z-index: 10;
    bottom: 35%;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
  .col-right .menu li.current-menu-item a:after {
    content: '';
    height: 1px;
    display: block;
    width: 70px;
    opacity: 1;
    background: #c78d3c;
    position: absolute;
    z-index: 10;
    left: -70px;
    bottom: calc(35% + 4px);
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
  }
}
@media only screen and (min-width: 1280px) {
  .col-right .menu {
    background: transparent;
    display: flex;
    float: none;
    padding: 0 30px;
    justify-content: space-between;
  }
  .col-right .menu li {
    display: block;
    clear: none;
    float: none;
  }
  .col-right .menu li a:after {
    content: '';
    display: none;
  }
  .col-right .menu li.current-menu-item a:after {
    content: '';
    display: none;
  }
}
/**
 * Messages
 *
 * @package Sand
 *
 * System messages like errors, warning etc.
 */
.messages {
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  margin: 0 0 2em;
  padding: 12px 15px;
  color: #333333;
  font-size: 1rem;
}
.messages ul {
  list-style: none;
  margin: 0;
}
.messages ul li {
  padding: 0;
}
.messages ul li::before {
  display: none;
  content: " ";
}
.messages ul li:last-child {
  padding-bottom: 0;
}
.messages.status,
.messages.ok {
  background-color: #DFF0D8 !important;
  border-color: #c1e2b3 !important;
}
.messages.warning {
  background-color: #FFF8D3 !important;
  border-color: #fff0a0 !important;
}
.messages.error {
  background-color: #F2DEDE !important;
  border-color: #e4b9b9 !important;
}
/**
 * Modals
 *
 * @package Sand
 *
 * Modal windows styling. HTML markup:
   <div id="modal_ID" class="modal js-modal">
     <div class="modal_bg js-modal_close"></div>
     <div class="modal_inner">
       <a href="" class="modal_close js-modal_close">
         <span class="modal_close_cross"></span> Close
       </a>
       <div class="modal_inner_container"></div>
     </div>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.modal() in Gravel
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 20px;
  visibility: hidden;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 300ms 350ms;
  transition: all ease 300ms 350ms;
}
.modal_inner {
  position: relative;
  z-index: 10;
  max-width: 1180px;
  width: 100%;
  color: #FFF;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all ease 300ms 50ms;
  transition: all ease 300ms 50ms;
}
.modal_inner__small {
  max-width: 800px;
}
.modal_inner__xsmall {
  max-width: 584px;
}
.modal_inner_container {
  text-align: left;
}
.modal_inner_container__bg {
  padding: 20px;
  background: #FFF;
  color: #000000;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
a.modal_close {
  margin-bottom: 1em;
  display: block;
  border: none;
  color: #FFF;
  outline: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
a.modal_close .modal_close_cross {
  position: relative;
  display: inline-block;
  margin-right: 0.3em;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}
a.modal_close .modal_close_cross::before,
a.modal_close .modal_close_cross::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
a.modal_close .modal_close_cross::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.modal_close .modal_close_cross::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no-touch a.modal_close:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 600px) {
  .modal {
    padding: 20px 40px;
  }
  .modal_inner_container__bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_inner {
    width: 80%;
  }
  .modal_inner__xsmall {
    width: 100%;
  }
}
.modal.open {
  visibility: visible;
}
.modal.open .modal_bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.modal.open .modal_inner {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 300ms 300ms;
  transition: all ease 300ms 300ms;
}
/**
 * Page body
 *
 * @package Sand
 *
 * This class removes first and last children top and bottom margins
 * to prevent non-wanted spacing.
 */
.pageBody > *:first-child {
  margin-top: 0;
}
.pageBody > *:last-child {
  margin-bottom: 0;
}
/**
 * Pagination
 *
 * @package Sand
 *
 * Basic styling for pagination
 */
.pager,
.pagination {
  margin-top: 30px !important;
  text-align: center;
  list-style: none;
  margin: 0;
  font-size: 0;
}
.pager li,
.pagination li {
  padding: 0;
}
.pager li::before,
.pagination li::before {
  display: none;
  content: " ";
}
.pager li,
.pagination li {
  display: inline-block;
  font-size: 1rem;
}
.pager a,
.pagination a,
.pager .active span,
.pagination .active span,
.pager .pager-current,
.pagination .pager-current {
  display: inline-block;
  width: 40px;
  font-weight: 500;
  line-height: 40px;
  border: none;
  font-size: 1rem;
}
.pager a:hover,
.pagination a:hover {
  background: rgba(0, 0, 0, 0.03);
}
.pager .active span,
.pagination .active span,
.pager .pager-current,
.pagination .pager-current,
.pager .is-active,
.pagination .is-active {
  background: rgba(0, 0, 0, 0.05);
}
.pager .pager__item--previous,
.pagination .pager__item--previous {
  padding-right: 15px;
}
.pager .pager__item--next,
.pagination .pager__item--next {
  padding-left: 15px;
}
.pager .pager__item--ellipsis,
.pagination .pager__item--ellipsis {
  padding: 0 5px;
}
/**
 * Page sections
 *
 * @package Sand
 *
 * Add top and bottom padding to page section, and colors.
 */
.section {
  padding-top: 30px;
  padding-bottom: 30px;
  /* Prevent same color sections to have an extra padding between them */
}
.section .container:not(.section_allowChildrenMargins) > *:first-child {
  margin-top: 0;
}
.section .container:not(.section_allowChildrenMargins) > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1120px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section:not(.section__black):not(.section__mainColor) + .section:not(.section__black):not(.section__mainColor) {
  padding-top: 0;
}
/* Mini padding
   ========================================================================== */
.section__minPadding {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Colors - black
   ========================================================================== */
.section__black {
  background: #000000;
  color: #FFF;
}
.section__black a,
.section__black h1,
.section__black h2,
.section__black h3,
.section__black h4,
.section__black h5,
.section__black h6,
.section__black .h1,
.section__black .h2,
.section__black .h3,
.section__black .h4,
.section__black .h5,
.section__black .h6 {
  color: inherit;
}
.section__black + .section__black {
  padding-top: 0;
}
/* Colors - main color
   ========================================================================== */
.section__mainColor {
  background: #000000;
  color: #FFF;
}
.section__mainColor a,
.section__mainColor h1,
.section__mainColor h2,
.section__mainColor h3,
.section__mainColor h4,
.section__mainColor h5,
.section__mainColor h6,
.section__mainColor .h1,
.section__mainColor .h2,
.section__mainColor .h3,
.section__mainColor .h4,
.section__mainColor .h5,
.section__mainColor .h6 {
  color: inherit;
}
.section__mainColor + .section__mainColor {
  padding-top: 0;
}
/**
 * Sliders global styling
 *
 * @package Sand
 *
 * This element's behavior is controlled by JavaScript, see APP.slider_*() in Gravel
 */
.swiper-container.swiper-container.disabled .swiper-button-prev,
.swiper-container.swiper-container.disabled .swiper-button-next,
.swiper-container.swiper-container.disabled .swiper-pagination {
  display: none;
}
.swiper-container {
  height: 100%;
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/*
swiper avis 


*/
.js-slider_avis {
  overflow: inherit;
  margin-bottom: 40px;
}
.js-slider_avis .swiper-slide {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
}
.js-slider_avis .swiper-slide > *:last-child {
  margin-bottom: 0;
}
.js-slider_avis .swiper-slide > *:first-child {
  margin-top: 0;
}
.js-slider_avis .swiper-slide .ligne1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: left;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .js-slider_avis .swiper-slide .ligne1 {
    align-items: left;
    flex-direction: row;
  }
}
.js-slider_avis .swiper-slide .avis_nom {
  font-weight: 700;
  font-size: 1.42857143rem;
  font-family: 'Didot';
  font-family: 'Georgia', 'Helvetica', Arial, sans-serif;
  color: #000000;
}
.js-slider_avis .swiper-slide .avis_date {
  text-align: left;
  font-size: 0.78571429rem;
}
@media only screen and (min-width: 768px) {
  .js-slider_avis .swiper-slide .avis_date {
    text-align: right;
  }
}
.js-slider_avis .swiper-slide .avis_date span {
  color: #c78d3c;
}
@media only screen and (min-width: 900px) {
  .js-slider_avis .swiper-slide .avis_date span {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .js-slider_avis .swiper-slide .avis_date span {
    display: inline-block;
  }
}
.js-slider_avis .swiper-slide .avis_texte {
  font-size: 1rem;
  line-height: 1.71428571;
  color: #444444;
}
.js-slider_avis .swiper-slide .avis_texte > *:last-child {
  margin-bottom: 0;
}
.js-slider_avis .swiper-slide .avis_texte > *:first-child {
  margin-top: 0;
}
.js-slider_avis .swiper-slide .avis_texte.entete {
  font-style: italic;
}
.js-slider_avis .swiper-slide .avis_texte p {
  margin: 0 0 0.5em;
}
.js-slider_avis .swiper-button-prev,
.js-slider_avis .swiper-button-next {
  display: none;
}
@media only screen and (min-width: 900px) {
  .js-slider_avis .swiper-button-prev,
  .js-slider_avis .swiper-button-next {
    display: block;
  }
}
.js-slider_avis .swiper-button-next {
  background: url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/assets/images/next.png') center center no-repeat transparent;
  right: -13px;
}
.js-slider_avis .swiper-button-prev {
  background: url('http://www.labastidevignoble.fr/wp-content/themes/maetvateam/src/css/assets/images/prev.png') center center no-repeat transparent;
  left: -13px;
}
.js-slider_avis .swiper-button-disabled {
  opacity: 0;
}
.js-slider_avis .swiper-pagination {
  bottom: -30px;
}
.js-slider_avis .swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 32px;
  background: #211F21;
  opacity: 1;
  border-radius: 0;
  margin: 0 5px;
}
.js-slider_avis .swiper-pagination .swiper-pagination-bullet-active {
  background: #c78d3c;
}
.js-slider_avis .swiper-slide .inner {
  opacity: 0;
  visibility: hidden;
}
.js-slider_avis .swiper-slide-active .inner {
  opacity: 1;
  visibility: visible;
}
/* Pages specific
   ========================================================================== */
/**
 * Homepage specific styles
 *
 * @package Sand
 */
.page-id-88 p {
  margin-bottom: 1.0em;
}
.page-template-page-labastide header {
  position: relative;
  z-index: 75;
}
.page-template-page-labastide h1 {
  font-family: 'Didot';
  color: #c78d3c;
}
.page-template-page-labastide .col-left .page {
  padding-top: 3vh;
}
.page-template-page-labastide .col-left .page .title_container_desktop {
  display: none;
}
.page-template-page-labastide .col-right {
  position: relative;
  top: 0;
  right: 0;
  z-index: 50;
  height: 35vh;
  height: auto;
}
.page-template-page-labastide .col-right .visuel {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.page-template-page-labastide .col-right .visuel img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  animation: move 1s ease;
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
}
.page-template-page-labastide .col-right .flexrow {
  display: none;
}
.page-template-page-labastide .col-right .flexrow .menu_container {
  display: none;
}
@media only screen and (min-width: 900px) {
  .page-template-page-labastide .div_fade_scroll {
    position: fixed;
    z-index: 110;
    left: 0;
    border-top: 10px solid #ffffff;
    width: 50%;
    top: 0;
    height: 130px;
    background-color: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .page-template-page-labastide .col-right {
    position: fixed;
    z-index: 100;
    height: 100vh;
  }
  .page-template-page-labastide .col-right .title_container_mobile {
    display: none;
  }
  .page-template-page-labastide .col-right .visuel {
    background: #ffffff;
    position: absolute;
    top: 0;
    height: 100vh !important;
    right: 0;
    z-index: 100;
  }
  .page-template-page-labastide .col-right .visuel img {
    object-fit: cover;
    height: 100% !important;
  }
  .page-template-page-labastide .col-right .visuel:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.75);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .page-template-page-labastide .col-right .visuel:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 300px;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
  .page-template-page-labastide .col-right .flexrow {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 200;
    flex-flow: wrap;
  }
  .page-template-page-labastide .col-right .flexrow .menu_container {
    display: block;
    width: 100%;
    margin-bottom: auto;
    margin-top: 40px;
  }
  .page-template-page-labastide .col-left {
    position: relative;
    z-index: 50;
    padding-top: 6vh;
  }
  .page-template-page-labastide .col-left .page {
    min-height: calc(100vh - 132px);
    display: flex;
    flex-direction: column;
  }
  .page-template-page-labastide .col-left .page .pageBody {
    padding-bottom: 5vh;
  }
  .page-template-page-labastide .col-left .page .pageBody .title_container_desktop {
    display: block;
  }
  .page-template-page-labastide .col-left .page .footer {
    margin-top: auto;
  }
}
.page-template-page-labastide .pageHeader_titre {
  position: relative;
}
.page-template-page-labastide .pageHeader_titre > * {
  color: #c78d3c;
  font-family: 'Didot';
}
.page-template-page-labastide .pageHeader_titre:before {
  content: '';
  height: 1px;
  display: block;
  background: #c78d3c;
  position: absolute;
  top: 20px;
  width: 40px;
  left: -50px;
}
@media only screen and (min-width: 900px) {
  .page-template-page-labastide .pageHeader_titre:before {
    width: 50px;
    left: -70px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-page-labastide .pageHeader_titre:before {
    width: 100px;
    left: -130px;
  }
}
/* Global utilities
   ========================================================================== */
/**
 * Scrollbars
 *
 * @package Sand
 *
 * Give simple style to scrollbars. Only works on Chrome and IE.
 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f3f3f3;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d4d4d4;
}
body {
  scrollbar-face-color: #cccccc;
  scrollbar-base-color: #cccccc;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-highlight-color: #cccccc;
  scrollbar-track-color: #f3f3f3;
  scrollbar-arrow-color: #cccccc;
  scrollbar-shadow-color: #cccccc;
  scrollbar-dark-shadow-color: #cccccc;
}
/**
 * Text selection
 *
 * @package Sand
 */
::selection {
  background: #000000;
  color: #FFF;
}
::-moz-selection {
  background: #000000;
  color: #FFF;
}
/**
 * Basic print styles
 *
 * @package Sand
 *
 * Remove global elements like header and footer, and harmonize colors.
 */
@media print {
  body {
    color: #000;
    background: #fff;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  .header,
  .footer {
    display: none !important;
  }
}
